1. 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
  2. 04 Dec, 2016 2 commits
  3. 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
  4. 29 Nov, 2016 3 commits
  5. 21 Nov, 2016 1 commit
  6. 08 Nov, 2016 1 commit
  7. 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
  8. 25 Oct, 2016 1 commit
  9. 23 Oct, 2016 1 commit
  10. 18 Oct, 2016 2 commits
  11. 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
  12. 05 Oct, 2016 1 commit
  13. 29 Sep, 2016 1 commit
  14. 28 Sep, 2016 1 commit
  15. 26 Sep, 2016 2 commits
  16. 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
  17. 07 Sep, 2016 1 commit
  18. 28 Aug, 2016 1 commit
  19. 20 Aug, 2016 1 commit
  20. 27 Jul, 2016 1 commit
  21. 26 Jul, 2016 1 commit
    • Sander van Harmelen's avatar
      Convert all *Options structs to use pointer for fields and fixup the README and… · 4f1f8d2b
      Sander van Harmelen authored
      Convert all *Options structs to use pointer for fields and fixup the README and project struct (#66)
      
      * Convert all *Options structs to use pointer for fields, per #29.
      
      * Update README and fix project struct
      
      The `project` struct was the only one that had all pointers, so I reverted that to make things consistent again.
      
      The same goes for the `time.Time` pointers. In some cases the API does not return a time and if the field is not a pointer to `time.Time`, this will generate an error. So to be consistent now all `time.Time` fields are pointer fields.
      4f1f8d2b
  22. 22 Jul, 2016 2 commits
  23. 20 Jul, 2016 1 commit
  24. 05 Jul, 2016 2 commits
  25. 01 Jul, 2016 1 commit
  26. 27 Jun, 2016 2 commits
  27. 24 May, 2016 2 commits
  28. 17 May, 2016 1 commit
  29. 16 May, 2016 1 commit
  30. 13 May, 2016 1 commit