1. 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
  2. 29 Nov, 2016 3 commits
  3. 21 Nov, 2016 1 commit
  4. 08 Nov, 2016 1 commit
  5. 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
  6. 25 Oct, 2016 1 commit
  7. 23 Oct, 2016 1 commit
  8. 18 Oct, 2016 2 commits
  9. 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
  10. 05 Oct, 2016 1 commit
  11. 29 Sep, 2016 1 commit
  12. 28 Sep, 2016 1 commit
  13. 26 Sep, 2016 2 commits
  14. 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
  15. 07 Sep, 2016 1 commit
  16. 28 Aug, 2016 1 commit
  17. 20 Aug, 2016 1 commit
  18. 27 Jul, 2016 1 commit
  19. 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
  20. 22 Jul, 2016 2 commits
  21. 20 Jul, 2016 1 commit
  22. 05 Jul, 2016 2 commits
  23. 01 Jul, 2016 1 commit
  24. 27 Jun, 2016 2 commits
  25. 24 May, 2016 2 commits
  26. 17 May, 2016 1 commit
  27. 16 May, 2016 1 commit
  28. 13 May, 2016 4 commits
  29. 11 May, 2016 1 commit