1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00
Commit Graph

9471 Commits

Author SHA1 Message Date
GitHub Actions Bot
7273e4931e 5.6.9 2023-11-21 15:34:27 +00:00
GitHub Actions Bot
a87d4da188 docs: Update CHANGELOG.md 2023-11-21 15:34:15 +00:00
Gastón Fournier
818a618782
fix: remove user from project (#5383)
Removing a user from a project was impossible if you only had 1 owner.
It worked fine when having more than an owner. This should fix it and
we'll add tests later
2023-11-21 16:22:21 +01:00
Gastón Fournier
c9a3f33b1c
Merge remote-tracking branch 'origin/5.6' into 5.6 2023-11-21 16:21:14 +01:00
GitHub Actions Bot
dcda1ddfec 5.6.8 2023-11-16 12:38:52 +00:00
GitHub Actions Bot
6bc88c23fb docs: Update CHANGELOG.md 2023-11-16 12:38:40 +00:00
Mateusz Kwasniewski
88933396bc
fix: take into account project segments permission in form (#5352) (#5354) 2023-11-16 13:36:44 +01:00
Mateusz Kwasniewski
510fa30dbf
fix: handle concurrent service account updates (#5349) (#5350) 2023-11-16 12:21:33 +01:00
GitHub Actions Bot
4ca8456037 5.6.7 2023-11-15 07:12:43 +00:00
GitHub Actions Bot
77405b3907 docs: Update CHANGELOG.md 2023-11-15 07:12:30 +00:00
Mateusz Kwasniewski
e6465c07cc
chore: log unerlying DB error in set user root role (#5324) (#5339) 2023-11-14 15:29:17 +01:00
GitHub Actions Bot
5b81314be1 5.6.6 2023-11-10 11:44:11 +00:00
Nuno Góis
2787ec0e08
5.6.6 (#5320)
Includes https://github.com/Unleash/unleash/pull/5317

---------

Co-authored-by: sjaanus <sellinjaanus@gmail.com>
2023-11-10 11:40:45 +00:00
GitHub Actions Bot
4c02a377f6 5.6.5 2023-11-09 13:55:29 +00:00
GitHub Actions Bot
6e102b671e docs: Update CHANGELOG.md 2023-11-09 13:55:16 +00:00
Jaanus Sellin
fb85ae20d9
fix: segment project fetch when global (#5313)
Co-authored-by: Nuno Góis <github@nunogois.com>
2023-11-09 15:53:18 +02:00
Jaanus Sellin
3b23719c7f
cherry-pick https://github.com/Unleash/unleash/pull/5304 (#5310) 2023-11-09 14:01:11 +02:00
Jaanus Sellin
d44e00f0e4
5.6.5 (#5307) 2023-11-09 13:41:39 +02:00
GitHub Actions Bot
76d6ce45a9 5.6.4 2023-11-03 13:35:04 +00:00
GitHub Actions Bot
17c403be2d docs: Update CHANGELOG.md 2023-11-03 13:34:51 +00:00
Fredrik Strand Oseberg
d0b820b7bc
fix: last seen deadlocks (#5264) (#5266)
Patch unleash last seen at logic
2023-11-03 14:33:19 +01:00
GitHub Actions Bot
9ee3be88c2 5.6.3 2023-11-03 11:26:22 +00:00
Fredrik Strand Oseberg
50fd802da4
Refactor/rename constraint button (#5260) (#5262)
Patch constraint button to 5.6
2023-11-03 12:24:33 +01:00
GitHub Actions Bot
b3d68d6a79 5.6.2 2023-11-01 14:48:55 +00:00
Jaanus Sellin
d022ef7bd5
5.6.2 (#5243) 2023-11-01 16:46:45 +02:00
GitHub Actions Bot
f394a9e446 5.6.1 2023-10-30 13:46:15 +00:00
GitHub Actions Bot
78900a5c10 docs: Update CHANGELOG.md 2023-10-30 13:45:40 +00:00
Christopher Kolstad
264b32be79
Fix/variant hashing pg10compat (#5218)
Co-authored-by: Ivar Conradi Østhus <ivar@getunleash.io>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>
2023-10-30 14:41:37 +01:00
Gastón Fournier
1e613d8224
chore: changelog into 5.6 (#5171) 2023-10-30 10:44:49 +00:00
Nuno Góis
496f6bb90c
docs: update availability due to 5.6 release (#5167)
Maybe we should update availability in our docs, now that 5.6 is
released.
2023-10-27 10:04:17 +01:00
Nicolae Socaciu
a68cae4b86
Updated banner and text (#5168)
We updated the banner to match the current number of official SDKs and
community SDKs
2023-10-27 08:37:40 +00:00
Mateusz Kwasniewski
1c8fab63e2
feat: filter by environment status (#5165) 2023-10-27 08:54:03 +02:00
Mateusz Kwasniewski
46d7cb236d
feat: filter by tags (#5163) 2023-10-26 17:20:57 +02:00
GitHub Actions Bot
231dedc4af 5.6.0 2023-10-26 14:30:59 +00:00
GitHub Actions Bot
3e62686f18 docs: Update CHANGELOG.md 2023-10-26 14:30:39 +00:00
andreas-unleash
66cc526855
feat: add scheduledConfigurationChanges flag (#5161)
add scheduledConfigurationChanges flag

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-10-26 14:00:53 +00:00
Thomas Heartman
acb23e8b87
chore: add CHANGE_REQUEST_SCHEDULED to event types. (#5162)
This is a new event type that will be used to schedule a change
request. It's required in enterprise for the build to work as expected.
2023-10-26 13:41:18 +00:00
Mateusz Kwasniewski
0c8d0704f3
feat: filter features by type (#5160) 2023-10-26 15:29:30 +02:00
andreas-unleash
05f4c22f7c
fix: do not track empty strings in playground token input (#5159)
do not track empty strings in playground token input

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-10-26 11:45:29 +00:00
Fredrik Strand Oseberg
87fd924be3
refactor: optimize queries (#5158)
This commit will change the join to only get results for either archived
or non-archived features based on the query
2023-10-26 13:38:22 +02:00
andreas-unleash
3b0b372f75
feat: playground token input usage tracking (#5157)
Track usage of the new token input

Closes #
[1-1551](https://linear.app/unleash/issue/1-1551/plausible-track-usage-of-token-input)

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-10-26 14:28:12 +03:00
Mateusz Kwasniewski
065e588e64
Search by tag (#5156)
add tag search for feature search API
2023-10-26 12:50:02 +02:00
andreas-unleash
ee44fae6ea
feat: token input improvements (#5155)
Rename `Api` to `API`
Add clear btn to token input
Add arrow to project and environment input tooltips

Closes #
[1-1549](https://linear.app/unleash/issue/1-1549/token-input-improvements)

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-10-26 12:39:30 +03:00
Mateusz Kwasniewski
2c7b7c90e0
refactor: type query params (#5153) 2023-10-26 10:05:47 +02:00
Christopher Kolstad
1bba76413f
feat: make all internal rate limits configurable (#5095)
### What
This PR makes the rate limit for user creation and simple login (our
password based login) configurable in the same way you can do
metricsRateLimiting.

### Worth noting
In addition this PR adds a `rate_limit{endpoint, method}` prometheus
gauge, which gets the data from the UnleashConfig.
2023-10-26 09:20:29 +02:00
David Leek
6fe4740e67
feat: remove feature flag for datadog json template (#5105)
## About the changes

Removes the feature flag for the datadog json template
2023-10-26 09:09:26 +02:00
Christopher Kolstad
d013867f0f
Chore/bump dependencies (#5146)
We're getting security advisories against the node version we're using.
This PR bumps everything to 18.18.2/18.x again. And we'll trust our
excellent monitoring on detecting performance regressions again
2023-10-26 09:09:03 +02:00
Nuno Góis
cc34db1659
feat: banner UI/UX adjustments (#5151)
https://linear.app/unleash/issue/2-1549/ui-align-with-uiux

Includes UI/UX adjustments to the banners feature after aligning with
@nicolaesocaciu

There are a lot of changes, but here are a few:
 - Redesigned preview section
 - Redesigned banner status (enabled) section
 - Reordered form fields to better fit the flow
 - Reordered fields in the side-panel payload to reflect order in the UI
 - Made inputs full width
 - Adjusted multiline fields
 - Added a link to Markdown's basic syntax examples
 - Added a "preview dialog" button
 - Updated `HelpIcon` usage to use the `htmlTooltip`
- Improved `Banner` inline design, added a maxHeight prop for usage
inside a table
 - Improved `FormSwitch` design


![image](https://github.com/Unleash/unleash/assets/14320932/d8fe1f59-85ed-48eb-aa46-62628b12f0b1)

Co-authored-by: Nicolae <nicolae@getunleash.ai>
2023-10-25 17:14:18 +01:00
andreas-unleash
8e3863a27e
feat: add input for api token in playground (#5130)
Adds a token input in playground.

In the case of tokens that span multiple projects ie
`[]:development.etc` it will look into the token definitions to find the
token and get the projects

Otherwise it will try to parse the project and environment from the
token itself (without checking for it being a valid token)

Also, does not support admin tokens `*:*.etc`

Closes #
[1-1507](https://linear.app/unleash/issue/1-1507/create-a-token-input-in-the-playground-form)
<img width="1661" alt="Screenshot 2023-10-23 at 16 38 11"
src="https://github.com/Unleash/unleash/assets/104830839/f2d4fb6e-962f-4cc1-b5e4-817fd2de18ff">
<img width="1673" alt="Screenshot 2023-10-23 at 16 38 33"
src="https://github.com/Unleash/unleash/assets/104830839/27645955-d651-41e6-be02-4381c4f00551">

<img width="1377" alt="Screenshot 2023-10-25 at 17 06 43"
src="https://github.com/Unleash/unleash/assets/104830839/c7638366-3634-4521-af65-4f68a4f3b330">

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-10-25 17:55:33 +03:00
Mateusz Kwasniewski
de540e09f3
feat: feature search basic functionality (#5150) 2023-10-25 16:12:21 +02:00