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

feat: Multiple Private links per Event Type #15896

Merged
merged 55 commits into from
Oct 2, 2024

Commits on Jul 23, 2024

  1. feat: Change hashedLink field to array

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d5423c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. feat: Implement core single-use links logic

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3ce34e4 View commit details
    Browse the repository at this point in the history
  2. fix: Get private link from list of hashedLinks on event list page

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    03a3482 View commit details
    Browse the repository at this point in the history
  3. fix: Fix defalut single-use links form field value

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    42022b8 View commit details
    Browse the repository at this point in the history
  4. fix: Fix some type errors while compiling

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4c20826 View commit details
    Browse the repository at this point in the history
  5. fix: Use onChange callback instead of setting form values directly

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7e872d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    0542141 View commit details
    Browse the repository at this point in the history
  2. feat: Add e2e tests for single-use links

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c6a3248 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. refactor: Refactor single-use-links admin interface

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3e55bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    fc0d68c View commit details
    Browse the repository at this point in the history
  2. fix: Fix settings toggle bugs

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    af7ab3e View commit details
    Browse the repository at this point in the history
  3. chore: Remove redundant inline comments

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4269a78 View commit details
    Browse the repository at this point in the history
  4. fix: Remove debug statements

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    374cb91 View commit details
    Browse the repository at this point in the history
  5. chore: Remove single-use links e2e tests

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    945ffbc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch 'main' into feature-15776-single-use-link

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    26b2b0a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    361253b View commit details
    Browse the repository at this point in the history
  2. feat: Remove private-link feature and override with single-use-links

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b50ab5b View commit details
    Browse the repository at this point in the history
  3. fix: Fix type errors

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f473e06 View commit details
    Browse the repository at this point in the history
  4. refactor: Remove redundant migrations

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3f5d7b8 View commit details
    Browse the repository at this point in the history
  5. fix: Add managedEvents restriction

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    16deeb7 View commit details
    Browse the repository at this point in the history
  6. fix: Fix single-use-links for org

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    079e9a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix: Fix recommended UI changes

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5c41109 View commit details
    Browse the repository at this point in the history
  2. fix: Fix duration not respected for private links

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0cc66d8 View commit details
    Browse the repository at this point in the history
  3. fix: Fix team event page title

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e95fc3d View commit details
    Browse the repository at this point in the history
  4. feat: Add logic to copy each single-use-links from event listing page

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    78e8bf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. feat: Add single-use links support for managed event types

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1dfa548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d12c42 View commit details
    Browse the repository at this point in the history
  3. fix: Fix some type errors

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d24cb05 View commit details
    Browse the repository at this point in the history
  4. fix: Fix type errors

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    acde230 View commit details
    Browse the repository at this point in the history
  5. refactor: Disable adding new single-use links when field is locked

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    198e002 View commit details
    Browse the repository at this point in the history
  6. fix: Address feedbacks

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2add9ba View commit details
    Browse the repository at this point in the history
  7. refactor: Hide add new link button for locked single-use link field

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0830468 View commit details
    Browse the repository at this point in the history
  8. chore: Use empty string for single-use link fallback value condition

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4ef15a3 View commit details
    Browse the repository at this point in the history
  9. fix: Fix org single-use links in listing page

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ff19caa View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. feat: Auto toggle unlock button for managed event's single-use links …

    …option
    
    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5a2ed6f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    80cc879 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: Auto toggle unlock button for managed event's single-us…

    …e links option"
    
    This reverts commit 5a2ed6f.
    Souptik2001 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    394a5b7 View commit details
    Browse the repository at this point in the history
  3. chore: Disable parent toggle for single-use-links

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9f51012 View commit details
    Browse the repository at this point in the history
  4. feat: Remove tooltip and give info message below field

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ce91302 View commit details
    Browse the repository at this point in the history
  5. add tooltip

    anikdhabal authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0a8e1d3 View commit details
    Browse the repository at this point in the history
  6. tooltip message

    anikdhabal authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b4282c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix: Fix typo

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    87e2363 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    f5b72c7 View commit details
    Browse the repository at this point in the history
  2. fix: Fix typescript type errors

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd9e05e View commit details
    Browse the repository at this point in the history
  3. fix: Fix few unit tests

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d083d98 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. refactor: Remove redundant query

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e36cfb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    86a78e9 View commit details
    Browse the repository at this point in the history
  2. merge conflict fix

    Amit91848 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    25b2030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28ac71d View commit details
    Browse the repository at this point in the history
  4. fix tests, code refactor

    Amit91848 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a8effb9 View commit details
    Browse the repository at this point in the history
  5. fix: type check

    Amit91848 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dd65bc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    182eacc View commit details
    Browse the repository at this point in the history
  7. fix: e2e

    Amit91848 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ad7a752 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. refactor: Replace single-use-links with multiple-private-links

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a3dcd2f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'main' into feature-15776-single-use-link

    Signed-off-by: Souptik Datta <souptikdatta2001@gmail.com>
    Souptik2001 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f6588a0 View commit details
    Browse the repository at this point in the history