1. 15 Mar, 2017 1 commit
  2. 13 Mar, 2017 2 commits
  3. 03 Mar, 2017 1 commit
  4. 01 Mar, 2017 1 commit
  5. 27 Feb, 2017 1 commit
  6. 16 Feb, 2017 3 commits
  7. 15 Feb, 2017 8 commits
  8. 04 Feb, 2017 1 commit
  9. 03 Feb, 2017 2 commits
  10. 25 Jan, 2017 1 commit
  11. 21 Jan, 2017 1 commit
  12. 20 Jan, 2017 1 commit
  13. 29 Dec, 2016 1 commit
  14. 28 Dec, 2016 2 commits
  15. 12 Dec, 2016 2 commits
  16. 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
  17. 04 Dec, 2016 2 commits
  18. 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
  19. 29 Nov, 2016 3 commits
  20. 21 Nov, 2016 1 commit
  21. 08 Nov, 2016 1 commit
  22. 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
  23. 25 Oct, 2016 1 commit