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

Open resource links from any organization/sandbox #5892

Merged
merged 90 commits into from
May 26, 2023

Commits on Mar 21, 2023

  1. added organization watcher

    klakhov committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    317de1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1cf2fd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    30d8a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc29bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    141707a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6e53dd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    1319d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c95b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e34b0cf View commit details
    Browse the repository at this point in the history
  4. use 'request.organization' instead of 'request.iam_context' for creat…

    …e and list rest api methods
    sizov-kirill committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    90122a2 View commit details
    Browse the repository at this point in the history
  5. fix tests

    sizov-kirill committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3268f0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1250820 View commit details
    Browse the repository at this point in the history
  7. fix tests

    sizov-kirill committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f274001 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. init iam_context once

    sizov-kirill committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4444e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a23f2d View commit details
    Browse the repository at this point in the history
  3. code style

    sizov-kirill committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8933412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    273769c View commit details
    Browse the repository at this point in the history
  5. fix tests

    sizov-kirill committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    95df580 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. add comment

    sizov-kirill committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    14ccc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d9435 View commit details
    Browse the repository at this point in the history
  3. fix membership deleting

    sizov-kirill committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    afc99f4 View commit details
    Browse the repository at this point in the history
  4. fix sdk test

    sizov-kirill committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f8a9a52 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix e2e tests

    sizov-kirill committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c5f2565 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. remove debug lines

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2dcb25e View commit details
    Browse the repository at this point in the history
  2. refactor tests

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    24305ab View commit details
    Browse the repository at this point in the history
  3. black auro-reformat

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    86e6816 View commit details
    Browse the repository at this point in the history
  4. update testdb

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    de18471 View commit details
    Browse the repository at this point in the history
  5. remove debug lines

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    89e1b21 View commit details
    Browse the repository at this point in the history
  6. update testdb

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d4517c3 View commit details
    Browse the repository at this point in the history
  7. fix tests

    sizov-kirill committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f87b7df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7529926 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9cd777 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    e1626d4 View commit details
    Browse the repository at this point in the history
  2. update tests

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5af31d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77ab2d7 View commit details
    Browse the repository at this point in the history
  4. remove debug lines

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2efa085 View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a1a75bc View commit details
    Browse the repository at this point in the history
  6. update schema

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f6aa14c View commit details
    Browse the repository at this point in the history
  7. update schema

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    def7175 View commit details
    Browse the repository at this point in the history
  8. fix schema

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    52f5d35 View commit details
    Browse the repository at this point in the history
  9. fix tests

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    efe7dd0 View commit details
    Browse the repository at this point in the history
  10. fix black warnings

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2a9ca1c View commit details
    Browse the repository at this point in the history
  11. remove uneccesary file

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    86e7417 View commit details
    Browse the repository at this point in the history
  12. remove unused vars

    sizov-kirill committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7f3f052 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    7a19460 View commit details
    Browse the repository at this point in the history
  2. update schema

    sizov-kirill committed May 5, 2023
    Configuration menu
    Copy the full SHA
    db02bb0 View commit details
    Browse the repository at this point in the history
  3. update test assets

    sizov-kirill committed May 5, 2023
    Configuration menu
    Copy the full SHA
    51f3e3b View commit details
    Browse the repository at this point in the history
  4. adjusted organization tests

    klakhov committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f60baed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cafa0d View commit details
    Browse the repository at this point in the history
  6. removed excessive visit

    klakhov committed May 5, 2023
    Configuration menu
    Copy the full SHA
    64ddaaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4de6a0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a2a70d View commit details
    Browse the repository at this point in the history
  9. update schema

    sizov-kirill committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3086165 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a05a081 View commit details
    Browse the repository at this point in the history
  11. remove unused imports

    sizov-kirill committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3730922 View commit details
    Browse the repository at this point in the history
  12. update schema

    sizov-kirill committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6f9afce View commit details
    Browse the repository at this point in the history
  13. fix filter

    sizov-kirill committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a3a27bd View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    0de71ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa5c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0aa9fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b759a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf622e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8f6bbf View commit details
    Browse the repository at this point in the history
  7. auto-reformat with black

    sizov-kirill committed May 11, 2023
    Configuration menu
    Copy the full SHA
    467bfc1 View commit details
    Browse the repository at this point in the history
  8. fix tests

    sizov-kirill committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3af890f View commit details
    Browse the repository at this point in the history
  9. fix test_tasks

    sizov-kirill committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7610d73 View commit details
    Browse the repository at this point in the history
  10. fix tests

    sizov-kirill committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d537043 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix tests

    sizov-kirill committed May 12, 2023
    Configuration menu
    Copy the full SHA
    db93404 View commit details
    Browse the repository at this point in the history
  2. fix tests

    sizov-kirill committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1e9a0be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1585b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac5e72c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    669ede7 View commit details
    Browse the repository at this point in the history
  6. remove debug names

    sizov-kirill committed May 12, 2023
    Configuration menu
    Copy the full SHA
    594193f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. update comment

    Co-authored-by: Roman Donchenko <roman@cvat.ai>
    Kirill Sizov and SpecLad authored May 22, 2023
    Configuration menu
    Copy the full SHA
    f5361ce View commit details
    Browse the repository at this point in the history
  2. fix comment

    Co-authored-by: Roman Donchenko <roman@cvat.ai>
    Kirill Sizov and SpecLad authored May 22, 2023
    Configuration menu
    Copy the full SHA
    8d53c4f View commit details
    Browse the repository at this point in the history
  3. resolve conflicts

    sizov-kirill committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9322718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c671c55 View commit details
    Browse the repository at this point in the history
  5. update schema

    sizov-kirill committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8f6061b View commit details
    Browse the repository at this point in the history
  6. fix tests

    sizov-kirill committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ef6e00e View commit details
    Browse the repository at this point in the history
  7. resolve conflicts

    sizov-kirill committed May 22, 2023
    Configuration menu
    Copy the full SHA
    90a5f4e View commit details
    Browse the repository at this point in the history
  8. update assets

    sizov-kirill committed May 22, 2023
    Configuration menu
    Copy the full SHA
    804f3ec View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Fix a typo

    nmanovic committed May 23, 2023
    Configuration menu
    Copy the full SHA
    594ae9e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    704aafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ed652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a218546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c670f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0cd235 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    e55dd78 View commit details
    Browse the repository at this point in the history
  2. fix ui error message

    sizov-kirill committed May 26, 2023
    Configuration menu
    Copy the full SHA
    972f758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16a9135 View commit details
    Browse the repository at this point in the history