BigW Consortium Gitlab

  1. 29 Nov, 2016 1 commit
  2. 18 Nov, 2016 1 commit
  3. 16 Nov, 2016 1 commit
  4. 07 Nov, 2016 1 commit
  5. 03 Nov, 2016 1 commit
  6. 28 Oct, 2016 1 commit
    • Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez authored
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
  7. 24 Oct, 2016 1 commit
  8. 21 Oct, 2016 1 commit
  9. 19 Oct, 2016 3 commits
  10. 17 Oct, 2016 1 commit
  11. 11 Oct, 2016 1 commit
  12. 09 Oct, 2016 1 commit
  13. 08 Oct, 2016 1 commit
  14. 07 Oct, 2016 1 commit
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
  15. 05 Oct, 2016 1 commit
  16. 30 Sep, 2016 1 commit
  17. 09 Sep, 2016 1 commit
  18. 08 Sep, 2016 2 commits
  19. 07 Sep, 2016 2 commits
    • fix margin for multi-line emojis · 8a2b89f3
      tauriedavis authored
    • Reordered dropdown options · 56461e0c
      Luke Bennett authored
      Rearranged datetime created line
      
      Added `avatar_class` option to `link_to_member` so it can be hidden
      
      Made snippet title font heavier
      
      Added file title  bar
      
      Hidden unneeded info from xs screens
      
      Added visibility icon
      
      Reveal file-actions on xs screens
      
      Added comments icon to snippets list items
      
      Refactored no-comments declaration into framework stylesheet
      
      Final touch ups
      
      Fixed snippets_spec
  20. 25 Aug, 2016 1 commit
  21. 24 Aug, 2016 1 commit
  22. 17 Aug, 2016 1 commit
  23. 15 Aug, 2016 2 commits
  24. 11 Aug, 2016 1 commit
  25. 08 Aug, 2016 1 commit
  26. 01 Aug, 2016 2 commits
    • Redirect to external issue tracker from `/issues` · a70431f8
      Robert Speicher authored
      Prior, in order to display the correct link to "Issues" in the project
      navigation, we were performing a check against the project to see if it
      used an external issue tracker, and if so, we used that URL. This was
      inefficient.
      
      Now, we simply _always_ link to `namespace_project_issues_path`, and
      then in the controller we redirect to the external tracker if it's
      present.
      
      This also removes the need for the url_for_issue helper. Bonus! :tada:
    • State specific default sort order for issuables · 84a3225b
      zs authored
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
  27. 29 Jul, 2016 1 commit
  28. 28 Jul, 2016 1 commit
  29. 27 Jul, 2016 1 commit
  30. 26 Jul, 2016 1 commit
  31. 23 Jul, 2016 1 commit
  32. 12 Jul, 2016 1 commit
  33. 06 Jul, 2016 2 commits