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

Sync single-sign-in branch with main #215

Merged
merged 34 commits into from
May 16, 2024
Merged

Sync single-sign-in branch with main #215

merged 34 commits into from
May 16, 2024

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    52b337b View commit details
    Browse the repository at this point in the history
  2. Improved: UI for the rules page as per the figma(#197)

    - Added support to rename the routing name
    - Moved the style to change the input background to app level styling file
    - Added icons to rename rules button
    ymaheshwari1 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a547bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3041753 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0363a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48b6bd9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #198 from ymaheshwari1/#197

    Improved: UI for the rules page(#197)
    ymaheshwari1 authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    987aa95 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    86a11b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from ymaheshwari1/fix/auto-focus-inventory-re…

    …name
    
    Implemented: support to autofocus on the input when updating rule name
    ymaheshwari1 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6eb1dc0 View commit details
    Browse the repository at this point in the history
  3. Fixed: case to have a default value for cronExpression when updating …

    …group status and cron expresssion is not present
    ymaheshwari1 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    419e0da View commit details
    Browse the repository at this point in the history
  4. Merge pull request #202 from ymaheshwari1/fix/schedule-value

    Fixed: case to have a default value for cronExpression when updating group status and cron expresssion is not present
    ymaheshwari1 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1f817d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbea8d4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #203 from ymaheshwari1/release

    Improved: app version in package and lock file for minor release(v1.2.0)
    ymaheshwari1 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    59e93f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0adadce View commit details
    Browse the repository at this point in the history
  2. Fixed: issue in alert input to not allow entering special character a…

    …nd updated the condition to prefill the alert input for promise date filter(#197)
    ymaheshwari1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8f1bd2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc02bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #204 from ymaheshwari1/#197

    Fixed: issue regarding decimal numbers can be entered in alert input(#197)
    ymaheshwari1 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5753927 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #205 from ymaheshwari1/#181

    Fixed: archived routing cards to be dispalyed correctly after unarchiving a rule(#181)
    ymaheshwari1 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c711ef4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d2f7dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #206 from ymaheshwari1/release

    Improved: app version in package and lock file for patch release(v1.2.1)
    ymaheshwari1 authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8b0de43 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fixed: case to handle the case when enum data is missing for specific…

    … type
    
    Added empty state in option selection modal when the enum data is missing
    Added check to display the code if the enum label is missing
    ymaheshwari1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ebf073a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    676cf56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4993d4b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #209 from ymaheshwari1/fix/empty-state-on-missing-…

    …data
    
    Fixed: case to handle the case when enum data is missing for specific type
    ymaheshwari1 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    22f2511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63fafdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f6c728 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #210 from ymaheshwari1/fix/reordering-inventory-rule

    Fixed: issue in reordering the inventory rules
    ymaheshwari1 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    47c620b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Improved: UI for back feature from the query page(#124)

    Removed the back button feature from the chip
    Added header with a standard back button and displayed routing name inside the header
    Added default href for back button to move to the group details page
    ymaheshwari1 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    273eaf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1023d63 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #211 from ymaheshwari1/#124

    Improved: UI for back feature from the query page(#124)
    ymaheshwari1 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    98220c9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    7009b5e View commit details
    Browse the repository at this point in the history
  2. Fixed: issue of duplicate filters getting applied on the rules

    Fetched the latest information after updating a rule so to pass the seqId when updating the same filter again
    ymaheshwari1 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    36c5e3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #214 from ymaheshwari1/fix/duplicate-filters-on-rule

    Fixed: issue of duplicate filters getting applied on the rules
    ymaheshwari1 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    ebb0a33 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    5529ed8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from ymaheshwari1/feat/fetch-latest-run-history

    Implemented: support to fetch the latest routing history and fetch the history by startDate
    ymaheshwari1 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    880be90 View commit details
    Browse the repository at this point in the history