summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Restore multiple series supportAdriel Santiago2019-04-052-8/+24
| | | | | Corrects an issue whereby queries which return multiple series results were not rendering as multiple data series on the metrics dashboard
* Extract recentSearchesStorageKeys from FilteredSearchManagerWinnie Hellmann2019-04-052-5/+11
| | | | (cherry picked from commit a4d0b2435ff132da9bb238fea95672a6ddfd084d)
* Merge branch '60021-fix-ide-file-dropdown' into 'master'Phil Hughes2019-04-053-24/+16
|\ | | | | | | | | | | | | Fix IDE file dropdown Closes #60021 See merge request gitlab-org/gitlab-ce!27015
| * Refactor new_dropdown/index to receive isOpen prop60021-fix-ide-file-dropdownPaul Slaughter2019-04-043-24/+16
| | | | | | | | | | | | | | | | | | | | | | | | **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.
| * Fix IDE file dropdown with `mouseleave` eventPaul Slaughter2019-04-041-1/+1
| |
* | Fix old image diff swipe viewftab2019-04-051-0/+17
| |
* | Merge branch 'ce-7327-add-roadmap-within-epic' into 'master'Phil Hughes2019-04-051-16/+22
|\ \ | | | | | | | | | | | | CE Backport: Re-use MR tabs styles to Epic tabs See merge request gitlab-org/gitlab-ce!26935
| * | Re-use MR tabs styles to Epic tabsce-7327-add-roadmap-within-epicKushal Pandya2019-04-041-16/+22
| | |
* | | Fix IDE detecting MR from fork branchPaul Slaughter2019-04-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | **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`
* | | Merge branch '54506-show-error-when-namespace-svc-missing' into 'master'Grzegorz Bizon2019-04-056-2/+57
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show error when namespace/svc account missing Closes #54506 See merge request gitlab-org/gitlab-ce!26362
| * | | Format changed frontend filesjerasmus2019-04-021-1/+4
| | | | | | | | | | | | | | | | Ran yarn prettier changed frontend files
| * | | Fix frontend unit testsjerasmus2019-04-022-4/+2
| | | | | | | | | | | | | | | | Fixed the broken frontend unit tests
| * | | Display error for unmet prerequisitesjerasmus2019-04-026-2/+56
| | | | | | | | | | | | | | | | Added the ability to display an error for unmet prerequisites
* | | | Dynamic vuln graph dimensionsFernando Arias2019-04-052-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | * Fix up graph resize logic if navbar is collapsed Add snapshot
* | | | Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling2019-04-042-2/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
| * | | Display inline validation error messagesEnrique Alcantara2019-04-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Support url and number inputs in gl_form_errorsEnrique Alcantara2019-04-031-1/+1
| |/ /
* | | Fix vue render error for IDE status barPaul Slaughter2019-04-043-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **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.
* | | Merge branch 'revert-4e045cd5' into 'master'error-pipelines-for-blocked-usersAnnabel Dunstone Gray2019-04-041-1/+0
|\ \ \ | | | | | | | | | | | | | | | | Revert "Merge branch 'fix/missing-border' into 'master'" See merge request gitlab-org/gitlab-ce!26980
| * | | Revert "Merge branch 'fix/missing-border' into 'master'"revert-4e045cd5Phil Hughes2019-04-041-1/+0
| | | | | | | | | | | | This reverts merge request !26242
* | | | Fixed test specsOswaldo Ferreira2019-04-048-72/+117
| | | | | | | | | | | | | | | | | | | | - added suggestions to mock data - fixed props to be not required
* | | | Merge branch '24704-download-repository-path' into 'master'Kushal Pandya2019-04-041-1/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
| * | | Use existing classes for display inline contentPatrick Bajao2019-04-021-6/+0
| | | |
| * | | Make the dropdown match the designPatrick Bajao2019-04-021-1/+11
| | | | | | | | | | | | | | | | Regenerate locale.pot as well
* | | | Move swipe diff border to the rightftab2019-04-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Copy sidebar todo component from EEWinnie Hellmann2019-04-041-1/+4
| |/ / |/| |
* | | Merge branch 'xanf/gitlab-ce-move-project-tags' into 'master'Clement Ho2019-04-031-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project overview UI: Line break when there are multiple project tags" Closes #55650 See merge request gitlab-org/gitlab-ce!26797
| * | | Move topics to separate line in project overviewxanf/gitlab-ce-move-project-tagsIllya Klymov2019-04-031-2/+1
| | | |
* | | | Merge branch '29249-show-download-diff-even-when-merge-request-is-closed' ↵59323-legend-showing-nan-for-avg-max-when-they-are-fractional-quantitiesMike Greiling2019-04-031-23/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Show download diff even when merge request is closed" Closes #29249 See merge request gitlab-org/gitlab-ce!26772
| * | | | Show Download diff links in closed MRs29249-show-download-diff-even-when-merge-request-is-closedFatih Acet2019-04-031-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | Download MR diffs links were only available for open MRs, however it may still be useful for closed MRs.
* | | | | Replace 'x seconds ago' with 'just now'Sergiu Marton2019-04-031-3/+7
| | | | |
* | | | | Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho2019-04-032-2/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
| * | | | | Add control for variable value maskingmfluharty2019-03-292-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
* | | | | | Localize the notifications dropdown stringJacques Erasmus2019-04-031-1/+2
| |_|/ / / |/| | | | | | | | | | | | | | Localized the notifications dropdown string
* | | | | Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas2019-04-031-4/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove reply_to_individual_notes feature flag Closes #58644 See merge request gitlab-org/gitlab-ce!26889
| * | | | | Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-4/+1
| | |/ / / | |/| | | | | | | | | | | | | Also removes specs related to the flag
* | | | | MR image diff swipe view: Disable user-select on dragftab2019-04-032-4/+8
| | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59942
* | | | | Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce ↵Kieran Andrews2019-04-031-2/+4
| | | | | | | | | | | | | | | | | | | | into feature/webide_escaping
* | | | | Extend timezone dropdownEzekiel Kigbo2019-04-032-26/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
* | | | | Merge branch 'fixed-duplicated-large-text-on-diffs' into 'master'Filipa Lacerda2019-04-031-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
| * | | | | Fixes duplicate diff too large error messagesPhil Hughes2019-04-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
* | | | | | Merge branch '47771-highlighting-in-diff' into 'master'Tim Zallmann2019-04-031-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled text selection in diffs in Web IDE Closes #47771 See merge request gitlab-org/gitlab-ce!26721
| * | | | | | Enabled text selection in diffs in Web IDE47771-highlighting-in-diffDenys Mishunov2019-03-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/47771 Changelog entry
* | | | | | | Merge branch 'patch-49' into 'master'Phil Hughes2019-04-031-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Fix comment typo in noteable_note.vue See merge request gitlab-org/gitlab-ce!26855
| * | | | | | Fix comment typoSergiu Marton2019-04-021-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '59131-set-the-size-of-instance-system-message-text-12px' into ↵Mike Greiling2019-04-022-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Set the size of instance system message text 12px" Closes #59131 See merge request gitlab-org/gitlab-ce!26293
| * | | | | | Remove duplicate declaration of $system-header-height59131-set-the-size-of-instance-system-message-text-12pxDennis Tang2019-04-021-1/+0
| | | | | | |
| * | | | | | Update system message banner font size to 12pxDennis Tang2019-04-021-0/+1
| | | | | | |
* | | | | | | Remove non-functional add issue button on welcome listDonald Cook2019-04-022-2/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-022-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846