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

Private extractor support #991

Merged
merged 38 commits into from
Sep 16, 2024
Merged

Private extractor support #991

merged 38 commits into from
Sep 16, 2024

Commits on Apr 3, 2024

  1. add owners list to models

    max-zilla committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4e73cb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. add owner check to lookup

    max-zilla committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    de2e037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b975713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce7bf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02600f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7620357 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 15, 2024

  1. update heartbeat logic

    max-zilla committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c125e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792285a View commit details
    Browse the repository at this point in the history
  3. set alive status

    max-zilla committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    840ec34 View commit details
    Browse the repository at this point in the history
  4. typo fix

    max-zilla committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7f539dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f9f66 View commit details
    Browse the repository at this point in the history
  6. Clean up permissions logic

    max-zilla committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5205b10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56fea04 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. run codegen

    max-zilla committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    dcfb0c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ba16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c88bca5 View commit details
    Browse the repository at this point in the history
  4. fix pytest

    max-zilla committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    da06adc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4db0a06 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    baaccf2 View commit details
    Browse the repository at this point in the history
  2. clean up test logic

    max-zilla committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9cd5f96 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    2bebd3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a8ae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f85017 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    fef3ddc View commit details
    Browse the repository at this point in the history
  2. add missing comma

    max-zilla committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3b45835 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix failing tests, codegen

    max-zilla committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    689510a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f49fe6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    29ae848 View commit details
    Browse the repository at this point in the history
  2. import Union

    max-zilla committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ffe054a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix missing import

    max-zilla committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e7afb65 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8575abb View commit details
    Browse the repository at this point in the history
  2. Update ListenersService.ts

    max-zilla committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    901e317 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. fixing an error i was seeing that left the listener page totally blank

    dataset_id was being sent in by the component as 'true' when it should be 'null' and then the 'true' should have gone after
    tcnichol committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    71fd9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30046ba View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fixed listener query when checking if a user is in the user list. The…

    … query was not matching a user since it was an `equality` query on an `array` and not a `in` query.
    lmarini committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bee998f View commit details
    Browse the repository at this point in the history
  2. Reverting prior listener user matching query since it was not the iss…

    …ue and it broke the query. Not sure what happened.
    lmarini committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b4e82e3 View commit details
    Browse the repository at this point in the history