olav
0a53d67859
refactor: add tests for the schemas list ( #1705 )
...
* refactor: move schemas list to the top
* refactor: add tests for the schemas list
2022-06-13 11:23:36 +02:00
olav
e338319afa
refactor: avoid relative positioning for tbody ( #1085 )
...
* refactor: expose vite dev server on local IP
* refactor: avoid relative positioning for tbody
* refactor: avoid height on tbody as well
* refactor: use row height from theme
2022-06-13 09:25:36 +02:00
olav
2c5f70d420
refactor: drop permissions table on down migration ( #1699 )
2022-06-13 09:08:46 +02:00
renovate[bot]
d7bc30871f
chore(deps): update dependency react-timeago to v7 ( #1088 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 09:07:14 +02:00
Renovate Bot
7843c2bbc8
chore(deps): update dependency @tsconfig/docusaurus to v1.0.6
2022-06-11 12:25:35 +00:00
Renovate Bot
7592e4f643
chore(deps): update dependency vitest to v0.14.2
2022-06-10 22:50:33 +00:00
Renovate Bot
ad9519c181
chore(deps): update dependency vite to v2.9.12
2022-06-10 19:20:55 +00:00
Renovate Bot
4b466063df
chore(deps): update dependency @storybook/testing-library to v0.0.12
2022-06-10 17:23:41 +00:00
Fredrik Strand Oseberg
bd4651b9ca
Merge branch 'main' into archive_table
2022-06-10 16:22:07 +02:00
olav
2d24d92f5a
fix: resolve issues with project edit/delete button conditions ( #1084 )
...
* fix: fix UPDATE_PROJECT permission checks for editors
* fix: disable delete button for the default project
* fix: warn about access on edit project page
* fix: hide broken project edit/delete buttons for OSS
* refactor: avoid project card clicks when closing modals
* refactor: improve default project deletion message
* refactor: improve project access error text
* Update src/component/project/ProjectCard/ProjectCard.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* refactor: fix string quotes
* refactor: improve disabled menu item contrast
* refactor: remove Enterprise routes for OSS
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-06-10 16:09:50 +02:00
Fredrik Strand Oseberg
3040256047
Merge branch 'main' into archive_table
2022-06-10 16:07:59 +02:00
Nuno Góis
4761847ce5
feat: upgrade search to use the new search component ( #1073 )
...
* feat: upgrade project list search to use the new search field
* cleanup unused imports
* feat: add upgraded search to projects and applications, polish search UX
* refactor: TableSearch to new Search common component
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2022-06-10 15:23:12 +02:00
olav
47a719238d
refactor: fix duplicate operationIds ( #1701 )
2022-06-10 15:11:41 +02:00
olav
1264f8cb13
refactor: add schemas to splash controller ( #1697 )
2022-06-10 15:11:07 +02:00
andreas-unleash
9536a1b78f
formatting
2022-06-10 16:04:06 +03:00
andreas-unleash
f44bc9a849
PR comments
2022-06-10 15:55:54 +03:00
andreas-unleash
fb2005a2df
PR comments
2022-06-10 15:47:42 +03:00
olav
adface17c7
refactor: add OpenAPI schema to environments controller ( #1682 )
...
* refactor: normalize controller file names
* refactor: throw invalid responses in dev mode
* refactor: add OpenAPI schema to environments controller
* refactor: improve JSON schema prop removal code
* refactor: fix empty response specs
2022-06-10 10:04:56 +02:00
sighphyre
18e63d5ea3
feat: add support for handling non standard postgres dates ( #1689 )
...
* feat: add support for handling non standard postgres dates
* docs: update some http docs links to point to their respective https versions
* chore: refactor non standard date handling callback code to be a little clearer
* Update website/docs/deploy/configuring-unleash-v3.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-06-10 08:47:31 +02:00
andreas-unleash
a5094b1fc0
replace useLocalStorage
2022-06-10 09:34:42 +03:00
andreas-unleash
cb7ff9372e
Merge branch 'main' into archive_table
2022-06-10 09:24:20 +03:00
Renovate Bot
919861eb9f
chore(deps): update dependency dpage/pgadmin4 to v6.10
2022-06-09 22:15:15 +00:00
Renovate Bot
63852441dd
chore(deps): update dependency sass to v1.52.3
2022-06-09 18:48:12 +00:00
Dennis Szczepanski
7ead887147
fix: Issue #1444 - API import with drop=true deletes existing client keys ( #1668 )
...
* fix: Does not delete api_tokens on drop-Import
* feat: Cleans unused apiTokens on environment import
* refactor: Moves ALL_PROJECTS and ALL_ENVIRONMENTS to constants
* refactor: Renames migration 20220528143630 for a more precise name
* refactor: Removes unecessary console.log
* fix: Adds correct down-script for migration 20220528143630
2022-06-09 15:56:13 +01:00
olav
3add10ccbe
refactor: simplify error toast text ( #1081 )
...
* refactor: simplify error toast text
* refactor: simplify 404 error text
2022-06-09 15:36:01 +02:00
olav
d7c450abf8
refactor: remove unused my-sessions endpoint ( #1691 )
2022-06-09 14:48:03 +02:00
Christopher Kolstad
90b72f1162
chore: update setup-node task to activate yarn cache ( #1661 )
2022-06-09 14:26:35 +02:00
andreas-unleash
c3c7c07c05
Merge branch 'main' into archive_table
2022-06-09 15:25:24 +03:00
olav
97206760be
fix: allow horizontal scroll in tokens table ( #1080 )
...
* fix: allow horizontal scroll in tokens table
* refactor: fix username column width
* refactor: always show username column since we now may scroll
2022-06-09 14:04:19 +02:00
olav
0f11a33e3a
refactor: remove active-sessions endpoint ( #1690 )
2022-06-09 13:19:20 +02:00
olav
138300ab22
refactor: add OpenAPI schema to feature types controller ( #1684 )
...
* refactor: fix feature types id type
* refactor: fix error-hiding Controller imports
* refactor: add OpenAPI schema to feature types controller
2022-06-09 13:17:13 +02:00
Ivar Conradi Østhus
3d84668ba2
doc: proper api protection in google auth example. ( #1688 )
...
fixes : #1679
2022-06-09 13:01:15 +02:00
andreas-unleash
efa66b2ab2
Merge remote-tracking branch 'origin/archive_table' into archive_table
2022-06-09 12:47:22 +03:00
andreas-unleash
055e7bebff
PR comment
2022-06-09 12:47:13 +03:00
andreas-unleash
0e9d19ee7c
PR comment
2022-06-09 12:46:04 +03:00
andreas-unleash
27fd367199
Merge branch 'main' into archive_table
2022-06-09 12:43:50 +03:00
Tymoteusz Czech
608171ce93
Improve table performance ( #1061 )
...
* improve table performance
* revert to react-router navigation
2022-06-09 11:34:55 +02:00
Thomas Heartman
6b2696f64c
Docs: make the readme demo image a link ( #1687 )
2022-06-09 09:44:06 +01:00
olav
1ed8dd0f0d
refactor: add OpenAPI schema to constraints controller ( #1683 )
...
* refactor: add OpenAPI schema to constraints controller
* refactor: add more schema tests
2022-06-09 10:35:39 +02:00
andreas-unleash
2dcae647f2
Merge branch 'main' into archive_table
2022-06-09 08:24:33 +03:00
Renovate Bot
c55d390a53
chore(deps): update dependency lint-staged to v13.0.1
2022-06-09 03:25:43 +00:00
Renovate Bot
5208cfc708
chore(deps): update storybook monorepo to v6.5.8
2022-06-08 23:31:10 +00:00
Renovate Bot
31d3572dad
chore(deps): update dependency msw to v0.42.1
2022-06-08 19:27:08 +00:00
andreas-unleash
4b247bfb1d
Merge branch 'main' into archive_table
...
# Conflicts:
# src/component/feature/FeatureToggleList/FeatureToggleArchiveList.tsx
2022-06-08 17:26:05 +03:00
olav
d32674fc4c
refactor: improve archive title text ( #1076 )
2022-06-08 16:01:10 +02:00
olav
6adcf103f0
fix: clone segments when cloning a toggle ( #1678 )
...
* refactor: merge segment test files
* fix: clone segments when cloning a toggle
2022-06-08 15:41:02 +02:00
olav
04c107a26e
refactor: add OpenAPI schemas to more controllers ( #1680 )
2022-06-08 15:31:34 +02:00
andreas-unleash
193cc82ffa
Merge branch 'main' into archive_table
2022-06-08 16:05:13 +03:00
olav
09a6b578bf
refactor: add OpenAPI schema to UI config controller ( #1681 )
2022-06-08 14:57:39 +02:00
olav
6d05c65631
refactor: fix operator upgrade alert box margins ( #1078 )
2022-06-08 14:55:15 +02:00