An error occurred fetching the project authors.
  1. 05 Mar, 2018 1 commit
  2. 28 Feb, 2018 2 commits
  3. 23 Feb, 2018 2 commits
  4. 05 Feb, 2018 3 commits
  5. 31 Jan, 2018 1 commit
  6. 24 Jan, 2018 1 commit
  7. 12 Jan, 2018 1 commit
  8. 05 Jan, 2018 2 commits
    • Matija Čupić's avatar
      21a713f9
    • Jan Provaznik's avatar
      Backport 'Rebase' feature from EE to CE · 27a75ea1
      Jan Provaznik authored
      When a project uses fast-forward merging strategy user has
      to rebase MRs to target branch before it can be merged.
      Now user can do rebase in UI by clicking 'Rebase' button
      instead of doing rebase locally.
      
      This feature was already present in EE, this is only backport
      of the feature to CE. Couple of changes:
      * removed rebase license check
      * renamed migration (changed timestamp)
      
      Closes #40301
      27a75ea1
  9. 04 Jan, 2018 1 commit
  10. 27 Dec, 2017 1 commit
  11. 21 Dec, 2017 2 commits
  12. 16 Dec, 2017 3 commits
  13. 12 Dec, 2017 2 commits
  14. 05 Dec, 2017 2 commits
    • Filipa Lacerda's avatar
    • Jan Provaznik's avatar
      Create merge request from email · 8cce7073
      Jan Provaznik authored
      * new merge request can be created by sending an email to the specific
      email address (similar to creating issues by email)
      * for the first iteration, source branch must be specified in the mail
      subject, other merge request parameters can not be set yet
      * user should enable "Receive notifications about your own activity" in
      user settings to receive a notification about created merge request
      
      Part of #32878
      8cce7073
  15. 03 Dec, 2017 3 commits
  16. 07 Nov, 2017 1 commit
  17. 03 Nov, 2017 2 commits
  18. 02 Nov, 2017 2 commits
  19. 01 Nov, 2017 2 commits
  20. 31 Oct, 2017 1 commit
  21. 27 Oct, 2017 1 commit
    • Stan Hu's avatar
      Fix broken Members link when relative URL root paths are used · d6cd7006
      Stan Hu authored
      Navigating to the "Members" section of a project would omit the
      relative URL root path. Fix the redirection and eliminate the
      need for a redirection in the first place.
      
      Fix other redirections failing to work with relative roots
      d6cd7006
  22. 21 Oct, 2017 1 commit
    • Stan Hu's avatar
      Fix inability to delete container registry tags · fbf82bf4
      Stan Hu authored
      Because container registry tags can have periods, the addition of the `.json`
      format caused ambiguity. Since the tag name regex is greedy, it would attempt
      to locate an image named `foo.json` instead of `foo`.
      
      Closes #39260
      fbf82bf4
  23. 19 Oct, 2017 1 commit
    • Stan Hu's avatar
      Fix inability to delete container registry tags · b7e35033
      Stan Hu authored
      Because container registry tags can have periods, the addition of the `.json`
      format caused ambiguity. Since the tag name regex is greedy, it would attempt
      to locate an image named `foo.json` instead of `foo`.
      
      Closes #39260
      b7e35033
  24. 03 Oct, 2017 1 commit
  25. 30 Sep, 2017 1 commit