BigW Consortium Gitlab

  1. 31 Oct, 2017 1 commit
  2. 27 Oct, 2017 1 commit
    • 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
  3. 25 Oct, 2017 1 commit
  4. 22 Oct, 2017 1 commit
  5. 21 Oct, 2017 1 commit
    • 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
  6. 19 Oct, 2017 1 commit
    • 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
  7. 12 Oct, 2017 1 commit
  8. 11 Oct, 2017 2 commits
  9. 05 Oct, 2017 1 commit
  10. 04 Oct, 2017 3 commits
  11. 03 Oct, 2017 1 commit
  12. 30 Sep, 2017 1 commit
  13. 28 Sep, 2017 1 commit
  14. 27 Sep, 2017 2 commits
  15. 26 Sep, 2017 1 commit
  16. 25 Sep, 2017 1 commit
  17. 23 Sep, 2017 5 commits
  18. 21 Sep, 2017 1 commit
  19. 04 Sep, 2017 1 commit
  20. 28 Aug, 2017 1 commit
  21. 18 Aug, 2017 1 commit
    • Remove CI API v1 · 1ffd0c85
      Zeger-Jan van de Weg authored
      This API was mainly for internal usage, and has been moved to the
      general API: APIv4. The endpoints have been deprecated since 9.0, and
      won't see 10.0. :)
  22. 15 Aug, 2017 1 commit
  23. 11 Aug, 2017 1 commit
  24. 10 Aug, 2017 1 commit
  25. 04 Aug, 2017 1 commit
  26. 03 Aug, 2017 1 commit
  27. 27 Jul, 2017 3 commits
  28. 25 Jul, 2017 1 commit
  29. 21 Jul, 2017 2 commits
    • Rename build to pipeline for status badges · 2086483b
      Z.J. van de Weg authored
      First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This
      commit is renaming files and classes from build to pipeline. Also
      wording is editted to pipeline. Given `pipeline` had more characters
      than `build`, I've made the field a bit wider. The width now matchers
      the one for the coverage badge, so they look nice when in a table
      format, or in a list.
      
      As soon as this commit is merged to master, and released, the build.svg
      is deprecated, meaning that all users which already placed a badge
      should update it. However, to make sure it keeps working tests are added
      for this case.