1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2026-05-02 23:25:50 +00:00
Commit Graph

161 Commits

Author SHA1 Message Date
Girish Ramakrishnan 231a7485a4 test: simplify clearCache, drop logout helpers, simplify button selectors
- Drop `await clearCache()` from login/auth helpers; clearing cache before
  every login is no longer necessary now that charlie isolates sessions.
- Replace `logout` helpers with `clearCache` directly in `it()` calls; the
  helpers were either thin wrappers around `clearCache()` or did real
  navigation that is no longer worth the maintenance.
- Simplify `xpath=//button[text()=...]` / `[contains(., ...)]` button text
  selectors to charlie's bare-string (or RegExp for OR-clauses) form.
2026-05-01 10:40:49 +02:00
Girish Ramakrishnan b3fce86d02 test: pass full Mocha test to takeScreenshot for unique screenshot names 2026-04-29 17:11:05 +02:00
Girish Ramakrishnan 5517962ee8 test: port to charlie
Made-with: Cursor
2026-04-24 20:44:33 +02:00
Girish Ramakrishnan bbf33e6cdd test: remove package.json and package-lock.json, charlie provides all deps
Made-with: Cursor
2026-04-16 10:43:47 +02:00
Girish Ramakrishnan a2a90e130b test: remove chromedriver dependency
Selenium Manager auto-detects the system ChromeDriver, making the
chromedriver npm package unnecessary.

Made-with: Cursor
2026-04-15 17:18:56 +02:00
Girish Ramakrishnan 5fd9ba74ba test: use @cloudron scoped safetydance and superagent
Made-with: Cursor
2026-04-15 16:39:12 +02:00
Girish Ramakrishnan b1f79dfa1e test: convert test to ESM
Replace CommonJS require() with ESM imports, add "type": "module"
to test/package.json, remove 'use strict' and jshint directives,
replace __dirname with import.meta.dirname.

Made-with: Cursor
2026-04-15 16:16:58 +02:00
Girish Ramakrishnan 3d5d79ba0b Replace expect.js with node:assert/strict
expect.js is unmaintained and unnecessary — Node's built-in assert
module covers all our assertion patterns. This also removes expect.js
from package.json dependencies.

