Fredrik Oseberg
|
72e2981cf5
|
3.13.2
|
2021-02-25 15:21:57 +01:00 |
|
Fredrik Oseberg
|
1f3aadecaa
|
chore: update changelog
|
2021-02-25 15:19:23 +01:00 |
|
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
|
74b04b7a43
|
3.13.1
|
2021-02-24 11:25:07 +01:00 |
|
Ivar Conradi Østhus
|
faf69e3c3a
|
chore: update changelog
|
2021-02-24 11:24:29 +01:00 |
|
Ivar Conradi Østhus
|
5cab5754a3
|
fix: fix update-variant-test
|
2021-02-24 11:22:03 +01:00 |
|
Ivar Conradi Østhus
|
73c0c8beb0
|
fix: unsecure => insecure
|
2021-02-24 11:17:46 +01:00 |
|
Ivar Conradi Østhus
|
6fa6aaf68c
|
fix: upgrade uglifyjs-webpack-plugin to version 2.2.0
|
2021-02-24 11:13:37 +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
|
8a72a7ef5d
|
3.13.0
|
2021-02-23 14:08:42 +01:00 |
|
Ivar Conradi Østhus
|
16e3c5dd40
|
chore: update changelog
|
2021-02-23 14:07:34 +01:00 |
|
Ivar Conradi Østhus
|
b9585b352d
|
fix: tests
|
2021-02-23 14:06:41 +01:00 |
|
Ivar Conradi Østhus
|
726b707a99
|
fix: minor visual for dropdowns
|
2021-02-23 14:06:05 +01:00 |
|
Christopher Kolstad
|
a9cb68705a
|
feat: add oss/enterprise version to footer (#245)
|
2021-02-23 12:59:38 +01:00 |
|
Ivar Conradi Østhus
|
6101a2525d
|
3.12.0
|
2021-02-19 12:34:36 +01:00 |
|
Ivar Conradi Østhus
|
e3133c8537
|
chore: update changelog
|
2021-02-19 12:34:31 +01:00 |
|
Ivar Conradi Østhus
|
8b18b8cca4
|
fix: filter duplicates
|
2021-02-16 13:30:26 +01:00 |
|
Ivar Conradi Østhus
|
388dfe45d3
|
feat: allow custom context fields to define stickiness. (#241)
|
2021-02-16 12:22:33 +01:00 |
|
Ivar Conradi Østhus
|
972eccb7f1
|
3.11.4
|
2021-02-09 21:58:18 +01:00 |
|
Ivar Conradi Østhus
|
86298c86fe
|
chore: update changelog
|
2021-02-09 21:58:07 +01:00 |
|
Ivar Conradi Østhus
|
107cc0636f
|
fix: should not register duplicate HTML5 backends
|
2021-02-09 21:56:49 +01:00 |
|
Ivar Conradi Østhus
|
c499a6cb9e
|
fix: typo in test
|
2021-02-09 14:02:39 +01:00 |
|
Ivar Conradi Østhus
|
a3554834e5
|
3.11.3
|
2021-02-09 12:49:20 +01:00 |
|
Ivar Conradi Østhus
|
f26058de5a
|
chore: update changelog
|
2021-02-09 12:49:06 +01:00 |
|
Ivar Conradi Østhus
|
cbffa278f2
|
fix: use findIndex when using predicate.
indexOf takes and actual value:
https://immutable-js.github.io/immutable-js/docs/#/List/indexOf
findIndex allows you to specify a predicate:
https://immutable-js.github.io/immutable-js/docs/#/List/findIndex
|
2021-02-09 12:45:33 +01:00 |
|
Ivar Conradi Østhus
|
16dcf858d7
|
3.11.2
|
2021-02-09 10:41:04 +01:00 |
|
Ivar Conradi Østhus
|
19870b188c
|
chore: update changelog
|
2021-02-09 10:40:34 +01:00 |
|
Ivar Conradi Østhus
|
0b58048c86
|
fix: Add UI for showing 'create tag' errors
|
2021-02-09 10:33:48 +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
|
d0a54d6859
|
fix: upgraded jest to version 26.6.3
|
2021-02-05 15:35:32 +01:00 |
|
Ivar Conradi Østhus
|
aa83e68ef9
|
3.11.1
|
2021-02-05 15:09:25 +01:00 |
|
Ivar Conradi Østhus
|
71ee10f4d2
|
chore: update changelog.md
|
2021-02-05 15:09:13 +01:00 |
|
Ivar Conradi Østhus
|
1b2f723750
|
fix: make sure we also bundle SVG in public
|
2021-02-05 15:08:35 +01:00 |
|
Ivar Conradi Østhus
|
cc29392e6c
|
3.11.0
|
2021-02-05 14:33:32 +01:00 |
|
Ivar Conradi Østhus
|
19543dc1fa
|
chore: update changelog for next release
|
2021-02-05 14:27:50 +01:00 |
|
Ivar Conradi Østhus
|
3a6fa577bc
|
feat: Addon support from UI (#236)
|
2021-02-05 14:24:22 +01:00 |
|
dependabot[bot]
|
f7f58fa0a7
|
chore(deps): bump ini from 1.3.5 to 1.3.8 (#231)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
|
2021-02-04 20:06:52 +01:00 |
|
Christopher Kolstad
|
50b6a5790d
|
fix: Use type and value from action to remove tag (#238)
fixes: #237
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
|
2021-02-04 16:08:25 +01:00 |
|
Simen Bekkhus
|
02ab9169da
|
fix: add missing space (#239)
|
2021-02-04 16:03:32 +01:00 |
|
Ivar Conradi Østhus
|
f4cbfe8bee
|
fix: error in snapshot
|
2021-02-01 12:41:47 +01:00 |
|
Christopher Kolstad
|
913db58c35
|
Added a release workflow, creating GH releases from tags
|
2021-01-27 11:37:03 +01:00 |
|
Christopher Kolstad
|
82f9dbf7a7
|
Fix typos
|
2021-01-27 09:14:55 +01:00 |
|
Christopher Kolstad
|
9221f69ca8
|
3.10.0
|
2021-01-22 10:21:12 +01:00 |
|
Christopher Kolstad
|
de40d3032d
|
Updated changelog
|
2021-01-22 10:20:57 +01:00 |
|
Christopher Kolstad
|
56ce9b2084
|
Merge pull request #235 from Unleash/deprecate-strategies
Basic implementation of deprecation/reactivation of strategies
|
2021-01-22 10:19:33 +01:00 |
|
Ivar Conradi Østhus
|
33e16a2536
|
fix: tweak deprecated strategies view
|
2021-01-21 19:35:59 +01:00 |
|
Christopher Kolstad
|
3014c0029d
|
Basic implementation of deprecation/reactivation of strategies
|
2021-01-21 15:27:24 +01:00 |
|
Christopher Kolstad
|
c536a892b9
|
3.9.1
|
2021-01-21 10:14:33 +01:00 |
|
Christopher Kolstad
|
d7d3598ad2
|
Updated changelog
|
2021-01-21 10:13:44 +01:00 |
|
Christopher Kolstad
|
2d8b107b04
|
Merge pull request #234 from Unleash/fix-archived-toggles-tags
Fix missing methods for displaying tags on archived toggles
|
2021-01-21 10:12:47 +01:00 |
|