Daryl White
bcbb3ebbf0
Correcting doc links on Configuration pages
2022-04-29 10:53:02 -05:00
Alex
663a5b196d
Remove of suspended traffic warning in profile page ( #1926 )
2022-04-29 01:45:42 -05:00
Prakash Senthil Vel
6f676f73a4
UX Prometheus dashboard ( #1907 )
2022-04-28 19:57:16 -07:00
Daniel Valdivia
26d7001ae1
Remove all un-used CSS classes ( #1924 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-28 19:33:46 -05:00
Daniel Valdivia
f79a8e8177
FormLayout Component ( #1922 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-28 15:13:20 -07:00
Daniel Valdivia
0e5147bb1d
Constraint PageLayout to max 1220px on large resolutions ( #1919 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-28 14:34:29 -07:00
Lenin Alevski
566fb27fc1
Error and Audit logger webhooks ( #1855 )
...
Similar to MinIO now it's possible to configure webhooks to log all
triggered errors and incomming requests via env variables:
```
CONSOLE_LOGGER_WEBHOOK_ENABLE_<ID>
CONSOLE_LOGGER_WEBHOOK_ENDPOINT_<ID>
CONSOLE_LOGGER_WEBHOOK_AUTH_TOKEN_<ID>
CONSOLE_LOGGER_WEBHOOK_CLIENT_CERT_<ID>
CONSOLE_LOGGER_WEBHOOK_CLIENT_KEY_<ID>
CONSOLE_LOGGER_WEBHOOK_QUEUE_SIZE_<ID>
CONSOLE_AUDIT_WEBHOOK_ENABLE_<ID>
CONSOLE_AUDIT_WEBHOOK_ENDPOINT_<ID>
CONSOLE_AUDIT_WEBHOOK_AUTH_TOKEN_<ID>
CONSOLE_AUDIT_WEBHOOK_CLIENT_CERT_<ID>
CONSOLE_AUDIT_WEBHOOK_QUEUE_SIZE_<ID>
```
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-28 12:55:06 -07:00
Lenin Alevski
8c18829089
Update DNS Rebinding etcd vulnerable dependency ( #1918 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-28 14:21:17 -05:00
adfost
c68c175827
committing new tests ( #1879 )
2022-04-28 11:52:37 -05:00
dependabot[bot]
415088ae2d
Bump ejs from 3.1.6 to 3.1.7 in /portal-ui ( #1915 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-28 11:00:34 -05:00
adfost
158926f192
groups_test ( #1916 )
2022-04-28 08:09:06 -07:00
Lenin Alevski
f026ffffc8
Fix profiling endpoint and adding tests ( #1917 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-04-27 20:07:32 -07:00
Cesar Celis Hernandez
bd0edea3df
Increase coverage threshold ( #1914 )
2022-04-27 16:49:58 -05:00
Alex
07b4dad4d3
Fixed issues with Quota modal ( #1911 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-27 14:08:19 -07:00
Cesar Celis Hernandez
0df796bc03
fixing integration tests to use proxy ( #1912 )
2022-04-27 12:33:10 -07:00
Daniel Valdivia
cf0212391e
Console Swagger Module Reorganization ( #1881 )
...
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-04-27 11:45:04 -07:00
Alex
cb3a695c25
Removed quota from versioning section & added inside summary page ( #1910 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-27 09:36:39 -07:00
Daniel Valdivia
3040d468db
Release v0.16.0 ( #1904 )
v0.16.0
2022-04-25 15:41:06 -07:00
jinapurapu
9df300b241
Changed from modal to screen for Add Group link on empty Groups screen ( #1905 )
2022-04-25 15:51:19 -06:00
jinapurapu
870cef7b65
Added error handling for group already existing ( #1902 )
2022-04-25 15:42:50 -05:00
Daniel Valdivia
d9843d50cd
Fix Subpath parsing ( #1900 )
2022-04-25 15:23:40 -05:00
Alex
9c64c5732b
Removed spaces next to breadcrumbs slashes ( #1903 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-25 13:12:26 -07:00
Harshavardhana
275d87f302
config set should always use on/off not true/false ( #1899 )
...
fixes https://github.com/minio/minio/issues/14516
2022-04-25 07:47:56 -07:00
Daniel Valdivia
509f4953bb
update all dependencies ( #1853 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-23 08:45:46 -07:00
Alex
63d1fb2abb
Added UI for Domains edit ( #1897 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-23 10:31:04 -05:00
Alex
b3afa34535
API for domains update ( #1889 )
...
* API for domains update
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-23 02:19:14 -05:00
Daniel Valdivia
8203449d92
Format Add Users/Groups, Fix bug on Add Service Account ( #1898 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-22 22:36:41 -07:00
Daniel Valdivia
8a96d8d8a5
Fix spacing on Add tenant forms ( #1895 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-22 21:59:18 -07:00
jinapurapu
66df609d4a
Moved AddUser from modal to screen ( #1869 )
...
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-22 21:40:20 -07:00
jinapurapu
fda090f7dd
Created Add Policy screen ( #1896 )
2022-04-22 23:21:06 -05:00
jinapurapu
74d4c4a3e6
Create Add Group screen ( #1890 )
2022-04-22 20:50:31 -07:00
Kaan Kabalak
c6798a69d9
Remove duplicate Inspect page path ( #1891 )
2022-04-22 20:58:40 -05:00
Daniel Valdivia
5a484550fb
New Login ( #1894 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-22 20:40:57 -05:00
jinapurapu
b567e4855f
Create service account screen ( #1886 )
2022-04-22 19:49:24 -05:00
Kaan Kabalak
c2303f78df
Remove redundant Tools path ( #1887 )
2022-04-21 23:16:06 -05:00
Alex
bbe494f85c
Fixed create path issue when object details is open ( #1885 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-21 18:28:15 -05:00
Alex
715dbbb92c
Fixed Objects list reload after file upload ( #1888 )
2022-04-21 16:56:18 -06:00
Cesar Celis Hernandez
c2455e3f06
Fixing Permissions Tests Part 2 ( #1884 )
2022-04-21 17:31:52 -05:00
Alex
997052a872
Fixed breadcrumbs container overflow in object browser ( #1880 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-20 21:38:23 -07:00
Daniel Valdivia
3e13e6db98
Small Styling Adjustments. Lists style. ( #1870 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-20 14:41:08 -05:00
Cesar Celis Hernandez
3291b3ca45
Test change password response ( #1877 )
2022-04-20 13:38:49 -05:00
Daniel Valdivia
74ba1c80a9
Fix the relative login redirects ( #1872 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-04-20 12:57:28 -05:00
Alex
af76280f1d
Added console & minio domains selector to add tenant wizard ( #1863 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-20 12:29:06 -05:00
Cesar Celis Hernandez
9b7fdfd286
Removing unnecessary error check ( #1876 )
2022-04-20 11:07:16 -05:00
Daniel Valdivia
cefb95dc74
Revert "Create docker-publish.yml ( #1789 )" ( #1875 )
2022-04-20 00:31:18 -07:00
Alex
f15a7ff5f6
Added tenant domains to summary page ( #1864 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-19 23:31:53 -05:00
Alex
6c123ce2b5
Prettier update to v2.6.2 ( #1873 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-04-19 23:06:05 -05:00
adfost
d7588eaea1
Add policy test ( #1874 )
2022-04-19 20:39:19 -07:00
Prakash Senthil Vel
8cd756599f
Top Bar UX back icon and link ( #1860 )
2022-04-19 20:56:40 -05:00
Cesar Celis Hernandez
5b25a6cb53
Recalibrating our coverage threshold ( #1871 )
2022-04-19 20:19:50 -05:00