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-01Update as per review feedbackkushalpandya
2017-06-01Handle response failure case for loadActiveMetricskushalpandya
2017-06-01Changes based on UX reviewkushalpandya
2017-05-31Lint: Fix missing new line at EOFkushalpandya
2017-05-31Styles for banner within panelkushalpandya
2017-05-31Populate Missing env var panelkushalpandya
2017-05-31Add styles for Prometheus Service Metricskushalpandya
2017-05-31Prometheus Metrics Bundlekushalpandya
2017-05-31Add styles for Prometheus Metrics panelkushalpandya
2017-05-30Merge branch '2472-assignee-dropdown-does-not-display-selected-assignee-ce' ↵Phil Hughes
into 'master' Assignee dropdown does not display selected assignee Closes #2472 See merge request !11744
2017-05-30Merge branch '31849-pipeline-show-view-realtime' into 'master'Phil Hughes
Creates a mediator for pipeline details vue in order to mount several vue apps with the same data Closes #31849 See merge request !11732
2017-05-30Merge branch '32954-loading-icon' into 'master'Phil Hughes
Displays loading icon in async buttons inline Closes #32954 See merge request !11735
2017-05-29Add performance deltas between app deployments on Merge Request widgetKushal Pandya
2017-05-29Merge branch 'fix-up-notes-technical-debt' into 'master'Fatih Acet
Fix up some notes.js tech debt See merge request !11283
2017-05-27Backport MR from EEClement Ho
2017-05-26Merge branch 'apply-same-responsive-notes-to-parallel-diff' into 'master'Annabel Dunstone Gray
Apply responsive note styles to parallel diffs See merge request !11701
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2017-05-26Merge branch ↵Fatih Acet
'32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
2017-05-26Apply responsive note styles to parallel diffsEric Eastwood
Fix inspired while working on https://gitlab.com/gitlab-org/gitlab-ce/issues/32801
2017-05-26More consistent padding of notes, system notes, and note formDouwe Maan
2017-05-26Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda
2017-05-26Merge branch 'enable-final-newline' into 'master'Clement Ho
Enable final newline See merge request !11723
2017-05-26Fix up some notes tech debtEric Eastwood
Fix up tech debt comments from @jschatz1 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757436 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757905 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757952 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28758013
2017-05-26Merge branch 'dm-consistent-last-push-event' into 'master'Robert Speicher
Consistently display last push event widget See merge request !11585
2017-05-26Enable final newline ruleAnnabel Dunstone Gray
2017-05-26Merge branch '32888-fix-error-after-missing-note-hash-fragment-in-dom' into ↵Clement Ho
'master' Fix error thrown with missing note fragment in DOM Closes #32888 See merge request !11700
2017-05-26Set emoji-menu z-index to 200Luke "Jared" Bennett
2017-05-26Resolve "Resolved discussions icon is misaligned"Luke "Jared" Bennett
2017-05-26Use function to define data instead of an objectFilipa Lacerda
2017-05-26Displays loading icon in async buttons inlineFilipa Lacerda
2017-05-26Creates a mediator for pipeline details vue in order to mount several vue ↵Filipa Lacerda
apps with the same data
2017-05-26Fix error thrown with missing note fragment in DOMEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32888 Reproduction: 1. Visit /namespace/project/merge_requests/x/diffs#note_1234 1. When `#note_1234` isn't in the diff, an error is thrown
2017-05-26Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher
Clean up diff rendering See merge request !11390
2017-05-25Consistently display last push event widgetDouwe Maan
2017-05-25Fallback to false when remove_source_branch is null.Bryce Johnson
2017-05-25Update shouldRemoveSourceBranch against API entity changes.Bryce Johnson
2017-05-25Merge branch '32801-fix-discussion-header-wrapping-in-parallel-diff' into ↵Annabel Dunstone Gray
'master' Fix note header author and time ago wrapping in parallel diff Closes #32801 See merge request !11702
2017-05-25Merge branch 'fix-filtered-search-issuable-empty-state-exception' into 'master'Phil Hughes
Fix filtered search issuable empty state exception Closes #31455 See merge request !11347
2017-05-25Merge branch 'add-back-margin-to-note-text' into 'master'Annabel Dunstone Gray
Remove 0 margin bottom for last paragraph on note text See merge request !11699
2017-05-25Merge branch '32850-award-emoji-off' into 'master'Phil Hughes
Fix alignment of hover state on emoji button Closes #32850 See merge request !11691
2017-05-25Use non-global jQuery reference within raven bundleLuke "Jared" Bennett
2017-05-25Fix note header author and time ago wrapping in parallel diffEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32801
2017-05-25Remove 0 margin bottom for last paragraph on note texttauriedavis
2017-05-25Merge branch 'winh-ajax-filter-cache' into 'master'Clement Ho
Use AjaxCache in Droplab AjaxFilter See merge request !11643
2017-05-24Copy as GFM even when parts of other elements are selectedDouwe Maan
2017-05-24Fix alignment of hover state on emoji buttonAnnabel Dunstone Gray
2017-05-24Merge branch 'dm-copy-as-gfm-without-empty-elements' into 'master'Filipa Lacerda
Don't copy empty elements that were not selected on purpose as GFM See merge request !11520
2017-05-24Merge branch '32715-fix-note-padding' into 'master'Annabel Dunstone Gray
32715 Make all notes use equal padding Closes #32715 and #32467 See merge request !11616
2017-05-24Merge branch 'dm-outdated-system-note' into 'master'Grzegorz Bizon
Add system note with link to diff comparison when MR discussion becomes outdated Closes #30058 See merge request !11584
2017-05-24Merge branch '32170-assignees-spinner' into 'master'Phil Hughes
show loading indicator while waiting for assignees first fetch Closes #32170 See merge request !11434