-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Studio Tagger #3510
Merged
Merged
Studio Tagger #3510
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c7266b9
Studio image and parent studio support in scene tagger
Flashy78 e8ab7da
Merge branch 'develop' into studio-image
Flashy78 0cdd331
Refactor studio backend and add studio tagger
Flashy78 784656c
Refactor studio backend and add studio tagger
Flashy78 2c8eeca
Merge branch 'studio-image' of github.com:Flashy78/stash into studio-…
Flashy78 49e4621
Merge branch 'develop' into studio-image
Flashy78 599415c
Fix merge
Flashy78 ce735e0
Removed ScrapedParentStudio, added performerids/names, revert timesta…
Flashy78 6b783fa
Fix possible missing value
Flashy78 feddb19
Merge branch 'develop' into studio-image
Flashy78 22c880a
Fix merge
Flashy78 d11bd6e
Format and tests
Flashy78 476f5f6
Remove linter fix
Flashy78 fa51ae8
Merge branch 'develop' into studio-image
Flashy78 da99a6c
Merge branch 'develop' into studio-image
Flashy78 65d1790
Refactoring from merge
Flashy78 60db199
Fix updatedAt duplicate
Flashy78 20eb282
Add internal find method back
Flashy78 5b79ae5
Moved parent studio handling out of sqlite package
Flashy78 43279c5
Revert unneeded changes
Flashy78 a2884cf
Adding error checking
Flashy78 cfc0144
Added error check
Flashy78 20b66c2
Merge remote-tracking branch 'upstream/develop' into prs/3510
WithoutPants a49b44e
Remove parent create/update field
WithoutPants 801e076
Code style
WithoutPants a5d4511
Refactor studio partial image field
WithoutPants bc50822
Bug fixes
WithoutPants 44ac1e1
Merge remote-tracking branch 'upstream/develop' into prs/3510
WithoutPants fdc92f8
Set created/updated times
WithoutPants 7881b2c
Revert unnecessary studio sqlite changes
WithoutPants cf68d39
Move scraped studio test
WithoutPants daf4dcf
Use read txn for relationship resolvers
WithoutPants 7f2b84e
Remove image data from studio and partial
WithoutPants ef5f667
Code style
WithoutPants 8c33574
Fix graphql error when opening studio modal
WithoutPants c367c13
Localisation
WithoutPants 2a8bee4
Refactor studio modal
WithoutPants d224c34
Handle parent studios in taggers
WithoutPants 4c84a93
Merge remote-tracking branch 'upstream/develop' into prs/3510
WithoutPants 741ce2f
Fix saving when parent exists
WithoutPants 86b4031
Merge remote-tracking branch 'upstream/develop' into prs/3510
WithoutPants b10c8e9
Always refetch stash-box performer/studio
WithoutPants File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This allows for passing in a search query that can be a name or a stash id, and parse the text to find out which one.
It's the same library used on Stashbox.