- 05 Apr, 2018 40 commits
-
-
GitLab Bot authored
# Conflicts: # app/models/project.rb # app/policies/merge_request_policy.rb # lib/api/helpers/projects_helpers.rb # lib/api/projects.rb # lib/gitlab/import_export/import_export.yml [ci skip]
-
Douwe Maan authored
Port of EE translations See merge request gitlab-org/gitlab-ce!18202
-
Sean McGivern authored
Adjust 404's for LegacyDiffNote discussion rendering Closes #44295 See merge request gitlab-org/gitlab-ce!18201
-
Rémy Coutable authored
Merge branch 'docs-45003-route-repository-commits-sha-merge_requests-is-broken-always-returns-404' into 'master' Mention when "/commits/:sha/merge_requests/" endpoint was introduced Closes #45003 See merge request gitlab-org/gitlab-ce!18205
-
Mark Fletcher authored
-
Robert Speicher authored
CE upstream - 2018-04-05 12:27 UTC Closes #4474 See merge request gitlab-org/gitlab-ee!5251
-
Stan Hu authored
add PostgreSQL 10 to Geo CI build See merge request gitlab-org/gitlab-ee!5220
-
Brett Walker authored
-
Phil Hughes authored
Groups reports in MR view and splits reports in CI view Closes #4310, #5105, #4464, and #5129 See merge request gitlab-org/gitlab-ee!5065
-
Filipa Lacerda authored
-
Robert Speicher authored
Resolve "Consider removing RuboCop and ESLint from `.codeclimate.yml`" Closes #44978 See merge request gitlab-org/gitlab-ce!18178
-
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
-
Eric Eastwood authored
-
Eric Eastwood authored
Conflicts from (CE) https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18183 to (EE) https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5031
-
James Lopez authored
-
Robert Speicher authored
Update GitLab Pages See merge request gitlab-org/gitlab-ce!18203
-
Clement Ho authored
Resolve HTML/CSS inconsistent comment forms on Issue and Merge Request Closes #44870 See merge request gitlab-org/gitlab-ce!18120
-
Filipa Lacerda authored
Change IDE diff view responsively Closes #44305 See merge request gitlab-org/gitlab-ce!18049
-
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
Merge branch '43098-controller-projects-issuescontroller-show-executes-more-than-100-sql-queries' into 'master' Resolve "Controller Projects::IssuesController#show executes more than 100 SQL queries" Closes #43098 See merge request gitlab-org/gitlab-ce!17986
-
Douwe Maan authored
(EE-Port) Override params during import See merge request gitlab-org/gitlab-ee!5249
-
Douwe Maan authored
Allow passing params to import API to override project attributes Closes gitlab-ee#4788 See merge request gitlab-org/gitlab-ce!18086
-
Oswaldo Ferreira authored
-
Nick Thomas authored
-
Kamil Trzciński authored
Port of use-chronic-duration-attribute-for-project-build-timeout See merge request gitlab-org/gitlab-ee!4842
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!5241
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
This includes the classification label
-
Bob Van Landuyt authored
Since we can regenerate `description_html` from the `description`, we should not export it. This avoids some complexity when overriding the description during an import/export where we would need to invalidate this cached field. Now we refresh the markdown cache after the import
-
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.
-
Kamil Trzciński authored
Use chronic duration attribute for project build timeout See merge request gitlab-org/gitlab-ce!17386
-
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
Better group support in notes-related code See merge request gitlab-org/gitlab-ce!18150
-
Sean McGivern authored
[EE] fix label and issuable referencing in epics Closes #5390 See merge request gitlab-org/gitlab-ee!5205
-
GitLab Bot authored
# Conflicts: # db/schema.rb # doc/administration/index.md # doc/user/admin_area/settings/email.md # spec/mailers/previews/notify_preview.rb [ci skip]
-
Kamil Trzciński authored
JaCoCo example See merge request gitlab-org/gitlab-ce!17969
-
Kamil Trzciński authored
Reschedule pipeline stages migration to run it again See merge request gitlab-org/gitlab-ce!18191
-
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
-
Jan Provaznik authored
Updates notes-related services and rendering so this code can be easily used for group-scoped resources (specifically Epics). Related to gitlab-ee!5205
-
Phil Hughes authored
Web IDE markdown preview Closes #44843 See merge request gitlab-org/gitlab-ce!18059
-