1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
Commit Graph

106 Commits

Author SHA1 Message Date
Moritz Johner
4410d5389b fix: require path of logger
relates to #429
2019-04-30 19:26:02 +02:00
Sven Luijten
6afdff68f0 Update unleash-context.md 2019-04-26 14:32:43 +02:00
ivaosthu
2ff49e573e Fix: Add support for IPC connections.
Read this for more details:
https://nodejs.org/api/net.html#net_identifying_paths_for_ipc_connections
2019-04-26 10:30:36 +02:00
Benjamin Ludewig
669b8dd435 chore: update import/export documentation 2019-03-15 15:50:08 +01:00
Benjamin Ludewig
1f55eaedad Refactored state-service, schemas, added e2e tests #395 2019-03-15 15:07:32 +01:00
ivaosthu
66bfcecadc feat: Add customizable ui config 2019-03-13 10:04:08 +01:00
Valentin Jonovs
a34b991a2b Fix typos in documentation 2019-03-05 15:47:15 +01:00
ivaosthu
e3a0569ebd chore: typo in use-doc 2019-02-08 10:18:11 +01:00
ivaosthu
24b27c6941 fix: Toggle variants documentation 2019-02-08 09:38:23 +01:00
ivaosthu
13e431ed17 fix: Update variant protocol 2019-02-08 09:38:23 +01:00
Juan Hoyos
8c12ead2ae feat: Added feature toggle variants 2019-02-08 09:38:23 +01:00
ivaosthu
e459d33bea chore: Update guide on integrating with Google Auth
This is due to Google retiring google.plus APIs and the old passport libs used in the examples depended on these.

Closes #386
2019-02-02 12:09:22 +01:00
ivaosthu
49a1dc0343 fix: Database migrator does use the databaseSchema option
closes #387
2019-02-01 08:06:02 +01:00
ivaosthu
3aef60a5e3 chore(doc): Explain that passord is not a typo.
closes #375
2019-01-18 19:08:34 +01:00
ivaosthu
3c96b70c4a chore(changelog): prepare 3.1.3 release 2018-11-28 16:28:30 +01:00
ivaosthu
32e06216e1 chore(docs): typo in file name 2018-11-23 18:26:13 +01:00
ivaosthu
fce51887ae chore(doc): typo 2018-11-23 14:13:24 +01:00
ivaosthu
05de035163 chore: simplify custom strategy example 2018-11-23 14:03:52 +01:00
ivaosthu
dab134ea22 chore: fix typos in custom strategy guide 2018-11-23 12:34:48 +01:00
Ivar Conradi Østhus
ab1282c1c5 chore: Add documentation for custom strategies
closes  #338
2018-11-23 12:34:48 +01:00
ivaosthu
7bffe4d1db chore: Fix formatting all the things 2018-11-22 21:44:07 +01:00
Ivar Conradi Østhus
8864f71d64 chore: fix linting 2018-11-22 20:41:59 +01:00
Victor Sandoval
27893c3d5d chore(docs): Add google auth hook guide 2018-11-22 08:39:29 +01:00
ivaosthu
1e7fe3ec67 chore(docs): Add docker instructions to getting_started 2018-11-21 17:38:19 +01:00
ivaosthu
823552f95f chore(documentation): Added Docusaurus with a website
fixes #355
2018-11-21 17:31:21 +01:00
Arjan
e7b7dfebe2 Fix typo 2018-11-17 21:39:30 +01:00
ivaosthu
8e30b7643e fix(clientApi): Add namePrefix paramter to /api/client/features
Allows the client to limit the response to name with the given prefix.
2018-11-16 18:37:48 +01:00
Denis Dzyubenko
7f07d77d44 Fixed typos and broken links in the documentation 2018-07-21 09:57:13 +02:00
Denis Dzyubenko
cd4414099a Fixed a few typos in the docs 2018-07-12 16:56:51 +02:00
ivaosthu
36e8736122 feat(metrics): Expose toggle updates to prometheus
closes #323
2018-05-23 20:50:03 +02:00
Stig Kleppe-Jørgensen
07b66c67d2 Spelling fixes 2018-02-10 11:14:36 +01:00
Ivar Conradi Østhus
b9c432d617
Fix typo 2018-01-23 08:55:10 +01:00
Paul Nelson
2bdc05ae15 Add example and documentation around triggering login modal #234 2018-01-20 13:35:54 -06:00
Ivar Conradi Østhus
f2ca6c581b
Update migration-guide.md 2018-01-18 08:47:42 +01:00
Ivar Conradi Østhus
daaf13fdc0
Update getting-started.md 2018-01-18 08:43:09 +01:00
Ivar Conradi Østhus
63de9a6a70
Update securing-unleash.md 2018-01-17 21:58:08 +01:00
ivaosthu
ce18073ebc Document authenticion options passed ot unelash. #233 2018-01-17 15:36:38 +01:00
ivaosthu
3ef6f0f4b8 Document how to secure client api #231 2018-01-17 15:36:36 +01:00
ivaosthu
04e94b2d7f Document how to secure Unleash.
closes: #233
2018-01-17 15:35:52 +01:00
ivaosthu
323320b64d Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2018-01-16 14:26:32 +01:00
ivaosthu
6ec7a52ce3 Add logo to app.json 2018-01-15 09:06:50 +01:00
Ivar Conradi Østhus
c37f090f74
Update metrics-api.md 2017-12-18 14:20:45 +01:00
ivaosthu
8002e118ad Added docs for v3 options 2017-11-17 13:56:04 +01:00
Ivar Conradi Østhus
dd7be1788a
Update migration-guide.md
Add details on how to upgrade unleash to version 3.
closes #276
2017-11-17 13:04:20 +01:00
Ivar Conradi Østhus
97566b62a1
Update activation-strategies.md 2017-11-16 15:58:09 +01:00
Aslak Knutsen
6a0a433968 Correct spelling mistake in Unleash Context 2017-10-17 02:52:25 +02:00
Ivar
0a58735636 Added option to disable legacy routes. Closes #244 2017-09-07 21:55:47 +02:00
Ivar Conradi Østhus
95dba01d2e Update getting-started.md 2017-08-08 10:04:51 +02:00
ivaosthu
985d4eb245 Update documentation 2017-08-05 15:57:54 +02:00
ivaosthu
1081b9d865 Implement support for logger provider.
This allows the users of 'unleash-server' to programatically
change the logger implemnentation. #175
2017-08-04 16:07:17 +02:00