Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hoophq/hoop

Tags

1.48.2

Toggle 1.48.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update cookie security settings in SAML login callback (#1247)

1.48.1

Toggle 1.48.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add migration scripts to set and drop NOT NULL constraint on fo…

…rce_approve_groups (#1237)

1.48.0

Toggle 1.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

fixed small gap on the table

1.47.2

Toggle 1.47.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update cookie handling in IDP login callbacks for safari (#1217)

* fix: update cookie handling in OIDC and SAML login callbacks for safari

* fix: resolve Safari authentication loop with improved cookie handling

* fix: remove cookie fallback to token handling

1.47.1

Toggle 1.47.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add httpproxy port on helm (#1220)

1.47.0

Toggle 1.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add http proxy modal and infra http port handling on gateway (#1218)

* add: http proxy on gateway modal, and infra port handling

* code review improvements

1.46.13

Toggle 1.46.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve kubectl wrapper to only set flags when HEADER_AUTHORIZAT…

…ION is set (#1202)

1.46.12

Toggle 1.46.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add support for multiple simultaneous Native Client Access sess…

…ions (#1194)

* Refactor native client access management to support multiple sessions

- Updated state management to handle multiple sessions in native client access, replacing the single session structure.
- Enhanced event handling for session requests, success, and failure, ensuring proper updates to the state.
- Introduced new functions for session management, including saving, retrieving, and cleaning up sessions in localStorage.
- Updated the UI components to accommodate the new multiple sessions structure, including draggable cards for active sessions.
- Improved the logic for session validation and cleanup on app initialization.

This refactor aims to provide a more robust and flexible handling of native client access sessions.

* Update draggable card positioning and styling for improved layout

- Adjusted the offset values in the `calculate-card-position` function to enhance the spacing between draggable cards.
- Cleaned up formatting in the `markup-single-draggable-card` and `multiple-cards` functions for better readability.
- Ensured consistent styling and layout for draggable cards in the main component.

These changes aim to improve the user experience by providing a more visually appealing and organized layout for draggable cards.

* Enhance disconnect confirmation dialog and improve code formatting

- Updated the disconnect confirmation dialog to include the connection name for better clarity.
- Improved code formatting for readability in the `aws-ssm-command-view` and session handling functions.
- Ensured consistent indentation and spacing throughout the file.

These changes aim to enhance user experience and maintain code quality.

* Refactor draggable card management and remove legacy support

- Removed the `:draggable-card` state from the database structure to streamline state management.
- Eliminated legacy subscription and event handlers related to single draggable cards for improved clarity and maintainability.
- Renamed the `multiple-cards` function to `main` for better alignment with its purpose.
- Updated the `draggable-cards->open` event to ensure consistent state updates for multiple draggable cards.

These changes aim to enhance the overall structure and performance of the draggable card system.

* Refactor draggable card rendering for improved performance

- Replaced `doall` with `for` in the rendering of draggable cards to enhance performance and readability.
- Utilized `map-indexed` directly within the `for` loop for cleaner code structure.

These changes aim to streamline the rendering process of draggable cards, improving efficiency and maintainability.

* Refactor session retrieval and normalization in native client access

- Introduced a new `normalize-sessions` function to standardize session data into a map of connection names to session data.
- Simplified the `get-all-sessions` function to utilize the new normalization logic, improving clarity and maintainability.
- Enhanced error handling during session retrieval from localStorage.

These changes aim to improve the structure and reliability of session management in the native client access module.

1.46.11

Toggle 1.46.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set Default Runbook for new orgs and orgs that does not have runbook (#…

…1196)

* add: create runbook default when create a new org

* add: migration to add default runbook for all orgs that does not have runbook default

* add: check if runbook exist before create the default

* refactoring code review

* add: migration on code for runbook default

* fix reponame

1.46.10

Toggle 1.46.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove httpproxy check to allow kubectl to work in the Web Conso…

…le (#1199)