* fix: allow changing the categories of a checkbox tree
* feat: allow setting the current selection in the checkbox tree
* feat: allow setting the current selection in the select
* feat: add a way to access the tables internal state (filters, search, ...)
* feat: add useQueryParams hook
* feat: persist the table state of the api explorer in the url
* Use react-use instead of writing own hooks
* Resolve review comments
* Rename selectedChilds to selecetedChildren
* Add changesets
* Support passing a separate state name to useQueryParamState
This allows to use the useQueryParamState hook multiple time per route and have a separate state.
* refactor: fix typo...
* Update to Edit link in Card component.
* prettier
* new line
* Added changeset
* Actually run prettier. . .
* Added functionality to determine source of url for icon choice. Fixed failed tests.
* Added test case for new edithref attribute
* Prettier
* forgot a file
* correct url substring sanitation
* corrected url substring sanitation
* Added handling of Bitbucket Cloud and Gitlab.
* Added tests for each GitLab and BitBucket edits.
* Update to leverage git-url-parse
* update test to reflect owner change
* Basic implementation of readTree on github and use it in techdocs
* Added a UrlPreparer and cleaned up some minor things
* Download entire archive and filter out the wanted files in readTree
* Added test for dir output of tree reader
* Fixed formatting
* Fixed formatting
* Some cleanups and fixes
* Fix typing issues
* Fix prettier
* Fix prettier
* Removed unused dependency
* Fixed comments on PR
* Prettier
* Moved @types/fs-extra to devDeps
* Fixed another PR comment
* Added a test for getDocFilesFromRepository
* Prettier
* add dependency graph files
* add stories for DependencyGraph
* add changeset
* add margin and border to storybook examples
* support dark theme in default label
* add transition to nodes, edges and labels
* move @types to devDependencies
* clean up DependencyGraph test
* don't use default exports
* change padding format
* change marginX/Y to paddingX/Y
* fix types export
* fix storybook
* move @types/dagre from devDependencies to dependencies
* Allow deployments to use private images
The docker credentials secret can be created by:
kubectl create secret docker-registry <name> # args
* Update db password secret on update too
Support changing DB password on upgrade.
* Update Readme
* How to use private docker repos
* Clear up some confusion around the ca configmap name