1. 15 Feb, 2017 6 commits
  2. 04 Feb, 2017 1 commit
  3. 03 Feb, 2017 2 commits
  4. 25 Jan, 2017 1 commit
  5. 21 Jan, 2017 1 commit
  6. 20 Jan, 2017 1 commit
  7. 29 Dec, 2016 1 commit
  8. 28 Dec, 2016 2 commits
  9. 12 Dec, 2016 2 commits
  10. 11 Dec, 2016 2 commits
    • Sander van Harmelen's avatar
      6177e9a8
    • Marko Kungla's avatar
      Add parameters Visibility Simple to ListProjectsOptions struct (#105) · 74bf061f
      Marko Kungla authored
      * Add parameter Simple to ListProjectsOptions struct
      
      Enables you to query list of projects with minimal
      information much faster.
      
      ListProjectsOptions{
        Simple *bool url:"simple,omitempty" json:"simple,omitempty"
      }
      
      Fields returned:
      ID, HTTPURLToRepo, WebURL, Name, NameWithNameSpace, Path
      PathWithNamesPace
      
      * Add parameter Visibility to ListProjectOptions
      
      Limit by visibility public, internal or private
      
      ListProjectOptions{
        Visibility *string url:"visibility:omitempty" json:"visibility,omitempty"
      }
      74bf061f
  11. 04 Dec, 2016 2 commits
  12. 02 Dec, 2016 1 commit
    • Mustafa YILDIRIM's avatar
      PipelineEvent type changed (#99) · 507dedeb
      Mustafa YILDIRIM authored
      * PipelineEvent type changed
      
      * Added BuildEvent
      
      * fixing typo
      
      * Refactoring with existing struct type
      
      * Fixed different type object form
      
      * fixing auto generated interface types to string
      
      * Added PushEvent, MergeRequestEvent, PipelineEvent, BuildEvent unmarshal test
      
      * Added GroupMergeEvent type
      
      * Remove GroupMergeEvent and fix MergeEvent for Group Webhooks
      507dedeb
  13. 29 Nov, 2016 3 commits
  14. 21 Nov, 2016 1 commit
  15. 08 Nov, 2016 1 commit
  16. 28 Oct, 2016 1 commit
    • seelensonne's avatar
      Add missing project options (#91) · b75d90fc
      seelensonne authored
      - gitlab.CreateProjectOptions.ContainerRegistryEnabled
      - gitlab.Project.OnlyAllowMergeIfBuildSucceeds
      - gitlab.Project.LFSEnabled
      - gitlab.Project.RequestAccessEnabled
      - gitlab.Project.ContainerRegistryEnabled
      b75d90fc
  17. 25 Oct, 2016 1 commit
  18. 23 Oct, 2016 1 commit
  19. 18 Oct, 2016 2 commits
  20. 10 Oct, 2016 1 commit
    • theshank's avatar
      closes #77 - add `web_url` field to `Issue` (#79) · f418945a
      theshank authored
      * closes #77 - adds `web_url` field to `Issue`
      
      * Add new fields in Issue struct to bring it up-to-date with Gitlab API
      
      The following fields have been added to `Issue` struct
      * `Subscribed`
      * `UserNotesCount`
      * `Confidential`
      * `DueDate`
      * `WebURL`
      f418945a
  21. 05 Oct, 2016 1 commit
  22. 29 Sep, 2016 1 commit
  23. 28 Sep, 2016 1 commit
  24. 26 Sep, 2016 2 commits
  25. 11 Sep, 2016 1 commit
    • ArkBriar's avatar
      Add support for /projects/*/builds/* (#71) · 073d7ac4
      ArkBriar authored
      * Add support for /projects/*/builds/*
      PR for issue #42
      
      * fix
      
      * modify comments
      
      * modify comments
      
      * change styles and perform some addtion/deletion according to comments
      
      * define Runner as a independent type
      
      * define ArtifactsFile as a independent type
      
      * remove type Runner and ArtifactsFile, and remove field Coverage
      073d7ac4
  26. 07 Sep, 2016 1 commit