Fredrik Strand Oseberg
|
d11bee0b95
|
Feature/stale dashboard (#243)
* feat: initial structure
* feat: add reportCard
* feat: add report-toggle-list
* feat: add report-card
* feat: connect data
* feat: add material icons
* feat: add table styles
* fix: rename reportcard
* feat: add checkbox functionality
* fix: correct invalid json format
* feat: add support for changing project
* fix: linting
* fix: remove trailing slash
* fix: change rewrites to routes
* fix: update glob
* feat: add name sorting
* refactor: swap routes for rewrites in vercel.json
* feat: add rewrite rules
* feat: add all rewrite rules
* feat: initial useSort implementation
* feat: finalized useSort for consistent name sorting
* feat: date parsing
* feat: implement sorting functionality for headers
* fix: ensure consistent naming in useSort
* feat: finish reportcard
* fix: remove loader class
* feat: hide bulk actions behind feature flag
* feat: add tests
* fix: lint and proptypes
* fix: lint
* fix: update select styles
* fix: create snapshots from node 12
* fix: safari flex inconsistencies
* feat: expand conditionallyRender functionality to encompass passing functions as elseShow param
* fix: conditional project selector
* fix: add missing new-line
* fix: move dependencies
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
|
2021-02-25 10:54:53 +01:00 |
|
Ivar Conradi Østhus
|
5342c86b60
|
fix: one and only one front (#244)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
|
2021-02-24 11:03:18 +01:00 |
|
Ivar Conradi Østhus
|
726b707a99
|
fix: minor visual for dropdowns
|
2021-02-23 14:06:05 +01:00 |
|
Ivar Conradi Østhus
|
107cc0636f
|
fix: should not register duplicate HTML5 backends
|
2021-02-09 21:56:49 +01:00 |
|
Ivar Conradi Østhus
|
00f411d9d2
|
fix: UX should not eagerly store strategy updates! (#240)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
|
2021-02-09 10:14:04 +01:00 |
|
Ivar Conradi Østhus
|
3a6fa577bc
|
feat: Addon support from UI (#236)
|
2021-02-05 14:24:22 +01:00 |
|
Christopher Kolstad
|
2cabe7f297
|
Add tag feature
- CRUD for tag-types
- CD for tags
- tagging for features
- display tags on feature-toggle
|
2021-01-18 09:26:32 +01:00 |
|
Ivar Conradi Østhus
|
7380d92e45
|
fix: migrate all .scss files to .module.scss
|
2021-01-07 13:36:13 +01:00 |
|
Ivar Conradi Østhus
|
8a083ce748
|
fix: Should update activation strategies immediately (#229)
|
2020-11-27 22:23:44 +01:00 |
|
Ivar Conradi Østhus
|
264e9c56ae
|
feat: add support for projects
|
2020-11-23 21:09:19 +01:00 |
|
Ivar Conradi Østhus
|
87c32015a4
|
fix: typo description => descriptionn
|
2020-10-02 11:05:29 +02:00 |
|
Ivar Conradi Østhus
|
82c67aba30
|
fix: add created date for applications
|
2020-09-26 22:14:56 +02:00 |
|
Ivar Conradi Østhus
|
31398571b4
|
fix: show notification when app updates
|
2020-09-26 21:31:34 +02:00 |
|
Ivar Conradi Østhus
|
130110f5a4
|
feat: add search for applications
|
2020-09-24 20:02:45 +02:00 |
|
Ivar Conradi Østhus
|
5844c488f3
|
fix: add disabled propertu to select
|
2020-08-07 11:25:24 +02:00 |
|
Ivar Conradi Østhus
|
303b6edb99
|
feat: added time-ago to toggle-list
|
2020-08-07 10:08:23 +02:00 |
|
Ivar Conradi Østhus
|
f5ed3eaa1f
|
feat: Add stale marking of feature toggles
|
2020-08-07 09:36:32 +02:00 |
|
Ivar Conradi Østhus
|
6395568d55
|
feat: add support for toggle type
|
2020-08-06 11:03:40 +02:00 |
|
Jaynish Buddhdev
|
d7ae641274
|
Feat: (VariantCustomization) Allow user to customize variant weights (#216)
Co-authored-by: Jaynish Buddhdev <bjaynish1@gmail.com>
|
2020-08-03 13:33:16 +02:00 |
|
Ivar Conradi Østhus
|
57bdf63043
|
fix: add common component input-list-field
|
2020-05-22 13:00:53 +02:00 |
|
Ivar Conradi Østhus
|
5cbfcf5f3b
|
fix: improve on variant ui
|
2020-05-20 16:32:29 +02:00 |
|
Ivar Conradi Østhus
|
d7f9b892a3
|
feat: UI for view, create and edit context fields (#204)
* feat: UI for view, create and edit context fields
* fix: lint
|
2020-02-27 21:36:07 +01:00 |
|
ivaosthu
|
1fb45944a5
|
fix: skip locale test for now
|
2019-10-09 20:29:46 +02:00 |
|
Luan Raithz Machado
|
c25c0a76a8
|
fix: babel-preset-env (#190)
* changed do @babel/preset-env
* runned lint fix
* added beforeEach in ui-config-store-test
|
2019-10-09 19:58:49 +02:00 |
|
ivaosthu
|
eaa20927c0
|
chore: Fix linting
|
2019-03-13 09:11:30 +01:00 |
|
ivaosthu
|
2f2581298b
|
fix(eslint): ovveride test rules in root .eslintrc file
|
2018-08-13 13:13:27 +02:00 |
|
ivaosthu
|
59bcabe331
|
fix(router): Upgrade to react-router v. 4.x.
This is rather big change to react-router and
required a lot of rewrites.
Mostly followed this guide:
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/migrating.md
|
2018-08-07 12:50:28 +02:00 |
|
ivaosthu
|
791aed23b5
|
fix(ApplicationList): icon can be null and default values will not kick in then.
|
2018-08-07 12:50:27 +02:00 |
|
Corinne Krych
|
aa3fb71dc3
|
lint(error): make lint happy
|
2018-02-16 21:18:20 +01:00 |
|
Corinne Krych
|
f8fb2bbc76
|
refactor(form): separate add-feature and update-feature components
|
2018-02-16 09:19:30 +01:00 |
|
Corinne Krych
|
df4dd6a784
|
fix(locale): make timezone defaulted
|
2018-02-08 12:57:36 +01:00 |
|
Corinne Krych
|
4f49f8421c
|
fix(util): remove unused function
|
2018-02-08 11:23:07 +01:00 |
|
Corinne Krych
|
920872512c
|
feat(timezone): Timezone should be configurable
|
2018-02-07 14:53:10 +01:00 |
|
Corinne Krych
|
dedcced8d4
|
fix(util): make unti tests pass whatever the timezone is
|
2018-02-06 14:12:00 +01:00 |
|
Ivar Conradi Østhus
|
b97e666e0f
|
chore(lint): Added propTypes to all components
|
2018-02-04 22:16:04 +01:00 |
|
Ivar Conradi Østhus
|
03ff3b8a74
|
fix(jest) Always use UTC as TZ
|
2018-02-02 12:05:44 +00:00 |
|
Ivar Conradi Østhus
|
6cf9c689db
|
chore(travis) build with node 8
|
2018-02-02 12:52:31 +01:00 |
|
Simen Bekkhus
|
8ef9def08c
|
Use 120 as width in prettier (#90)
|
2017-08-28 21:40:44 +02:00 |
|
Simen Bekkhus
|
b176d63f56
|
Fix deprecations (#88)
* Fix some optimization bailouts
* Use prop-types package
* Make error comp functional
* Remove unused css transition dep
* Remove unused immutability helper dep
* Align react versions in package.json
|
2017-08-28 21:30:12 +02:00 |
|
Simen Bekkhus
|
683ae7e6d8
|
Use prettier (#87)
* Use prettier
* Upgrade to 1.6 beta
* Update lint deps
* Upgrade to full 1.6
|
2017-08-28 19:15:47 +02:00 |
|
Simen Bekkhus
|
6e0db0a998
|
Upgrade eslint
|
2017-06-29 08:36:10 +02:00 |
|
vsandvold
|
d62175eb5b
|
styling cleanup
|
2017-03-01 21:54:31 +01:00 |
|
Simen Bekkhus
|
0418603021
|
Add some tests (#74)
|
2017-02-23 22:18:23 +01:00 |
|
vsandvold
|
410f40cc03
|
tweaks markup
|
2017-02-14 12:46:09 +01:00 |
|
vsandvold
|
9d76e6ab42
|
minor improvements to application list and view layouts
|
2017-02-14 12:11:18 +01:00 |
|
Vegard Sandvold
|
5242e2aa0d
|
cleans up the filter and sorting toolbar + fab for new feature toggle… (#61)
* cleans up the filter and sorting toolbar + fab for new feature toggle + makes name default sorting
|
2017-02-04 19:30:06 +01:00 |
|
vsandvold
|
92eaed85d1
|
makes the toggle switch not span the entire width of the page
|
2017-02-02 23:11:57 +01:00 |
|
Vegard Sandvold
|
452d22047e
|
adds a card layout and empty state styling to the archived toggles page (#58)
* adds a card layout and empty state styling to the archived toogles page
* changed empty state icon for archive page
|
2017-01-30 22:15:35 +01:00 |
|
Vegard Sandvold
|
fae7e6e55b
|
changes layout for the feature toggle page (#57)
|
2017-01-28 17:01:30 +01:00 |
|
Vegard Sandvold
|
1e5949672a
|
added data table header component with title and actions (#55)
|
2017-01-26 11:53:07 +01:00 |
|
vsandvold
|
3415fcb82e
|
improved page layout + horizontal scrolling tables on mobile
|
2017-01-23 09:13:38 +01:00 |
|
vsandvold
|
dfb841cd3c
|
github link into menu + username tooltip + visual tweaks
|
2017-01-20 12:57:05 +01:00 |
|
Simen Bekkhus
|
912e717526
|
Ensure the same date format everywhere
|
2017-01-06 11:41:52 +01:00 |
|
vsandvold
|
5cfc5b0861
|
moved remove feature button from list to view
|
2017-01-04 00:33:32 +01:00 |
|
sveisvei
|
ea47883815
|
change link target
|
2017-01-01 17:34:06 +01:00 |
|
sveisvei
|
f645e71eeb
|
get build green, inline calc method that wasn't ready for browser
|
2016-12-17 20:54:48 +01:00 |
|
ivaosthu
|
d06be100d6
|
Fix: Toggle name length has visual issues
|
2016-12-17 16:57:27 +01:00 |
|
sveisvei
|
f8e5a179f0
|
add tabs to client application view
|
2016-12-13 20:54:53 +01:00 |
|
sveisvei
|
821bf0e19b
|
add fields to strategies
|
2016-12-13 19:56:52 +01:00 |
|
sveisvei
|
87fe8f5c66
|
shorten description with ellipse
|
2016-12-10 15:39:03 +01:00 |
|
sveisvei
|
4b9a60a735
|
add site url link
|
2016-12-10 15:10:03 +01:00 |
|
sveisvei
|
f462da5224
|
fix getIcon
|
2016-12-10 14:03:54 +01:00 |
|
ivaosthu
|
2c1c9bf8d6
|
Fixed typo in toggle link
|
2016-12-10 13:55:31 +01:00 |
|
ivaosthu
|
57bbdedc04
|
Strategy view: added used in toggles
|
2016-12-10 13:55:31 +01:00 |
|
sveisvei
|
6e366c1db6
|
fix switch
|
2016-12-10 12:21:27 +01:00 |
|
sveisvei
|
21012adc08
|
minor cleanups, move header to common component
|
2016-12-10 11:47:25 +01:00 |
|
sveisvei
|
61729c3467
|
load app list from common
|
2016-12-09 22:14:40 +01:00 |
|