Commit Graph

3243 Commits

Author SHA1 Message Date
Thomas Heartman fc6ea25ebd docs: add more endpoint data 2022-04-01 15:47:00 +02:00
Thomas Heartman cfbe04272a feat: make API request component work without payloads
There's been no previous need for GET or DELETE requests, but now that
we do need them, the payload shouldn't show up as `undefined`
2022-04-01 15:47:00 +02:00
Thomas Heartman d167de76d8 docs: add stories file for API request component 2022-04-01 15:47:00 +02:00
Thomas Heartman 032176576b chore: add more docusaurus alias resolutions 2022-04-01 15:47:00 +02:00
Thomas Heartman 3440b4f42a docs: add segments api placeholder 2022-04-01 15:47:00 +02:00
Thomas Heartman e37714d61a docs: First draft of segments reference doc 2022-04-01 15:47:00 +02:00
olav 9f7d878422 fix: add missing awaits (#1472)
* refactor: silence expected console.error call

* fix: add missing access service awaits

* fix: add missing constraint validation await
2022-04-01 11:10:21 +02:00
olav 1da38781d5 feat: add segment limits (#1469)
* feat: add segment limits

* refactor: move segment limits to constants
2022-04-01 10:53:52 +02:00
olav cf06b562f9 fix: allow instance ID to be empty for metrics (#1471) 2022-04-01 10:34:22 +02:00
Thomas Heartman be21a2af68 Merge pull request #1473 from Unleash/docs/add-dotnet-constraint-warning
docs: Add .NET SDK to list of SDKs that crash on new operators
2022-04-01 10:31:31 +02:00
Thomas Heartman 4306836511 docs: Add .NET SDK to list of SDKs that crash on new operators 2022-04-01 10:24:08 +02:00
Youssef aaddcf4ae6 4.10.0-beta.0 v4.10.0-beta.0 2022-03-31 12:52:19 +01:00
Youssef c1e45c0a70 feat: upgrade unleash-frontend to 4.10.0-beta.0 2022-03-31 12:51:53 +01:00
olav 66d9d7a6d2 feat: add segments (#1426)
* refactor: fix missing tsconfig path in .eslintrc

* refactor: require contextName and operator

* refactor: fix crash on missing feature strategies

* feat: add segments schema

* feat: add segments client API

* feat: add segments permissions

* refactor: fail migration if things exist

* refactor: remove strategy IDs from responses

* refactor: allow empty description

* refactor: add segment import/export

* refactor: add perf scripts

* refactor: add get segment fn

* refactor: move constraint validation endpoint

* refactor: use a separate id for segment updates

* refactor: use PERF_AUTH_KEY for artillery

* refactor: adjust segment seed size

* refactor: add missing event data await

* refactor: improve method order

* refactor: remove request body limit override
2022-03-29 14:59:14 +02:00
Thomas Heartman f469b41eb9 Merge pull request #1466 from Unleash/docs/update-jira-docs
docs: Update Jira docs with new installation instructions
2022-03-25 12:18:49 +01:00
sighphyre 17e7777a75 Update website/docs/integrations/jira-server-plugin-installation.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:51:47 +02:00
sighphyre 8c13fe74a8 Update website/docs/integrations/jira-server-plugin-installation.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:51:37 +02:00
sighphyre 69532656bd Update website/docs/integrations/jira-server-plugin-installation.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:50:43 +02:00
sighphyre f05d76255a Update website/docs/integrations/jira-server-plugin-installation.md
Nice!

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:50:30 +02:00
sighphyre 0d4360b997 docs: add installation instructions for jira plugin for marketplace 2022-03-25 09:24:26 +02:00
Thomas Heartman 0d2e72eeea docs: delete images that are no longer in use. 2022-03-24 16:12:40 +01:00
Thomas Heartman 2709f19ae7 docs(a11y): add alt texts to images + minor rewording 2022-03-24 16:09:37 +01:00
Thomas Heartman d7b09f73db docs: Add prerequisites, new installation instructions (marketplace) 2022-03-24 15:18:12 +01:00
Youssef Khedher d11d0e712b refactor: block creating token for disabled environment (#1464)
* refactor: block creating token for disabled environment

Co-authored-by: olav <mail@olav.io>

* refactore: remove unused deps

Co-authored-by: olav <mail@olav.io>
2022-03-24 11:26:00 +01:00
Renovate Bot b76be29e59 chore(deps): update dependency minimist to v1.2.6 [security] 2022-03-23 22:27:49 +00:00
Renovate Bot 215151aac0 chore(deps): update dependency node-forge to v1.3.0 [security] 2022-03-23 17:21:35 +00:00
sighphyre ab1ecf6c7c 4.9.1 v4.9.1 2022-03-23 16:10:20 +02:00
sighphyre af692c2c1b feat: upgrade unleash-frontend to 4.9.0 2022-03-23 16:09:35 +02:00
Thomas Heartman c15d221b66 Merge pull request #1463 from Unleash/docs/bump-php-adv-constraints-version
docs: list v1.3.1 of the PHP sdk as first compatible w/adv constr.
2022-03-23 14:05:21 +01:00
Thomas Heartman 907a5c6da0 Merge pull request #1449 from Unleash/docs/improve-db-ssl-docs
docs: add more content around database connections
2022-03-23 13:53:22 +01:00
Thomas Heartman 2ffe11a336 docs: list v1.3.1 of the PHP sdk as first compatible w/adv constr.
While 1.3 _does_ contain the advanced operators, it'll still break if
it doesn't recognize the operators or if you provide an invalid semver
version. 1.3.1 fixes this, so we should try and nudge people towards
that instead.
2022-03-23 13:14:20 +01:00
Thomas Heartman 296ed51dc6 Merge pull request #1459 from Unleash/docs/add-warning-about-php-crashing
docs: add note about PHP crashing if it doesn't recognize the op
2022-03-23 13:09:58 +01:00
sighphyre 23e184763b 4.9.0 v4.9.0 2022-03-23 14:08:17 +02:00
Thomas Heartman 77f128c482 docs: add note about PHP crashing if it doesn't recognize the op 2022-03-22 15:37:26 +01:00
Thomas Heartman 47a4fe3234 docs: sort options alphabetically in example object. 2022-03-22 11:20:48 +01:00
Thomas Heartman da0fe21832 docs: PR feedback: configure db url, db url file, precedence 2022-03-22 11:19:09 +01:00
Renovate Bot 03dc579cfa chore(deps): update typescript-eslint monorepo to v5.16.0 2022-03-21 23:47:19 +00:00
Renovate Bot 593847b2a3 chore(deps): update dependency @types/supertest to v2.0.12 2022-03-21 21:35:53 +00:00
Thomas Heartman 8aa17e61ac Merge pull request #1451 from Unleash/docs/sdk-min-version-for-advanced-operators
docs: note the minimum SDK versions necessary for advanced constraints
2022-03-21 13:24:27 +01:00
Renovate Bot e27e4a37ad chore(deps): update dependency @babel/core to v7.17.8 2022-03-18 23:25:02 +00:00
Renovate Bot 27bb634659 chore(deps): update node.js to v14.19.1 2022-03-18 21:04:55 +00:00
Renovate Bot 3eb3783790 fix(deps): update dependency unleash-frontend to v4.9.0-beta.3 2022-03-18 18:09:57 +00:00
Thomas Heartman 0998ca4618 Merge branch 'main' into docs/sdk-min-version-for-advanced-operators 2022-03-18 15:01:39 +01:00
Thomas Heartman 40d9842c9c Merge pull request #1453 from Unleash/docs/link-to-strat-constraints-from-schedule
docs: link to strategy constraints doc from scheduling how-to guide
2022-03-18 14:55:44 +01:00
Thomas Heartman 0950a95698 docs: add a link to the SDK incompatibility section 2022-03-18 14:30:02 +01:00
Thomas Heartman 7efd306969 docs: link to strategy constraints from the schedule how-to guide 2022-03-18 14:28:06 +01:00
Thomas Heartman b432ec8795 docs: only list feature versions for constraint ops inclusion 2022-03-18 14:23:26 +01:00
Thomas Heartman e604b95e7d docs: update min versions for node, python, ruby 2022-03-18 13:55:31 +01:00
Thomas Heartman 85c74864bd Merge pull request #1452 from Unleash/docs/add-more-adv-constraints-sdk-details
docs: add more comprehensive overview of sdk incompatibilities
2022-03-18 13:31:06 +01:00
Thomas Heartman d6f6d5d1d2 Merge pull request #1441 from shailscript/patch-1
docs: bold important text in slack integration docs
2022-03-18 12:37:28 +01:00