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

3187 Commits

Author SHA1 Message Date
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
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
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
sighphyre
8f60dd6958
Merge pull request #1431 from Unleash/enabled-environments-override
Add enabled environments override flag
2022-03-16 14:45:55 +02:00
sighphyre
ba07080aad chore: extend tests for enabled environments 2022-03-16 14:29:11 +02:00
Thomas Heartman
df86afcf63
Merge pull request #1443 from Unleash/docs/warn-about-constraint-issues
docs: Add note to strategy constraints about undefined behavior
2022-03-16 10:14:59 +01:00
Thomas Heartman
104ff93332 docs: Add note to strategy constraints about undefined behavior 2022-03-16 10:05:41 +01:00
Fredrik Strand Oseberg
a236a61623
Fix/user added event (#1437)
* 4.9.0-beta.1

* chore: update unleash frontend

* 4.9.0-beta.2

* fix: add user email to project user events
2022-03-16 08:44:30 +01:00
Thomas Heartman
905fa6fc6f docs: create first draft of schedule how-to 2022-03-15 16:29:55 +01:00
Renovate Bot
9c3683cf13 chore(deps): update typescript-eslint monorepo to v5.15.0 2022-03-14 23:03:04 +00:00
Renovate Bot
e9cfc17b39 chore(deps): update dependency @babel/core to v7.17.7 2022-03-14 20:15:21 +00:00
Thomas Heartman
8c5657911f docs: add more placeholder / structural content. 2022-03-14 18:36:01 +01:00
Renovate Bot
1bc7b6be03 fix(deps): update dependency unleash-frontend to v4.9.0-beta.2 2022-03-14 13:35:52 +00:00
sighphyre
91fa0ed296 fix: update config tests for enabled environments 2022-03-14 10:01:05 +02:00
sighphyre
bf95a40527 docs: describe details of enabled_environments in unleash config docs 2022-03-14 09:48:54 +02:00
Renovate Bot
3514191cf0 fix(deps): update dependency knex to v1.0.4 2022-03-13 18:06:42 +00:00
Renovate Bot
05887d2ee3 chore(deps): update dependency eslint to v8.11.0 2022-03-12 02:57:51 +00:00
Renovate Bot
e78aee1bcc fix(deps): update dependency unleash-frontend to v4.9.0-beta.1 2022-03-11 22:37:51 +00:00
Renovate Bot
20c0c67c1c chore(deps): update dependency tsc-watch to v4.6.2 2022-03-11 20:13:16 +00:00
sighphyre
8410a8e3ac feat: enabled environments override now also moves projects and toggles to new environments 2022-03-11 15:52:13 +02:00
Thomas Heartman
27a74ecf0d docs: create initial outline for how to schedule feature releases 2022-03-11 13:58:41 +01:00
sighphyre
c3b064adfc feat: Add environment variable to set override enabled environments 2022-03-11 11:16:58 +02:00
Fredrik Strand Oseberg
55469801cf
feat: validate strategies (#1429)
* feat: validate strategies

* fix: optional coalescing on constraints

* fix: update test
2022-03-10 14:43:53 +01:00
Thomas Heartman
3de044ff97
Merge pull request #1430 from Unleash/docs/passord-is-not-password
docs: add a note saying passord is Norwegian for password
2022-03-10 14:38:11 +01:00
Thomas Heartman
451fa64018 docs: add a note saying passord is password for Norwegian 2022-03-10 14:22:03 +01:00
Thomas Heartman
d28c046e51
Merge pull request #1428 from Unleash/docs/document-semver-gte-lte
docs: document how to get SEMVER_GTE/LTE functionality
2022-03-10 11:45:01 +01:00
Thomas Heartman
9f292465eb docs: document how to get SEMVER_GTE/LTE functionality 2022-03-10 10:56:59 +01:00
Thomas Heartman
b94f7bdb48
Merge pull request #1401 from Unleash/docs/add-feedback-component
feat: add feedback component
2022-03-10 10:26:00 +01:00
Thomas Heartman
18c16b3040 fix: make sure customer type is included in the payload.
Because it previously set it via a reducer and submitted the form in
the same step, the customer type wouldn't be set correctly before the
form was submitted, causing it to show up as "undefined".

We're doing double the work now, but I think that's an acceptable
trade-off for now.
2022-03-10 10:12:10 +01:00
Thomas Heartman
027eac47ac feat: add data: "was the form opened manually" and "current page" 2022-03-10 09:48:58 +01:00
Thomas Heartman
22c4752c53 fix: remove empty ruleset 2022-03-10 09:40:28 +01:00
Thomas Heartman
32922152e0
Merge pull request #1422 from Unleash/docs/new-constraint-operators
docs: update for new strategy constraint operators
2022-03-09 14:27:23 +01:00
Thomas Heartman
ad9709f235
Tell the user what was available prior to 4.9 2022-03-09 13:44:25 +01:00
Thomas Heartman
613ee550bc docs: merge currentTime with "advanced constraints" row 2022-03-09 11:55:21 +01:00
Thomas Heartman
aafa2005e0 Merge branch 'main' into docs/new-constraint-operators 2022-03-09 11:32:42 +01:00
Thomas Heartman
52281512ac
Apply suggestions from code review
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-03-09 10:56:48 +01:00
Thomas Heartman
fd042f9b1a docs: update semver format after discussion and alignment 2022-03-09 10:51:24 +01:00
sighphyre
3910e23d2d
Merge pull request #1408 from Unleash/feat/init-client-tokens
Load Client Tokens From Environment on Startup
2022-03-09 09:53:47 +02:00
Thomas Heartman
db9a0e2c54 chore: merge main -> this branch 2022-03-08 13:58:16 +01:00
Thomas Heartman
fee4caf2f9 docs: Add note about how invalid context field values are handled 2022-03-08 13:44:02 +01:00
Thomas Heartman
c0eac49313 fix: delete empty table row 2022-03-08 13:34:11 +01:00
Thomas Heartman
419dda09a0 docs: Update description of currentTime in the Unleash context. 2022-03-08 13:31:55 +01:00
Thomas Heartman
2f6b067eb5 docs: Update SemVer section: clarify what requirements we have 2022-03-08 13:27:19 +01:00