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

3014 Commits

Author SHA1 Message Date
Renovate Bot
995b0eda03 chore(deps): update dependency ts-node to v10.6.0 2022-03-01 20:03:33 +00:00
Christopher Kolstad
8651ff2cd5
4.8.2 2022-03-01 12:51:33 +01:00
Christopher Kolstad
fc4d95ff5b
fix: configure user endpoint when AuthType is NONE (#1403)
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2022-03-01 10:52:22 +01:00
Renovate Bot
49f1a9f03e chore(deps): update dependency typescript to v4.6.2 2022-03-01 04:52:58 +00:00
Renovate Bot
4c34757f01 chore(deps): update typescript-eslint monorepo to v5.13.0 2022-02-28 23:14:20 +00:00
Renovate Bot
ecfa80746b chore(deps): update dependency eslint to v8.10.0 2022-02-26 01:54:23 +00:00
Christopher Kolstad
8906bf99ff
4.8.1 2022-02-25 11:30:15 +01:00
Thomas Heartman
32bff186f3
Merge pull request #1395 from Unleash/docs/update-environments
docs: remove "future enhancements" section of environments doc
2022-02-25 10:07:00 +01:00
Thomas Heartman
3302e66ab1 docs: remove "future enhancements" section of environments doc
These things are either implemented or just around the corner now. I
suggest removing them to not be misleading anymore. Case in point: we
just had a customer asking us when the permissions system would be
ready because the docs say it's planned as a future improvement.
2022-02-25 09:10:22 +01:00
Christopher Kolstad
3704f93ff5
fix: readd orderBy statement to project query (#1394) 2022-02-25 08:32:12 +01:00
Ivar Conradi Østhus
d401a8bd59
4.8.0 2022-02-24 14:12:04 +01:00
Ivar Conradi Østhus
2d4727d25d fix: remove project column from roles if exists 2022-02-24 14:08:41 +01:00
Ivar Conradi Østhus
48e09dbc2a fix: add migration patch
This patch will fix issues introduced in Unleash v3.13.0. It only
affects users trying to upgrade from v3 to v4 and has been using
v3.13.0 which contained an incorrect migration file.
2022-02-24 14:08:41 +01:00
Renovate Bot
6e09fa424e fix(deps): update dependency unleash-frontend to v4.8.0 2022-02-24 11:11:46 +00:00
sighphyre
c2b946bf28
Merge pull request #1381 from Unleash/docs/update-compat-table-for-constraints
docs: Advanced constraints compatibility
2022-02-24 11:36:38 +02:00
sighphyre
2bc294e66d
Merge pull request #1388 from Unleash/docs/update-go-compat
docs: Update Go Features in Compat Table
2022-02-24 09:31:34 +02:00
Ivar Conradi Østhus
bec32f726b
fix: correct oas for creating feature toggle 2022-02-24 08:24:47 +01:00
Renovate Bot
f097822084 fix(deps): update dependency unleash-frontend to v4.8.0-beta.10 2022-02-23 18:42:20 +00:00
sighphyre
a7fa3f703d docs: update docs for Go SDK because wait until initialized already exists 2022-02-23 15:30:13 +02:00
Renovate Bot
2580bb0df3 chore(deps): update dependency @types/jest to v27.4.1 2022-02-23 12:24:04 +00:00
sighphyre
435f64ad22 docs: mark PHP as advanced constraint compatible in compatibility table 2022-02-23 12:29:30 +02:00
Fredrik Oseberg
e66466b2fb 4.8.0-beta.2 2022-02-22 22:59:47 +01:00
Fredrik Oseberg
e62cbb6eda chore: update fronted to version 4.8.0-beta.8 2022-02-22 22:59:26 +01:00
Renovate Bot
2734440bdc chore(deps): update typescript-eslint monorepo to v5.12.1 2022-02-21 20:41:16 +00:00
Renovate Bot
18309f73b2 fix(deps): update dependency unleash-frontend to v4.8.0-beta.7 2022-02-21 18:29:11 +00:00
sighphyre
5487fca318 docs: add in compatibility table entry for advanced constraints 2022-02-21 13:59:45 +02:00
Christopher Kolstad
34e5034547
fix: reduce project overview query count to 2. (#1356)
* fix: reduce project overview query count to 2.

Previously we've been doing N+1 queries for projects, this now changes to doing one query for projects with feature counts, and then one query for membercounts for all projects and merging that with the first query.
2022-02-21 12:46:28 +01:00
Ivar Conradi Østhus
9f6b414e09
docs: correct unleash proxy sdk docs 2022-02-21 10:45:05 +01:00
Renovate Bot
3610b28406 chore(deps): update dependency eslint-config-prettier to v8.4.0 2022-02-19 12:59:46 +00:00
Thomas Heartman
c19278e8e8
Merge pull request #1376 from Unleash/docs/add-how-to-video-for-impression-data
docs: Add how-to video for impression data
2022-02-18 10:01:52 +01:00
Renovate Bot
c9177ecf6c chore(deps): update dependency @babel/core to v7.17.5 2022-02-17 21:16:10 +00:00
Thomas Heartman
4518605821
Merge pull request #1375 from Unleash/docs/ruby_sdk_has_bootrap_impl
docs: Ruby SDK now has a bootstrap impl
2022-02-17 11:02:23 +01:00
olav
eb08ed0b55
refactor: add an hoursBack query param to the raw metrics endpoint (#1373)
* refactor: add an hoursBack query param to the raw metrics endpoint

* refactor: explicitly return undefined

* refactor: make parseHoursBackQueryParam non-static

* refactor: add test for hoursBack query param

* refactor: improve arg name

* refactor: add a 1 hour test case
2022-02-17 10:47:05 +01:00
Thomas Heartman
7c70dffd5b fix: add missing word 2022-02-17 10:32:34 +01:00
Thomas Heartman
f5c7f3a320 docs: Add how-to video for impression data
This change adds a video to the impression data how-to guide
2022-02-17 10:30:26 +01:00
Renato Arruda
50cbc78cd8
(docs) Ruby SDK now has a bootstrap impl 2022-02-17 07:58:52 +01:00
Renovate Bot
6d8f401601 chore(deps): update dependency @babel/core to v7.17.4 2022-02-16 02:57:09 +00:00
Renovate Bot
2b9825c342 chore(deps): update dependency @types/node-fetch to v2.6.1 2022-02-16 00:14:03 +00:00
Renovate Bot
10d2762d56 chore(deps): update dependency @babel/core to v7.17.3 2022-02-15 19:13:11 +00:00
Renovate Bot
692cca6b0c fix(deps): update dependency unleash-frontend to v4.8.0-beta.5 2022-02-15 12:54:40 +00:00
Renovate Bot
551b248969 chore(deps): update dependency @types/node-fetch to v2.6.0 2022-02-15 03:06:33 +00:00
Renovate Bot
415c711c1c chore(deps): update typescript-eslint monorepo to v5.12.0 2022-02-14 22:43:21 +00:00
Renovate Bot
a50f341334 fix(deps): update dependency unleash-frontend to v4.8.0-beta.4 2022-02-14 20:38:36 +00:00
Renovate Bot
b969773092 fix(deps): update dependency unleash-frontend to v4.8.0-beta.3 2022-02-14 14:44:40 +00:00
Thomas Heartman
d3326976a2
Merge pull request #1358 from Unleash/docs/dark-theme-a11y-search-dropdown
docs: adjust primary color scale, fix search dropdown a11y issues
2022-02-14 11:53:27 +01:00
Thomas Heartman
63cd0d229e docs: adjust primary color scale, fix search dropdown a11y issues
This changes the darker end of the primary color scale to make it even
darker. This means that at the lower end of the scale, white text also
gets enough contrast to be accessible.

For the record: these variables do not seem to be in use anywhere else
in the code base (based on a text search), so it shouldn't affect any
other bits or pieces.
2022-02-14 11:43:05 +01:00
Renovate Bot
30682070e7 chore(deps): update dependency eslint to v8.9.0 2022-02-13 21:46:02 +00:00
Renovate Bot
d11541150d chore(deps): update dependency lint-staged to v12.3.4 2022-02-13 19:34:00 +00:00
Ivar Conradi Østhus
08df9a1d47
fix: increase timeout for tests 2022-02-11 19:17:25 +01:00
Thomas Heartman
c63d552576
Merge pull request #1345 from Unleash/docs/impression-data-how-to
docs: Add "How to send impression data to your third-party sink" guide
2022-02-11 12:36:53 +01:00