olav
|
cfc2338e78
|
refactor: use camel case for files and dirs (#817)
|
2022-03-25 12:34:20 +01:00 |
|
olav
|
2ca88b019a
|
refactor: restrict API tokens to enabled environments (#809)
* refactor: add missing Tooltip wrapper elements
* refactor: rewrite useEnvironments
* refactor: disable environments in select box
* refactor: make sure initial environment is enabled
|
2022-03-23 12:55:00 +01:00 |
|
Fredrik Strand Oseberg
|
57928d50c6
|
Fix/environment list sorting (#447)
* fix: wait for api call before refetching
* fix: set active environment from feature instead of cache
* fix: remove console logs
* fix: add permission icon button to project card
* fix: remove project button
* fix: empty tooltip if it is not passed
* fix: add refresh interval
* fix: permission buttons
* fix: project permission buttons
* fix: remove unused imports
* fix: add projectId
|
2021-10-20 12:05:44 +02:00 |
|
Christopher Kolstad
|
166c6fef0e
|
Write a generic http thrower for status > 299 (#405)
* Write a generic http thrower for status > 299
* Perform location reload if user is no longer authorized, i.e if status === 401
|
2021-10-15 09:21:38 +02:00 |
|
Fredrik Strand Oseberg
|
92f3f8af08
|
Feat/environment crud (#335)
* feat: add env
* fix: create environment form
* feat: create environment
* feat: add deletion protection
* fix: lift up state
* feat: add ability to update environment
* fix: remove env reset
* fix: remove link
* feat: add drag and drop sorting
* fix: remove unused imports
* feat: add methods to toggle env on/off
* feat: only make api call on drop
* fix: disabled text
* fix: add disabled indicator
* fix: add edit env payload
* fix: add E flag
* fix: cleanup
* fix: update snapshots
* fix: remove useFeature
* fix: change property to errorText
* fix: update tests
* fix: change menu
* fix: update snapshots
* feat: toggle view v2
* fix: handle error on sort order api call
* fix: remove unused import
* fix: useFeature
* fix: update tests
* fix: console logs
* fix: use try catch
* fix: update snapshots
|
2021-09-14 14:20:23 +02:00 |
|