-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
feat: add new authentication method for GitLab >= 16 #876
Commits on Jun 7, 2023
-
support new authentication method for gitlab 16+
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37e3763 - Browse repository at this point
Copy the full SHA 37e3763View commit details -
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eabf9ae - Browse repository at this point
Copy the full SHA eabf9aeView commit details
Commits on Jun 8, 2023
-
fix if statement and add comment
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 199d1de - Browse repository at this point
Copy the full SHA 199d1deView commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fefc66 - Browse repository at this point
Copy the full SHA 4fefc66View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 968fe0b - Browse repository at this point
Copy the full SHA 968fe0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b228c3 - Browse repository at this point
Copy the full SHA 1b228c3View commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 062b5e6 - Browse repository at this point
Copy the full SHA 062b5e6View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6693b5d - Browse repository at this point
Copy the full SHA 6693b5dView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed0dea6 - Browse repository at this point
Copy the full SHA ed0dea6View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7e5193 - Browse repository at this point
Copy the full SHA e7e5193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d47213 - Browse repository at this point
Copy the full SHA 6d47213View commit details -
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b221b9a - Browse repository at this point
Copy the full SHA b221b9aView commit details -
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b5d20a - Browse repository at this point
Copy the full SHA 9b5d20aView commit details
Commits on Sep 19, 2023
-
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38e9c37 - Browse repository at this point
Copy the full SHA 38e9c37View commit details -
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85ad00a - Browse repository at this point
Copy the full SHA 85ad00aView commit details
Commits on Sep 20, 2023
-
dump aws version example runner default and add glrt to cspell
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 914ed8a - Browse repository at this point
Copy the full SHA 914ed8aView commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea349f8 - Browse repository at this point
Copy the full SHA ea349f8View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54a8dac - Browse repository at this point
Copy the full SHA 54a8dacView commit details -
Change variable names and apply comments
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7611da2 - Browse repository at this point
Copy the full SHA 7611da2View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27ee736 - Browse repository at this point
Copy the full SHA 27ee736View commit details
Commits on Oct 31, 2023
-
Signed-off-by: François Bibron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c12432a - Browse repository at this point
Copy the full SHA c12432aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 323342c - Browse repository at this point
Copy the full SHA 323342cView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a03389 - Browse repository at this point
Copy the full SHA 4a03389View commit details -
Moved the default value to the variable section and removed the `look…
…up`. It doesn't work with `optional(string, "")` as the variable is always filled.
Configuration menu - View commit details
-
Copy full SHA for 37a7e87 - Browse repository at this point
Copy the full SHA 37a7e87View commit details -
move statement related to the different authentication procedures to …
…the correct `if` to avoid unnecessary errors in the logs
Configuration menu - View commit details
-
Copy full SHA for 32d56fe - Browse repository at this point
Copy the full SHA 32d56feView commit details -
optional values with defaults always return a value, so compare with …
…the empty string to make sure that the user set something
Configuration menu - View commit details
-
Copy full SHA for f3f5f24 - Browse repository at this point
Copy the full SHA f3f5f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eeca29 - Browse repository at this point
Copy the full SHA 0eeca29View commit details