-
Notifications
You must be signed in to change notification settings - Fork 42
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
Preparation for Release 29 #191
Merged
StykMartin
merged 22 commits into
beaker-project:release-29
from
StykMartin:fix-broken-docs
Dec 26, 2023
Merged
Preparation for Release 29 #191
StykMartin
merged 22 commits into
beaker-project:release-29
from
StykMartin:fix-broken-docs
Dec 26, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sphinx 6 introduced breaking change for extlinks. extlinks: Sphinx-6.0 will require base URL to contain exactly one \'%s\' and all other \'%\' need to be escaped as \'%%\'.' Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
from
November 17, 2023 16:41
36b01bd
to
0b6ad93
Compare
Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
2 times, most recently
from
November 17, 2023 17:09
1f79a53
to
355cb0d
Compare
Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
3 times, most recently
from
November 17, 2023 19:03
d2aa80f
to
b0759f7
Compare
/packit build |
StykMartin
force-pushed
the
fix-broken-docs
branch
6 times, most recently
from
December 19, 2023 20:53
c29aefb
to
fdabd5c
Compare
Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
from
December 20, 2023 16:11
fdabd5c
to
870f52a
Compare
mdujava
reviewed
Dec 21, 2023
Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
from
December 21, 2023 07:07
9a9775f
to
0f70cb9
Compare
Resolve: beaker-project#168 Signed-off-by: Martin Styk <[email protected]>
This allows for custom boot loaders to be used per installation. Newer versions of RHEL may require newer versions of grub or the ppc64le boot loader to function properly.
StykMartin
force-pushed
the
fix-broken-docs
branch
4 times, most recently
from
December 23, 2023 13:04
c530efa
to
2bd9afd
Compare
StykMartin
force-pushed
the
fix-broken-docs
branch
2 times, most recently
from
December 24, 2023 16:23
a4c0f06
to
188efd4
Compare
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
RHVH support should be reworked. We need properly analyze what kind of RHVH we have and set the defaults based on that. Signed-off-by: Martin Styk <[email protected]>
MariaDB in its default configuration is not able to handle SQL statements we need to use. Signed-off-by: Martin Styk <[email protected]>
We can't use declarative model here, because model may change and SQLAlchemy will generate query that doesn't match target schema. In this case we need query that matches release 25. Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
2 times, most recently
from
December 24, 2023 16:40
16f71f8
to
1308016
Compare
Internally urlparse tries to remove unsafe bytes from all fields. This doesn't work on scheme with value None as it doesn't have replace() method. Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
StykMartin
force-pushed
the
fix-broken-docs
branch
from
December 24, 2023 18:47
3b14e3e
to
286c384
Compare
mdujava
pushed a commit
to mdujava/beaker
that referenced
this pull request
Dec 24, 2023
Signed-off-by: Martin Styk <[email protected]>
I will deliver CI/CD to deploy release in additional PR, the scope here is big enough already. |
mdujava
approved these changes
Dec 25, 2023
p3ck
approved these changes
Dec 26, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request features various changes we need to move development forward.
This includes