- 28 Sep, 2017 6 commits
-
-
Jose Ivan Vargas Lopez authored
Handle error when fetching ref for MR with deleted source branch See merge request gitlab-org/gitlab-ce!14550
-
Robert Speicher authored
Upgrade Nokogiri because of CVE-2017-9050 See merge request gitlab-org/gitlab-ce!14427
-
Annabel Dunstone Gray authored
Update "x/x discussions resolved" checkmark icon to be green when all discussions resolved Closes #37465 See merge request gitlab-org/gitlab-ce!14255
-
Fatih Acet authored
Fix MR widget with external CI services/integrations Closes #33287 See merge request gitlab-org/gitlab-ce!13977
-
Fatih Acet authored
Fix MR widget with ready to merge buttons/controls at mobile breakpoint Closes #37259 See merge request gitlab-org/gitlab-ce!14242
-
Sean McGivern authored
If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
-
- 18 Sep, 2017 2 commits
-
-
Simon Knox authored
-
Simon Knox authored
[ci skip]
-
- 16 Sep, 2017 3 commits
-
-
Grzegorz Bizon authored
Resolve "New issue from failed build no longer links to failed build" Closes #36907 See merge request !13790
-
Rémy Coutable authored
Fix: GPG tmp dir removal race condition Ignore any errors when removing the tmp directory, as we may run into a race condition: The `gpg-agent` agent process may clean up some files as well while `FileUtils.remove_entry` is iterating the directory and removing all its contained files and directories recursively, which could raise an error. Closes #36998 See merge request !14194
-
Simon Knox authored
# Conflicts: # db/schema.rb
-
- 15 Sep, 2017 1 commit
-
-
Grzegorz Bizon authored
Fix project feature being deleted when updating project with invalid visibility level See merge request gitlab-org/gitlab-ce!14235
-
- 14 Sep, 2017 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 13 Sep, 2017 1 commit
-
-
Kamil Trzciński authored
Merge branch 'fix/sm/37559-pipeline-triggered-through-api-not-showing-trigger-variables' into 'master' Fix `ci_builds` to have an associated `trigger_request_id` See merge request !14244
-
- 12 Sep, 2017 6 commits
-
-
Felipe Artur authored
-
Simon Knox authored
Pick for 9.5: "Refactor how we fetch ref for merge requests" See merge request !14213
-
Douwe Maan authored
Refactor how we fetch ref for merge requests Closes #36089 and #36296 See merge request !13416
-
Simon Knox authored
-
Simon Knox authored
alternative is to pick !13872
-
Simon Knox authored
changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13984/
-
- 11 Sep, 2017 2 commits
-
-
Robert Speicher authored
Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469
-
Jose Ivan Vargas authored
This reverts commit dd406182, reversing changes made to d5d24976.
-
- 08 Sep, 2017 16 commits
-
-
Douwe Maan authored
GPG signature must match the committer in order to be verified See merge request !13771
-
Sean McGivern authored
Perf.slow issuable Closes #32844 See merge request !13685
-
Sean McGivern authored
Only update the sidebar count caches when needed See merge request !13878
-
Douwe Maan authored
Improve migrations using triggers Closes #36633 See merge request !13666
-
Tim Zallmann authored
Fix new_sidebar.scss being out of date See merge request !14035
-
Annabel Dunstone Gray authored
Fix new navigation wrapping caret and increasing height Closes #36821 See merge request !13967
-
Clement Ho authored
Fix buttons with different height in merge request widget Closes #37331 See merge request !14000
-
Douwe Maan authored
Increase the timeout before aborting a storage access attempt See merge request !14023
-
Phil Hughes authored
Creates an icon only for the discussions and puts back the old SVG for CI status Closes #37406 See merge request !14042
-
Douwe Maan authored
Fix problems sanitizing URLs with empty passwords Closes gitlab-ee#3352 See merge request !14083
-
Douwe Maan authored
Fix a wrong `X-Gitlab-Event` header when testing webhooks Closes #37288 See merge request !14108
-
Achilleas Pipinellis authored
Update docs for confidential issues Closes #36352 See merge request !14117
-
Clement Ho authored
Hide group title on sidebar collapse; use more generic class for titles Closes #36589 See merge request !13777
-
Filipa Lacerda authored
Disable GitLab Project Import Button if source disabled Closes #36882 See merge request !13789
-
Robert Speicher authored
Fix division by zero for blame age map Closes #35441 See merge request !13803
-
Clement Ho authored
Merge branch '36638-select-project-to-create-issue-button-is-disconnected-from-dropdown-button' into 'master' Normalize styles for empty-state group-level new issue/MR combo button Closes #36638 See merge request !13647
-
- 07 Sep, 2017 1 commit
-
-
Jose Ivan Vargas authored
-