1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +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
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
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
util feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
app.test.ts
app.ts
create-config.test.ts
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
internals.ts
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
server-impl.ts