- 05 Apr, 2018 40 commits
-
-
Robert Speicher authored
[EE] Don't run RuboCop nor ESLint checks in the codequality job as this is already… See merge request gitlab-org/gitlab-ee!5243
-
James Lopez authored
-
Douwe Maan authored
Merge branch 'ee-43098-controller-projects-issuescontroller-show-executes-more-than-100-sql-queries' into 'master' Fix N+1 in MergeRequestParser See merge request gitlab-org/gitlab-ee!5206
-
Douwe Maan authored
(EE-Port) Override params during import See merge request gitlab-org/gitlab-ee!5249
-
Kamil Trzciński authored
Port of use-chronic-duration-attribute-for-project-build-timeout See merge request gitlab-org/gitlab-ee!4842
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
This includes the classification label
-
Sean McGivern authored
read_project can be prevented by a very expensive condition, which we want to avoid, while still not writing manual SQL queries. read_project_for_iids is used by read_issue_iid and read_merge_request_iid to satisfy both of those constraints, and allow the declarative policy runner to use its normal caching strategy.
-
Sean McGivern authored
[EE] fix label and issuable referencing in epics Closes #5390 See merge request gitlab-org/gitlab-ee!5205
-
Jan Provaznik authored
* `~label` references are replaced with links to epics with this label * cross-reference system note is created when an issuable is referenced in a epic note (or when an issuable references an epic) Related to #5390
-
Nick Thomas authored
Geo: Respect retry_at when downloading artifacts Closes #5560 See merge request gitlab-org/gitlab-ee!5239
-
James Lopez authored
CE upstream - 2018-04-05 09:32 UTC See merge request gitlab-org/gitlab-ee!5245
-
Sean McGivern authored
Add custom additional text to emails Closes #4474 See merge request gitlab-org/gitlab-ee!5031
-
Phil Hughes authored
Update Geo nodes layout for better usability Closes #5146 See merge request gitlab-org/gitlab-ee!5199
-
James Lopez authored
-
Douwe Maan authored
-
Vitaliy @blackst0ne Klachkov authored
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!5241
-
Tomasz Maczukin authored
-
GitLab Bot authored
# Conflicts: # .gitlab-ci.yml # app/assets/javascripts/boards/services/board_service.js # app/helpers/services_helper.rb [ci skip]
-
Filipa Lacerda authored
Changed IDE sidebar min width Closes #44836 See merge request gitlab-org/gitlab-ce!18123
-
Marin Jankovski authored
-
Marin Jankovski authored
Merge security fixes to master See merge request gitlab/gitlabhq!2369
-
Douwe Maan authored
Export and import LFS objects Closes #40643 See merge request gitlab-org/gitlab-ce!18115
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Sean McGivern authored
Move ListCommitsByOid to OPT_OUT See merge request gitlab-org/gitlab-ce!18175
-
Rémy Coutable authored
CE upstream - 2018-04-05 05:20 UTC See merge request gitlab-org/gitlab-ee!5240
-
Bob Van Landuyt authored
This makes accessing LFS Objects for a project easier project.lfs_storage_project.lfs_objects` becomes project.all_lfs_objects This will make the refactor in https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 easier to deal with.
-
Bob Van Landuyt authored
Downloading the stream directly to the archive. In order to avoid conflicts with the cache.
-
Bob Van Landuyt authored
If the LFS object already exist, we'll link it tot he existing one, if not we'll create it.
-
Bob Van Landuyt authored
The LFS files will be included in the `lfs-objects` directory in the archive.
-