- 19 Mar, 2018 1 commit
-
-
Jasper Maes authored
Split repository search result on \n instead of $ to prevent the items of the array to start with a newline. Remove the strip from parsing the search result to keep result endlines.
-
- 15 Mar, 2018 13 commits
-
-
Sean McGivern authored
Add labeled issues seed Closes #41724 See merge request gitlab-org/gitlab-ce!17754
-
Felipe Artur authored
-
Grzegorz Bizon authored
Add slash command for moving an issue See merge request gitlab-org/gitlab-ce!17691
-
Sean McGivern authored
Manually escape '#' when building relative uris, closes #42459 Closes #42459 See merge request gitlab-org/gitlab-ce!17679
-
Sean McGivern authored
Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
-
Kamil Trzciński authored
Introduce CI/CD variables collection Closes #33042 See merge request gitlab-org/gitlab-ce!14439
-
Kamil Trzciński authored
Remove RSpec warnings from `spec/models/ci/build_spec.rb` See merge request gitlab-org/gitlab-ce!17755
-
Yorick Peterse authored
Fix concurrency issue with migration for user_interacted_projects table. Closes #44205 See merge request gitlab-org/gitlab-ce!17728
-
Tim Zallmann authored
Add HTML style guide See merge request gitlab-org/gitlab-ce!17616
-
Clement Ho authored
-
Tim Zallmann authored
Add frontend guide principles See merge request gitlab-org/gitlab-ce!17613
-
Clement Ho authored
-
Grzegorz Bizon authored
Update README.md See merge request gitlab-org/gitlab-ce!17344
-
- 14 Mar, 2018 26 commits
-
-
Robert Speicher authored
Prevent sending an access request from failing when the project has invited masters/owners See merge request gitlab-org/gitlab-ce!17760
-
Robert Speicher authored
Fix moving local, unhashed upload or pages directories during group transfer Closes #43993 See merge request gitlab-org/gitlab-ce!17658
-
Michael Kozono authored
-
Douwe Maan authored
Add me as proofreader See merge request gitlab-org/gitlab-ce!17593
-
Douwe Maan authored
add Indonesian proofreader See merge request gitlab-org/gitlab-ce!17579
-
Jan Beckmann authored
-
Filipa Lacerda authored
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation See merge request gitlab-org/gitlab-ce!17695
-
Tim Zallmann authored
-
Filipa Lacerda authored
Change path of CI lints create index.js file Closes #44181 See merge request gitlab-org/gitlab-ce!17751
-
Douwe Maan authored
Update net-ssh 4.1.0 -> 4.2.0 (Fixes #21734) Closes #21734 See merge request gitlab-org/gitlab-ce!17688
-
Robert Speicher authored
Update ruby-saml to 1.7.2 and omniauth-saml to 1.10.0 (CVE-2017-11428, CVE-2017-11430) Closes #43806 See merge request gitlab-org/gitlab-ce!17734
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
update fog-aws 1.4 -> 2.0 See merge request gitlab-org/gitlab-ce!17708
-
Robert Speicher authored
Update acts-as-taggable-on to 5.0 See merge request gitlab-org/gitlab-ce!17689
-
Phil Hughes authored
-
Douwe Maan authored
Update sentry-raven 2.5.3 -> 2.7 (Fixes #24029) Closes #24029 See merge request gitlab-org/gitlab-ce!17709
-
Douwe Maan authored
Update octokit 4.6.2 -> 4.8 See merge request gitlab-org/gitlab-ce!17738
-
Robert Speicher authored
Update ruby-prof 0.16.2 -> 0.17.0 See merge request gitlab-org/gitlab-ce!17710
-
Andreas Brandl authored
The concurrency issue originates from inserts on `user_interacted_projects` from the app while running the post-deploy migration. This change comes with a strategy to lock the table while removing duplicates and creating the unique index (and similar for FK constraints). Also, we'll have a non-unique index until the post-deploy migration is finished to speed up queries during that time. Closes #44205.
-
Phil Hughes authored
When the route action is create it defaults to new, this saves us having multiple files for the same route Closes #44181
-
Grzegorz Bizon authored
Update httparty 0.13.3 -> 0.15.6 See merge request gitlab-org/gitlab-ce!17737
-
Sean McGivern authored
Import multiple issue assignees from GitLab export Closes #40275 See merge request gitlab-org/gitlab-ce!17718
-
Sean McGivern authored
Breadcrumb on Admin Runner page Closes #43717 See merge request gitlab-org/gitlab-ce!17431
-
Bob Van Landuyt authored
When importing from a GitLab archive, an admin can carry over the assignations. Other users can not. When a regular user is importing an issue with multiple assignees, the assignee is replaced with the current user, meaning we would try to insert current user as an assignee multiple times. By filtering the array before storing it, the import becomes more robust.
-
Grzegorz Bizon authored
Update foreman to 0.84.0 Closes #44160 See merge request gitlab-org/gitlab-ce!17690
-