1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-23 20:07:40 +02:00
Commit Graph

6379 Commits

Author SHA1 Message Date
Tymoteusz Czech
9dd88b488f refactor: additional unit tests for multi-project tokens - (#863)
* refactor: add theme to test renderer

* feat: add tests to token list

* projects list for multi-project tokens

* refactor: api token form available projects map

* update variable name

* fix: restore selected project on token type change

* fix: select project input code formatting

* fix: improve code formatting after review
2022-04-08 16:01:43 +02:00
Thomas Heartman
d86f898316 docs: Add s for proxy features 2022-04-08 15:24:56 +02:00
Thomas Heartman
3067001083 docs: add for .NET constraints since 2.1 2022-04-08 15:24:35 +02:00
Thomas Heartman
8867860c38 fix(docs): add colon, align and and vs & 2022-04-08 15:17:43 +02:00
Thomas Heartman
dc5b7d1d45
fix: make section specing consistent 2022-04-08 15:16:00 +02:00
olav
edf69d171d refactor: unify test render context (#871)
* refactor: fix warning when both project and projects are undefined

* refactor: unify test render context

* refactor: use render route option
2022-04-08 15:02:06 +02:00
olav
df60f2301f fix: remove separator from first option in list (#872) 2022-04-08 14:02:51 +02:00
Thomas Heartman
61d353de03
docs: add padding between header and buttons 2022-04-08 13:39:44 +02:00
Thomas Heartman
c7875bc9f5
docs:
Add pre-section margin
2022-04-08 13:38:28 +02:00
Thomas Heartman
6573a12fa9 docs: add margin before sections 2022-04-08 13:36:47 +02:00
Thomas Heartman
ea51004914 fix: inconsistent use of colons, wrong image link 2022-04-08 13:32:11 +02:00
Thomas Heartman
46c15764c4 docs: Add section with links to deployment setup docs 2022-04-08 13:25:46 +02:00
Thomas Heartman
124c54ca3d fix: Add unleash users image 2022-04-08 13:19:24 +02:00
Thomas Heartman
0213dbc8dc docs: Update users of Unleash section 2022-04-08 13:19:02 +02:00
Thomas Heartman
b38963e560 fix: remove rogue question mark 2022-04-08 13:14:36 +02:00
Thomas Heartman
b138812da8 docs: Update "want to know more about unleash" 2022-04-08 13:13:51 +02:00
olav
49b8e7329e refactor: convert auth tests from Cypress to Jest (#864)
* refactor: replace data-test with data-testid

* refactor: add Jest tests for auth pages

* refactor: remove Cypress tests for auth pages

* refactor: remove questionable snapshots

* refactor: share test server setup/teardown

* refactor: restore auth page flex layout

* refactor: use toBeInTheDocument

* refactor: change recent data-test attrs to data-testid
2022-04-08 13:13:45 +02:00
Thomas Heartman
210bb9da22 docs: delete old sections 2022-04-08 12:55:07 +02:00
Thomas Heartman
c7544d4e08 docs: Update SDKs section 2022-04-08 12:53:47 +02:00
Thomas Heartman
2d8812ef28 docs: move and update architecture section 2022-04-08 12:51:08 +02:00
Thomas Heartman
eeead5216a docs: add updated features section 2022-04-08 12:48:18 +02:00
Nuno Góis
1132a79f6d fix: reject duplicate segment names (#855)
* fix: reject duplicate segment names

* fix: useSegmentValidation now takes into account initial value

* refactor: add segments e2e test

* refactor: add github action from segments e2e test

* refactor: use enterprise edition for all e2e tests

* refactor: use enterprise edition for all e2e tests
2022-04-08 11:34:59 +01:00
Tymoteusz Czech
b23226370a feat: multi-project api access tokens (#857)
* fix: general select component typings

* custom multi-select for projects

* autocomplete element for token projects

* project multi-select with error handling

* projects in tokens list update

* multi-project tokens - select all button

* fix conflicting typescript changes

* improve multi-projects tokens form after review

* refactor multi-project select code structure

* test api token list projects column element

* simplify test renderer
2022-04-08 12:26:44 +02:00
Tymoteusz Czech
4b9271637d chore: update .nvmrc (#870)
some dependencies don't work with 14.0 etc
2022-04-08 11:56:37 +02:00
sighphyre
c9b44b6546
Merge pull request #1476 from Unleash/feat/multi-project-tokens
feat: Implement multi token support for client tokens
2022-04-08 11:51:31 +02:00
Ivar Conradi Østhus
881728bb5e fix: expose unleash-frontend version in index.js (#661) 2022-04-08 11:45:23 +02:00
Thomas Heartman
5f3396f709 fix: remove in-text reminder 2022-04-08 11:05:09 +02:00
Thomas Heartman
479eee7904 docs: Update community section 2022-04-08 11:04:43 +02:00
Thomas Heartman
c42089d6d4 docs: Add online demo illustration image. 2022-04-08 11:02:32 +02:00
Christopher Kolstad
608d870851
fix: remove duplicate foreign key (#1491) 2022-04-08 10:34:22 +02:00
olav
fe0f684b61 4.10.0-beta.3 2022-04-08 10:10:09 +02:00
olav
d2e5c07add
chore: update unleash-frontend (#1490) 2022-04-08 09:42:21 +02:00
olav
8440da97fa 4.10.0-beta.6 2022-04-08 09:19:23 +02:00
Renovate Bot
294321be80 chore(deps): update dependency react-chartjs-2 to v4.1.0 2022-04-08 03:38:53 +00:00
Renovate Bot
b5ef10b224 chore(deps): update dependency @types/react to v17.0.44 2022-04-08 00:39:01 +00:00
Renovate Bot
92d830f8ef chore(deps): update dependency @types/react-dom to v17.0.15 2022-04-07 21:51:15 +00:00
renovate[bot]
4e545dc421
chore(deps): update dependency tsc-watch to v5 (#1487)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-07 20:57:09 +02:00
Salvatore Novelli
7ddbff2669
feat: add "application_name" as an optional DB option #1170 (#1478)
* implemented changes to resolve issue 1170

* added applicationName to the list of db options in the documentation'

Co-authored-by: Daniele Casal <daniele.casal@lloydsbanking.com>
Co-authored-by: Sukhvinder Panesar <79143027+esspee-lbg@users.noreply.github.com>
2022-04-07 20:55:56 +02:00
Renovate Bot
2f59426851 chore(deps): update typescript-eslint monorepo to v5.18.0 2022-04-07 14:46:06 +00:00
Thomas Heartman
78098578a2 docs: add placeholder for online demo; start community section 2022-04-07 16:01:26 +02:00
Thomas Heartman
e6943dddf7 docs: add links for git and docker 2022-04-07 15:53:04 +02:00
Thomas Heartman
602fce8189 fix: header order and sizes 2022-04-07 15:41:49 +02:00
Thomas Heartman
bd22d3db30 fix: add missing header image 2022-04-07 15:40:43 +02:00
Thomas Heartman
9042263d2f docs: move heroku / DO buttons 2022-04-07 15:40:26 +02:00
Thomas Heartman
83c9125f27 chore: add new header 2022-04-07 15:40:21 +02:00
Thomas Heartman
95c243fa78 chore: fix readme buttons 2022-04-07 15:32:29 +02:00
Thomas Heartman
0c1698cef8 docs: Add client API example. 2022-04-07 15:26:04 +02:00
Thomas Heartman
07408bba45 docs: Add "about unleash section" 2022-04-07 15:22:08 +02:00
olav
f59ba567fb refactor: add segment limit warnings (#851)
* refactor: fix environment name text alignment

* refactor: use rounded corners for AutocompleteBox

* refactor: add tooltips to the strategy segment icons

* refactor: add segment limit warnings

* refactor: improve segments warning text
2022-04-07 14:47:24 +02:00
Renovate Bot
63c178e32d chore(deps): update dependency eslint-plugin-import to v2.26.0 2022-04-07 11:07:56 +00:00