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-06-15Use the same time format as beforeBob Van Landuyt
2017-06-15Re-add time_ago_in_wordsBob Van Landuyt
2017-06-15Make sure there's only 1 `errors.messages` definition in en.ymlBob Van Landuyt
2017-06-15Translate commit dialogsBob Van Landuyt
2017-06-15Complete Spanish translations for Pipeline SchedulesRuben Davila
2017-06-15Spanish translations for Pipelines Schedules index page.Ruben Davila
2017-06-15Translate time tooltips.Bob Van Landuyt
Let the backend do the translation.
2017-06-15Generate as much of the Spanish translation as possibleBob Van Landuyt
2017-06-15Add a bunch of missing translationsBob Van Landuyt
2017-06-15Merge branch 'sh-fix-spec-helper-ee-consistency' into 'master'Rémy Coutable
Make spec/spec_helper consistent with EE by including a :routing type See merge request !12178
2017-06-15Merge branch 'fix-manual-actions' into 'master'Grzegorz Bizon
Do not show manual actions that cannot be run Closes #32380 See merge request !12121
2017-06-15Merge branch 'backport-merge_params-conflict-message-to-ce-master' into 'master'Sean McGivern
Backport merge_params.html.haml conflict comment See merge request !12138
2017-06-15Merge branch 'instrument-merge-request-diff-load-commits' into 'master'Sean McGivern
Instrument MergeRequestDiff#load_commits See merge request !12162
2017-06-15Merge branch 'dm-fix-parser-cache' into 'master'Sean McGivern
Don't return nil for missing objects from parser cache See merge request !12168
2017-06-15Merge branch '33483-fix-note-highlight-being-lost-on-note-update' into 'master'Phil Hughes
Fix note highlight being lost after real time update Closes #33483 See merge request !12098
2017-06-15Merge branch '32861-fix-milestone-drag-and-drop-assignees' into 'master'Phil Hughes
Fix milestone page assignees when dropped in ongoing list Closes #32861 See merge request !12076
2017-06-15Make spec/spec_helper consistent with EE by including a :routing typeStan Hu
2017-06-15Merge branch 'dm-target-branch-slash-command-desc' into 'master'Robert Speicher
Update /target_branch slash command description to be more consistent See merge request !12175
2017-06-15Merge branch 'rs-fix-codeclimate-build' into 'master'Douwe Maan
Require rubocop-rspec in the correct location See merge request !12174
2017-06-15Remove extra line so that it is consistent with EEClement Ho
2017-06-15Require rubocop-rspec in the correct locationRobert Speicher
Resolves the `codeclimate` CI failure
2017-06-15Update /target_branch slash command description to be more consistentDouwe Maan
2017-06-15Merge branch '33529-fix-autocomplete-atwho-not-showing-on-note-edit-form' ↵Clement Ho
into 'master' Fix autocomplete not working on note edit form Closes #33529 See merge request !12106
2017-06-14Merge branch 'pipelines-row-vue-file-fix' into 'master'Annabel Dunstone Gray
Fixed pipelines Vue template not ending correctly See merge request !12170
2017-06-14Merge branch 'winh-select2-remove-token' into 'master'Annabel Dunstone Gray
Move remove token of Select2 to the right See merge request !12101
2017-06-14Fixed pipelines Vue template not ending correctlyPhil Hughes
2017-06-14Merge branch 'rs-single-line-rspec-hook-cop' into 'master'Douwe Maan
Add a custom RSpec/SingleLineHook cop Closes #24891 See merge request !11911
2017-06-14Enable RSpec/SingleLineHook copRobert Speicher
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-14Add a custom RSpec/SingleLineHook copRobert Speicher
This cop adds an offense when `before`, `after`, or `around` are used as single-line blocks.
2017-06-14Don't return nil for missing objects from parser cacheDouwe Maan
2017-06-14Merge branch '31263-fix-fenced-code-misalignment-with-activity' into 'master'Annabel Dunstone Gray
Fix fenced code block misalignment in events/activity Closes #31263 See merge request !12149
2017-06-14Merge branch 'dz-add-codeclimate-job' into 'master'Dmitriy Zaporozhets
Add codeclimate job to .gitlab-ci.yml See merge request !12086
2017-06-14Merge branch '32470-pag-links' into 'master'Annabel Dunstone Gray
more visual contrast for active page in pagination widget Closes #32470 See merge request !12119
2017-06-14Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan
Allow more customization to Help landing page See merge request !11878
2017-06-14Merge branch 'dm-diff-viewers' into 'master'Sean McGivern
Implement diff viewers Closes #30501 and #19931 See merge request !11777
2017-06-14Fix autocomplete not working on note edit formEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33529 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11278
2017-06-14Fix milestone page assignees when dropped in ongoing listEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32861
2017-06-14Fix note highlight being lost after real time updateEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33483
2017-06-14Exclude more path from codeclimate jobDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-14Improve codeclimate.yml to avoid timeoutsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-14Add codeclimate job to .gitlab-ci.ymlDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-14Add yarn cache to code climate ignore listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-14Help landing page customizationsRobin Bobbitt
2017-06-14Merge branch '2525-backport-kubernetes-service-changes' into 'master'Kamil Trzciński
Backport EE changes to the Kubernetes service Closes gitlab-ee#2525 See merge request !12139
2017-06-14Implement diff viewersDouwe Maan
2017-06-14Improve conflict message in _merge_params.html.hamlLuke "Jared" Bennett
2017-06-14Backport merge_params.html.haml conflict commentLuke "Jared" Bennett
2017-06-14Merge branch '33149-rename-more-builds' into 'master'Kamil Trzciński
Fix raw_path with the new job path, rename builds to jobs in test Closes #33149 See merge request !11941
2017-06-14Merge branch 'zj-raise-etag-route-regex-miss' into 'master'Kamil Trzciński
Raise etag route regex miss Closes #33106 See merge request !12084