Squash commits of branch bugfix/failing-to-load-gravatar:
- Fix line break if gravatar image could not be loaded
- Fix overlapping text inside the commit overview if the avatar alt text is shown
- Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy
- Fix border-radius
- Fix outdated storyshots
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