Christopher Kolstad
b83387a84a
Add a version service ( #729 )
...
- Checks versions against https://version.unleash.run
- Generates a unique instance id (uuid)
2021-02-19 11:13:25 +01:00
Fredrik Strand Oseberg
01074fd437
docs: update getting started guide with docker options ( #697 )
2021-01-27 20:11:41 +01:00
Ivar Conradi Østhus
d1f4039b09
chore(docs): Clean up configuring unleash ( #672 )
2020-12-15 13:18:38 +01:00
gazconroy
c7c2f17bd0
feat: First draft of admin Open API specification (OAS) ( #652 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2020-12-03 21:09:16 +01:00
Ivar Conradi Østhus
9e48b5a2f4
fix: Replace travis with GitHub Actions
...
closes #656
2020-11-24 12:46:55 +01:00
Mathias Åhsberg
144e832cdc
feat: Add support for explicitly set database version. ( #654 )
...
Co-authored-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2020-11-20 11:37:56 +01:00
Ivar Conradi Østhus
51f26be759
fix: add secureHeaders option for HSTS
2020-10-01 21:47:40 +02:00
Malcolm Jones
2a4130548a
Update getting-started.md ( #617 )
2020-08-01 05:41:49 +02:00
Ivar Conradi Østhus
c5a23db451
Update getting-started.md
...
fixes #613
2020-07-31 08:12:24 +02:00
Jakob Heuser
d2a3e72bd8
Feat: Adds server.create() ( #606 )
2020-06-17 08:03:02 +02:00
Julien PERIGNON
12e87acf78
chore: Updated baseUriPath documentation ( #601 )
2020-05-29 09:59:15 +02:00
Ivar Conradi Østhus
ed076b809e
chore: update getting-started guide
2020-04-13 23:02:50 +02:00
Ivar Conradi Østhus
4e45ae6b53
chore: update getting-started guide
2020-04-13 22:47:12 +02:00
Ivar Conradi Østhus
b912768923
feat: move secrets to settings ( #577 )
...
* feat: move secrets to settings
* feat: Add better support for detailed db options.
Added db field in options to allow better control of
db-options. Especially important to allow special chars
in database password which might lead to an invaid url
when defined as a database-url.
* fix: integrate logger with knex logger
* fix: remove secret option from all examples
* fix: more options.js unit tests
* fix: added settings-store e2e tests
2020-04-13 22:38:46 +02:00
Martin Folkeseth
a1e60f0529
chore: Add baseUriPath support to docs ( #531 )
2020-02-20 08:34:32 +01:00
Jürgen Etzlstorfer
bef08d00c9
chore: fix typo ( #523 )
2020-02-20 08:34:31 +01:00
Ran Magen
d41daf716c
Chore: Add guide for how to use eventHook to send updates to Slack ( #459 )
...
* Add guide for how to use eventHook to send updates to Slack
* better slack url
* use require instead of import
2020-02-20 08:34:26 +01:00
Ran Magen
d917e8018f
feat: add option and functionality that allows a user to hook into feature mutations ( #457 )
...
* Add option and functionality that allows a user to hook into feature mutations.
* Fix function argument to include the entire event.
2020-02-20 08:34:26 +01:00
Ran Magen
79741f78e5
fix: Add DATABASE_URL_FILE for loading a db url from a file ( #455 )
2020-02-20 08:34:26 +01:00
ivaosthu
eaae969e84
chore: Update readme with details about slack
...
releates to #444
2020-02-20 08:34:25 +01:00
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
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
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
8b9f9dbd2c
fix: Database migrator does use the databaseSchema option
...
closes #387
2020-02-20 08:34:19 +01:00
ivaosthu
8a53d8dca2
chore: Fix formatting all the things
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
Denis Dzyubenko
570bdd9f90
Fixed typos and broken links in the documentation
2020-02-20 08:34:12 +01:00
Ivar Conradi Østhus
9ca615b183
Update getting-started.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
7ed2ed4de1
Added docs for v3 options
2020-02-20 08:34:04 +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
ivaosthu
f5e9ca3bbe
Implement support for logger provider.
...
This allows the users of 'unleash-server' to programatically
change the logger implemnentation. #175
2020-02-20 08:33:33 +01:00
Ivar Conradi Østhus
e0581a6229
Update getting-started.md
2020-02-20 08:30:51 +01:00
Ivar Conradi Østhus
a1cd0f4cbe
Update getting-started.md
2020-02-20 08:30:48 +01:00
Ivar Conradi Østhus
96b1d87596
Update getting-started.md
2020-02-20 08:30:44 +01:00
Ivar Conradi Østhus
94e444ed10
Update getting-started.md
2020-02-20 08:30:44 +01:00
Ivar Conradi Østhus
fd72758768
Update getting-started.md
2020-02-20 08:30:44 +01:00
ivaosthu
1bb8ee53c2
readme
2020-02-20 08:30:41 +01:00
ivaosthu
fe4f04f07d
More docs
2020-02-20 08:30:40 +01:00
Ivar
f5dc1e8abd
Added a small getting started document #119
2020-02-20 08:30:30 +01:00