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

3844 Commits

Author SHA1 Message Date
sighphyre
37fa254ceb
fix: Repair feature strategies with broken project ids (#1593) 2022-05-11 13:41:35 +02:00
Thomas Heartman
119d958e7c fix: add version information for reusable workflow
without this, the workflow won't run
2022-05-11 11:38:39 +02:00
Thomas Heartman
c260f90094
chore: Add workflow file to auto-add items to project board (#1588)
This change adds a workflow file that references the reusable workflow
in the unleash/.github repo. It should (if all goes well),
automatically add new issues and prs to the project board.
2022-05-11 11:10:16 +02:00
Ivar Conradi Østhus
2399f9a301
4.11.0-beta.1 2022-05-10 16:21:36 +02:00
olav
3bea8a9931
refactor: use static as the asset dir name (#1586)
* refactor: use static as the asset dir name

* chore: update unleash-frontend

* refactor: use the real index.html in tests
2022-05-10 15:47:54 +02:00
olav
3b46bfb83a
refactor: fix CDN prefix rewrite (#1585)
* fix: change folder path

* refactor: revert cdnPrefix test config

* refactor: fix rewriteHTML test data

* refactor: add rewriteHTML cdnPrefix test

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2022-05-10 14:05:53 +02:00
Thomas Heartman
943af1e804
docs: Update the react client install instructions (#1584)
The install instructions didn't previously add the
`unleash-proxy-client` package (presuming it'd be implicitly installed
by `npm`). This doesn't seem to be the case, so we'll list it explicitly.
2022-05-10 13:26:52 +02:00
Ivar Conradi Østhus
86184d8a8b
4.11.0-beta.0 2022-05-10 10:23:06 +02:00
Ivar Conradi Østhus
af3c1aba1d
fix: release script use 2022-05-10 10:21:46 +02:00
Ivar Conradi Østhus
9915a19770
fix: upgrade unleash-frontend to v4.11.0-beta.0 2022-05-10 10:17:45 +02:00
Ivar Conradi Østhus
d711c4749d
fix: correct types used in addon.ts 2022-05-10 09:35:39 +02:00
Renovate Bot
7c9966d96b chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.23.0 2022-05-09 20:45:33 +00:00
renovate[bot]
77874e845d
chore(deps): update dependency husky to v8 (#1576)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-09 19:40:51 +02:00
renovate[bot]
b129edc274
chore(deps): update dependency @typescript-eslint/parser to v5.23.0 (#1580)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-09 19:40:35 +02:00
sighphyre
5ef8dba7a7
fix: Upgrade knex to 2.0.0 and patch some stores to correctly order their count queries so they compile (#1579) 2022-05-09 15:20:12 +02:00
Christopher Kolstad
c0207bf3ff
docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons (#1578)
* docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-05-09 13:04:56 +02:00
Thomas Heartman
75e6df5b5b
docs: document Proxy openAPI integration (#1571)
* docs: document the new OpenAPI functionality

* docs: add availability note for openapi integration

* docs: rewrite openapi section
2022-05-09 09:24:48 +02:00
Renovate Bot
b81c056cdb chore(deps): update dependency eslint to v8.15.0 2022-05-07 01:37:41 +00:00
Renovate Bot
ecd6f53784 chore(deps): update dependency @types/memoizee to v0.4.8 2022-05-06 22:56:26 +00:00
Renovate Bot
beaa75f86b fix(deps): update dependency unleash-frontend to v4.10.1 2022-05-06 19:41:50 +00:00
Fredrik Strand Oseberg
e3c2d006db
fix: update spec (#1572) 2022-05-06 19:20:04 +02:00
Thomas Heartman
2113732f3b
docs: clarify that multiple overrides for a variant create unions (#1551)
* docs: clarify that multiple overrides for a variant create unions

* Update website/docs/advanced/feature-toggle-variants.md

Co-authored-by: sighphyre <liquidwicked64@gmail.com>
2022-05-06 14:00:08 +02:00
Thomas Heartman
3b545b7dcd
docs: add more details to variant creation API (#1548)
* docs: add more details to variants api PUT example

* docs(fix): correct header title for code sample
2022-05-06 11:46:37 +02:00
Thomas Heartman
68bad77a84
docs: Update Unleash architecture diagram (#1549)
* docs: Update Unleash architecture digram

* fix: typo an -> a

* docs(fix): fix img link in readme

* docs: update architecture graph
2022-05-06 11:17:35 +02:00
Connor Teague
e67c0d115b
1568 fix datadog type/value order in addon (#1569) 2022-05-06 09:07:19 +02:00
Nuno Góis
ce2714713a
refactor: use vite html in test (#1561) 2022-05-05 16:14:47 +01:00
Pfuenzle
0fd26e26bc
added db-schema to the docs page (#1567)
I added the "schema" option to the configuring unleash docs page

Co-authored-by: Pfluenze <pfuenzle@protonmail.com>
2022-05-05 11:52:02 +02:00
olav
ac90a3b1c7
fix: remove trailing slash from OpenAPI route (#1564) 2022-05-05 11:45:23 +02:00
Diego Susa
7187907d53
Added version to simplify tracking in Vanta & SOC2 2022-05-05 11:08:56 +02:00
Diego Susa
57c3b7d4fd
SOC2 updates
Changed the mailbox used on Enforcement section to a new dedicated one (coc@getunleash.io)
2022-05-05 10:52:01 +02:00
Renovate Bot
2f7ffd19ce chore(deps): update node.js to v14.19.2 2022-05-04 23:38:22 +00:00
olav
56615e91f0
fix: validate the type and length of parameter values (#1559)
* refactor: coerce primitive types in OpenAPI requests

* refactor: avoid broken array args to serializeDates

* refactor: avoid some spec refs to improve generated types

* refactor: remove debug logging

* refactor: fix IExpressOpenApi interface name prefix

* refactor: ensure that parameter values are strings

* refactor: test that parameter values are coerced to strings
2022-05-04 15:16:18 +02:00
Nuno Góis
61e9588bb0
fix: update open api snapshot (#1560) 2022-05-04 14:54:26 +02:00
Nuno Góis
7e938a21b4
feat: show archived toggles on a project level (#1555)
* feat: show archived toggles on a project level

* refactor: split behaviour in 2 separate routes and methods for clarity

* add e2e test
2022-05-04 07:45:29 +01:00
Thomas Heartman
188352cb7a
docs: remove duplicate sidebar item; sort sdks (#1558)
* fix: remove duplicate sidebar entry

* fix: sort sdk list
2022-05-03 10:21:14 +02:00
sebastian-unleash
67f9277b25
docs: Add link to kill switch best practices blog post. (#1554) 2022-05-03 10:16:02 +02:00
Renovate Bot
fe875d4fff chore(deps): update dependency @types/jest to v27.5.0 2022-05-03 02:55:39 +00:00
Renovate Bot
03267041cc chore(deps): update typescript-eslint monorepo to v5.22.0 2022-05-02 23:18:26 +00:00
Fredrik Strand Oseberg
42e32a9118
fix: set favicon icon to CDN if prefix is set (#1553) 2022-05-02 12:49:48 +02:00
Renovate Bot
042d0137f3 chore(deps): update dependency @babel/core to v7.17.10 2022-04-29 20:24:13 +00:00
sighphyre
d1fd6d017b 4.10.0 2022-04-29 16:26:53 +02:00
sighphyre
95b9927cad feat: bump frontend to 4.10.0 2022-04-29 16:25:11 +02:00
Thomas Heartman
581fc76ae1
docs(fix): correct custom activation strategies param types (#1547) 2022-04-29 11:20:26 +02:00
Martin Lehmann
a36a19c33a
Don't import from root URL (#1540) 2022-04-29 10:44:01 +02:00
olav
c02865504e
refactor: disallow additionalProperties in response schemas (#1543) 2022-04-29 08:09:27 +02:00
Renovate Bot
ec878110d9 chore(deps): update dependency typescript to v4.6.4 2022-04-29 00:28:58 +00:00
Ivar Conradi Østhus
25b3d57c3e
fix: pr-build use pull_request_target event 2022-04-28 19:38:19 +02:00
renovate[bot]
3b93ce3625
fix(deps): update dependency unleash-frontend to v4.10.0-beta.8 (#1545)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-28 18:00:39 +02:00
Thomas Heartman
05f4cbb708
docs(fix): change the remoteAddress description (#1539)
remoteAddress previously used the sessionId description.
2022-04-28 16:20:28 +02:00
Fredrik Strand Oseberg
5f96cb3785
docs: update compat table with custom stickiness for go (#1544) 2022-04-28 15:49:05 +02:00