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
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Merge branch 'keyval-labels' into 'master'Sean McGivern
[CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804
2019-04-05Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya
CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
2019-04-05Restore multiple series supportAdriel Santiago
Corrects an issue whereby queries which return multiple series results were not rendering as multiple data series on the metrics dashboard
2019-04-05Extract recentSearchesStorageKeys from FilteredSearchManagerWinnie Hellmann
(cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
2019-04-05Merge branch '60021-fix-ide-file-dropdown' into 'master'Phil Hughes
Fix IDE file dropdown Closes #60021 See merge request gitlab-org/gitlab-ce!27015
2019-04-05Fix old image diff swipe viewftab
2019-04-05Merge branch 'ce-7327-add-roadmap-within-epic' into 'master'Phil Hughes
CE Backport: Re-use MR tabs styles to Epic tabs See merge request gitlab-org/gitlab-ce!26935
2019-04-05Fix IDE detecting MR from fork branchPaul Slaughter
**Why?** Currently the IDE loads a merge request based on only the `source_branch` name. This means it loads MR's from forks that have the same branch name (not good). - This required updating the BE API to accept `source_project_id`
2019-04-05Fix labels selection, escape text in templatesKushal Pandya
2019-04-05Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon
Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
2019-04-05Dynamic vuln graph dimensionsFernando Arias
* Fix up graph resize logic if navbar is collapsed Add snapshot
2019-04-05Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling
Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
2019-04-04Refactor new_dropdown/index to receive isOpen propPaul Slaughter
**Why?** Previously it managed this as an internal data property, but there was extra complexity involved because the component doesn't have all the information it needs (i.e. the `mouseOver` prop). This is a good opportunity to colocate the data prop with the component that has the information to change it (i.e. `file_row`) and let `new_dropdown/index` receive this value as a prop.
2019-04-04Fix IDE file dropdown with `mouseleave` eventPaul Slaughter
2019-04-04Fix vue render error for IDE status barPaul Slaughter
**What?** A Vue warning that `ide_status_bar` sent a `Boolean` to a `String` property (`img-src). **What was the fix?** Previously, `latestPipeline` could be one of the following values: | | | |----------|--------| | `null` | The pipeline hasn't loaded yet | | `false` | The pipeline has loaded, but nothing was returned. | | `Object` | The piepline has loaded. | Giving a semantic meaning to different falsey values hurts maintainability. This commit fixes the above problem by removing the `false` value and introducing a `hasLoadedPipeline` state property.
2019-04-04Merge branch 'revert-4e045cd5' into 'master'Annabel Dunstone Gray
Revert "Merge branch 'fix/missing-border' into 'master'" See merge request gitlab-org/gitlab-ce!26980
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-04Merge branch '24704-download-repository-path' into 'master'Kushal Pandya
Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
2019-04-04Re-use MR tabs styles to Epic tabsKushal Pandya
2019-04-04Move swipe diff border to the rightftab
In the Vue image diff app, the border needs to be on the right because the new image comes in from the left. The old image diff app which is used in commits and compare views had the new image visible by default and hiding away from the left.
2019-04-04Copy sidebar todo component from EEWinnie Hellmann
2019-04-04Revert "Merge branch 'fix/missing-border' into 'master'"Phil Hughes
This reverts merge request !26242
2019-04-04[frontend] backport of scoped labelsRajat Jain
Scoped labels in EE require additional changes in CE code.
2019-04-04Merge branch 'xanf/gitlab-ce-move-project-tags' into 'master'Clement Ho
Resolve "Project overview UI: Line break when there are multiple project tags" Closes #55650 See merge request gitlab-org/gitlab-ce!26797
2019-04-03Display inline validation error messagesEnrique Alcantara
In the new cluster forms, display form error messages below form fields instead of a summary banner on top of the form. Include client side validation in order to display user friendly error messages. Also remove unnecessary placeholders.
2019-04-03Support url and number inputs in gl_form_errorsEnrique Alcantara
2019-04-03Merge branch '29249-show-download-diff-even-when-merge-request-is-closed' ↵Mike Greiling
into 'master' Resolve "Show download diff even when merge request is closed" Closes #29249 See merge request gitlab-org/gitlab-ce!26772
2019-04-03Replace 'x seconds ago' with 'just now'Sergiu Marton
2019-04-03Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
2019-04-03Localize the notifications dropdown stringJacques Erasmus
Localized the notifications dropdown string
2019-04-03Move topics to separate line in project overviewIllya Klymov
2019-04-03Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas
Remove reply_to_individual_notes feature flag Closes #58644 See merge request gitlab-org/gitlab-ce!26889
2019-04-03MR image diff swipe view: Disable user-select on dragftab
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59942
2019-04-03Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce ↵Kieran Andrews
into feature/webide_escaping
2019-04-03Extend timezone dropdownEzekiel Kigbo
Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
2019-04-03Merge branch 'fixed-duplicated-large-text-on-diffs' into 'master'Filipa Lacerda
Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
2019-04-03Merge branch '47771-highlighting-in-diff' into 'master'Tim Zallmann
Enabled text selection in diffs in Web IDE Closes #47771 See merge request gitlab-org/gitlab-ce!26721
2019-04-03Merge branch 'patch-49' into 'master'Phil Hughes
Fix comment typo in noteable_note.vue See merge request gitlab-org/gitlab-ce!26855
2019-04-03Remove reply_to_individual_notes feature flagHeinrich Lee Yu
Also removes specs related to the flag
2019-04-03Show Download diff links in closed MRsFatih Acet
Download MR diffs links were only available for open MRs, however it may still be useful for closed MRs.
2019-04-03Merge branch '59131-set-the-size-of-instance-system-message-text-12px' into ↵Mike Greiling
'master' Resolve "Set the size of instance system message text 12px" Closes #59131 See merge request gitlab-org/gitlab-ce!26293
2019-04-02Remove non-functional add issue button on welcome listDonald Cook
2019-04-02Remove duplicate declaration of $system-header-heightDennis Tang
2019-04-02Update system message banner font size to 12pxDennis Tang
2019-04-02Use existing classes for display inline contentPatrick Bajao
2019-04-02Make the dropdown match the designPatrick Bajao
Regenerate locale.pot as well
2019-04-02Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
2019-04-02Fixes duplicate diff too large error messagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
2019-04-02Merge branch 'diff-tree-mobile-bug' into 'master'Filipa Lacerda
Fixed positioning of the diff tree list on mobile Closes #59739 See merge request gitlab-org/gitlab-ce!26820