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

236 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
bec32f726b
fix: correct oas for creating feature toggle 2022-02-24 08:24:47 +01:00
Ivar Conradi Østhus
d8478dd928
feat: clean up events (#1089)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-11-12 13:15:51 +01:00
Ivar Conradi Østhus
998dc2e977
fix: remove swagger.json poc 2021-10-01 13:21:41 +02:00
Ivar Conradi Østhus
14bbc9c1ad
fix: oas docs on root 2021-08-27 12:10:53 +02:00
Christopher Kolstad
406f0554cf
Docusaurusv2 (#864)
feat: Upgraded to Docusaurus v2

closes: #771
2021-06-04 11:17:15 +02:00
Ivar Conradi Østhus
1d7be178d6
Update unleash-proxy.md 2021-05-28 00:11:53 +02:00
Ivar Conradi Østhus
906b9f63e6
docs: enterprise authentication 2021-05-27 22:10:28 +02:00
Ivar Conradi Østhus
35eaa70586
doc: correct /api/client/features examples
fixes: #852
2021-05-25 21:29:36 +02:00
Laurent Richard
4e6dcaf3fd
Doc links fixed (#851)
* Update toggle_variants.md

fix link

* Update toggle_variants.md

* Update toggle_variants.md

* Update client_sdk.md

fix link

* Update client_sdk.md
2021-05-25 10:56:50 +02:00
Ivar Conradi Østhus
fb66aeb8e0
fix: more docs 2021-05-21 22:26:56 +02:00
Ivar Conradi Østhus
ef37da7326
fix: more docs 2021-05-21 22:26:13 +02:00
Ivar Conradi Østhus
18fa981949
fix: broken link in docs 2021-05-21 22:06:38 +02:00
Ivar Conradi Østhus
13b5bd5154
fix: broken link 2021-05-21 21:30:29 +02:00
Ivar Conradi Østhus
e095691c1e
fix: lint 2021-05-21 19:16:08 +02:00
Joseph DeChicchis
18ebde2e9a
Add explanation of how to run multiple instances of Unleash to the Getting Started doc (#845)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-18 14:21:39 +02:00
Ivar Conradi Østhus
360defe625
fix: update SDK examples 2021-05-18 13:31:54 +02:00
Ivar Conradi Østhus
bcc2d913cc
fix: more docs 2021-05-18 13:22:28 +02:00
Christopher Kolstad
1d71d01a70 chore: fix typos 2021-05-18 12:11:23 +02:00
Ivar Conradi Østhus
1530be70a8
fix: doc linkts to api-token 2021-05-18 12:07:07 +02:00
Ivar Conradi Østhus
4c73dc66fa
fix: add link in docs 2021-05-18 11:22:51 +02:00
Christopher Kolstad
c224786f29
feat: update docs to match v4.
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-05-18 11:19:33 +02:00
Ivar Conradi Østhus
141b359330
chore: moved technical debt docs to user-guides 2021-05-04 20:11:17 +02:00
Ivar Conradi Østhus
b5a36a6d42
chore: fix SDK docs 2021-05-04 16:08:21 +02:00
R Ashwin
d61c7242d8
feat: Datadog integration (#820)
fixes: #815 

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-03 22:08:14 +02:00
R Ashwin
6c57aeb232
feat: Teams addon for messaging on Microsoft teams (#814) 2021-04-28 12:38:11 +02:00
Ivar Conradi Østhus
06a7bb323c
fix: fully remove enableLegacyRoutes option 2021-04-15 22:16:14 +02:00
Ivar Conradi Østhus
c86a29622d
chore: typos in migration-guide 2021-04-13 09:21:53 +02:00
Ivar Conradi Østhus
469e87a923
fix: remove enableLegacyRoutes option from v2 2021-04-13 09:04:25 +02:00
Ivar Conradi Østhus
9e7d2f845a
fix: migrate all permissions to rbac (#782)
* fix: migrate all permissions to rbac
* fix: update migration guide

fixes #782
2021-04-12 20:25:03 +02:00
Christopher Kolstad
99fd210392
feat: added basic email-service (#780)
* feat: added basic email-service
* feat: preview endpoint for plaintext/html templates
* chore: Updated docs
fixes: #757
2021-04-09 11:16:06 +02:00
Ivar Conradi Østhus
eca168c500
chore: fix broken /docs link 2021-03-23 12:18:05 +01:00
Ivar Conradi Østhus
3a122a3f97
chore: update docs 2021-03-17 08:42:26 +01:00
Fredrik Strand Oseberg
8848956846
docs: add technical debt documentation (#751)
* docs: add technical debt documentation

* fix: unknown toggles id

* fix: add doc
2021-03-16 13:07:45 +01:00
Johannes Gorset
aab069e919
chore(docs) Highlight that databaseUrl overrides db (#763) 2021-03-15 13:04:17 +01:00
Ivar Conradi Østhus
1152272ed6
chore: add docs for context api (#762) 2021-03-12 19:08:18 +01:00
Ivar Conradi Østhus
ba959e41f8
Update getting-started.md 2021-03-12 13:12:13 +01:00
Ivar Conradi Østhus
c194bea99b
chore: fix typo in docker network create 2021-03-12 13:04:10 +01:00
Christopher Kolstad
289cf85a3c
Add import/export for tags and projects (#754)
* Add import/export for tags and projects

Tags includes (tags, tag-types and feature-tags)

fixes: #752
2021-03-12 11:08:10 +01:00
Ivar Conradi Østhus
3fdad485ea
chore: Update Go SDK getting started 2021-03-09 22:19:03 +01:00
Alexis Degrugillier
0f60fd075a
chore: Fix documentation typos (#758)
Co-authored-by: Alexis Degrugillier <alexis.degrugillier@duproprio.com>
2021-03-09 21:44:45 +01:00
Ivar Conradi Østhus
36bc3b9823
chore: more docs 2021-02-28 22:20:15 +01:00
Ivar Conradi Østhus
151699186a
Update discover-unknown-toggles.md 2021-02-28 21:57:07 +01:00
Ivar Conradi Østhus
620d0f53d0
chore: more docs 2021-02-26 07:49:31 +01:00
Ivar Conradi Østhus
24d2aa5dea
chore: more docs 2021-02-25 22:27:11 +01:00
Ivar Conradi Østhus
26255b8d62
chore: docs 2021-02-25 21:00:19 +01:00
Ivar Conradi Østhus
c4c33c1f4a
chore: add docs for health 2021-02-25 16:55:18 +01:00
egilconr
1d9065aff1
chore: Improve our user documentation (#733)
Co-authored-by: Christopher Kolstad <chriswk@fastmail.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Eco C <egilconr@gmail.com>
2021-02-25 16:01:36 +01:00
Christopher Kolstad
153fd970bf
chore: Add override information for version check to doc 2021-02-19 11:22:25 +01:00
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
Ivar Conradi Østhus
4f1d4df4b8
feat: allow stickiness on context-fields (#713)
* feat: allow stickiness on context-fields

* chore: docs for this feature

* fix: write a small e2e test

* fix: add stickiness to variants
2021-02-11 17:59:16 +01:00