Squash commits of branch feature/store_metering:
- Wrap jaxb stores with proxies to get micrometer insights
- Handle exceptions from proxy
- User meter for queryable stores, too
- Log change
- Change name for metrics
- Fix imports
- Rename invocation handler
- Change change log
- Replace RuntimeException
- Merge branch 'develop' into feature/store_metering
- Add store type to description of timer
- Fix measuring methods for queryable store
- License
- Simplify usage of wrapper
- Rename class
- Remove unnecessary condition
Squash commits of branch feature/confirm_repo_delete:
- Implement confirmation dialog before repository delete
- Change repo alert
- The input does not support autocomplete
Therefore it should not be announced as an autocomplete input by assistive technologies.
- Change repo alert
- Remove unused import
- Update snapshots
Squash commits of branch poc/toggle_description_for_extended_description:
- Add accessibility for ExpandableText.tsx
- Change paragraph to details in ExpandableText.tsx
- Change paragraph to details in ExpandableText.tsx
Squash commits of branch feature/write_protected_queryable_store:
- Bootstrap read-only check for queryable stores
- Use class name instead of static string
- Fix build breaker
- Log change
- Add unit tests
- Clean up
- Merge branch 'develop' into feature/write_protected_queryable_store
Squash commits of branch feature/hikari:
- Introduce HikariCP as connection pool
- Log change
- Close maintenance stores correctly
- Do not force minimum number of connections
- Log change
- Assert stores are closed correctly
... and test QueryableStoreDeletionHandler
- Fix license
- Fix unit tests
- Use constants
- Change change log
- Move hikari version to libraries
- Enhance documentation
- Use configuration for pool settings
Squash commits of branch feature/auto_increment:
- Bootstrap auto-increment key option
- Fix changelog
- Document stuff
- Fix unit test
- Documentation
- Use id generator in unit test extension
- Do not use mockito for type descriptor in tests
- Clean up
- Fix indentation
- Fix code formatting
- Clean up
Squash commits of branch bugfix/orderby-id:
- Bugfix orderby for an IdQueryField(ID)
- Add changelog for the bugfix ordering by ID field
- Add second unit test to order by name and id
The url needs to be escaped for the route component, so that
react-router can perform his matching logic.
But additionally, the components rendered within the
extension point also need the unescaped url to create further
links based on this url.
* Merge: Author and committer from request
* Squash: Author from request, committer from session
* Rebase: Rebase from original commit, committer from session
* Fast-forward: No changes, author and committer from tip
These are the four stratagies available for a merge. Each of them has a different requirement regarding who is seen as an author and who as a committer.
To properly escape branch names containing
special characters like `/` (e.g., replaced with `%2F`).
This ensures that copied links work correctly
even when branch names include special characters.
Squash commits of branch feature/hotfix-release-doc:
- Add documentation about the second build of a hotfix release
- Adjust the important note in hotfix release