1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Commit Graph

106 Commits

Author SHA1 Message Date
ivaosthu
ccaab0c47b fix: LogProvider as option injected to unleash.
Instead of instructing users to do static calls
in to Unleash, she should instead be allwed to
specify the log provider as an option to Unleash.

This commit introduces the "getLogger" option,
a function responsible for creating a logger.
2020-02-20 08:34:24 +01:00
Moritz Johner
a9f16645e9 fix: require path of logger
relates to #429
2020-02-20 08:34:23 +01:00
Sven Luijten
a844fceda3 Update unleash-context.md 2020-02-20 08:34:23 +01:00
ivaosthu
ccce6056dd Fix: Add support for IPC connections.
Read this for more details:
https://nodejs.org/api/net.html#net_identifying_paths_for_ipc_connections
2020-02-20 08:34:23 +01:00
Benjamin Ludewig
4ecf68d015 chore: update import/export documentation 2020-02-20 08:34:22 +01:00
Benjamin Ludewig
a06d2c04bb Refactored state-service, schemas, added e2e tests #395 2020-02-20 08:34:22 +01:00
ivaosthu
bb396b6c62 feat: Add customizable ui config 2020-02-20 08:34:22 +01:00
Valentin Jonovs
7c67e6bcc3 Fix typos in documentation 2020-02-20 08:34:21 +01:00
ivaosthu
3840536ae1 chore: typo in use-doc 2020-02-20 08:34:20 +01:00
ivaosthu
a01c4c8285 fix: Toggle variants documentation 2020-02-20 08:34:20 +01:00
ivaosthu
c25e994322 fix: Update variant protocol 2020-02-20 08:34:20 +01:00
Juan Hoyos
3623052c36 feat: Added feature toggle variants 2020-02-20 08:34:20 +01:00
ivaosthu
ca8d2fdae0 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
2020-02-20 08:34:20 +01:00
ivaosthu
8b9f9dbd2c fix: Database migrator does use the databaseSchema option
closes #387
2020-02-20 08:34:19 +01:00
ivaosthu
4504734f13 chore(doc): Explain that passord is not a typo.
closes #375
2020-02-20 08:34:19 +01:00
ivaosthu
26380e6e60 chore(changelog): prepare 3.1.3 release 2020-02-20 08:34:16 +01:00
ivaosthu
de9120a036 chore(docs): typo in file name 2020-02-20 08:34:16 +01:00
ivaosthu
ada2259be7 chore(doc): typo 2020-02-20 08:34:16 +01:00
ivaosthu
c350813fdc chore: simplify custom strategy example 2020-02-20 08:34:16 +01:00
ivaosthu
f3cae5d806 chore: fix typos in custom strategy guide 2020-02-20 08:34:16 +01:00
Ivar Conradi Østhus
1600af39dc chore: Add documentation for custom strategies
closes  #338
2020-02-20 08:34:16 +01:00
ivaosthu
8a53d8dca2 chore: Fix formatting all the things 2020-02-20 08:34:15 +01:00
Ivar Conradi Østhus
3bfb0bba0a chore: fix linting 2020-02-20 08:34:15 +01:00
Victor Sandoval
79c5223091 chore(docs): Add google auth hook guide 2020-02-20 08:34:15 +01:00
ivaosthu
49e6faf925 chore(docs): Add docker instructions to getting_started 2020-02-20 08:34:14 +01:00
ivaosthu
0c2d58b984 chore(documentation): Added Docusaurus with a website
fixes #355
2020-02-20 08:34:14 +01:00
Arjan
5cf5bc20c4 Fix typo 2020-02-20 08:34:14 +01:00
ivaosthu
ddad9e27a3 fix(clientApi): Add namePrefix paramter to /api/client/features
Allows the client to limit the response to name with the given prefix.
2020-02-20 08:34:14 +01:00
Denis Dzyubenko
570bdd9f90 Fixed typos and broken links in the documentation 2020-02-20 08:34:12 +01:00
Denis Dzyubenko
5e7aea8610 Fixed a few typos in the docs 2020-02-20 08:34:12 +01:00
ivaosthu
bc359c2b82 feat(metrics): Expose toggle updates to prometheus
closes #323
2020-02-20 08:34:11 +01:00
Stig Kleppe-Jørgensen
089da78c64 Spelling fixes 2020-02-20 08:34:08 +01:00
Ivar Conradi Østhus
68e73da236 Fix typo 2020-02-20 08:34:07 +01:00
Paul Nelson
2491dfd7be Add example and documentation around triggering login modal #234 2020-02-20 08:34:07 +01:00
Ivar Conradi Østhus
625276924c Update migration-guide.md 2020-02-20 08:34:07 +01:00
Ivar Conradi Østhus
9ca615b183 Update getting-started.md 2020-02-20 08:34:07 +01:00
Ivar Conradi Østhus
44047490e4 Update securing-unleash.md 2020-02-20 08:34:07 +01:00
ivaosthu
286849c16b Document authenticion options passed ot unelash. #233 2020-02-20 08:34:06 +01:00
ivaosthu
68a9feaa8a Document how to secure client api #231 2020-02-20 08:34:06 +01:00
ivaosthu
fea601099a Document how to secure Unleash.
closes: #233
2020-02-20 08:34:06 +01:00
ivaosthu
f4feab89f3 Implement authentication support for Unleash UI.
Closes: #261, #233, #232, #231
2020-02-20 08:34:06 +01:00
ivaosthu
2bd7f45ce3 Add logo to app.json 2020-02-20 08:34:06 +01:00
Ivar Conradi Østhus
9d948b68c4 Update metrics-api.md 2020-02-20 08:34:05 +01:00
ivaosthu
7ed2ed4de1 Added docs for v3 options 2020-02-20 08:34:04 +01:00
Ivar Conradi Østhus
6fb097dcb7 Update migration-guide.md
Add details on how to upgrade unleash to version 3.
closes #276
2020-02-20 08:34:04 +01:00
Ivar Conradi Østhus
7e54b54b0d Update activation-strategies.md 2020-02-20 08:34:04 +01:00
Aslak Knutsen
a48deea0bb Correct spelling mistake in Unleash Context 2020-02-20 08:33:47 +01:00
Ivar
6bc23f04da Added option to disable legacy routes. Closes #244 2020-02-20 08:33:46 +01:00
Ivar Conradi Østhus
b3030d0d09 Update getting-started.md 2020-02-20 08:33:46 +01:00
ivaosthu
e1a70bc22c Update documentation 2020-02-20 08:33:33 +01:00