1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-23 20:07:40 +02:00
Commit Graph

6379 Commits

Author SHA1 Message Date
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 2022-03-23 14:08:17 +02:00
olav
2ca88b019a refactor: restrict API tokens to enabled environments (#809)
* refactor: add missing Tooltip wrapper elements

* refactor: rewrite useEnvironments

* refactor: disable environments in select box

* refactor: make sure initial environment is enabled
2022-03-23 12:55:00 +01:00
olav
cc0b9f7291 refactor: avoid splash pages in e2e tests (#810) 2022-03-23 12:45:23 +01:00
sighphyre
47e43dc23c Merge pull request #805 from Unleash/fix-rollout-datatype
fix: change rollout datatype to string
2022-03-23 12:07:54 +02:00
sighphyre
04a85da1be Merge branch 'main' into fix-rollout-datatype 2022-03-23 11:59:33 +02:00
olav
71cbf2bfae refactor: make refresh work on fogot password page (#808) 2022-03-23 10:44:43 +01:00
sighphyre
a724127970 Merge branch 'main' into fix-rollout-datatype 2022-03-23 11:39:26 +02:00
olav
a16520ddda refactor: fix Tooltip ref warning (#804)
* refactor: fix Tooltip ref warning

* refactor: add missing button labels
2022-03-23 09:12:10 +01: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
sighphyre
31fdea7df0 chore: formatting 2022-03-22 16:18:20 +02:00
sighphyre
d8d510be22 fix: change rollout datatype to int
Gradual rollout has the rollout property specified as a string in
both the client spec tests and our API docs and the Rust SDK expects
that contract to be upheld. This commit changes the datatype of rollout
from an int to a string
2022-03-22 16:00:54 +02: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
olav
2a307523d6 feat: add operators splash page (#802)
* refactor: fix crash on null-valued project description

* refactor: remove unused layout prop

* refactor: use routes for splash components

* feat: add operators splash page

* refactor: fix styling issues

* refactor: add some comments
2022-03-22 08:23:51 +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
Fredrik Strand Oseberg
3ccba76d75 fix: breakpoint misalignment (#796) 2022-03-21 15:45:07 +01: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
d6cd7c5514 chore(deps): update dependency @types/react-dom to v17.0.14 2022-03-19 14:46:17 +00:00
Renovate Bot
683cff8d96 chore(deps): update dependency @types/react to v17.0.41 2022-03-19 12:32:55 +00: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
Thomas Heartman
7e8cae3913 docs: change spec to specification, add link to spec 2022-03-18 12:21:29 +01:00
Thomas Heartman
8c8d165937 docs: add more comprehensive overview of sdk incompatibilities 2022-03-18 12:19:49 +01:00
Thomas Heartman
c999b4c43e docs: add php support version for advanced constraints 2022-03-18 11:34:51 +01:00
Thomas Heartman
a9a480d33f docs: note the minimum SDK versions necessary for adv constraints
Also formats the rest of the table to align with the new column
content. Please ignore whitespace for this.
2022-03-18 11:29:25 +01:00
Thomas Heartman
59609a85f4
Merge pull request #1440 from Unleash/docs/how-to-time-feature-releases
docs: add how to schedule feature releases guide
2022-03-18 09:30:23 +01:00
Renovate Bot
609f4bdc2a chore(deps): update dependency lint-staged to v12.3.7 2022-03-17 19:19:31 +00:00
Thomas Heartman
b8673c86b1 docs: remove duplicate db connection options description 2022-03-17 16:43:19 +01:00
Thomas Heartman
b235eba6ac docs: add code samples, move db configuration to separate section 2022-03-17 16:11:56 +01:00
Thomas Heartman
3d1d115a30 docs: add more content around database connections 2022-03-17 15:54:56 +01:00
Thomas Heartman
c72a1ff674
Merge pull request #1447 from Unleash/docs/strat-constraints-ruby-warning
docs: Add note saying that some SDKs will crash with new operators.
2022-03-17 14:07:20 +01:00
olav
1cc43c0a4a
refactor: always add values to constraints (#1448) 2022-03-17 12:32:04 +01:00
Thomas Heartman
84f44c0396 docs: Add note saying that some SDKs will crash with new operators. 2022-03-17 11:45:40 +01:00
olav
3850cb42bd refactor: fix crash on empty target date (#798)
* refactor: fix crash on empty target date

* refactor: remove date input clear button
2022-03-17 09:55:57 +01:00
Thomas Heartman
0a34661937 docs: clear up that constraints are available to pro customers too 2022-03-17 08:53:42 +01:00
Thomas Heartman
b3faf3e622 docs: add screenies and update descriptions accordingly 2022-03-17 08:41:57 +01:00
Renovate Bot
957ec1c16d chore(deps): update dependency prettier to v2.6.0 2022-03-16 17:38:27 +00:00
Renovate Bot
960460e61c chore(deps): update dependency prettier to v2.6.0 2022-03-16 15:09:17 +00:00