An error occurred fetching the project authors.
  1. 22 Apr, 2019 2 commits
  2. 18 Apr, 2019 1 commit
  3. 17 Apr, 2019 1 commit
  4. 12 Apr, 2019 3 commits
  5. 10 Apr, 2019 1 commit
  6. 05 Apr, 2019 2 commits
  7. 04 Apr, 2019 1 commit
  8. 02 Apr, 2019 1 commit
    • Patrick Bajao's avatar
      Download a folder from repository · 6766a0a1
      Patrick Bajao authored
      Add `GetArchiveRequest` to git-archive params.
      
      Modifies `Git::Repository#archive_metadata` to append `path`
      to `ArchivePrefix` so it'll not hit the cache of repository archive
      when it already exists.
      6766a0a1
  9. 27 Mar, 2019 1 commit
    • Gabriel Mazetto's avatar
      Upgrade `gitlab-markup` to 1.7.0 · e5af7d83
      Gabriel Mazetto authored
      The new version requires `python3` to be available. In omnibus
      installation this is already a reality as we are currently pathing
      previous `gitlab-markup` version to use `python3` instead of `python2`.
      
      We are now requiring `python3` with the gem without having to patch it.
      
      As a consequence to also make it easy to use it in development, we've
      introduced a `Pipfile` and `Pipfile.lock`, working similarly to
      `Gemfile` and `Gemfile.lock`, and added documentation on how to use
      them.
      e5af7d83
  10. 26 Mar, 2019 2 commits
  11. 25 Mar, 2019 1 commit
  12. 22 Mar, 2019 1 commit
  13. 19 Mar, 2019 3 commits
  14. 18 Mar, 2019 1 commit
  15. 13 Mar, 2019 1 commit
  16. 12 Mar, 2019 1 commit
  17. 08 Mar, 2019 5 commits
  18. 06 Mar, 2019 1 commit
    • Patrick Bajao's avatar
      Accept force option on commit via API · de5aef3b
      Patrick Bajao authored
      When `force` is set to `true` and `start_branch` is set, the
      branch will be ovewritten with the new commit based on the
      `HEAD` of the `start_branch`.
      
      This commit includes changes to update the `gitaly-proto` gem.
      de5aef3b
  19. 04 Mar, 2019 1 commit
    • Drew Blessing's avatar
      Allow raw `tls_options` to be passed in LDAP configuration · f6350fac
      Drew Blessing authored
      We've previously exposed ca_file and ssl_version but there are many
      possible options that can be used inside tls_options. Instead of
      exposing individual ones, simply expose the entire hash so it can
      be passed in and we won't have to add things in the future.
      f6350fac
  20. 01 Mar, 2019 4 commits
  21. 25 Feb, 2019 1 commit
    • Oswaldo Ferreira's avatar
      Support merge to ref for merge-commit and squash · 1ad69967
      Oswaldo Ferreira authored
      Adds the ground work for writing into
      the merge ref refs/merge-requests/:iid/merge the
      merge result between source and target branches of
      a MR, without further side-effects such as
      mailing, MR updates and target branch changes.
      1ad69967
  22. 22 Feb, 2019 1 commit
  23. 16 Feb, 2019 1 commit
  24. 15 Feb, 2019 1 commit
  25. 11 Feb, 2019 1 commit
  26. 08 Feb, 2019 1 commit