1. 30 Aug, 2019 3 commits
  2. 05 Dec, 2018 1 commit
  3. 23 Aug, 2018 1 commit
  4. 08 Aug, 2018 2 commits
  5. 29 Sep, 2017 1 commit
  6. 19 Sep, 2017 2 commits
  7. 15 Sep, 2017 11 commits
  8. 28 Jul, 2017 2 commits
  9. 27 Jul, 2017 1 commit
  10. 26 Jun, 2017 3 commits
  11. 12 Jun, 2017 1 commit
  12. 28 May, 2017 2 commits
  13. 24 May, 2017 3 commits
  14. 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
  15. 16 Apr, 2017 5 commits