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
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
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
Thomas Heartman
0998ca4618
Merge branch 'main' into docs/sdk-min-version-for-advanced-operators
2022-03-18 15:01:39 +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
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
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
sighphyre
8f60dd6958
Merge pull request #1431 from Unleash/enabled-environments-override
...
Add enabled environments override flag
2022-03-16 14:45:55 +02:00
Thomas Heartman
104ff93332
docs: Add note to strategy constraints about undefined behavior
2022-03-16 10:05:41 +01:00
Shailendra Shukla
5e551b01f8
docs: bold important text
2022-03-15 17:44:58 -05:00
Thomas Heartman
905fa6fc6f
docs: create first draft of schedule how-to
2022-03-15 16:29:55 +01:00
Thomas Heartman
8c5657911f
docs: add more placeholder / structural content.
2022-03-14 18:36:01 +01:00
sighphyre
bf95a40527
docs: describe details of enabled_environments in unleash config docs
2022-03-14 09:48:54 +02:00
Thomas Heartman
27a74ecf0d
docs: create initial outline for how to schedule feature releases
2022-03-11 13:58:41 +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
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