BigW Consortium Gitlab

  1. 19 Oct, 2017 1 commit
  2. 18 Sep, 2017 2 commits
    • Eliminate N+1 queries in loading discussions.json endpoint · 8690ca5c
      Stan Hu authored
      In #37955,we see that the profile had a number of N+1 queries from repeated
      access to `cross_reference_not_visible_for?`. This was optimized in previous
      versions of GitLab by rendering all notes at once, counting the number of
      visible references, and then using that number to check whether a system note
      should be fully redacted.
      
      There was also another N+1 query calling `ProjectTeam#member?`, which did not
      take advantage of an optimization in prepare_notes_for_rendering that would
      preload the maximum access level per project.
      
      Closes #37955
    • Fix instance default option being true as value · cf851ce5
      Zeger-Jan van de Weg authored
      When a user selected 'Instance default' as value for the auto devops
      settings, this was interpreted as a true value. Now we post an empty
      string in this case, meaning we want to set `NULL` in the database.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37893#note_40541294
  3. 15 Sep, 2017 1 commit
  4. 12 Sep, 2017 1 commit
  5. 06 Sep, 2017 2 commits
  6. 04 Sep, 2017 1 commit
  7. 31 Aug, 2017 2 commits
  8. 30 Aug, 2017 1 commit
  9. 29 Aug, 2017 1 commit
  10. 22 Aug, 2017 1 commit
  11. 20 Aug, 2017 1 commit
  12. 14 Aug, 2017 1 commit
  13. 11 Aug, 2017 3 commits
  14. 10 Aug, 2017 1 commit
  15. 09 Aug, 2017 2 commits
  16. 04 Aug, 2017 1 commit
  17. 03 Aug, 2017 1 commit
  18. 02 Aug, 2017 1 commit
  19. 01 Aug, 2017 4 commits
  20. 28 Jul, 2017 1 commit
    • Fix replying to commit comments on MRs from forks · 75d04f6a
      Sean McGivern authored
      A commit comment shows in the MR, but if the MR is from a fork, it will have a
      different project ID to the MR's target project. In that case, add an
      note_project_id param so that we can pick the correct project for the note.
  21. 24 Jul, 2017 2 commits
  22. 21 Jul, 2017 1 commit
    • 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.
  23. 20 Jul, 2017 1 commit
  24. 19 Jul, 2017 2 commits
  25. 18 Jul, 2017 2 commits
  26. 14 Jul, 2017 1 commit
  27. 07 Jul, 2017 2 commits