Skip to content
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 42 commits into from
Jul 30, 2023
Merged

Studio Tagger #3510

merged 42 commits into from
Jul 30, 2023

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    c7266b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ab7da View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    0cdd331 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    784656c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8eeca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49e4621 View commit details
    Browse the repository at this point in the history
  4. Fix merge

    Flashy78 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    599415c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Removed ScrapedParentStudio, added performerids/names, revert timesta…

    …mp test, force UpdatedAt on create, readded TruncatedText
    Flashy78 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ce735e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix possible missing value

    Flashy78 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6b783fa View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    feddb19 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Fix merge

    Flashy78 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    22c880a View commit details
    Browse the repository at this point in the history
  2. Format and tests

    Flashy78 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d11bd6e View commit details
    Browse the repository at this point in the history
  3. Remove linter fix

    Flashy78 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    476f5f6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    fa51ae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    da99a6c View commit details
    Browse the repository at this point in the history
  2. Refactoring from merge

    Flashy78 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    65d1790 View commit details
    Browse the repository at this point in the history
  3. Fix updatedAt duplicate

    Flashy78 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    60db199 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    20eb282 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    5b79ae5 View commit details
    Browse the repository at this point in the history
  2. Revert unneeded changes

    Flashy78 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    43279c5 View commit details
    Browse the repository at this point in the history
  3. Adding error checking

    Flashy78 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a2884cf View commit details
    Browse the repository at this point in the history
  4. Added error check

    Flashy78 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    cfc0144 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    20b66c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    a49b44e View commit details
    Browse the repository at this point in the history
  2. Code style

    WithoutPants committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    801e076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d4511 View commit details
    Browse the repository at this point in the history
  4. Bug fixes

    WithoutPants committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    bc50822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44ac1e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdc92f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7881b2c View commit details
    Browse the repository at this point in the history
  8. Move scraped studio test

    WithoutPants committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cf68d39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    daf4dcf View commit details
    Browse the repository at this point in the history
  10. Remove image data from studio and partial

    Object structs should try to only include data that is used both for creation and querying. ImageBytes was not populated or used when reading studios. Removed from partial for consistency.
    
    This results in more code at the client end to set images, but this repeated pattern should probably be abstracted into a studio/service function, rather than included in the sqlite code.
    WithoutPants committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7f2b84e View commit details
    Browse the repository at this point in the history
  11. Code style

    WithoutPants committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ef5f667 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c33574 View commit details
    Browse the repository at this point in the history
  13. Localisation

    WithoutPants committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c367c13 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Refactor studio modal

    WithoutPants committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2a8bee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d224c34 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    4c84a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    741ce2f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    86b4031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10c8e9 View commit details
    Browse the repository at this point in the history