1. 28 May, 2017 1 commit
  2. 24 May, 2017 3 commits
  3. 28 Apr, 2017 2 commits
    • timols's avatar
      Reset pom to 4.0.0-SNAPSHOT · 07dda996
      timols authored
      07dda996
    • Mirko Friedenhagen's avatar
      Support for GitLab API 4 - Use docker for testing (#207) · fecbaa79
      Mirko Friedenhagen authored
      * #201 initial support for v3 -> v4 api changes.
      
      * Introduce Docker for testing
      
      * Switch to Maven in travis because releases are built with Maven anyway
      * Introduce Maven-Wrapper to fixate the used Maven version.
      * Reuse existing GitlabAPITest as integration test which will be run
        always when docker is available.
      * Use docker-maven-plugin for starting/stopping GitLab.
      * For use with Maven run `mvn -Pdocker-gitlab clean verify`. Starting
        GitLab takes a long time (>100 seconds on my Macbook Pro).
      * For use in the IDE run:
      
      ```
      mvn -Pdocker-gitlab,docker-ide docker:start
      mvn -Pdocker-gitlab,docker-ide docker:stop
      ```
      
      * Extract APIForIntegrationTestingHolder
      
      * username/password sessions per time unit are limited
      
      * Need at least source and target 1.7
      
      AssertionError in Tests is only available for >= JDK7
      
      * Use GitlabUploadIT as another integration test
      
      * Don't choke when dockerized SUT is not available
      
      Need to throw AssumptionViolatedException in BeforeClass because
      otherwise the class is not initialized correctly.
      
      * Add CONTRIBUTING.md and travis badge.
      
      * Fix API calls for user block/unblock, add some calls
      
      * block/unblock uses POST instead of PUT.
      * Add ability to refine permissions for branch protection.
      * Add ability to add deploy key with push permission.
      
      * Fix getRawFileContent and getRepositoryTree
      fecbaa79
  4. 16 Apr, 2017 5 commits
  5. 12 Mar, 2017 1 commit
  6. 06 Mar, 2017 1 commit
  7. 03 Mar, 2017 2 commits
  8. 08 Feb, 2017 1 commit
    • Kohsuke Kawaguchi's avatar
      Various new API additions (#189) · 97c80dbb
      Kohsuke Kawaguchi authored
      * Retrieve version of GitLab API
      
      * Web URL for group
      
      * webUrl in MR
      
      * Date fields
      
      * sha for merge request
      
      * Repository file API
      
      * Added another overloaded version
      
      * Getters and setters
      
      * Missing '/' separator
      97c80dbb
  9. 04 Feb, 2017 2 commits
  10. 30 Jan, 2017 2 commits
  11. 11 Jan, 2017 1 commit
  12. 29 Dec, 2016 1 commit
  13. 14 Dec, 2016 1 commit
  14. 12 Dec, 2016 3 commits
  15. 02 Dec, 2016 1 commit
  16. 21 Oct, 2016 1 commit
  17. 19 Oct, 2016 2 commits
  18. 15 Oct, 2016 2 commits
  19. 06 Sep, 2016 2 commits
  20. 05 Sep, 2016 2 commits
  21. 02 Sep, 2016 4 commits