Skip to content

[11.2] Add missing parameters to the GitLab\Api\Projects:all method #623

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

Conversation

aadmathijssen
Copy link
Contributor

@aadmathijssen aadmathijssen commented Feb 6, 2021

The following missing parameters are added to the \GitLab\Api\Projects:all method:

  • id_after (integer)
  • id_before (integer)
  • last_activity_after (datetime)
  • last_activity_before (datetime)
  • repository_checksum_failed (boolean)
  • repository_storage (string)
  • starred (boolean)
  • wiki_checksum_failed (boolean)
  • with_custom_attributes (boolean)
  • with_programming_language (string)

Closes #622.

The following parameters are added:
* `id_after` (integer)
* `id_before` (integer)
* `last_activity_after` (datetime)
* `last_activity_before` (datetime)
* `repository_checksum_failed` (boolean)
* `repository_storage` (string)
* `starred` (boolean)
* `wiki_checksum_failed` (boolean)
* `with_custom_attributes` (boolean)
* `with_programming_language` (string)

Closes GitLabPHP#622.
@GrahamCampbell GrahamCampbell changed the title Add missing parameters to the \GitLab\Api\Projects:all method [11.2] Add missing parameters to the GitLab\Api\Projects:all method Feb 9, 2021
@GrahamCampbell
Copy link
Member

Thanks for this. Could you update the method phpdoc too please, and add a change log entry? :)

@aadmathijssen
Copy link
Contributor Author

Done!

I also noticed that the starred parameter was already there, so I remove the duplicate addition from the PR.

@GrahamCampbell GrahamCampbell merged commit 904dcff into GitLabPHP:11.2 Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants