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

1.0.0 release #19

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from
Draft

1.0.0 release #19

wants to merge 64 commits into from

Conversation

gcavelier
Copy link
Collaborator

@gcavelier gcavelier commented Aug 16, 2024

The following must be done :

  • Split the source code into multiple files
  • Merge functions get_all_projects() and get_project_access_tokens() (by creating a new trait : OffsetBasedPagination, cf https://docs.gitlab.com/ee/api/rest/#offset-based-pagination)
  • Handle user tokens
  • Handle group access tokens
  • Use 2 distinct async tasks to get the projects and groups tokens => better concurrency
  • Don't report tokens associated with an archived project
  • Add documentation
  • Fix all clippy errors
  • Use the tracing crate to generate logs
  • Add an overview on how to use the public OCI image (https://hub.docker.com/r/cnieg/gitlab-tokens-exporter)
  • Protect the main branch
  • Change the version in Cargo.toml to 1.0.0 (this commit will have to begin with major: so that GitVersion bumps the OCI image version as well)

Closes #20, #21, #27, #28, #29

@gcavelier gcavelier marked this pull request as draft August 16, 2024 16:50
@gcavelier gcavelier self-assigned this Aug 16, 2024
@gcavelier gcavelier changed the title Release 1.0.0 1.0.0 release Aug 19, 2024
@gcavelier gcavelier force-pushed the 1.0.0_release branch 3 times, most recently from cf2d249 to b936ba5 Compare August 27, 2024 12:58
@pull-request-size pull-request-size bot added size/M and removed size/S labels Aug 29, 2024
@pull-request-size pull-request-size bot added size/S and removed size/M labels Aug 29, 2024
gcavelier and others added 4 commits August 29, 2024 15:04
@gcavelier gcavelier force-pushed the 1.0.0_release branch 2 times, most recently from 8ae6e6f to 268d384 Compare September 2, 2024 09:33
@gcavelier gcavelier force-pushed the 1.0.0_release branch 2 times, most recently from 7836957 to acc8b3c Compare September 12, 2024 08:18
@pull-request-size pull-request-size bot added size/M and removed size/S labels Sep 17, 2024
@gcavelier gcavelier force-pushed the 1.0.0_release branch 3 times, most recently from ba209e9 to 456cec8 Compare November 23, 2024 18:07
@gcavelier gcavelier force-pushed the 1.0.0_release branch 2 times, most recently from d3ec4cd to 0c91004 Compare November 30, 2024 08:58
@gcavelier gcavelier force-pushed the 1.0.0_release branch 3 times, most recently from ec3e7bb to cbc5212 Compare December 16, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant