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

De-dupe ReconnectApp in the persisted requests queue #47913

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

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

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

  1. Applying comments + unit tests

    gedu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    615a8ba View commit details
    Browse the repository at this point in the history
  2. Adding comment

    gedu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8b505ab View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Adding test to Sequential Queue

    gedu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    be72fec View commit details
    Browse the repository at this point in the history
  2. Fixed TS error

    gedu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6e40d66 View commit details
    Browse the repository at this point in the history
  3. removed the .only from test

    gedu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    31bf286 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge branch 'main' into gedu/replace_reconnectapp_most_updated

    # Conflicts:
    #	src/libs/Network/SequentialQueue.ts
    gedu committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7f1b772 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    45bf5a6 View commit details
    Browse the repository at this point in the history
  2. Fixed APITest

    gedu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3620da6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d9550c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fixed tests and code

    gedu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d07d912 View commit details
    Browse the repository at this point in the history
  2. Fixed lint issues

    gedu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7170e14 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'main' into gedu/replace_reconnectapp_most_updated

    # Conflicts:
    #	src/libs/Network/SequentialQueue.ts
    gedu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    69463bb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Cleanup

    gedu committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dc6aa40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0e209 View commit details
    Browse the repository at this point in the history
  3. Fixed some deprecated eslints

    gedu committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b6b893b View commit details
    Browse the repository at this point in the history
  4. Rolling back change

    gedu committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1fcd87d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9cb098 View commit details
    Browse the repository at this point in the history
  6. disable deprecation fields

    gedu committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3b21e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    919e254 View commit details
    Browse the repository at this point in the history
  2. Removed unused key

    gedu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1c5c49b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    9ff5edd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into gedu/replace_reconnectapp_most_updated

    # Conflicts:
    #	.eslintrc.js
    #	src/libs/Middleware/HandleUnusedOptimisticID.ts
    gedu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d3bf574 View commit details
    Browse the repository at this point in the history
  3. fixed eslint error

    gedu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2bc9f32 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch 'main' into gedu/replace_reconnectapp_most_updated

    # Conflicts:
    #	src/libs/API/index.ts
    gedu committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4b309bf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge branch 'main' into gedu/replace_reconnectapp_most_updated

    # Conflicts:
    #	src/libs/ReportActionsUtils.ts
    gedu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cae7b49 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge branch 'main' into gedu/replace_reconnectapp_most_updated

    # Conflicts:
    #	.eslintrc.js
    #	src/libs/ReportActionsUtils.ts
    gedu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2792cfe View commit details
    Browse the repository at this point in the history
  2. Fixed comments

    gedu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    703957d View commit details
    Browse the repository at this point in the history
  3. replaced with unshift

    gedu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7d90d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. removed duplicated rule

    gedu committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1e0d4ed View commit details
    Browse the repository at this point in the history