Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-16Add index for slow queries in BuildsController#indexsh-add-ci-build-indexesStan Hu
The worst queries in loading this page looked like this: ``` SELECT COUNT("ci_builds"."id") FROM "ci_builds" WHERE "ci_builds"."type" IN ('Ci::Build') AND "ci_builds"."gl_project_id" = $1 AND ("ci_builds"."status" != $2) [["gl_project_id", 10], ["status", "created"]] ``` This lead to a bitmap heap scan that took 6-7 seconds in production. Closes #27389
2017-02-16Merge branch 'docs/broken-link-uni' into 'master' Achilleas Pipinellis
Fix broken link in university docs See merge request !9295
2017-02-16Fix broken link in university docsAchilleas Pipinellis
[ci skip]
2017-02-16Merge branch 'beautiful-karma-output' into 'master' Alfredo Sumaran
Make Karma output look nicer for CI See merge request !9165
2017-02-16Merge branch 'pedro-issue-terminology' into 'master' Allison Whilden
Clean up terms used for issues. Use New instead of Add. See merge request !9281
2017-02-16Merge branch '27959-style-note-links' into 'master' Alfredo Sumaran
style links on system notes to look clickable Closes #27959 See merge request !9251
2017-02-16allow clicking on text or icon to trigger expandSimon Knox
2017-02-16style links on system notes to look clickableSimon Knox
2017-02-15Clean up terms used for issues. Use New instead of Add.Pedro Moreira da Silva
2017-02-15Merge branch 'docs/broken-links' into 'master' Achilleas Pipinellis
Fix most of broken docs links See merge request !9275
2017-02-15Merge branch 'markdown-slash-commands-text' into 'master' Annabel Dunstone Gray
Change wording of MR comment box See merge request !9193
2017-02-15Fix most of broken docs linksAchilleas Pipinellis
[ci skip]
2017-02-15Merge branch 'move_tags_service_to_namespace' into 'master'Rémy Coutable
Move tag services to `Tags` namespace See merge request !9231
2017-02-15Merge branch 'fix-rubocop-master' into 'master' Alfredo Sumaran
Fix Rubocop offense See merge request !9274
2017-02-15Fix Rubocop offenseAlfredo Sumaran
2017-02-15Merge branch '27922-cmd-click-todo-doesn-t-work' into 'master' Alfredo Sumaran
Fix regression where cmd-click stopped working for todos and merge request tabs Closes #27922 See merge request !9115
2017-02-15Merge branch 'alphabetically_sort_tags_on_runner_list' into 'master' Rémy Coutable
Resolve 'Alphabetically sort tags on runner list' Closes #27409 See merge request !8922
2017-02-15Merge branch 'zj-remove-deprecated-ci-service' into 'master' Douwe Maan
Remove deprecated CI service Closes #28094 See merge request !9221
2017-02-15Merge branch '26651-cannot-move-project-into-group' into 'master' Rémy Coutable
Specify that only project owners can transfer a project Closes #26651 See merge request !9262
2017-02-15Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable
Add missing api entities Closes #23895 See merge request !7138
2017-02-15Fix regression where cmd-click stopped working for todos and merge request tabsClement Ho
2017-02-15Merge branch 'fix-production-assets' into 'master' Alfredo Sumaran
Only load istanbul plugin in development mode See merge request !9261
2017-02-15Merge branch 'no-more-moment' into 'master' Alfredo Sumaran
Stop Pikaday using moment See merge request !9244
2017-02-15Merge branch 'fix/gb/notification-settings-when-no-repository' into 'master' Douwe Maan
Show notifications settings even when repository feature is disabled See merge request !9180
2017-02-15Remove changelog entries for 8.16.5 releaseRobert Speicher
2017-02-15Merge branch 'master' into 'zj-remove-deprecated-ci-service'Douwe Maan
# Conflicts: # db/schema.rb
2017-02-15Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher
Fix labels being applied to wrong merge requests on GitHub import See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2064
2017-02-15Merge branch 'svg-xss-fix' into 'security' Robert Speicher
Fix for XSS vulnerability in SVG attachments See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2059
2017-02-15Merge branch 'fix-rdoc-xss' into 'security' Robert Speicher
Fix XSS in rdoc and other markups See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2058
2017-02-15Merge branch 'asciidoctor-xss-patch' into 'security' Robert Speicher
Add sanitization filter to asciidocs output to prevent XSS See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2057
2017-02-15Merge branch '28229-pipelines-loading-icon' into 'master' Annabel Dunstone Gray
Centers loading icon vertically and horizontally in pipelines table in commit view Closes #28229 See merge request !9256
2017-02-15Specify that only project owners can transfer a projectMark Fletcher
[skip ci]
2017-02-15only load istanbul plugin in development modeMike Greiling
2017-02-15Make Karma output look nicer for CI (!9165)winniehell
2017-02-15Merge branch 'create-new-project-ui-fix' into 'master' Dmitriy Zaporozhets
Layout alignment fix in new project and edit project screen See merge request !9201
2017-02-15Merge branch 'issue_25112' into 'master' Sean McGivern
Disable invalid service templates Closes #25112 See merge request !8850
2017-02-15Centers loading icon vertically and horizontally in pipelines table in ↵Filipa Lacerda
commit view
2017-02-15Merge branch 'docs/builds-to-jobs-massacre' into 'master' Achilleas Pipinellis
Rename builds to jobs in docs See merge request !9204
2017-02-15Merge branch '27925-fix-mr-stray-pipelines-api-request' into 'master' Filipa Lacerda
Fix stray pipelines API request when showing MR Closes #27925 See merge request !9213
2017-02-15Rename builds to jobs in docsAchilleas Pipinellis
[ci skip]
2017-02-15Merge branch 'not_ignore_parameter_of_mr_change_branches_path' into 'master'Rémy Coutable
Don't ignore the parameter of MergeRequestsHelper#mr_change_branches_path See merge request !9223
2017-02-15Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets
Nested groups improvements pt 3 See merge request !9227
2017-02-15Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' Rémy Coutable
Make it possible to pass coverage value to commit status API Closes #27807 See merge request !9214
2017-02-15Fix stray pipelines API request when showing MREric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925
2017-02-15Remove duplicate CHANGELOG.md entries for 8.16.5Robert Speicher
2017-02-15Merge remote-tracking branch 'dev/master'Robert Speicher
2017-02-15Merge branch '27759-fix-sidekiq_status-client_middleware-issue' into 'master' Robert Speicher
SidekiqStatus need to be qualified in some cases Closes #27759 See merge request !9235
2017-02-15Merge branch '28142-overlap-bugs' into 'master' Alfredo Sumaran
Fix z index bugs Closes #28142 See merge request !9236
2017-02-15Merge branch 'master' into 'master' Clement Ho
Fix smaller height of Activity header page Closes #27631 See merge request !8952
2017-02-15Alphabetically sort tags on runner listblackst0ne