-
Notifications
You must be signed in to change notification settings - Fork 0
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
1.0.0 release #19
Draft
gcavelier
wants to merge
64
commits into
main
Choose a base branch
from
1.0.0_release
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
1.0.0 release #19
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
gcavelier
force-pushed
the
1.0.0_release
branch
from
August 18, 2024 09:52
35d67c4
to
d6bbdad
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
3 times, most recently
from
August 27, 2024 12:58
cf2d249
to
b936ba5
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
August 28, 2024 15:46
dfccb49
to
6931f48
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
August 29, 2024 10:38
6931f48
to
5397cca
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
August 29, 2024 12:06
5397cca
to
cfe8da4
Compare
This will break the build pipeline on purpose. The lints that were allowed should be fixed for the 1.0.0 release.
gcavelier
force-pushed
the
1.0.0_release
branch
2 times, most recently
from
September 2, 2024 09:33
8ae6e6f
to
268d384
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
2 times, most recently
from
September 12, 2024 08:18
7836957
to
acc8b3c
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
September 16, 2024 18:50
acc8b3c
to
9dbb47c
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
September 20, 2024 17:04
e5dabda
to
85f62f4
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
November 19, 2024 14:39
cf15d30
to
463b00d
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
3 times, most recently
from
November 23, 2024 18:07
ba209e9
to
456cec8
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
November 24, 2024 11:36
2569d1a
to
f2092bf
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
November 24, 2024 11:47
f2092bf
to
3fd9034
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
2 times, most recently
from
November 30, 2024 08:58
d3ec4cd
to
0c91004
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
December 4, 2024 17:18
875df24
to
1238165
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
December 8, 2024 13:47
1238165
to
a8b8695
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
December 9, 2024 22:04
33d2944
to
e500477
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
3 times, most recently
from
December 16, 2024 09:10
ec3e7bb
to
cbc5212
Compare
gcavelier
force-pushed
the
1.0.0_release
branch
from
December 22, 2024 19:32
cbc5212
to
d7aa768
Compare
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.
The following must be done :
get_all_projects()
andget_project_access_tokens()
(by creating a new trait : OffsetBasedPagination, cf https://docs.gitlab.com/ee/api/rest/#offset-based-pagination)tracing
crate to generate logsmain
branchCargo.toml
to 1.0.0 (this commit will have to begin withmajor:
so that GitVersion bumps the OCI image version as well)Closes #20, #21, #27, #28, #29