Skip to content

Merge https://github.com/filebrowser/filebrowser:master (dd53644) into oadp-1.6#12

Merged
openshift-merge-bot[bot] merged 18 commits into
migtools:oadp-1.6from
oadp-rebasebot:rebase-bot-oadp-1.6
Apr 14, 2026
Merged

Merge https://github.com/filebrowser/filebrowser:master (dd53644) into oadp-1.6#12
openshift-merge-bot[bot] merged 18 commits into
migtools:oadp-1.6from
oadp-rebasebot:rebase-bot-oadp-1.6

Conversation

@oadp-rebasebot-app
Copy link
Copy Markdown

No description provided.

renovate Bot and others added 17 commits April 11, 2026 07:43
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
New config option:
  --branding.disableUserProfile

This option allows to disable User Profile together
with User settings.

Signed-off-by: Michal Pryc <mpryc@redhat.com>
New config option:
  --branding.defaultLoginUser "username"

This option allows to provide default Username, which will result
in hiding username field from the welcome page.

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Removes Help options "Delete" and "Rename" if the
following permissions are revoked from a particular
user:

  --perm.delete=false
  --perm.rename=false

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Add multi-stage Containerfile for UBI-based builds.

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Adds OWNERS file.

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Fix downstream changes to match upstream refactored functions.

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
Hermeto/Cachi2 requires package-lock.json (or npm-shrinkwrap.json) for
npm dependency pre-fetching during hermetic Konflux builds. pnpm-lock.yaml
is not supported by Hermeto's npm handler.

Generated via: npm install --package-lock-only
Lockfile version: 3

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In hermetic Konflux/Cachi2 builds, network access is blocked, causing
`npm install -g pnpm` to fail with ENOTFOUND when trying to reach
registry.npmjs.org.

Replace pnpm with npm clean-install, consistent with how mta-ui and
mta-static-report handle npm dependencies in hermetic builds.
package-lock.json is already present in the frontend/ directory.

Changes:
- Remove pnpm install, use npm clean-install --ignore-scripts --no-audit --verbose
- Replace pnpm run build with npm run typecheck && npx vite build
  (the package.json build script references pnpm internally)
- Remove go mod download, Cachi2 pre-fetches Go modules and makes
  them available via cachi2.env GOMODCACHE
- Consolidate LABEL instructions into single multi-line block
- Fix extra space in io.k8s.description label

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous package-lock.json was out of sync with package.json after
rebase, causing version mismatches (e.g. vite@7.3.2 vs ^8.0.0) and
preventing Cachi2 from properly pre-fetching npm dependencies.

Regenerated using registry.access.redhat.com/ubi9/nodejs-24:latest
(Node.js v24.13.0, npm 11.6.2) to match the builder image.

Signed-off-by: Michal Pryc <mpryc@redhat.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 14, 2026

Hi @oadp-rebasebot-app[bot]. Thanks for your PR.

I'm waiting for a migtools member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Merge https://github.com/filebrowser/filebrowser:master (dd53644) into oadp-1.6". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@mpryc
Copy link
Copy Markdown

mpryc commented Apr 14, 2026

/ok-to-test

@mpryc
Copy link
Copy Markdown

mpryc commented Apr 14, 2026

/lgtm

@mpryc
Copy link
Copy Markdown

mpryc commented Apr 14, 2026

/approve

@openshift-ci openshift-ci Bot removed the lgtm label Apr 14, 2026
Disable Validate Title check (semantic commit PR titles are
not used downstream). Fix Go version to 1.25 and add oadp-*
branches to CI triggers.
@mpryc mpryc force-pushed the rebase-bot-oadp-1.6 branch from fe35816 to 71c1c28 Compare April 14, 2026 10:33
@mpryc
Copy link
Copy Markdown

mpryc commented Apr 14, 2026

/override "Validate Title"

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 14, 2026

@mpryc: Overrode contexts on behalf of mpryc: Validate Title

Details

In response to this:

/override "Validate Title"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link
Copy Markdown

@mpryc mpryc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Apr 14, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mpryc, oadp-rebasebot-app[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot Bot merged commit 1d33dd8 into migtools:oadp-1.6 Apr 14, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants