1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib
Thomas Heartman be518af228
feat: use new environment limit in Unleash UI (#7500)
This PR updates the Unleash UI to use the new environment limit.

As it turns out, we already had an environment limit in the UI, but it
was hardcoded (luckily, its value is the same as the new default value
🥳).

In addition to the existing places this limit was used, it also disables
the "new environment" button if you've reached the limit. Because this
limit already exists, I don't think we need a flag for it. The only
change is that you can't click a button (that should be a link!) that
takes you to a page you can't do anything on.
2024-07-02 06:14:15 +00:00
..
__snapshots__ feat: constraint values limit (#7498) 2024-07-01 13:28:30 +02:00
addons chore: better debug logs in slack app (#7467) 2024-06-27 09:14:37 +01:00
db feat: largest projects and features metric (#7459) 2024-06-26 16:09:08 +02:00
domain/project-health chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
error chore!: [v6] remove error.description in error messages (#7157) 2024-05-27 11:26:19 +02:00
features feat: constraint values limit UI (#7501) 2024-07-01 15:05:44 +02:00
middleware chore: sync dependencies with enterprise (#7482) 2024-06-28 10:54:37 +02:00
openapi feat: use new environment limit in Unleash UI (#7500) 2024-07-02 06:14:15 +00:00
routes refactor: lifecycle stage duration outside instance stats (#7442) 2024-06-25 11:22:26 +02:00
schema feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
services feat: transactional complete/uncomplete feature (#7451) 2024-06-26 09:05:17 +02:00
types feat: allow enterprise override for constraint values limit (#7502) 2024-07-01 15:45:13 +02:00
users feat: use audit info in events (#6872) 2024-04-18 16:32:35 +02:00
util feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
app.test.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
app.ts fix: bearer tokens with base-path (#7065) 2024-05-16 11:45:16 +02:00
create-config.test.ts feat: allow admin login using demo auth (#6808) 2024-04-23 08:39:33 +02:00
create-config.ts feat: allow enterprise override for constraint values limit (#7502) 2024-07-01 15:45:13 +02:00
default-custom-auth-deny-all.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
internals.ts refactor: rename proxy to frontend api (#6502) 2024-03-11 17:30:46 +01:00
logger.test.ts
logger.ts
metric-events.ts feat: lifecycle stage entered counter (#7449) 2024-06-25 14:40:16 +02:00
metrics.test.ts feat: lifecycle stage entered counter (#7449) 2024-06-25 14:40:16 +02:00
metrics.ts feat: largest projects and features metric (#7459) 2024-06-26 16:09:08 +02:00
server-impl.test.ts feat: error log on unsupported pg (#7139) 2024-05-27 09:21:45 +02:00
server-impl.ts feat: file import (#7219) 2024-05-31 13:21:41 +02:00