Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle project sources in a consistent fashion #16928

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

danidoni
Copy link
Contributor

@danidoni danidoni commented Oct 8, 2024

There was a consistency gap between sources coming from local projects and sources coming from remote projects. Multibuild flavors were only shown for remote projects. Now the multibuild flavors are shown in both cases.

deleted=0 will no longer be valid, only deleted=1 will trigger the desired behaviour.

Fixes #9715
Fixes #16911

@adrianschroeter
Copy link
Member

we still need deleted=0 and we can not break compability.

deleted=1 also still needs to work, but it is not the documented and recommended option. deleted is just a boolean by existens.

This way `?deleted=0` and `?` behaves consistently, and only
`?deleted=1`
activates the behaviour for deleted projects

Fixes openSUSE#9715
There was a consistency gap between sources coming from local projects
and sources coming from remote projects. Multibuild flavors were only
shown for remote projects. Now the multibuild flavors are shown in both
cases.

Fixes openSUSE#16911
@danidoni danidoni force-pushed the handle-project-sources-in-a-consistent-fashion branch from 48cfd32 to b1bb5f2 Compare October 9, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app
Projects
None yet
2 participants