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

feat: add new authentication method for GitLab >= 16 #876

Merged
merged 27 commits into from
Nov 3, 2023

Commits on Jun 7, 2023

  1. support new authentication method for gitlab 16+

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    37e3763 View commit details
    Browse the repository at this point in the history
  2. fix useless if statement

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    eabf9ae View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. fix if statement and add comment

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    199d1de View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge pull request #2 from Kadeux/support-gitlab-16

    Support gitlab 16
    coibib authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4fefc66 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. fix comments

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    968fe0b View commit details
    Browse the repository at this point in the history
  2. update README

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1b228c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch 'main' into main

    coibib authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    062b5e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge branch 'main' into main

    coibib authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6693b5d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix lint

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ed0dea6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    e7e5193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d47213 View commit details
    Browse the repository at this point in the history
  3. remove unused variable

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b221b9a View commit details
    Browse the repository at this point in the history
  4. Fix format of locals.tf

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9b5d20a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. merge conflicts resolved

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    38e9c37 View commit details
    Browse the repository at this point in the history
  2. version 7 compliant

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    85ad00a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. dump aws version example runner default and add glrt to cspell

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    914ed8a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    ea349f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge branch 'main' into main

    coibib authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    54a8dac View commit details
    Browse the repository at this point in the history
  2. Change variable names and apply comments

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7611da2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    27ee736 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix README and usage.md

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c12432a View commit details
    Browse the repository at this point in the history
  2. fix typo on README

    Signed-off-by: François Bibron <[email protected]>
    coibib committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    323342c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    4a03389 View commit details
    Browse the repository at this point in the history
  2. 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.
    kayman-mk committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    37a7e87 View commit details
    Browse the repository at this point in the history
  3. move statement related to the different authentication procedures to …

    …the correct `if` to avoid unnecessary errors in the logs
    kayman-mk committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    32d56fe View commit details
    Browse the repository at this point in the history
  4. optional values with defaults always return a value, so compare with …

    …the empty string to make sure that the user set something
    kayman-mk committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f3f5f24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eeca29 View commit details
    Browse the repository at this point in the history