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

Publisher: filter creators based on task #560

Merged
merged 41 commits into from
Jun 10, 2024

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ddd998f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd11db2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cf7f36 View commit details
    Browse the repository at this point in the history
  4. AY-5539 - provide better method signature

    Should be used for unittests
    kalisp committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ce13e2e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix default factory

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored May 29, 2024
    Configuration menu
    Copy the full SHA
    170b1ab View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored May 29, 2024
    Configuration menu
    Copy the full SHA
    ea626e1 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored May 29, 2024
    Configuration menu
    Copy the full SHA
    34041b3 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored May 29, 2024
    Configuration menu
    Copy the full SHA
    5e95565 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/ynput/ayon-core into enh…

    …ancement/AY-5539_define-creators-per-task
    kalisp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1ac4223 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/enhancement/AY-5539_define-creat…

    …ors-per-task' into enhancement/AY-5539_define-creators-per-task
    kalisp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e074268 View commit details
    Browse the repository at this point in the history
  7. AY-5539 - remove explicit check for traypublisher

    Safely return task_type only if task_entity exits.
    kalisp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    719e5aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c287e1 View commit details
    Browse the repository at this point in the history
  9. Use host_names in Settings

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored May 29, 2024
    Configuration menu
    Copy the full SHA
    cafb4c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e899dd0 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/enhancement/AY-5539_define-creat…

    …ors-per-task' into enhancement/AY-5539_define-creators-per-task
    kalisp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2cdb980 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'develop' of https://github.com/ynput/ayon-core into enh…

    …ancement/AY-5539_define-creators-per-task
    kalisp committed May 30, 2024
    Configuration menu
    Copy the full SHA
    62f43bf View commit details
    Browse the repository at this point in the history
  2. AY-5539 - removed get_current_task_entity

    Wasn't implemented properly, cannot import from context_tools because of circular import.
    kalisp committed May 30, 2024
    Configuration menu
    Copy the full SHA
    63a2e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d812df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b6f8d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    739d459 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec0327f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e2cdf3 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' of https://github.com/ynput/ayon-core into enh…

    …ancement/AY-5539_define-creators-per-task
    kalisp committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8eb1c89 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/enhancement/AY-5539_define-creat…

    …ors-per-task' into enhancement/AY-5539_define-creators-per-task
    kalisp committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b83f8b8 View commit details
    Browse the repository at this point in the history
  10. removed unused import

    iLLiCiTiT committed May 30, 2024
    Configuration menu
    Copy the full SHA
    31c2d7e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'develop' of https://github.com/ynput/ayon-core into enh…

    …ancement/AY-5539_define-creators-per-task
    kalisp committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3ffc19c View commit details
    Browse the repository at this point in the history
  2. AY-5539 - used labels instead of identifiers

    Identifiers are bit hard to get to fill them into Settings, labels are visible in Publisher and can by Copy&Pasted.
    kalisp committed May 31, 2024
    Configuration menu
    Copy the full SHA
    96c11e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a31435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2794190 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/enhancement/AY-5539_define-creat…

    …ors-per-task' into enhancement/AY-5539_define-creators-per-task
    kalisp committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0e4918d View commit details
    Browse the repository at this point in the history
  6. Updated description

    Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
    kalisp and BigRoy authored May 31, 2024
    Configuration menu
    Copy the full SHA
    d2d05f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fe6526 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    0fa9041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f0e97 View commit details
    Browse the repository at this point in the history
  3. AY-5539 - fix wrong logic

    kalisp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4e07b75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577da3f View commit details
    Browse the repository at this point in the history
  5. AY-5539 - do only single re compile

    re.compile might be expensive, do it outside of loop
    kalisp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    dd02631 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    cbc0516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    909d6e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

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