Alex
a4281edbc4
Updated project dependencies ( #3541 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2025-05-16 12:40:29 -07:00
Daniel Valdivia
3dc0fdc039
Remove more unused APIs ( #3537 )
...
* Remove more unused APIs
* prettier
* Fix Test
* Fix tests
* Remove SSO Integreation
* fix tests
* lint
2025-05-14 15:41:50 -07:00
Alex
28b080122a
Fixed vulnerabilities in go packages ( #3531 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2025-05-05 13:50:36 -07:00
Alex
63c6d8952b
Implemented AGPL MinIO Object Browser simplified Console ( #3509 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-03-11 02:30:53 -07:00
Harshavardhana
27cb17dbfd
make sure go toolchain is correctly set ( #3502 )
...
and update deps
2025-02-10 12:41:51 -08:00
Harshavardhana
6afd0b16dc
avoid leaks during zip download and multi-object downloads ( #3481 )
2024-12-02 18:17:32 -08:00
Alex
97ef82f831
Fixed UI Tests ( #3471 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2024-11-11 16:49:47 -08:00
Alex
4e5dcf0fc3
Deprecated Site Replication in UI ( #3469 )
...
* Deprecated Sire Replication in UI
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
* fix-workflow-issue
---------
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2024-11-11 12:26:19 -08:00
Mark Theunissen
19e6cc87c2
Return network error when logging in and the network connection fails ( #3432 )
2024-09-20 09:55:47 -06:00
dependabot[bot]
095241517b
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows ( #3433 )
...
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Use latest v4 instead of a specific version
* upgrade to `actions/upload-artifact@v4`
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cesar N. <11819101+cesnietor@users.noreply.github.com >
Co-authored-by: Ramon de Klein <mail@ramondeklein.nl >
2024-09-20 12:21:08 +02:00
Ramon de Klein
6cfc985337
Add (optional) debug logging for console requests ( #3440 )
...
* Add (optional) debug logging for console requests
* Check vulnerabilities with 1.22.7
2024-09-20 10:21:28 +02:00
Ramon de Klein
6075387654
Upgrade Go to v1.22.5 and upgrade Github actions ( #3398 )
2024-07-04 07:28:24 -07:00
Alex
b376cf6c65
Improvements to Share Link component behavior ( #3387 )
...
Improvements to Share Link component to avoid multiple re-renders during common actions
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-06-17 11:40:27 -06:00
Alex
7b88d3a1bc
Updated UI package dependencies ( #3381 )
...
Updated package dependencies
- Updated react-pdf to fix security vulnerability
- Removed ignored security alerts
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-06-13 11:23:50 -06:00
Harshavardhana
3e83a30739
go1.22.4 upgrade for vulncheck ( #3370 )
2024-06-06 10:23:43 -07:00
Ramon de Klein
72939e0cd7
Provide workaround for circular dependency ( #3361 )
2024-06-05 11:36:58 -07:00
Victor Bayas
3fdcfef1b4
Set Yarn checksumBehavior to reset ( #3366 )
...
* Set Yarn checksumBehavior to reset
* Update .gitignore according to Yarn docs
See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
* Update yarn.lock
---------
Co-authored-by: Harshavardhana <harsha@minio.io >
2024-05-29 15:50:12 -07:00
Ramon de Klein
7b8cfa2062
Attempt to fix resolution issues ( #3364 )
2024-05-29 15:12:02 -07:00
Kaan Kabalak
9985892751
Update default issue message note ( #3358 )
2024-05-22 23:16:05 -07:00
Ramon de Klein
cfd60bdd91
Upgrade to Yarn 4 and fix vulnerability check ( #3353 )
2024-05-22 18:19:32 -07:00
Kaan Kabalak
1aeb4cc3d5
Fix SUBNET capitalization in issue template ( #3345 )
2024-05-10 17:47:38 -06:00
Harshavardhana
1058efb17a
Remove all unnecessary Dockerfiles from repo ( #3340 )
2024-05-08 21:53:47 -06:00
Harshavardhana
e68a74ba48
fix: passing correct httpClient, do not use DefaultClients ( #3319 )
...
most of our deployments use custom certificates, using DefaultClient
makes it virtually impossible to make share URL feature work.
this PR fixes this behavior in the implementation.
Bonus: re-use transports inside console, will add more changes to
take custom transport inputs in subsequent PR.
2024-05-01 09:46:35 -07:00
Kaan Kabalak
037b02e268
Make permission tests compatible with minio-js v8 ( #3323 )
...
Fixes #3322
2024-05-01 02:45:09 -07:00
Kaan Kabalak
fe534ab4e6
Temporarily fix permission tests failing due to minio-js version bump ( #3321 )
...
Fix permission tests failing due to minio-js version bump
Permission tests were failing due to function signature changes
introduced with the latest minio-js release. This is a temporary
measure until a Console PR to update test files is sent.
2024-04-30 14:32:02 -06:00
Alex
963c8f1221
Added missing permissions validation to rewind button ( #3282 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-04-04 23:41:20 -06:00
Harshavardhana
3189ebdfef
Update all go-deps ( #3259 )
2024-03-12 01:47:35 -06:00
Harshavardhana
ee4d7b9b69
upgrade all dependencies for console ( #3235 )
...
Signed-off-by: Harshavardhana <harsha@minio.io >
2024-02-12 22:17:21 -08:00
Alex
bc0e63aac8
Release v0.45.0 ( #3187 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-10 21:48:08 -08:00
Daniel Valdivia
239b31748a
Rename portal-ui to web-app ( #3178 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-12-29 11:44:01 -06:00
Daniel Valdivia
616f262d09
Rename restapi to api ( #3176 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-12-26 15:07:30 -06:00
Daniel Valdivia
a04955dc70
Save all coverage files to play ( #3170 )
...
* Save all coverage files to play
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
* Save them to latest as well
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
---------
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-12-26 13:52:18 -06:00
Cesar Celis Hernandez
ba04a22492
Adjusting the threshold of the coverage ( #3172 )
2023-12-26 13:52:03 -06:00
Alex
3c3b9546d9
Release v0.43.0 ( #3159 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-12 21:53:25 -06:00
Alex
83b060ef94
Updated govuln check to use latest version ( #3146 )
...
Updated go vuln check to use latest version
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-06 15:13:22 -06:00
Daniel Valdivia
2b9de49fbe
Upgrade to Go 1.21 ( #3142 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com >
2023-12-01 18:23:24 -06:00
Javier Adriel
622c3a067a
Add global params for limit and offset ( #3096 )
2023-10-19 15:38:31 -05:00
Shubhendu
88bf40f9a6
Use the new golang version 1.21.3 ( #3087 )
...
Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io >
2023-10-12 11:50:15 -05:00
Cesar N
b378b8c8ef
Fix regression on login path when using redirect url ( #3038 )
2023-09-11 14:25:34 -07:00
Cesar N
e1f36ee54a
Upgrade go version in git workflows to 1.21.1 ( #3039 )
2023-09-07 17:29:22 -06:00
Harshavardhana
430ae66955
update disk -> drive change in prometheus metrics in minio master ( #2999 )
...
refer to https://github.com/minio/minio/pull/17854
2023-08-15 19:49:53 -07:00
Harshavardhana
fed5aa1599
fix: dateTime usage only available in go1.20 ( #2982 )
...
instead use a simpler normalizer for timestamp
to be user friendly without spaces.
For example
```
selected_files_20091110T230000Z.zip
```
2023-08-03 20:21:44 -07:00
Cesar N
4387b2149f
Update Github jobs to use hardcoded testcafe version ( #2972 )
2023-07-31 16:11:28 -07:00
Alex
8cc602434e
Release v0.34.0 ( #2969 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-28 16:31:50 -07:00
Alex
b2fe478dae
Updated vulnerabilities checks & workflows ( #2941 )
2023-07-12 22:05:54 -06:00
Daniel Valdivia
fc5e94d55f
Remove Cross compile jobs ( #2915 )
2023-06-29 18:57:14 -06:00
Allan Roger Reid
a411e7c977
Create bug_report.md ( #2893 )
2023-06-19 19:58:26 -07:00
Prakash Senthil Vel
28c4abe2d0
audit only the dependencies and exclude dev dependencies in ci for ui ( #2892 )
2023-06-19 10:55:20 -06:00
Javier Adriel
b76f460979
Remove dead code and add job in CI to find it ( #2882 )
2023-06-15 10:24:24 -06:00
Cesar N
cbd2c4682d
Raise error on upload artifact if no files ( #2884 )
...
Raise error on artifact upload if no files to upload
Co-authored-by: cesnietor <>
2023-06-15 09:00:51 -07:00