Skip to content

Tags: datitran/hoop

Tags

1.38.11

Toggle 1.38.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add SVG icons for identity providers (Auth0, AWS Cognito, Azure…

…, Google, JumpCloud, Okta) and update authentication views to utilize these icons in the provider selection grid (hoophq#974)

1.38.10

Toggle 1.38.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump version to 1.47.12 in package.json and update package-loc…

…k.json (hoophq#973)

1.38.9

Toggle 1.38.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix multiple connections persistence bugs and refactor event structure (

hoophq#969)

* feat: Introduce primary and multiple connections management components

- Added `primary_connection_list` and `multiple_connections` components to enhance connection management.
- Refactored existing connection-related events and updated imports to align with new component structure.
- Implemented event handling for connection execution and selection, improving user interaction with connection lists.
- Updated UI to support new connection management features, ensuring consistency with existing design patterns.

* refactor: Rename connection events and update subscriptions for multiple connections management

- Renamed events and subscriptions related to multiple connections for consistency, including `:connection-selection` to `:multiple-connections`.
- Updated references in components and event handlers to align with the new naming conventions.
- Introduced a new event file for handling multiple connection executions, enhancing the execution management process.
- Ensured all changes maintain compatibility with existing architecture and design patterns.

* refactor: Enhance multiple connections management with improved event handling and subscriptions

- Updated event logic for toggling multiple connections to enforce primary connection requirements and compatibility checks.
- Introduced new subscriptions for managing execution states and counts, ensuring accurate representation of selected connections.
- Refactored UI components to utilize updated selectors, improving clarity and reducing duplication in connection handling.
- Maintained alignment with existing architecture and design patterns throughout the changes.

* refactor: Update connection handling to streamline target connections management

- Refactored connection selection logic to always include primary connections, enhancing the accuracy of selected connections.
- Updated subscriptions in runbooks and form components to utilize a unified target connections approach, reducing duplication and improving clarity.
- Adjusted button state management to reflect changes in selected connections, ensuring consistent user experience across components.

* refactor: Update routing and navigation for plugin management

- Adjusted routes for the plugins section to remove the AI Query Builder entry, streamlining navigation.
- Updated the promotion feature to redirect to the settings for Jira instead of the previous manage-plugin route, enhancing user experience.
- Ensured consistency with existing routing patterns and architecture.

* chore: Bump version to 1.47.11 in package.json

* refactor: Clean up connection handling and improve event documentation

- Removed outdated comments and improved clarity in event handling for multiple connections.
- Streamlined connection selection logic to ensure compatibility checks are clear and concise.
- Updated comments to reflect English translations for better understanding and consistency across the codebase.

1.38.8

Toggle 1.38.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
presidio: remove rules migration on startup (hoophq#968)

1.38.7

Toggle 1.38.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
runbook-hooks: add propagation of connection reviewers information (h…

…oophq#967)

1.38.6

Toggle 1.38.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sec: bump dependencies to fix dependabot issues (hoophq#963)

1.38.5

Toggle 1.38.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
hotfix: Add SIGWINCH const to fix building on Windows OS (hoophq#959)

1.38.4

Toggle 1.38.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor SSO settings to use more clear and separate types (hoophq#957)

- Fallback loading configuration from environment variables when querying /api/serverconfig/* routes
- Refactor reloading idp providers based on central config change logic
- Make creating shared signing key method more reliable to insert a single record

1.38.3

Toggle 1.38.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add endpoints to store and configure server settings (hoophq#954)

- Add local login and register api documentation
- Add route to configure miscellaneous attributes (product analytics, webapp user management, grpc url)
- Add route to configure identity provider settings (local, oidc, saml)
- Add Singleton instance to defer loading the provider runtime settings
- Implement cache mechanism and reload behavior of identity provider runtime settings
- Add proper fallbacks to environment variables when authentication are not available in the database
- Allow changing the admin and auditor roles runtime based on the database server configuration
- Refactor api key to generate random values from server with proper entropy

1.38.2

Toggle 1.38.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: simplify database schema button visibility and improve UX for d…

…isabled connections (hoophq#952)

* refactor: Simplify connection handling and improve schema access messaging

* refactor: Improve code comments for clarity and maintainability