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-12-01Merge branch 'winh-select2-search-padding' into 'master'Mike Greiling
Align Select2 search field Closes #39451 See merge request gitlab-org/gitlab-ce!15048
2017-11-30Merge branch '13634-broadcast-message' into 'master'Tim Zallmann
Fix broadcast message not showing up on login page Closes #13634 See merge request gitlab-org/gitlab-ce!15578
2017-11-30Merge branch 'master' into multi-file-editor-dirty-diff-indicatorPhil Hughes
2017-11-30Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master'Tim Zallmann
Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334
2017-11-30Merge branch 'es-module-copy-to-clipboard' into 'master'Tim Zallmann
Refactor 'copy-to-clipboard.js' See merge request gitlab-org/gitlab-ce!15531
2017-11-30Update empty state page of merge request 'changes' tabVitaliy @blackst0ne Klachkov
2017-11-30Merge branch '40629-icon-styles' into 'master'Annabel Dunstone Gray
fix icon colors in commit list Closes #40629 See merge request gitlab-org/gitlab-ce!15640
2017-11-29Fix show page toggleFilipa Lacerda
2017-11-29Fix padding for Select2 search fieldWinnie Hellmann
2017-11-29Merge branch 'multi-file-editor-css-fixes' into 'master'Tim Zallmann
Added IDE commit panel Closes #40041 See merge request gitlab-org/gitlab-ce!15583
2017-11-29Fix item name and namespace text overflow in Projects dropdownKushal Pandya
2017-11-29added editor options to redcue EE conflictsPhil Hughes
2017-11-29Merge branch ↵Sean McGivern
'21143-customize-branch-name-when-using-create-branch-in-an-issue' into 'master' Resolve "Customize branch name when using create branch in an issue" Closes #21143 See merge request gitlab-org/gitlab-ce!13884
2017-11-29Merge branch 'backport-border-inline-edit' into 'master'Fatih Acet
Backport - Add border for epic edit button See merge request gitlab-org/gitlab-ce!15637
2017-11-29Backport epic tasklistClement Ho
2017-11-29Merge branch 'remove-empty-scss-file' into 'master'Phil Hughes
Remove empty new-nav.scss See merge request gitlab-org/gitlab-ce!15619
2017-11-29Merge branch 'fix_invalid_new_pipeline_form' into 'master'Filipa Lacerda
initializes the branches dropdown upon invalid entry Closes #40012 See merge request gitlab-org/gitlab-ce!15588
2017-11-29Merge branch '40638-star-icon' into 'master'Clement Ho
Fix star icon color/stroke Closes #40638 See merge request gitlab-org/gitlab-ce!15636
2017-11-29fix icon colors in commit listSimon Knox
this is not a great way to do this. But using currentColor for these means we are competing with this selector: ul.content-list li a
2017-11-29clarify safari browser supportMike Greiling
2017-11-29move copy_to_clipboard to behaviors directory as it is needed on all pagesMike Greiling
[ci-skip]
2017-11-29fix eslint errorsMike Greiling
2017-11-29remove vendored clipboard library in favor of package.json entryMike Greiling
2017-11-28Merge branch ↵Kamil Trzciński
'38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings Closes #38962 See merge request gitlab-org/gitlab-ce!15380
2017-11-28Fix star icon color/strokeAnnabel Dunstone Gray
2017-11-28Backport border inline editClement Ho
2017-11-28Fix broken specsFilipa Lacerda
Don't add disabled class to loading button
2017-11-28Merge branch '40373-fix-issue-note-submit-disabled-on-paste' into 'master'Clement Ho
Fix Issue comment submit button disabled on GFM paste Closes #40373 See merge request gitlab-org/gitlab-ce!15530
2017-11-28Add checkboxes to automatically run AutoDevops pipelineEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28Merge branch '40459-svg-icon-fix' into 'master'Annabel Dunstone Gray
Resolve "Issue note icons wrong color" Closes #40459 See merge request gitlab-org/gitlab-ce!15561
2017-11-28Fix issue comment submit button disabled on GFM pasteEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373 When copying some text from another note and paste, it goes through `copy_as_gfm` `paste` handler that calls `e.preventDefault()` which stops things. But then when inserting the text, we manually trigger an `input` event with jQuery which doesn't seem to be picked up by Vue `v-model`. Using copy/paste trick from https://stackoverflow.com/a/41046276/796832
2017-11-28fixed failing specsPhil Hughes
2017-11-28fixed scss-lintPhil Hughes
2017-11-28added specsPhil Hughes
2017-11-28Changes after Frontend and UX review:Filipa Lacerda
- Moves toggle button to a shared location - Adds tests for toggle button - Transforms Clusters class into function - Improves UX
2017-11-28Merge branch 'icon-sizes' into 'master'Tim Zallmann
limit icon component size to valid values See merge request gitlab-org/gitlab-ce!15618
2017-11-28fixed web worker performancePhil Hughes
[ci skip]
2017-11-28added web worker to calculate diffsPhil Hughes
[ci skip]
2017-11-28started move to web worker for diff calculationPhil Hughes
2017-11-28changed endLineNumber calculationPhil Hughes
[ci skip]
2017-11-28change how diffing worksPhil Hughes
[ci skip]
2017-11-28added disposable managerPhil Hughes
added model manager [ci skip]
2017-11-28created editor library to manage all things editorPhil Hughes
[ci skip]
2017-11-28Multi-file editor dirty diff indicatorPhil Hughes
[ci skip]
2017-11-28Fix broadcast message not showing up on login pageKushal Pandya
2017-11-28Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov
2017-11-28Merge branch 'backport-disable-autocomplete' into 'master'Fatih Acet
Backport disable autocomplete See merge request gitlab-org/gitlab-ce!15557
2017-11-27Remove empty new-nav.scssAnnabel Dunstone Gray
2017-11-27Merge branch 'backport-epic-fullscreen' into 'master'Fatih Acet
Backport epic fullscreen See merge request gitlab-org/gitlab-ce!15437
2017-11-27Merge branch 'backport-add-epic-sidebar' into 'master'Fatih Acet
Backport of add-epic-sidebar See merge request gitlab-org/gitlab-ce!15335