File rubygem-gitlab.changes of Package rubygem-gitlab

-------------------------------------------------------------------
Fri Jun 21 09:57:03 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- 4.20.1:

## Bugfixes

+ Fixed availability of methods for project export API


4.20.0:

## New features

+ Added support for disabling two factor authentication (2FA) for the specified user #646
+ Added support for user memberships #648
+ Added `total` method to `Gitlab::PaginatedResponse` returning the count of records #653
+ Added support for user activation and deactivation #657
+ Added support for merge request diffs #661
+ Added support for project export API #664
+ Added support for group hooks API #665
+ Added support for merge trains API ##672
+ Added support for pipeline variables #678
+ Added support for runner API #677
+ Added support for the latest release #679
+ Added support for merge requests related to issue #683
+ Added support for pipeline metadata update #685
+ Added `user_by_username` method to search for single user #688
+ Added support for create service account and personal access tokens API #689




-------------------------------------------------------------------
Thu Aug  4 13:12:35 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.19.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Tue Jan 25 06:58:57 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.18.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Wed Jan 20 12:42:15 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 4.17.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Fri Sep 25 14:03:44 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 4.16.1
 see installed CHANGELOG.md


-------------------------------------------------------------------
Thu May  7 20:47:18 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 4.14.1
 see installed CHANGELOG.md

-------------------------------------------------------------------
Mon Feb 10 14:44:07 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 4.13.1
 see installed CHANGELOG.md

-------------------------------------------------------------------
Fri Jul 19 09:11:02 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 4.12.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Sun May  5 09:27:54 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 4.11.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Sat Mar  2 15:18:21 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 4.10.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Mon Jan 14 13:40:16 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 4.8.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Thu Nov 22 05:11:48 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 4.7.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Wed Sep  5 10:17:09 UTC 2018 - coolo@suse.com

- updated to version 4.5.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Sun Jun  3 16:06:49 UTC 2018 - factory-auto@kulow.org

- updated to version 4.4.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Tue Jan  9 07:30:03 UTC 2018 - coolo@suse.com

- updated to version 4.3.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Thu Aug  3 19:18:07 UTC 2017 - coolo@suse.com

- updated to version 4.2.0
 see installed CHANGELOG.md

  ### 4.2.0 (13/07/2017)
  - Use `url_encode` in all `Commit` resources (@grodowski)
  - Fix `project_search` path for APIv4 (@edaubert)
  - Add options to `Labels#create_label` (@hlidotbe)
  - Add `Board` API support (@hlidotbe)
  - `Award Emoji` API (@akkee)
  - Subscribe and unsubscribe actions for labels (@akkee)
  - Add `options` hash to `add_hook` method (@mltsy)
  - Update repository files endpoint APIv4 (@mltsy)
  - Update `Branch` docs and add `options` param to `protect_branch` (@mltsy)
  - Fix and clarify `edit_project` option docs (@mltsy)
  - Add `TODO` API (@akkee)
  - Use `body` parameter to send POST data (@sr189)
  - Add `Environments` module (@mltsy)
  - Edit and Delete methods for `Notes` API (@akkee)
  - Rename `branch_name` parameter to `branch` in `create_branch` & `create_commit` methods (@sr189)

-------------------------------------------------------------------
Tue May 30 05:13:28 UTC 2017 - coolo@suse.com

- updated to version 4.1.0
 see installed CHANGELOG.md

  ### 4.1.0 (26/05/2017)
  - Add appropriate Content-Type header (@mltsy)
  - Add `Jobs` endpoint methods (@hjanuschka)
  - Update `BuildTriggers` to v4 API and rename to `PipelineTriggers`. (@IgnoredAmbience)
  - Add support for `keys` resource (@dirker)
  - Remove version-lock for terminal-table (@SuperTux88)

-------------------------------------------------------------------
Tue Apr 11 04:35:10 UTC 2017 - coolo@suse.com

- updated to version 4.0.0
 see installed CHANGELOG.md

  ### Unreleased
  
  ### 4.0.0 (10/04/2017)
  - Adds ability to create commits in a repository - (@logicminds)
  - Remove Ruby 1.x support from the project - (@orta)
  - Add `star_project` and `unstar_project` methods. (@connorshea)
  - Lock terminal-table to prevent build failures on Ruby 1.9/2.0. (@connorshea)
  - Update documentation to link to docs.gitlab.com instead of the GitHub mirror for GitLab CE. (@connorshea)
  - Add method `share_project_with_group` (@danhalligan)
  - Allow to retrieve `ssh_keys` for a specific user(@dirker)
  - Allow issues to use NAMESPACE/REPO identifier (@brodock)
  - Add issues subscribe/unsubscribe (@newellista)
  - Add merge_requests subscribe/unsubscribe (@newellista)
  - Updated `deploy_key` endpoints (@epintozzi)
  - Add milestone/merge_requests (API V4 only) (@joren)
  - Rename "git hook" to "push rule". (@asedge)
  - Change project fork endpoint for v4 API. (@asedge)
  - Block/unblock user now uses POST instead of PUT. (@asedge)
  - Project ID can also be a string (namespace/project_name). (@bergholdt)
  - Support pipeline. (@bergholdt)
  - Add methods to disable and enable deploy keys on projects. (@buzzdeee)
  - Add method to fetch issues a merge request will close. (@joren)
  - Fix `get_file` and `file_contents` methods to work with APIv4. (@asedge)

-------------------------------------------------------------------
Wed Aug 17 04:30:45 UTC 2016 - coolo@suse.com

- updated to version 3.7.0
 see installed CHANGELOG.md

  ### 3.7.0 (16/08/2016)
  
  - Add in GitlabCI Runner support (@davidcollum)
  - Implemented tags API methods (@jblackman)
  - Expose response status when Gitlab raises an error. (@calavera)
  - Add `build_artifacts` method (@nanofi)
  - Add `user_search` method (@Dreeg)
  - Added project git hook support (@liger1978)
  - Add the ability to delete an issue (@dandunckelman)
  - Add missing Build APIs (@edgemaster)
  - Improve record table output to use Hash `id` field if it exists. (@asedge)
  - Support for listing merge request notes (@dlukman)
  - Update YARD so it can be formatted easier for the CLI. (@asedge)
  - Add `options` to `build` method (@sanderhahn)
  - Add `delete_group` method (@shadeslayer)
  - Add `group_projects` method (@shadeslayer)
  - Add `edit_merge_request_comment` (@hjanuschka)
  - Add `merge_request_commits` method (@nomeaning777)
  - Add method `edit_group_member` (@coder-hugo)
  - New builds endpoints (@kmarcisz)
  - Use `respond_to_missing?` instead of `respond_to?` (@tsigo)
  - Added possibility to change emails of user (@azomazo)
  - Added possibility to change services in the project (@azomazo)
  - Update README.md (@walterheck)

-------------------------------------------------------------------
Tue Mar 29 19:33:10 UTC 2016 - tampakrap@opensuse.org

- update to 3.6.1:
  * https://github.com/NARKOZ/gitlab/blob/master/CHANGELOG.md#361-13122015
  * https://github.com/NARKOZ/gitlab/blob/master/CHANGELOG.md#361-13122015
  * https://github.com/NARKOZ/gitlab/blob/master/CHANGELOG.md#350-26112015
  * https://github.com/NARKOZ/gitlab/blob/master/CHANGELOG.md#350-26112015

-------------------------------------------------------------------
Thu Apr  9 15:27:38 UTC 2015 - mrueckert@suse.de

- initial package

openSUSE Build Service is sponsored by