Thomas Heartman
8c42fbf34b
Docs(fix): add more (missing) redirects, fix links ( #2592 )
...
## What
This PR fixes some broken links we had in the application. It also adds
redirects for those links so that they should work in the future.
## Why
Because it's important to have links that work 💁
2022-12-06 09:32:42 +01:00
Mateusz Kwasniewski
8af64e9370
add events and expose them for webhooks ( #2493 )
2022-11-22 13:39:15 +01:00
Sebastian Bury
f316e99dca
Authorization header webhook ( #2356 )
...
Added unit test and made code prettier in
webhook.ts
webhook.test.ts
2022-11-09 11:45:30 +01:00
Aneesh Relan
1d5249eddc
fix: slack back link url to point to the feature page ( #2128 )
...
* fix: slack back link url to point to the feature page
* update snapshots
* update feature link in case project info is available in event
* update missing snapshot
2022-10-05 11:30:51 +02:00
Christopher Kolstad
8648649047
task: use swc instead of ts-jest ( #2042 )
2022-09-06 13:22:41 +02:00
Tymoteusz Czech
18fc5eebd2
fix: show addon event select validation ( #2031 )
...
* fix: show addon event select validation
* fix: addon form parameters error not clearing
* fix: addon required parameter field indicators
2022-09-05 11:00:59 +02:00
Ivar Conradi Østhus
d711c4749d
fix: correct types used in addon.ts
2022-05-10 09:35:39 +02:00
Connor Teague
e67c0d115b
1568 fix datadog type/value order in addon ( #1569 )
2022-05-06 09:07:19 +02:00
Christopher Kolstad
3e40cb935e
task: Use make-fetch-happen ( #1500 )
...
closes #739
2022-04-28 10:57:52 +02:00
abhinav1708
66c66c7e4a
feat: events for feature tag and untag ( #1355 )
2022-04-06 20:51:01 +02:00
Ivar Conradi Østhus
8d8d48026d
fix: adjust feature-variant-updated event
2021-12-17 04:30:39 +01:00
Ivar Conradi Østhus
d8478dd928
feat: clean up events ( #1089 )
...
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-11-12 13:15:51 +01:00
Ivar Conradi Østhus
8040abb1c4
fix: reuse message formatter for addons ( #1058 )
2021-10-28 14:09:11 +02:00
Christopher Kolstad
f0dfe204ee
fix: Remove duplicate FEATURE_METADATA_UPDATED from events list for webhook addon ( #1052 )
2021-10-21 20:54:03 +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
Christopher Kolstad
efdbda68e4
fix: reduce data in FEATURE_ENVIRONMENT events
2021-09-29 12:58:02 +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
Ivar Conradi Østhus
cecdd96863
fix: only add strategies to addon texts when available
2021-08-27 10:15:56 +02:00
Ivar Conradi Østhus
2bcdb5ec31
fix: Controller wraps handler with try/catch ( #909 )
...
By having the controller perform try/catch around the
handler function allows us to add extra safety to all
our controllers and safeguards that we will always catch
exceptions thrown by a controller method.
2021-08-13 10:36:19 +02:00
Ivar Conradi Østhus
5760d10e70
Revert "fix: upgrade js-yaml to 4.1.0"
...
This reverts commit 4852d67049
.
2021-08-12 23:00:47 +02:00
Ivar Conradi Østhus
4852d67049
fix: upgrade js-yaml to 4.1.0
2021-08-12 22:47:44 +02:00
Christopher Kolstad
ff7be7696c
fix: Stores as typescript and with interfaces. ( #902 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 15:04:37 +02:00
Christopher Kolstad
3a65847aa7
Migrate to jest ( #854 )
...
* Migrate to jest
* Use --force-exit until dns close handle issue https://github.com/facebook/jest/issues/9982
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-28 11:10:24 +02:00
Christopher Kolstad
13af1cf9ab
Updated addon feature links for browserrouter
2021-05-07 14:05:42 +02:00
Christopher Kolstad
5330126a2e
fix: update slack link after switch to browserrouter
2021-05-07 14:03:15 +02:00
R Ashwin
d61c7242d8
feat: Datadog integration ( #820 )
...
fixes : #815
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-03 22:08:14 +02:00
Ivar Conradi Østhus
df2e23c282
fix: refactor event types
2021-04-29 10:21:29 +02:00
R Ashwin
6c57aeb232
feat: Teams addon for messaging on Microsoft teams ( #814 )
2021-04-28 12:38:11 +02:00
Christopher Kolstad
b55c85783b
Reset token ( #786 )
...
feat: Add Reset token functionality
This allows admin users to create a reset token for other users. Thus allowing resetting their password.
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
fixes : #778
2021-04-16 15:29:23 +02:00
Ivar Conradi Østhus
f4aba80763
fix: messages to slack for archied toggles ( #750 )
...
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-03-05 12:59:35 +01:00
Ivar Conradi Østhus
7b2b4acbb6
fix: add unit test for addon-retry
2021-02-28 22:40:04 +01:00
Ivar Conradi Østhus
05e69e6663
fix: not crash if addon http post throws ( #738 )
...
added try/catch logic around fetchRetry function so that we do not
crash if addon fetch call throws
2021-02-26 13:46:56 +01:00
Ivar Conradi Østhus
24d2aa5dea
chore: more docs
2021-02-25 22:27:11 +01:00
Clint Checketts
5f83fbc43d
chore: Add eslint rules and fix strings to pass rules
2021-02-22 22:20:10 -07:00
Ivar Conradi Østhus
b17e9a4bda
feat: Introduce specific "feature stale" events ( #727 )
...
fixes : #776
2021-02-18 09:18:04 +01:00
Fredrik Strand Oseberg
c1aab06798
Feature/setup typescript
...
This sets up the typescript compiler.
Allowing gradual migration to typescript.
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Fredrik Oseberg <fredrik.oseberg@getunleash.ai>
Co-authored-by: Clint Checkett <clintchecketts@churchofjesuschrist.org>
fixes : #676
2021-02-12 11:42:00 +01:00