Daniel Valdivia
ad2cdd73be
Updated Liencese Page ( #1170 )
2021-10-29 18:57:50 -07:00
Daniel Valdivia
2191a1561a
Match switch design ( #1166 )
...
* Match Design for Switches
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Margins
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-29 14:17:15 -07:00
Daniel Valdivia
c9352f1a6a
Add Info Cards on Empty Screens ( #1164 )
...
* Add Info Cards on Empty Screens
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Fix ICon
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-29 12:31:36 -07:00
Daniel Valdivia
7a5cc660d4
New tenants list ( #1160 )
...
* New Tenants Listing
* Removed all warnings and duplciate comments
2021-10-28 10:29:38 -07:00
Alex
610c8a4653
Made versions text selectable ( #1159 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-27 18:50:28 -07:00
Alex
5740c11fca
Fixed some details on audit logs page ( #1156 )
...
- Changed default port to 5005 due 5000 port is not available to use in new MacOS versions
- Added an option to show full log information in a modal
- Fixed issue with column selector dropdown & mui v5
- Fixed advanced filters table population
- Changed date range selector picker for audit logs
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-27 12:42:20 -07:00
Harshavardhana
5f1e228d20
update mc deps to fix gjson CVE-2021-42836 ( #1155 )
2021-10-26 22:11:19 -07:00
Daniel Valdivia
bbe87ecd59
Enable gzip compression on assets ( #1150 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-26 18:20:26 -07:00
Lenin Alevski
6f13cbaec1
Add Code Highlight to YAML editor ( #1149 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-25 20:09:30 -07:00
Alex
cd47b0c118
Added sort functionality to ame, last modified & size columns in object browser list ( #1151 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-25 20:00:34 -07:00
Lenin Alevski
972ea65a5d
Implement logout endpoint for operator-ui ( #1144 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-25 14:17:03 -05:00
Alex
d1e4ce2f31
Fixed error message on tenant creation wizard ( #1143 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-25 13:33:46 -05:00
Daniel Valdivia
faf20f73b2
Bug: Tenant metrics not loading ( #1142 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-22 14:41:51 -07:00
Alex
ac9f25fcd2
Changed background to white & added new shadow in title bar ( #1141 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-22 14:23:54 -07:00
Alex
a4de76c3e2
Restructured settings page to use URL navigation ( #1138 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-22 10:49:39 -07:00
Alex
3fabfb96c9
Updated material-ui dependencies to mui 5 & fixed issues with migration ( #1119 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-21 20:20:27 -05:00
jinapurapu
caa282f003
Added functionality to delete icon on Policy Details screen ( #1137 )
...
* Added functionality to delete icon on Policy Details screen, typo fix in delete policy modal
* Removed unneeded text
* Updated field names
2021-10-21 19:11:46 -05:00
Kaan Kabalak
7065123490
Disable Download icon for folders ( #1134 )
...
Fixes #1133
2021-10-20 19:10:05 -07:00
Daniel Valdivia
b21aceed7b
Release v0.11.0 ( #1131 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
v0.11.0
2021-10-20 13:26:21 -07:00
Lenin Alevski
3b82079b8c
Adding additional fields for openid configuration ( #1132 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-20 11:33:07 -07:00
Klaus Post
854468a713
Return parseable error on S3 requests ( #1120 )
...
Return S3 compatible error when an S3 API request is made to the console port.
Before:
```
λ mc ls local9090
mc: <ERROR> Unable to list folder. XML syntax error on line 1: invalid character entity &display (no semicolon)
```
After:
```
λ mc ls local9090
mc: <ERROR> Unable to list folder. S3 API Request made to Console port. S3 Requests should be sent to MinIO API port.
```
2021-10-20 02:18:16 -07:00
Daniel Valdivia
1d69024e3a
Add Help Box to multiple Screens ( #1129 )
2021-10-19 19:15:58 -07:00
Alex
67082e1b1d
Fixed file download in list ( #1130 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-19 18:57:07 -07:00
Lenin Alevski
95f622a597
fix: more fixes related to object name encoding ( #1128 )
...
- removing limitation of characters for paths/folders
- fixed object names with international characters inside paths
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-19 19:42:59 -05:00
Daniel Valdivia
37d7f0025b
Remove tabs on Settings ( #1127 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-19 17:14:59 -05:00
Daniel Valdivia
137170521c
Limit add Tier and Add Notification Endpoint width ( #1125 )
...
* Limit add Tier and Add Notification Endpoint width
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Backlink component
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-19 13:12:13 -07:00
Daniel Valdivia
ba9f4d094b
Fix base64 encoded prefix received on the server side for chinese characters ( #1126 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-19 13:00:13 -07:00
Lenin Alevski
c62fecbac1
Fixes object name encoding/decoding crashing because of weird characters ( #1124 )
...
Fixes uploading, listing and managing objects with characters outside of
Latin1 range in file name
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-19 14:19:06 -05:00
Daniel Valdivia
3d858ac04a
Limit Max Width of all containers to 1180px ( #1123 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-19 12:47:28 -05:00
David Regla
573049e53c
Add some missing config keys to settings panel ( #1064 )
...
Added missing keys: api, heal, scanner. Some 'api' keys were left out. Didn't add identity_tls as it isn't always available
2021-10-19 12:30:06 -05:00
Daniel Valdivia
9625d4679c
Remove Review Step on Add Tenant ( #1121 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-19 10:23:11 -07:00
Daniel Valdivia
790c6b0e2f
Fix License Page Styles ( #1122 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-19 10:16:29 -07:00
Lenin Alevski
ff433549b6
Operator-UI security context configuration ( #1089 )
...
- fix: check all pages are valid in Add tenant wizard before enabling
Create button
- Added: security context menu configuration for MinIO, logsearch api,
postgres, prometheus and KES
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-19 09:42:36 -07:00
Daniel Valdivia
ccebc17f3f
Fix Loading Quota stuck spinner ( #1117 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-18 13:22:08 -07:00
Lenin Alevski
7c82306cc0
Fix: download objects and delete tags for object browser ( #1118 )
...
- fixed: download object from object browser fails because of file name
not encoded in request
- fixed: deleting tags for object fails
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-18 13:05:10 -07:00
Alex
4d458c4f8c
Updated Tiers module to be its own page ( #1113 )
...
Also refactored & did some cleanup in the code
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-15 12:35:04 -07:00
Alex
aadc66a739
Changed styles for range date selector in Prometheus dashboard ( #1111 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-15 11:53:55 -07:00
Daniel Valdivia
ed73d99590
Make Lambda Notification Targets a page ( #1105 )
...
* Make Lambda Notification Targets a page
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Error messasge tweak
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Updated test cases
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-13 12:37:32 -07:00
Lenin Alevski
410b4555e3
Refactor session token ( #1109 )
...
- Update operator dependency
- Don't store policy on session token, instead obtain it during session
validation
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2021-10-12 21:25:02 -07:00
Daniel Valdivia
2cae87aaed
Release v0.10.4 ( #1108 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
v0.10.4
2021-10-12 16:41:25 -07:00
Harshavardhana
b82441813d
update to new minio/pkg v1.1.5 ( #1107 )
...
this update fixes dropping valid statements
as duplicates during iampolicy.ParseConfig()
fixes situations when users have overlapping
policies, then server should apply both
policies together.
2021-10-12 16:21:13 -07:00
Daniel Valdivia
5dfba3f6c8
Fix Broken Hop Cookies ( #1106 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-12 14:35:12 -07:00
jinapurapu
1b9902a5be
Prevent adding user with access key already in use ( #1103 )
...
* Release v0.10.3 (#1098 )
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
WIP check if accesskey exists before adding user
* Added error when duplicate access key attempted
* Removed unneeded code
* Changed api to getUserInfo
* Corrected error messages
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-12 11:18:56 -07:00
Alex
d6944ccd3b
Added zoom option to line charts & bar charts in prometheus dashboard ( #1104 )
2021-10-11 19:17:18 -07:00
Alex
ebaa1947de
Changed number representations in Prometheus dashboard ( #1101 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2021-10-11 12:32:27 -07:00
Daniel Valdivia
9d61af7060
Release v0.10.3 ( #1098 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
v0.10.3
2021-10-05 13:00:12 -07:00
Daniel Valdivia
1b225e0901
fix: broken STS Sessions with large policies ( #1096 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-10-04 14:25:00 -07:00
Alex
7a864d2631
Changed error modal snackbar ( #1093 )
...
Changed error modal snackbar to use a simplified style of global error snackbar. also fixed an issue where error was persistent if you closed the modalbox with an error present
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2021-09-30 09:25:34 -07:00
Daniel Valdivia
dfca19092a
Dashboard Tweaks ( #1091 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-09-28 16:36:59 -07:00
Alex
61cf397a02
Loaded correct version of the file for sharing ( #1090 )
...
Loaded correct version of the file for sharing when undefined is received in share window, this fixes an issue with objects list where non version was retrieved from backend
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2021-09-28 16:28:02 -07:00