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

2068 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
bde103e048
fix: bump @types 2021-08-12 22:38:44 +02:00
Ivar Conradi Østhus
6aa35c22e8
fix: update ts-node to 10.2.0 2021-08-12 22:37:38 +02:00
Ivar Conradi Østhus
2801dc92e4
fix: bump unleash-frontend to v4.0.10 2021-08-12 22:37:38 +02:00
James Renaud
8f1a5f5a64
fix: uri encode smtp connection string (#901)
Signed-off-by: James Renaud <james.renaud@mitel.com>

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 22:32:16 +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
Ivar Conradi Østhus
c5b8b2f920
fix: add node v16 as build target
fixes: #871
2021-08-11 12:58:10 +02:00
Ivar Conradi Østhus
f5a872bf73
docs: update footer 2021-08-11 12:55:56 +02:00
Ivar Conradi Østhus
d02fabacd1
docs: update link to unleash-proxy-client-js 2021-08-11 10:34:02 +02:00
Dorian Monnier
b713ccd037
doc: add import query params in doc (#673) (#903)
Document query params in import API (/api/admin/state/import)
2021-08-10 14:02:48 +02:00
Ivar Conradi Østhus
097141a926
fix: yarn.lock resolution for website docs 2021-08-10 14:01:28 +02:00
Ivar Conradi Østhus
cc3a8187c7
fix: update yarn.lock file 2021-08-10 13:58:50 +02:00
Ivar Conradi Østhus
806b4a4a59
fix: failing tests 2021-08-10 13:50:59 +02:00
Ivar Conradi Østhus
1dfa996c00
fix: clean dist folder on build 2021-08-09 13:34:55 +02:00
Christopher Kolstad
301fc68203
chore: document password requirements 2021-08-05 14:00:30 +02:00
Christopher Kolstad
7fcca8579e
doc: Remove link to laravel php sdk 2021-08-03 16:29:19 +02:00
Christopher Kolstad
9646bcfebb
fix: only import feature_tags for imported features 2021-07-30 13:38:28 +02:00
Christopher Kolstad
b1c8fea5c6
Use absolute url to api-token doc 2021-07-29 15:04:00 +02:00
Christopher Kolstad
aa5d0a9349
4.1.0-beta.0 2021-07-27 10:34:52 +02:00
Christopher Kolstad
355e32a7da
fix: Use 4.0.9 of frontend 2021-07-27 10:33:53 +02:00
Dmitry Lebedev
a53f6767ac
Fix typo (#899) 2021-07-23 14:23:43 +02:00
Ivar Conradi Østhus
10dd4b753e
Update node.md 2021-07-21 23:12:34 +02:00
Iago Pimenta
7b6fe6acc9
fix: Update node.md (#896) 2021-07-21 22:35:11 +02:00
Ivar Conradi Østhus
eba91d176c
fix: remove public.pem (unused) 2021-07-18 22:27:01 +02:00
Ivar Conradi Østhus
0ff89ebdf3
fix: logout-controller should support logoutUrl override (#881) 2021-07-18 21:42:36 +02:00
Diego
ef8ce8ba23
Remove trailing backslash (#892) 2021-07-16 09:13:11 +02:00
Blaine R Southam
48b35174ca
fix link to proxy-javascript (#889)
correct then link for the JavaScript Proxy SDK

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-07-15 08:58:15 +02:00
Blaine R Southam
85d8e0c10d
fix curl health call (#888)
removed duplicate curl in the health endpoint example call.
curl curl --> curl
2021-07-15 08:49:27 +02:00
Fredrik Oseberg
72993002a2 fix: always add global environment to new projects 2021-07-14 13:20:36 +02:00
Fredrik Oseberg
45fdd6e2f6 fix: return empty array if no features are found for project 2021-07-14 13:17:20 +02:00
Dominik Chrástecký
9e1cb27f96
Add rikudou/unleash-sdk to community clients (#885) 2021-07-07 16:37:10 +02:00
Fredrik Oseberg
f8505b3dac chore: update frontend 2021-07-07 16:31:33 +02:00
Christopher Kolstad
2ab283f140
add dump of current state of database 2021-07-07 15:47:25 +02:00
Christopher Kolstad
fd97d6b9e7
4.0.6-beta.1 2021-07-07 11:13:16 +02:00
Christopher Kolstad
49ca3522c2
Use unleash-frontend 4.0.5-beta.1 2021-07-07 11:11:50 +02:00
Ivar Conradi Østhus
815a75a5b4
Wip/environments (#880)
Adds environment support

This PR adds environments as a first-class concept in Unleash.

It necessitated a full rewrite on how we connect feature <-> strategy, as well as a rethink on which levels environments makes sense.

This enables PUTs on strategy configurations for a feature, since all strategies now have ids.

This also updates export/import format. The importer handles both formats, but export is no longer possible in version 1 of the export format, only in version 2, with strategy configurations for a feature as a separate object.

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-07-07 10:46:50 +02:00
Dominik Chrástecký
869e25c437
Fixed typo (#884) 2021-07-06 08:38:11 +02:00
Markus Lutteropp
39b3b07cd4
Fix contextProvider not being in code block (#883) 2021-07-05 22:05:26 +02:00
dependabot[bot]
3a50f35fdb
chore(deps): bump prismjs from 1.23.0 to 1.24.0 in /websitev2 (#882)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-29 09:32:43 +02:00
checketts
2f013bacbf
chore: Convert client metrics controller to typescript (#831)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-06-24 19:22:12 +02:00
Yinon Avraham
00f2c7312d
Fix link to unleash-client-go (#876) 2021-06-22 10:44:05 +02:00
Ivar Conradi Østhus
38266f5918
chore: cleanup icons 2021-06-21 20:13:11 +02:00
Ivar Conradi Østhus
8164aab4bc
fix: digital ocean specs 2021-06-21 19:15:42 +02:00
Ivar Conradi Østhus
3dc15422f7
fix: deploy.template.yaml to follow specs 2021-06-21 14:55:41 +02:00
Ivar Conradi Østhus
3a28353adb
chore: add UNLEASH_URL 2021-06-21 14:53:16 +02:00
Ivar Conradi Østhus
59d6df3828
fchore: add database-url to digitalocean 2021-06-21 14:31:11 +02:00
Ivar Conradi Østhus
128cf29938
fix: digitalocean deploy template 2021-06-21 14:18:23 +02:00
Pankaj Patil
b30bed524c
chore: Added Deploy To Digital Ocean Button (#874)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-06-21 14:15:33 +02:00
Christopher Kolstad
eeeedbe65c
Added cascade to user_feedback foreign key 2021-06-18 12:17:09 +02:00
Ivar Conradi Østhus
2da26e7f14
fix: refactor code 2021-06-18 11:53:52 +02:00
Ivar Conradi Østhus
4f9deee2ed
fix: add option for graceful shutdown (#872)
* fix: add option for graceful shutdown

* fix: gracefulShutdown should close idle keep-alive connections

* fix: eslint import order

* docs: add config options to docs as well
2021-06-17 20:33:34 +02:00