Changed styles for menu
Changed Settings page title
Changed Service Account option to be Access Keys
Changed all Service Accounts labels to be Access keys in console
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
- Redirect to register page when not register vars are set
- Added double column for register page
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
### Objective:
To fix `Permissions Tests Part 1 (1.18.x, ubuntu-latest)`
### Strategy:
To make test more reliable, it has been isolated in folder `A` and `B`,
letting other tests to properly pass. And if new failure is observed, it
will be either in folder `A` or `B` for `iamPolicies.ts` and
`bucketWritePrefixOnly.ts` respectively.
### Root cause:
`iamPolicies.ts` and `bucketWritePrefixOnly.ts` are not stable tests
when running together with other tests, some sort of racing condition
that can be improved by isolating them.
### All tests are passing, same code:
<img width="435" alt="Screen Shot 2022-10-05 at 5 48 54 PM"
src="https://user-images.githubusercontent.com/6667358/194170348-cdba42ca-08a0-4db4-9543-f2f682ba6603.png">
* Fixed incompatibility with some base64 strings & React Router v6
This affected Object Browser & certain Cyrillic / Chinese names
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
- Fixed subpaths search & browsing
- Fixed a regression in object browser for object details panel reset
- Added a test for these cases
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
* Changed Users screen UI to selector based delete, table layout changes, updated testcafe permissions test to reflect new delete User sequence, fixed ListUsers checkbox permission issue
- remove the use of encodeURI and encodeURIComponent functions and
instead use encodeFileName and decodeFileName functions
- support for users with special characters
- support for users with special characters
- support for users with special characters
- fixed incorrectly group list display for policies
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
Site replication status UI
Site replication status ui-test
Address review comment by Alex
Add functional test for API
Add integration tests for status API