We sometimes get errors like `Cannot read property 'toLowerCase' of undefined` which really doesn't help debugging. So log the error stack instead of just the message, and also make the rules enforcer (which is the very first code that's hit by newly read data) more defensive. The latter is needed because no validation has been performed on the entity data yet, so if the user mistakenly inserted bad data, the code will crash instead of just rejecting the data as invalid.
use fixed title for project growth alert
map product option to entity id in client
remove conditional from test name
update tooltip verbiage for unlabeled costs
add default tooltip
tooltip cleanup
remove unused palette property
* 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