IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* use qs utils to namespace query params
* refactor Lookup and SelectResource Steps to use PaginatedDataList
* preserve query params when adding new ones
* require namespace for QS Configs
* working: rename OrganizationTeamsList to PaginatedDataList
* convert org notifications list fully to PaginatedDataList
* update NotificationList tests
* refactor org access to use PaginatedDataList
* update tests for org access refactor; fix pagination & sorting
* restore Add Role functionality to Org roles
* fix displayed text when list of items is empty
* preserve query params when navigating through pagination
* fix bugs after RBAC rebase
* fix lint errors, fix add org access button
* add enzyme test helper with lingui provider
* add router context to enzyme test helper
* get 18n, router, & config contexts rendering together in enzyme helper
* add config context to enzyme helpers
* add network and dialog contexts to enzymeHelpers
* convert OrganizationForm tests to use new mountWithContexts helper
* default all context value keys to default unless provided
* document use of mountWithContexts()
* fix typo in CONTRIBUTING.md
* update Organizations to use mountWithContext