Harshavardhana
8abbbb4625
avoid printing random logs ( #2489 )
2022-12-08 07:54:21 -08:00
Javier Adriel
ef182fe75e
Increase threshold to 54.4 (Current coverage 54.5) ( #2488 )
2022-12-07 20:01:09 -06:00
Daniel Valdivia
613e93fdc6
Release v0.22.1 ( #2486 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
v0.22.1
2022-12-06 14:41:25 -08:00
Javier Adriel
a5e3c89a54
Implement handlers for managing IDP (OpenID and LDAP) Configurations ( #2485 )
2022-12-06 14:33:17 -06:00
jinapurapu
7f55b71495
Add backend tier status checking to all tier types ( #2420 )
...
Moves Tier status check to backend for all Tier types.


Co-authored-by: Jillian Inapurapu <jillii@Jillians-MBP.attlocal.net >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-12-06 12:13:14 -08:00
Alex
d95d59e454
Changed Object browser logic to work with websockets ( #2419 )
...
fixes https://github.com/minio/console/issues/943
## What does this do?
This allows us to start streaming results to the list instead of waiting
to retrieve all the objects list before sending it to the client
Included a couple of fixes:
- Removed metadata for deleted items
- Fixed multiple metadata requests
- Fixed height grow for parent wrapper
- Fixed object reload after restore version
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-06 11:23:07 -08:00
Harshavardhana
08ea069ed4
change doc URL if UI is running in k8s ( #2484 )
...
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-12-06 09:53:01 -08:00
Javier Adriel
e7a41b4cd9
Call end_session_endpoint in IDP provider when login out from Console ( #2476 )
2022-12-05 18:14:41 -06:00
Alex
262a601d21
Release v0.22.0 ( #2482 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
v0.22.0
2022-12-02 15:12:59 -08:00
dependabot[bot]
00af6b5179
Bump decode-uri-component from 0.2.0 to 0.2.2 in /portal-ui ( #2481 )
...
Bumps
[decode-uri-component](https://github.com/SamVerschueren/decode-uri-component )
from 0.2.0 to 0.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SamVerschueren/decode-uri-component/releases ">decode-uri-component's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.2</h2>
<ul>
<li>Prevent overwriting previously decoded tokens 980e0bf</li>
</ul>
<p><a
href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 ">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 </a></p>
<h2>v0.2.1</h2>
<ul>
<li>Switch to GitHub workflows 76abc93</li>
<li>Fix issue where decode throws - fixes <a
href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6 ">#6</a>
746ca5d</li>
<li>Update license (<a
href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1 ">#1</a>)
486d7e2</li>
<li>Tidelift tasks a650457</li>
<li>Meta tweaks 66e1c28</li>
</ul>
<p><a
href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1 ">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a0eea469d2 "><code>a0eea46</code></a>
0.2.2</li>
<li><a
href="980e0bf09b "><code>980e0bf</code></a>
Prevent overwriting previously decoded tokens</li>
<li><a
href="3c8a373dd4 "><code>3c8a373</code></a>
0.2.1</li>
<li><a
href="76abc93978 "><code>76abc93</code></a>
Switch to GitHub workflows</li>
<li><a
href="746ca5dcb6 "><code>746ca5d</code></a>
Fix issue where decode throws - fixes <a
href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6 ">#6</a></li>
<li><a
href="486d7e26d3 "><code>486d7e2</code></a>
Update license (<a
href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1 ">#1</a>)</li>
<li><a
href="a65045724e "><code>a650457</code></a>
Tidelift tasks</li>
<li><a
href="66e1c2834c "><code>66e1c28</code></a>
Meta tweaks</li>
<li>See full diff in <a
href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the
default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as
the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as
the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/minio/console/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 12:33:19 -06:00
Aditya Manthramurthy
5800d01406
Bump up madmin-go to v2 ( #2479 )
2022-12-01 20:55:21 -08:00
Aditya Manthramurthy
c803451920
Separate out dependency vulnerability checks in CI ( #2480 )
2022-12-01 14:17:46 -06:00
Lenin Alevski
95bdc70d1d
Display warning for public access policy in bucket settings ( #2473 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-11-23 09:10:14 -08:00
Prakash Senthil Vel
5d10197334
page header ux ( #2475 )
...
Closes [#1031 ](https://github.com/miniohq/engineering/issues/1031 )
2022-11-23 09:09:47 -08:00
Prakash Senthil Vel
e7da6cd651
relax editing of endpoint in add site replication UI ( #2474 )
2022-11-22 09:07:16 -08:00
adfost
0f35369292
fix: incorrect IP and bucket regexes ( #2469 )
...
Fixes https://github.com/minio/console/issues/2453 .
2022-11-21 13:30:32 -08:00
Daniel Valdivia
579845dfb1
Upgrade Go Dependencies ( #2472 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
2022-11-21 11:58:14 -08:00
Alex
6ad5c16d3a
Fixed logo visibility in Safari ( #2470 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-18 14:09:00 -06:00
Alex
24176b5c7d
Initial Changes to Login page styles ( #2467 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-18 13:00:08 -06:00
jinapurapu
0b3b5979ba
Local bucket creation time ( #2464 )
...
<img width="1327" alt="Screen Shot 2022-11-16 at 9 57 57 AM"
src="https://user-images.githubusercontent.com/65002498/202257455-ceb041b0-4db9-44f3-9fd3-cc73c89f4339.png ">
Fixes https://github.com/minio/console/issues/2462
Authored-by: Jillian Inapurapu <jillii@Jillians-MBP.attlocal.net >
2022-11-16 15:40:22 -08:00
jinapurapu
dbec9fbb4a
Fix UpdateTierCredentialsModal For MinIO tier ( #2459 )
2022-11-16 12:00:17 -06:00
Prakash Senthil Vel
7cd0bc7cac
update airgap registration steps and instructions ( #2463 )
2022-11-16 11:36:21 -06:00
Javier Adriel
c12a931dbf
Update madmin-go ( #2460 )
2022-11-15 20:29:36 -06:00
jinapurapu
f8af10dd26
Add permission guidance if User doesn't have permission to view Objects in bucket ( #2448 )
2022-11-15 19:18:37 -06:00
Alex
4c47b9c3e6
Updated loader utils to avoid ReDoS issue ( #2461 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-15 18:22:37 -06:00
Alex
44f2fc67a3
Release v0.21.3 ( #2458 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
v0.21.3
2022-11-15 12:16:09 -08:00
Anis Elleuch
ec1ba16ef7
prom: Fix leak when a call fails with the prometheus endpoint ( #2456 )
2022-11-15 12:09:58 -06:00
Prakash Senthil Vel
7a5724591a
fix crash in ui for empty log entries ( #2457 )
2022-11-15 12:09:42 -06:00
Alex
9f433bc359
Release v0.21.3 ( #2455 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-15 07:52:33 -08:00
Javier Adriel
1d45a174ac
Add deprecated message in Audit logs section ( #2437 )
2022-11-14 13:06:55 -06:00
Alex
80cee32031
Fixed Table Action buttons roundness ( #2451 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-14 12:58:01 -06:00
Prakash Senthil Vel
437cfd0b8e
fix broken chart axis data for date time formatting ( #2452 )
2022-11-14 11:56:17 -06:00
jinapurapu
dc4dae6ddb
Added formatting to required permssions in permissionTooltipHelper ( #2447 )
2022-11-14 09:48:06 -06:00
Alex
2f578010a0
New Menu Adjustments ( #2450 )
2022-11-13 10:23:55 -08:00
Prakash Senthil Vel
e7ec3fe61f
fix sub path resource matching in list objects ( #2444 )
...
fixes #https://github.com/minio/console/issues/2400
Used the policy to validate the fix.
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::sam-card"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sam-card/*"
]
},
{
"Effect": "Deny",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sam-card/aa/*"
]
}
]
}
```
2022-11-10 11:27:40 -08:00
dilverse
7b389fc323
Add erasure info support ( #2446 )
...
Make it easier for user to see backend properties like backend-type,
Standard storage class Parity and Reduced Redundancy storage class
Parity
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-11-10 09:24:39 -08:00
Daniel Valdivia
86361b630e
Tweak some icons to inherit color ( #2445 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-11-09 11:05:39 -06:00
Lenin Alevski
c57df87bc3
Add yarn audit check on github actions ( #2441 )
...
Checks for known security issues with the installed packages
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-11-08 19:20:47 -08:00
Lenin Alevski
cbbf3c5a53
selective version resolution for load-utils in react-scripts ( #2442 )
...
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com >
2022-11-08 13:03:50 -08:00
Daniel Valdivia
8a9fbb461c
Release v0.21.2 ( #2435 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
v0.21.2
2022-11-07 21:03:03 -08:00
Alex
55b25cb003
Changed Styles & some routes for console menu ( #2428 )
...
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 >
2022-11-07 15:32:10 -08:00
Thiago Bittencourt Gil
c929a71649
Removing slash at the end of GCS tier screen endpoint ( #2430 )
2022-11-07 14:23:50 -08:00
Harshavardhana
8af1bcd35c
re-enable TestInspect() test ( #2436 )
2022-11-07 14:20:57 -08:00
Daniel Valdivia
ae2587dcad
Increase STS Session duration to 12 hours ( #2434 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-11-07 12:38:29 -08:00
Kaan Kabalak
cac8445aa1
Fix table row width not updating properly ( #2433 )
2022-11-07 12:13:54 -06:00
Javier Adriel
7eb98035e5
Move tenant logs logic to a new file ( #2427 )
...
Going to work and add new code on tenant logs so i make this small
refactor to keep things separated
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2022-11-04 10:14:56 -06:00
jinapurapu
7c75c87a0c
Fixed ListBuckets screen tooltip logic, HelpBox fix ( #2404 )
2022-11-03 15:57:30 -06:00
jinapurapu
404efd2523
Fixed Users tab permissions to hide if CreateUser only User permission ( #2426 )
2022-11-03 11:43:19 -06:00
Quentin Dreyer
fc7d60e7ec
Remove ADMIN_LIST_TIERS scope in BucketLifecyclePanel ( #2384 )
2022-11-03 11:35:21 -06:00
Alex
fbf3afd6fb
Updated mds to v0.0.3 ( #2423 )
...
## What does this do?
Updated mds to v0.0.3
## How does it look?
<img width="1653" alt="Screenshot 2022-11-01 at 19 23 38"
src="https://user-images.githubusercontent.com/33497058/199374216-383023cc-83f7-4825-8b26-63135bd75fdb.png ">
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-03 09:58:11 -07:00