summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Move gke_cluster_dropdowns to create_cluster dirEnrique Alcantara2019-08-2715-3/+3
| | | | | | | | | | | This commit creates a create_cluster directory to collect all Vue applications related to creating kubernetes applications using gitlab. It also moves the gke_cluster_dropdowns collection of apps to the create_cluster directory. gke_cluster_dropdowns contains dropdown components used to select configuration options to create a Kubernetes cluster in Google Cloud.
* Revert "Merge branch 'user-tracking-settings' into 'master'"Jeremy Jackson2019-08-262-30/+0
| | | | This reverts merge request !31826
* Changes snowplow to use cookies for sessionsJeremy Jackson2019-08-262-0/+30
| | | | | This also restructures how and where the configuration for Snowplow lives.
* Add edit_note and spec for editing quick actionsPatrick Derichs2019-08-263-18/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
* Merge branch ↵Tim Zallmann2019-08-243-8/+16
|\ | | | | | | | | | | | | | | | | '66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
| * Replace the area with time series where usedMiguel Rincon2019-08-213-8/+16
| | | | | | | | | | | | | | - Replace in panel_type.vue - Replace in embed.vue - Port changes to support embed in 2 cols in large screens - Update specs
* | Change misleading pipeline status tooltipScott Hampton2019-08-231-1/+3
| | | | | | | | | | | | | | | | | | | | Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
* | Move visual review toolbar to NPMshampton2019-08-2321-1151/+0
| | | | | | | | | | Remove the visual review toolbar code in favor of using the NPM package.
* | Hide duplicate board list while draggingWinnie Hellmann2019-08-232-1/+8
| |
* | Fix broken git clone box on wiki git access pageHimanshu Kapoor2019-08-232-23/+7
| | | | | | | | | | | | Some CSS fixes to fix the position of the git clone box on the wiki git access page. This fix also includes fixes for various responsive states.
* | fix charts scroll handle iconLaura Montemayor2019-08-231-1/+1
| |
* | Add logic for respecting browser DNT settingJeremy Jackson2019-08-231-1/+7
| |
* | Always pre-select "Start a new merge request"Denys Mishunov2019-08-228-56/+34
| | | | | | | | | | | | | | | | | | | | One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
* | Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas2019-08-222-0/+62
|\ \ | | | | | | | | | | | | Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
| * | Add `searchBy` helper & `SidebarItemEpicsSelect`ce-6878-add-epic-select-dropdownKushal Pandya2019-08-222-0/+62
| | | | | | | | | | | | | | | - Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
* | | Merge branch 'qa/issue-boards-e2e-tests' into 'master'Rémy Coutable2019-08-223-0/+3
|\ \ \ | | | | | | | | | | | | | | | | Backport of EE MR See merge request gitlab-org/gitlab-ce!31903
| * | | Add testability on viewsWalmyr Lima2019-08-203-0/+3
| | | |
* | | | Remove mergeTrain from FE since it's used only in EEIgor2019-08-221-3/+0
| |/ / |/| |
* | | Updated latest pipeline tag tooltip to be more descriptiveDimitrie Hoekstra2019-08-221-1/+1
| | |
* | | Merge branch ↵Kushal Pandya2019-08-221-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' Add a new method to `Api.js`: `projectUsers` See merge request gitlab-org/gitlab-ce!31801
| * | | Add new API method: projectUsersee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusersHimanshu Kapoor2019-08-191-0/+15
| | | | | | | | | | | | | | | | | | | | The new API method projectUsers gets all the users added to a particular project.
* | | | Add CSP nonce when handling JS viewsadd-nonce-js-viewsHeinrich Lee Yu2019-08-221-1/+16
| | | | | | | | | | | | | | | | Prevents errors when we have CSP enabled
* | | | Merge branch 'refactor/notes-getters' into 'master'Paul Slaughter2019-08-211-16/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters Closes #65817 See merge request gitlab-org/gitlab-ce!31754
| * | | | Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId gettersArun Kumar Mohan2019-08-151-16/+23
| | | | |
* | | | | Backport: Issue sidebar trackingDonald Cook2019-08-216-3/+34
| | | | | | | | | | | | | | | | | | | | Added snowplow event tracking to Edit buttons
* | | | | Fixed tech debt of using custom componentNick Kipling2019-08-213-79/+52
| | | | | | | | | | | | | | | | | | | | | | | | | Changed the container registry to use the empty state component Removed the custom svg-component
* | | | | Resolve "HTML code shown in merge request"Ezekiel Kigbo2019-08-211-0/+1
| |_|_|/ |/| | | | | | | | | | | - Fixes double escaped text in `mr_widget_rebase.vue`
* | | | This commit adds a new time series componentMiguel Rincon2019-08-214-5/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
* | | | Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable2019-08-219-221/+462
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
| * | | | Fix tooltip alignment issue caused by flex-basisce-22058-improve-ux-multi-assignees-in-mrPaul Slaughter2019-08-201-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | **Context:** https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14851#note_205954645
| * | | | Fix `require` typo to `required`Paul Slaughter2019-08-206-6/+6
| | | | |
| * | | | Improve UX multi assigness in MRSamantha Ming2019-08-208-219/+451
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
* | | | Merge branch 'remove-inline-js-in-links' into 'master'Kushal Pandya2019-08-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove inline JS in links See merge request gitlab-org/gitlab-ce!31842
| * | | | Remove inline JS in linksremove-inline-js-in-linksHeinrich Lee Yu2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | Changes these to use unobtrusive JS
* | | | | Fix to show renamed file in mrSamantha Ming2019-08-211-1/+1
| | | | |
* | | | | Throw error for multiple RecaptchaModal instancesWinnie Hellmann2019-08-211-0/+7
| | | | |
* | | | | CE Port: Use EE panel type to display alert menu correctly in dashboardsMiguel Rincon2019-08-211-1/+13
| | | | |
* | | | | New wiki page redirects user to random slug46299-wiki-page-creationLuke Duncalfe2019-08-211-19/+23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
* | | | Remove margin from user header buttonsLucy Fox2019-08-201-2/+0
| | | |
* | | | Add syntax highlighting for line expansionSamantha Ming2019-08-208-21/+37
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | - dark - white - monokai - none - solarized-dark - solarized-light
* | | Merge branch '10943-css-clean-up-ee' into 'master'Annabel Dunstone Gray2019-08-201-0/+1
|\ \ \ | | | | | | | | | | | | | | | | Adds a height utility class See merge request gitlab-org/gitlab-ce!32019
| * | | Adds a height utility class10943-css-clean-up-eeFilipa Lacerda2019-08-201-0/+1
| | | | | | | | | | | | | | | | Backports EE changes
* | | | Resolve "Badge counter: Very low contrast between foreground and background ↵Jeremy Elder2019-08-201-1/+1
| | | | | | | | | | | | | | | | colors"
* | | | Embed metrics undefined param fixTristan Read2019-08-201-2/+2
|/ / /
* | | Merge branch 'kp-add-vue-input-autofocus-directive' into 'master'Filipa Lacerda2019-08-201-0/+39
|\ \ \ | | | | | | | | | | | | | | | | Add `autofocusonshow` directive for input elements See merge request gitlab-org/gitlab-ce!31584
| * | | Add `autofocus` directive for input elementskp-add-vue-input-autofocus-directiveKushal Pandya2019-08-191-0/+39
| | | |
* | | | Merge branch 'fe-fix-merge-url-params-with-plus' into 'master'Kushal Pandya2019-08-201-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `mergeUrlParams` handling of '+' Closes #66152 See merge request gitlab-org/gitlab-ce!31973
| * | | | Fix mergeUrlParams handling of `+`Paul Slaughter2019-08-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
* | | | | Merge branch '66161-replace-expand-icons' into 'master'Mike Greiling2019-08-191-4/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Use new "Expand up" and "Expand down" icons for diff expansion icons" Closes #66161 See merge request gitlab-org/gitlab-ce!31907
| * | | | | Add expand up and expand down icons66161-replace-expand-iconsJarek Ostrowski2019-08-161-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog Add MR to changelog Remove stray file