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

3443 Commits

Author SHA1 Message Date
olav
36922d156d
refactor: fix a few eslint module boundary type overrides (#1542) 2022-04-28 12:40:38 +02:00
Christopher Kolstad
3e40cb935e
task: Use make-fetch-happen (#1500)
closes #739
2022-04-28 10:57:52 +02:00
Thomas Heartman
038d9eb8ec
Merge pull request #1531 from Unleash/docs/deprecate-features-v1
docs: Add deprecation notices to features v1
2022-04-28 08:42:37 +02:00
Renovate Bot
2e551c9f4e fix(deps): update dependency unleash-proxy-client to v2.0.1 2022-04-27 13:38:16 +00:00
renovate[bot]
c9def18e2e
chore(deps): update dependency eslint-config-airbnb-typescript to v17 (#1486)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-27 12:42:25 +02:00
Diego Susa
ea495faa34
Updates from SOC2 Type2 discussions
Title: it was reduced to remove redundancy (either "Contributor Agreement" OR "Code of Conduct" are good options).
Email: the contact@ mailbox was replaced by dpo@ (higher confidentiality)
2022-04-27 12:12:05 +02:00
Thomas Heartman
75719a0297 docs: link to the correct new endpoints in the features v2 API 2022-04-27 11:09:04 +02:00
Thomas Heartman
5d0ed34b66 chore: remove code leftover code 2022-04-27 11:05:15 +02:00
Thomas Heartman
9ec3409fff docs: add more Api information + add disable toggle info 2022-04-27 11:04:17 +02:00
Thomas Heartman
65da8a845a feat: update ApiRequest to accept POST w/o payloads 2022-04-27 10:55:33 +02:00
Renovate Bot
20af94e78f chore(deps): update dependency supertest to v6.2.3 2022-04-27 06:28:43 +00:00
Renovate Bot
e2244d2888 chore(deps): update dependency superagent to v7.1.3 2022-04-27 03:25:09 +00:00
Renovate Bot
820932aadb fix(deps): update react monorepo to v18.1.0 2022-04-27 01:04:30 +00:00
Renovate Bot
14f7159013 chore(deps): update dependency lint-staged to v12.4.1 2022-04-26 21:22:20 +00:00
Thomas Heartman
9a0226d158 docs: remove deprecation notices for tags. 2022-04-26 16:19:34 +02:00
olav
b0063c95d6 4.10.0-beta.6 2022-04-26 12:20:25 +02:00
olav
3e7f9920c3
chore: update unleash-frontend (#1532) 2022-04-26 12:13:59 +02:00
olav
d0724afdf5
feat: add READ_API_TOKEN permission (#1528)
* refactor: extract accessibleTokens fn

* feat: add READ_API_TOKEN permission
2022-04-26 10:24:34 +02:00
Renovate Bot
9c34a37b76 chore(deps): update typescript-eslint monorepo to v5.21.0 2022-04-26 00:31:07 +00:00
Thomas Heartman
d7029d89b4 docs: Add deprecation notices to features v1
todo: still need to add a couple links
2022-04-25 23:05:54 +02:00
Ivar Conradi Østhus
6c65075904
fix: add resolution for async 2022-04-25 20:15:15 +02:00
renovate[bot]
a497f862dc
fix(deps): update dependency json-schema-to-ts to v2 (#1526)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 17:10:01 +02:00
renovate[bot]
e27477572b
fix(deps): update dependency openapi-types to v11 (#1527)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 14:34:35 +02:00
Ivar Conradi Østhus
47de6ce571
fix: upgrade mime to v3.0.0 2022-04-25 14:27:23 +02:00
Ivar Conradi Østhus
30d58540b4
fix: update lockfile 2022-04-25 14:21:09 +02:00
renovate[bot]
d05b4bde64
fix(deps): update react monorepo to v18 (#1489)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 14:19:13 +02:00
renovate[bot]
5c23b7b454
chore(deps): update dependency eslint-config-airbnb-typescript to v16.2.0 (#1525)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-04-25 14:18:54 +02:00
renovate[bot]
43e72d552f
chore(deps): update dependency eslint to v8.14.0 (#1524)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-25 14:18:16 +02:00
olav
fdebeef929
feat: add OpenAPI validation to a few endpoints (#1409)
* feat: add OpenAPI validation to a few endpoints (2)

* refactor: use package version as the OpenAPI version

* refactor: keep the existing OpenAPI page for now

* refactor: add snapshots tests for the OpenAPI output

* refactor: validate Content-Type by default

* refactor: update vulnerable deps

* refactor: fix documentation URL to match schema

* refactor: improve external type declaration

* refactor: remove unused package resolutions

* refactor: try express-openapi fork

* Update package.json

* Update src/lib/services/openapi-service.ts

* Update src/lib/types/openapi.d.ts

* Update src/lib/types/openapi.d.ts

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-04-25 14:17:59 +02:00
renovate[bot]
f52f1cadac
chore(deps): update dependency eslint-config-airbnb-typescript to v16.1.0 (#1147)
* chore(deps): update dependency eslint-config-airbnb-typescript to v16.1.0

* chore: Update a few places with eslint-ignore due to new linter rules for optional parameters

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-04-25 13:14:43 +02:00
Ivar Conradi Østhus
dc06c2c90d
fix: create separate build for forked PRs 2022-04-25 13:12:50 +02:00
sjaanus
a1f28ef56d
fix: rename variable for consistency purposes (#1507) 2022-04-25 10:21:18 +02:00
Ivar Conradi Østhus
14694fdf04
fix: allow missing instanceId in client metrics (#1522)
* fix: allow missing instanceId in client metrics

* fix: remove ts-ignore
2022-04-22 13:52:27 +02:00
Thomas Heartman
2b74651c18
Merge pull request #1521 from Unleash/docs/deprecate-old-slack-docs
docs: Add deprecation notice to old slack guide
2022-04-22 11:45:27 +02:00
Thomas Heartman
8b2d02ee5f chore: update deprecation notice. 2022-04-22 11:20:30 +02:00
Thomas Heartman
f1c243fabf docs: Add deprecation notice to old slack guide 2022-04-22 11:16:42 +02:00
sighphyre
08db8589b2
Merge pull request #1520 from Unleash/feat/contributors-generation
Feat/contributors generation
2022-04-22 10:54:33 +02:00
sighphyre
01da74014a fix: trim out test trigger for svg gen 2022-04-22 10:40:23 +02:00
sighphyre
b72ca55f65 feat: use svg generator fork to create contributors and extend limit to 500 2022-04-22 10:36:29 +02:00
Thomas Heartman
d2f95006b9
Merge pull request #1519 from Unleash/docs/contributors-svg
docs: Add contributors svg with link to /graphs/contributors
2022-04-22 09:30:25 +02:00
Thomas Heartman
d68cacf5d5 fix: center contributors svg 2022-04-22 09:10:34 +02:00
Thomas Heartman
37c8cf8caa docs: Add contributors svg with link to /graphs/contributors 2022-04-22 09:08:20 +02:00
Renovate Bot
9a3f7cda20 chore(deps): update dependency @storybook/testing-library to v0.0.11 2022-04-21 17:18:25 +00:00
renovate[bot]
0d87cc8e1d
fix(deps): update dependency unleash-proxy-client to v2 (#1513)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 16:20:55 +02:00
sighphyre
df71a74d1b
Merge pull request #1516 from Unleash/docs/contributions-and-bots
docs: Update contribution guidelines with info about our bots
2022-04-21 15:47:10 +02:00
sighphyre
f9497cecb9
Merge pull request #1514 from Unleash/feat/contributors-generation
feat: add contributors image generation workflow
2022-04-21 14:24:51 +02:00
sighphyre
48a9e218e5 docs: update contribution guidelines with information about our stale and no response bots 2022-04-21 14:21:21 +02:00
sighphyre
aa1f97889c
Update .github/workflows/update_contributors.yaml
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-04-21 14:11:48 +02:00
sighphyre
7c5107e680 feat: add contributors image generation workflow 2022-04-21 13:50:08 +02:00
Renovate Bot
3dab413648 chore(deps): update dependency lint-staged to v12.4.0 2022-04-21 03:02:26 +00:00