Made-with: Cursor
2026-04-15 15:38:00 +02:00
Renovate Bot f18b12a5ab chore(deps): update dependency minio/minio to release.2025-10-15t17-29-55z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-09-07T16-13-09Z | RELEASE.2025-10-15T17-29-55Z |
2025-10-16 23:19:28 +00:00
Vladimir D 6744a8d9fc tests updated 2025-09-08 17:25:06 +04:00
Renovate Bot ddc0135b08 chore(deps): update dependency minio/minio to release.2025-09-07t16-13-09z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-07-23T15-54-02Z | RELEASE.2025-09-07T16-13-09Z |
2025-09-07 23:20:02 +00:00
Renovate Bot 11c5bb051b chore(deps): update dependency minio/minio to release.2025-07-23t15-54-02z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-07-18T21-56-31Z | RELEASE.2025-07-23T15-54-02Z |
2025-07-24 11:20:59 +04:00
Renovate Bot 3ea19664d1 chore(deps): update dependency minio/minio to release.2025-07-18t21-56-31z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-05-24T17-08-30Z | RELEASE.2025-07-18T21-56-31Z |
2025-07-22 09:16:43 +00:00
Girish Ramakrishnan fd3dee438d comment out update tests
won't work since old version has dropdown selector
2025-06-02 19:17:46 +02:00
Girish Ramakrishnan b6fce9a3a7 every refresh wants license acceptance 2025-06-02 18:45:21 +02:00
Girish Ramakrishnan 1a8f99b140 attempt to fix tests 2025-06-02 17:58:24 +02:00
Renovate Bot 88340ce812 chore(deps): update dependency minio/minio to release.2025-05-24t17-08-30z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-22T22-12-26Z | RELEASE.2025-05-24T17-08-30Z |
2025-05-24 23:20:02 +00:00
Vladimir D c021c66390 create bucket test updated 2025-04-23 15:37:51 +04:00
Renovate Bot 2d9ad57e0b chore(deps): update dependency minio/minio to release.2025-04-22t22-12-26z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-08T15-41-24Z | RELEASE.2025-04-22T22-12-26Z |
2025-04-22 23:19:40 +00:00
Renovate Bot 597feab31e chore(deps): update dependency minio/minio to release.2025-04-08t15-41-24z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-03T14-56-28Z | RELEASE.2025-04-08T15-41-24Z |
2025-04-08 23:19:30 +00:00
Renovate Bot 5e1370d29d chore(deps): update dependency minio/minio to release.2025-04-03t14-56-28z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-03-12T18-04-18Z | RELEASE.2025-04-03T14-56-28Z |
2025-04-03 23:19:34 +00:00
Renovate Bot 1e85285b69 chore(deps): update dependency minio/minio to release.2025-03-12t18-04-18z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-28T09-55-16Z | RELEASE.2025-03-12T18-04-18Z |
2025-03-13 00:19:32 +00:00
Renovate Bot e16ce9c9ad chore(deps): update dependency minio/minio to release.2025-02-28t09-55-16z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-18T16-25-55Z | RELEASE.2025-02-28T09-55-16Z |
2025-03-01 00:19:30 +00:00
Renovate Bot 7b14494230 chore(deps): update dependency minio/minio to release.2025-02-18t16-25-55z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-07T23-21-09Z | RELEASE.2025-02-18T16-25-55Z |
2025-02-19 00:19:33 +00:00
Renovate Bot 2ef9e56703 chore(deps): update dependency minio/minio to release.2025-02-07t23-21-09z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-03T21-03-04Z | RELEASE.2025-02-07T23-21-09Z |
2025-02-09 00:19:31 +00:00
Renovate Bot 2c400adc2a chore(deps): update dependency minio/minio to release.2025-02-03t21-03-04z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-01-20T14-49-07Z | RELEASE.2025-02-03T21-03-04Z |
2025-02-04 14:29:17 +00:00
Renovate Bot 4d926a3058 chore(deps): update dependency minio/minio to release.2025-01-20t14-49-07z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-01-18T00-31-37Z | RELEASE.2025-01-20T14-49-07Z |
2025-01-21 10:40:50 +00:00
Renovate Bot 45c1a6b503 chore(deps): update dependency minio/minio to v2025
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2024-12-18T13-15-44Z | RELEASE.2025-01-18T00-31-37Z |
2025-01-18 11:05:16 +00:00
Renovate Bot 4a81b58d6b chore(deps): update dependency minio/minio to release.2024-12-18t13-15-44z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2024-12-13T22-19-12Z | RELEASE.2024-12-18T13-15-44Z |
2024-12-20 00:20:10 +00:00
Vladimir D 3d77021618 CLOUDRON_OIDC_PROVIDER_NAME implemented
checklist added
tests updated
2024-12-19 15:43:06 +04:00
Renovate Bot b44db98e35 chore(deps): update dependency minio/minio to release.2024-12-13t22-19-12z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2024-11-07T00-52-20Z | RELEASE.2024-12-13T22-19-12Z |
2024-12-16 00:20:11 +00:00
Renovate Bot ea4dfaccf3 chore(deps): update dependency minio/minio to release.2024-11-07t00-52-20z
| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2024-10-29T16-01-48Z | RELEASE.2024-11-07T00-52-20Z |
2024-11-08 00:19:19 +00:00
Girish Ramakrishnan bcde4b30d6 add ci files 2024-10-03 18:23:28 +02:00
Girish Ramakrishnan 7ec1c63a02 Update test packages 2024-09-23 23:23:06 +02:00
Johannes Zellner f75118e15a Update test deps 2024-09-14 17:43:27 +02:00
Johannes Zellner 7fb6950cab Update test deps 2024-09-10 07:57:52 +02:00
Johannes Zellner 41644f3c54 Update test deps 2024-08-30 08:09:45 +02:00
Johannes Zellner ab05d0a834 Update test deps 2024-08-26 23:55:19 +02:00
Girish Ramakrishnan d556596770 Update test packages 2024-08-17 17:59:34 +02:00
Johannes Zellner 46eca06f85 Update test deps 2024-07-31 11:41:49 +02:00
Girish Ramakrishnan 9905f1ea9e Update test packages 2024-07-27 15:07:51 +02:00
Girish Ramakrishnan 99c29a629b Update test packages 2024-07-05 09:42:39 +02:00
Johannes Zellner e6901e02ff Update test deps 2024-06-28 20:14:26 +02:00
Johannes Zellner acc5e3c6be Update test deps 2024-06-26 07:30:37 +02:00
Johannes Zellner 0bfd368aa2 Update test deps 2024-06-22 10:33:54 +02:00
Johannes Zellner 92a30fdd7c Update test deps 2024-06-14 11:03:56 +02:00
Girish Ramakrishnan fb1f583f4c Update test packages 2024-06-07 11:08:03 +02:00
Girish Ramakrishnan 9d1b7e1a9d Version 3.13.6 2024-05-28 09:06:25 +02:00
Johannes Zellner fb1db2809a Update test deps 2024-05-10 11:23:20 +02:00
Johannes Zellner 47ca8d4426 Update test deps 2024-04-30 08:50:27 +02:00