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

[11.15] Added functionality to handle access tokens #800

Open
wants to merge 16 commits into
base: 11.15
Choose a base branch
from

Commits on Mar 6, 2024

  1. Added getGroupPath

    This is similar to getProjectPath, but for groups.
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    76229f9 View commit details
    Browse the repository at this point in the history
  2. Added methods for group access tokens

    Adds the same functions currently available for project access tokens,
    but for groups.
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    63aa8d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb932b2 View commit details
    Browse the repository at this point in the history
  4. Fix PHPDoc style

    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d00fb40 View commit details
    Browse the repository at this point in the history
  5. Fixed PHP version requirements

    The require for PHP versions was inaccurate, as this project actually
    only supports PHP 8.1 and above.
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a5f9de4 View commit details
    Browse the repository at this point in the history
  6. Added typed parameters and typed returns

    This has been added to make PHPStan happi. :)
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    243da81 View commit details
    Browse the repository at this point in the history
  7. Fix the doing of my IDE

    It added tabs instead of spaces. :(
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fb8978f View commit details
    Browse the repository at this point in the history
  8. Fixed PHPDocs in HttpClient/Pluging/*

    PHPDocs were faulty (according to PHPStan) in Authentication and
    ExceptionThrower. The `make test` command should no longer fail.
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b070c80 View commit details
    Browse the repository at this point in the history
  9. Make StyleCI happy again.

    It appears to be very picky; I guess this is good practice.
    inuitviking committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3b41f1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    804b62e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add rotation functionality for group access tokens

    Angutivik Casper Rúnur Tausen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c44e0aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Made it possible to rotate project access tokens

    Angutivik Casper Rúnur Tausen committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c5959f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fixed styleci complaints

    Angutivik Casper Rúnur Tausen committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    97e7281 View commit details
    Browse the repository at this point in the history
  2. Fix styleci complain that wasn't previously there

    Angutivik Casper Rúnur Tausen committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3bc5876 View commit details
    Browse the repository at this point in the history
  3. Added tests for access token rotation

    Angutivik Casper Rúnur Tausen committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6962b87 View commit details
    Browse the repository at this point in the history
  4. Remove overseen comma

    Angutivik Casper Rúnur Tausen committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c7e1e12 View commit details
    Browse the repository at this point in the history