1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

2366 Commits

Author SHA1 Message Date
Rob Levin
d7e85c3fe0
Update node.md (#1016)
Since it's much. more likely that consumers will want a Promise, Observable, or other asynchronous mechanism to listen for the flag enabled callback, add a link out to those docs. This took our team a while to find fwiw.
2021-10-11 18:39:51 +02:00
Joe J Collins
8a74ad9fd5
Docs: Update python.md (#1015) 2021-10-11 17:49:29 +02:00
Christopher Kolstad
d176028a00 Trigger STALE events when patching stale field
- Also moved the patch function into service, instead of performing the
  operation in the controller
2021-10-11 11:27:20 +02:00
Renovate Bot
1e2a0d9045 chore(deps): update dependency lint-staged to v11.2.3 2021-10-10 20:47:52 +00:00
Renovate Bot
8b98e075ae chore(deps): update dependency lint-staged to v11.2.2 2021-10-09 22:25:27 +00:00
Renovate Bot
41a141d82e chore(deps): update dependency lint-staged to v11.2.1 2021-10-09 07:52:12 +00:00
Renovate Bot
56332fbf9e chore(deps): update dependency jest to v27.2.5 2021-10-08 16:02:49 +00:00
Renovate Bot
02e7402985 chore(deps): update dependency eslint-config-airbnb-typescript to v14.0.1 2021-10-08 11:29:52 +00:00
Ivar Conradi Østhus
fc455811f8
feat/metricsV2 (#1005)
Adds a new way of handling usage metrics where we push it directly to the database and performs aggregation on the fly. All metrics are aggregated in to buckets of hours. We will for now store metrics for the 48 hours with the following dimensions:

- featureName
- projectName
- envrionment
- yes (the actual count)
- no (the actual count)
2021-10-08 10:09:22 +02:00
Ivar Conradi Østhus
3612884501
feat: clone feature toggle API (#1006) 2021-10-08 09:37:27 +02:00
Christopher Kolstad
b4b222f4c9
feat: add new more specific feature/environment events to addons (#994)
* feat: add new more specific feature/environment events to addons

* Updated strategy change text

* Update all three addon messages for strategy

* Link to new features view for strategy change text

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-07 10:22:20 +02:00
Ivar Conradi Østhus
14e09fe6aa
fix: modify actions for PRs 2021-10-06 22:16:58 +02:00
Ivar Conradi Østhus
6733222505
fix: custom test-script for yart coverage reporter action 2021-10-06 14:02:58 +02:00
Ivar Conradi Østhus
e76345e243
fix: custom test-script for yart coverage reporter action 2021-10-06 13:09:09 +02:00
Ivar Conradi Østhus
fdffb03fb3
fix: adjust test-script for jest-coverage action 2021-10-06 12:41:50 +02:00
Aneesh Relan
7b034b631c
chore: add jest coverage action for pr builds (#997)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-06 12:31:28 +02:00
Fredrik Strand Oseberg
12245664ad
fix: add sort order to environments (#1004)
* fix: add sort order to environments

* fix: lint

* fix: remove display name
2021-10-06 09:39:59 +02:00
Christopher Kolstad
a401580228
task: Disables feature_environments without strategies (#1003) 2021-10-06 09:25:34 +02:00
Dominik Chrástecký
ac049d2e00
docs: Mention php sdk as supporting variants (#1001) 2021-10-04 22:18:39 +02:00
Dominik Chrástecký
20929a0361
docs: Update php documentation to include context provider (#1000)
* Update php documentation to include context provider

* Update leftover from java

* Remove another Java leftover

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-04 22:17:49 +02:00
Renovate Bot
f0490c4e43 chore(deps): update typescript-eslint monorepo to v4.33.0 2021-10-04 19:24:50 +00:00
Renovate Bot
bce08da110 chore(deps): update dependency lint-staged to v11.2.0 2021-10-04 13:02:18 +00:00
Ivar Conradi Østhus
796f202da3
fix: lint 2021-10-01 22:28:09 +02:00
Ivar Conradi Østhus
b825a56e3e
4.2.0-2 2021-10-01 19:46:57 +02:00
Ivar Conradi Østhus
9e8f995b92
fix: upgrade unleash-frontend to 4.2.2 2021-10-01 19:46:43 +02:00
Ivar Conradi Østhus
5b3e8ec541
4.2.0-1 2021-10-01 13:55:16 +02:00
Ivar Conradi Østhus
e02fcd3e23
fix: upgrade unleash-frontend to 4.2.1 2021-10-01 13:54:18 +02:00
Ivar Conradi Østhus
998dc2e977
fix: remove swagger.json poc 2021-10-01 13:21:41 +02:00
Ivar Conradi Østhus
fa56124b89
fix: do not filter FEATURE_METADATA_UPDATE events 2021-10-01 13:04:00 +02:00
Ivar Conradi Østhus
ee660c8eef
fix: client api should return feature toggles for disabled environments (#995)
* fix: client api should return feature toggles for disabled environments

* fix: add test

* lint
2021-10-01 12:27:05 +02:00
Ivar Conradi Østhus
54a99460ce
fix: add projects api for oss as well 2021-10-01 10:59:43 +02:00
Renovate Bot
737e00e1e2 chore(deps): update dependency jest to v27.2.4 2021-09-29 20:16:06 +00:00
Ivar Conradi Østhus
0c1520e6cb
chore: update renovte config 2021-09-29 21:14:27 +02:00
Christopher Kolstad
efdbda68e4
fix: reduce data in FEATURE_ENVIRONMENT events 2021-09-29 12:58:02 +02:00
Ivar Conradi Østhus
0a83abe101
fix: add environments to project details (#992) 2021-09-29 12:22:04 +02:00
Christopher Kolstad
e3cebb21c8
task: add default environment (#989)
- Adds development and production environments.
- Connects default environment to all projects
- When creating a project connects the project to all enabled
  environments
2021-09-29 11:09:35 +02:00
Christopher Kolstad
c870b33ba6
task: remove displayName from environments (#988)
This will require a change in enterprise as well.
2021-09-29 10:23:43 +02:00
Ivar Conradi Østhus
f6169540a5
fix: Store metrics only if not empty (#991) 2021-09-29 09:47:49 +02:00
Ivar Conradi Østhus
35f2f92257
Update README.md 2021-09-28 22:59:14 +02:00
renovate[bot]
4ab41e5fc6
chore(deps): update dependency eslint-config-airbnb-typescript to v14 (#979)
* chore(deps): update dependency eslint-config-airbnb-typescript to v14

* fix: add eslint-plugin import

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-28 21:19:13 +02:00
renovate[bot]
120eb2b2fa
fix(deps): update dependency js-yaml to v4 (#985)
* fix(deps): update dependency js-yaml to v4

* fix: upgrade to js-yaml v4

* fix: upgrade to js-yaml 4.1.0

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-09-28 20:53:39 +02:00
renovate[bot]
2a4668037d
chore(deps): update dependency jest to v27.2.3 (#990)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-28 20:24:28 +02:00
renovate[bot]
a85aba86ba
chore(deps): update metcalfc/changelog-generator action to v1 (#982)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-28 12:09:46 +02:00
Ivar Conradi Østhus
4ff35466d0
4.2.0-0 2021-09-28 10:56:18 +02:00
renovate[bot]
6f19235843
chore(deps): update dependency eslint-plugin-prettier to v4 (#980)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 23:40:56 +02:00
renovate[bot]
9952b05fa2
chore(deps): update typescript-eslint monorepo to v4.32.0 (#983)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 23:02:14 +02:00
renovate[bot]
57eb26b475
fix(deps): update dependency prom-client to v14 (#987)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 22:57:08 +02:00
renovate[bot]
02a5211e50
chore(deps): update dependency glob-parent to v6 (#981)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 22:38:59 +02:00
renovate[bot]
178c5aeaaa
chore(deps): update actions/setup-node action to v2 (#977)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 19:21:13 +02:00
renovate[bot]
2ee2939229
chore(deps): update dependency tsc-watch to v4.5.0 (#975)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 17:00:17 +02:00