Daniel Valdivia
0c9a6bf76b
Tidy go.mod file ( #2518 )
2022-12-16 14:38:15 -06:00
Cesar Celis Hernandez
4c4094420b
Ignoring message from MinIO ( #2515 )
...
As discussed with @harshavardhana , we should ignore the message on delete in the API. After @poornas changed in PR https://github.com/minio/minio/pull/16221 this message is expected and cannot be considered as an error.
2022-12-16 12:16:19 -08:00
Javier Adriel
96e55ca79b
UI changes to IDP screen and remove old sections from settings screen ( #2513 )
2022-12-16 11:46:35 -08:00
jinapurapu
c61c5024d0
Add hover effect to Tier Type buttons ( #2509 )
2022-12-16 13:41:39 -06:00
Alex
f61d0a68d5
Implements CONSOLE_DEV_MODE env var ( #2517 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-16 13:32:52 -06:00
Javier Adriel
f917f7d167
Remove commented jobs ( #2514 )
2022-12-16 09:33:12 -08:00
Alex
35541ef323
Fixed Delete all object versions selector functionality ( #2516 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-16 11:07:40 -06:00
Daniel Valdivia
1f60d4a808
Tweaks to Menu and Bucket Details ( #2512 )
2022-12-15 18:45:31 -06:00
Alex
adc199b315
Made improvements to title bar & break points ( #2508 )
...
Removed extra margin & changed breakpoints for console / operator pages title bar
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-14 18:13:18 -08:00
Daniel Valdivia
f557c4c550
Split Object Browser and Buckets Admin ( #2500 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-14 16:20:13 -08:00
Javier Adriel
0c4a73ff10
Do not regenerate assets for permissions-* tests ( #2501 )
2022-12-14 13:26:04 -08:00
jinapurapu
203e019e82
Add hover effect to Notification type selector buttons ( #2502 )
2022-12-14 14:38:34 -06:00
jinapurapu
4d2a39bad2
Added HelpBox to Notification Type Selector screen ( #2503 )
2022-12-12 22:08:20 -06:00
dependabot[bot]
db4fae3603
Bump d3-color from 2.0.0 to 3.1.0 in /portal-ui ( #2504 )
2022-12-12 17:51:10 -06:00
Daniel Valdivia
871789a236
Bump UI Dependencies ( #2497 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
2022-12-12 14:44:51 -08:00
Javier Adriel
ba6fb53594
Increase test threshold ( #2499 )
2022-12-12 12:38:33 -08:00
Javier Adriel
5d74b21bc4
Reduce test execution times ( #2498 )
2022-12-12 12:37:53 -08:00
Javier Adriel
006490c753
Add admin subnet tests ( #2490 )
2022-12-11 23:16:30 -08:00
Daniel Valdivia
1614af0128
Upgrade Go Dependencies ( #2496 )
...
Upgraded all dependencies except for Kubernetes packages until we
validate 1.26
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
2022-12-10 10:25:51 -08:00
Daniel Valdivia
27fd91ed37
Release v0.22.2 ( #2495 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
v0.22.2
2022-12-09 16:42:57 -08:00
Alex
7df0560104
Updated mds & fixed blank pages on login ( #2494 )
...
- Updates mds to v0.0.7
- Fixed an issue with blank pages during login
- Fixes an issue during logout where path was redirected to
'logout/login'
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-09 14:24:58 -08:00
Javier Adriel
2368199e03
IDP management UI ( #2487 )
...
Adds UI to interact with IDP Configurations (CRUD)
2022-12-09 14:13:10 -08:00
Daniel Valdivia
bee98e1ba0
fix: race Condition on Object Browser via Websocket ( #2492 )
...
Signed-off-by: Daniel Valdivia
<18384552+dvaldivia@users.noreply.github.com >
2022-12-09 11:18:19 -08:00
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