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

[api] fix trigger route behaviour #15119

Closed

Commits on Oct 27, 2023

  1. [api] fix trigger route behaviour

    - fail when wrong operation type is used (instead of executing the token
      operation)
    - allow to use /trigger without specifing the operation type (is defined
      by the token)
    - verify given project/package parameter with possible token package
    - fix triggering rebuilds and releases of entire projects
    - improve test coverage and api docu
    adrianschroeter committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    58e39d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    9c7a3c3 View commit details
    Browse the repository at this point in the history
  2. Autocorrect RuboCop offenses

    eduardoj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3281c4c View commit details
    Browse the repository at this point in the history
  3. Reduce cognitive complexity

    Solve codeclimate issue.
    eduardoj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    272f742 View commit details
    Browse the repository at this point in the history
  4. Adapt failing tests

    eduardoj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3d9950d View commit details
    Browse the repository at this point in the history