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

60 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
94e237f71a
docs: minor adjustments. 2021-09-26 22:49:51 +02:00
Ivar Conradi Østhus
4b7e1f4a81
feat: rename :global: env to "default" (#947)
Our testing and internal validation has proven that
the :global: environment concept confuses people more
than the problems it solves. We have thus decided to
group all configuration that was created before the
environment concept was introduced in to the "default
environment. This would still make everything work
as before in addition to introducing the env concept.

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-09-24 13:55:00 +02:00
Youssef Khedher
833ea32752
Fixed the react link apperance 2021-09-24 10:16:21 +01:00
Youssef Khedher
0e82ab28f8
removed the --save from npm command 2021-09-23 21:21:05 +01:00
Youssef Khedher
b766182c9a
removed the --save flag
removed the --save as it is used by default as of npm 5.0.0
2021-09-23 21:19:33 +01:00
Youssef Khedher
d7a44d01a2
docs: remove the conflict between docker steps and docker-compose (#952)
* remove the conflict between docker steps and docker-compose

* fixing a link name typo
2021-09-23 21:18:44 +02:00
Youssef Khedher
6a3736e866 update the advanced part 2021-09-22 11:29:58 +01:00
Youssef Khedher
d87528e7d4 update the docs with the new screenshots 2021-09-21 16:21:48 +01:00
Ivar Conradi Østhus
90962434d9
fix: Cleanup new features API with env support (#929) 2021-09-13 10:23:57 +02:00
Ivar Conradi Østhus
be08250902
docs: add react-sdk to proxy docs. 2021-09-09 10:39:34 +02:00
Ivar Conradi Østhus
c3bd2acda3
Fix/sso docs (#931)
Update SSO docs to match capabilities introduced in 4.1.x release. 

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-09-02 11:19:02 +02:00
Mike Francis
8695551488
docs: Added mikefrancis/laravel-unleash (#927)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-31 12:59:55 +02:00
Ivar Conradi Østhus
933db83ec6
docs: cleanup unleash-hosted refereces 2021-08-30 09:36:26 +02:00
Ivar Conradi Østhus
14bbc9c1ad
fix: oas docs on root 2021-08-27 12:10:53 +02:00
Ivar Conradi Østhus
f97ed281ba
Update index.md 2021-08-26 20:14:52 +02:00
Ivar Conradi Østhus
1e49beb677
Update feature-toggles-archive-api.md 2021-08-26 14:40:39 +02:00
Ivar Conradi Østhus
b4b7703995
Update configuring-unleash.md 2021-08-26 14:29:41 +02:00
Dominik Chrástecký
f2eb3c101f
Add official php documentation (#920) 2021-08-19 13:34:05 +02:00
Arnaud Leymet
d7011dacf4
📝 Fix the custom activation strategy example (#913)
* 📝 Fix the custom avtivation strategy example

* 🐛 Fix example
2021-08-19 10:33:49 +02:00
PhakornKiong
ecba16cf50
Fix typo in sample (#917)
Fix import typo in sample
2021-08-19 09:47:40 +02:00
Fredrik Strand Oseberg
00285aafb8
WIP: Feat/quickstart oss (#912)
* feat: preliminary outline

* feat: add more sections to quickstart

* fix: update link to unique architecture

* fix: update description

* fix: update docs

* feat: add curl option

* fix: update link

* fix: rename proxy menu item

* fix: remove trailing slashes

* fix: docs

* fix: heroku casing

* fix: add enterprise casing

* fix: DO casing

* fix: update link to getunleash.io

* fix: add curl command

* fix: config

* fix: update docs
2021-08-17 15:24:37 +02:00
Oleg Gerasimenko
c7bf9a5028
docs: Update Unleash Proxy docker pull instructions (#911) 2021-08-13 11:07:20 +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
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
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
b1c8fea5c6
Use absolute url to api-token doc 2021-07-29 15:04:00 +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
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
Dominik Chrástecký
9e1cb27f96
Add rikudou/unleash-sdk to community clients (#885) 2021-07-07 16:37:10 +02:00
Christopher Kolstad
2ab283f140
add dump of current state of database 2021-07-07 15:47:25 +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
Yinon Avraham
00f2c7312d
Fix link to unleash-client-go (#876) 2021-06-22 10:44:05 +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
Ivar Conradi Østhus
6c2ec59fa4
fix: Do gracefull shutdown of Unleash on 'SIGINT' & 'SIGTERM' (#870)
Unleash will listen for 'SIGINT' & 'SIGTERM'  and close background tasks and db connections before shutting down. 

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>

Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-06-15 12:32:35 +02:00
Christopher Kolstad
c467d59a7e
chore: update api index with note about content-type 2021-06-15 08:57:35 +02:00
Ivar Conradi Østhus
b6e3903b32
docs: improve introduction section 2021-06-14 21:35:19 +02:00
Christopher Kolstad
cceb360b3a
docs: fix wrong grafana query 2021-06-14 15:43:57 +02:00
Christopher Kolstad
6a55524be9
docs: fix typo and remember to note that the slack addon needs Unleash URL 2021-06-11 11:56:53 +02:00
Ivar Conradi Østhus
429208f561
doc: redirects for external links 2021-06-10 23:15:14 +02:00
Christopher Kolstad
60d3982e66
docs: updated jira-plugin from feedback 2021-06-09 14:29:33 +02:00
Christopher Kolstad
297d5474e6
docs: wrong comma 2021-06-09 11:38:33 +02:00
Christopher Kolstad
cdf4efa093
fix: link directly to api token 2021-06-09 11:34:27 +02:00
Christopher Kolstad
071a4e9535
task: add doc for jira plugin 2021-06-09 11:14:30 +02:00
Ivar Conradi Østhus
c44f6f5c2f
Update index.md 2021-06-08 22:20:38 +02:00