Christopher Kolstad
43801f1f13
Add Tags and tag types
...
- First iteration of api for tags and tag-types
- Documentation in place
- Adds three new tables
- tag_types
- tags
- feature_tag
- Tagging a feature is adding a row in the feature_tag
join table
* #665
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-01-14 13:09:05 +01:00
Ivar Conradi Østhus
d8c531b7de
fix: stop using travis for builds
2021-01-12 11:48:05 +01:00
Ivar Conradi Østhus
2b31e5b56c
fix: github action
2021-01-12 11:45:30 +01:00
Ivar Conradi Østhus
8ad81be8af
Create node.js.yml
2021-01-12 11:44:38 +01:00
Ivar Conradi Østhus
547676c491
fix: use node 12 for building
2021-01-12 11:41:55 +01:00
Ivar Conradi Østhus
a26dea661d
fix: add go SDK to list supporting variants
2021-01-11 09:32:21 +01:00
Christopher Kolstad
9c170f269c
Add pull_request and remove pull_request_target
2021-01-07 14:42:31 +01:00
Ivar Conradi Østhus
171ccd337d
fix: upgrade redux-devtools to version 3.7.0
2021-01-07 13:50:48 +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
95b7603f07
fix: upgrade unleash-frontend to 3.8.4
2021-01-06 22:33:44 +01:00
Ivar Conradi Østhus
de9e544dc7
3.8.4
2021-01-06 22:30:38 +01:00
Ivar Conradi Østhus
847db773c3
chore: update changelog
2021-01-06 22:29:51 +01:00
Ivar Conradi Østhus
04dc797fe4
fix: update canisue-lite
2021-01-06 22:22:30 +01:00
Ivar Conradi Østhus
24899b40e0
fix: move all api calls to store folders
2021-01-06 22:19:50 +01:00
Ivar Conradi Østhus
b8277f01ac
fix: move feature-metrics store to its own folder
2021-01-06 22:10:28 +01:00
Ivar Conradi Østhus
b6582fc891
fix: move history to folder
2021-01-06 22:07:20 +01:00
Ivar Conradi Østhus
92f9fdc50e
fix: move feature-toggle store into folder
2021-01-06 22:05:11 +01:00
Ivar Conradi Østhus
f42dce509c
fix: move error store into folder
2021-01-06 21:59:47 +01:00
Ivar Conradi Østhus
bd5b60936f
fix: remove unused client-instance concept
2021-01-06 21:55:16 +01:00
Ivar Conradi Østhus
ba79da7a99
fix: archive store in folder
2021-01-06 21:47:39 +01:00
Ivar Conradi Østhus
46843aecf1
fix: remove use of input stores
2021-01-06 21:41:56 +01:00
Ivar Conradi Østhus
f22233c3d7
fix: make github action use correct ref for pull-requests
2021-01-06 19:40:01 +01:00
Ivar Conradi Østhus
0c6eb9dd92
fix: run on all pull_requests regardless of branch
2021-01-06 18:06:56 +01:00
Ivar Conradi Østhus
a1ac0249a9
fix: cleanup test console output
2021-01-06 18:06:56 +01:00
gazconroy
86b2a4f5ad
fix: Swagger to redoc ( #678 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-01-06 14:24:39 +01:00
pmb
14ee8fcdcf
chore(docs): Add NestJS client library reference
2020-12-24 15:22:05 +01:00
Ivar Conradi Østhus
e279a700b8
fix: add unit test for lastSeenAt being updated
2020-12-22 11:05:00 +01:00
Ivar Conradi Østhus
834010982e
fix: DROP schema before create
2020-12-22 11:05:00 +01:00
Ivar Conradi Østhus
cdfba8f7b1
feat: Adds last-seen dat on toggles
...
When an application updates metrics for a toggle we now
stores the timestamp on the toggle when it was last seen
used by an application. This will make it much easier to
detect toggles not in use anymore.
closes #642
2020-12-22 11:05:00 +01:00
Ivar Conradi Østhus
a5bd890e12
3.8.3
2020-12-22 10:13:43 +01:00
Ivar Conradi Østhus
56340717c5
chore: update changelog
2020-12-22 10:10:59 +01:00
Ivar Conradi Østhus
3c09818c75
fix: update snapshot for tests
2020-12-22 10:07:53 +01:00
Ivar Conradi Østhus
cc96134e2f
fix: add last seen as sort option
2020-12-22 10:05:56 +01:00
Ivar Conradi Østhus
6b742a0b92
fix: lint it
2020-12-22 09:53:56 +01:00
Ivar Conradi Østhus
d1662d75c8
feat: Add last seen at timestamp
...
Closes #226
2020-12-22 09:45:35 +01:00
Ivar Conradi Østhus
82b0a579e3
fix: avoid github actions running twice on PRs
2020-12-21 15:58:07 +01:00
Ivar Conradi Østhus
ac9e3fc55e
3.9.0
2020-12-17 19:50:36 +01:00
Ivar Conradi Østhus
f86b734b30
chore: update changelog
2020-12-17 19:45:16 +01:00
Ivar Conradi Østhus
79fc089a35
fix: stateService undefined
2020-12-17 19:43:01 +01:00
Laurent Dezitter
97b2c4985b
test(server-impl): remove focus on test ( #674 )
2020-12-17 09:41:19 +01:00
Ivar Conradi Østhus
71eb88c847
fix: this.timer merge conflict
2020-12-16 14:56:48 +01:00
Laurent Dezitter
5857f0e58d
feat: add stop() method to gracefully terminate unleash ( #665 )
2020-12-16 14:49:11 +01:00
Ivar Conradi Østhus
9db1d59093
fix: minor CSS tweak
2020-12-15 21:36:21 +01:00
Ivar Conradi Østhus
db51104198
3.8.0
2020-12-15 13:54:02 +01:00
Ivar Conradi Østhus
43b9948fd7
chore: update changelog
2020-12-15 13:53:45 +01:00
Ivar Conradi Østhus
f2e4b69562
chore(docs): Add link to Open API specifications
2020-12-15 13:42:22 +01:00
Ivar Conradi Østhus
f9d09cf871
fix: upgrade unleash-frontend to 3.8.2
2020-12-15 13:30:59 +01:00
Ivar Conradi Østhus
fc5110aaa9
3.8.2
2020-12-15 13:27:53 +01:00
Ivar Conradi Østhus
c51010ae76
chore: update changelog
2020-12-15 13:25:34 +01:00
Ivar Conradi Østhus
be2664d38b
fix: new feature toggle gets default strategy
2020-12-15 13:21:38 +01:00