summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Add `autofocus` directive for input elementskp-add-vue-input-autofocus-directiveKushal Pandya2019-08-191-0/+39
|
* Move cycle analytics stages templates to vueEzekiel Kigbo2019-08-194-40/+141
| | | | | | | | | | The existing stage list items are rendered in haml, migrating them to vuejs for future work. Fix alignment of median value Test for stage_nav_item.vue
* UI for disabling group/project email notificationBrett Walker2019-08-171-0/+15
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* Adds specific metric styles and propLaura Montemayor2019-08-162-14/+24
| | | | | | This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
* Add clipboard button to metric chart dropdownTristan Read2019-08-163-3/+42
| | | | | Adds a clipboard button to the metrics dashboard, that allows copying a link to an individual chart.
* Merge branch ↵Grzegorz Bizon2019-08-161-0/+1
|\ | | | | | | | | | | | | | | | | '47003-user-onboarding-replace-current-email-confirmation-flow-with-a-soft-email-confirmation-flow' into 'master' Soft email confirmation flow Closes #47003 See merge request gitlab-org/gitlab-ce!31245
| * Set cursor to default for warning flashAlex Buijs2019-08-081-0/+1
| | | | | | | | Since the warning flash is not clickable, set the cursor to default
* | Rewrite changed_file_icon_spec in JestPaul Slaughter2019-08-162-9/+1
| | | | | | | | | | - Uses vue-test-utils - More complete coverage with parameterized tests
* | Merge branch 'fe-add-unbinds-to-discussion-keyboard-navigator' into 'master'Kushal Pandya2019-08-162-0/+8
|\ \ | | | | | | | | | | | | Add key unbinds to DiscussionKeyboardNavigator See merge request gitlab-org/gitlab-ce!31857
| * | Add key unbinds to DiscussionKeyboardNavigatorfe-add-unbinds-to-discussion-keyboard-navigatorPaul Slaughter2019-08-152-0/+8
| | | | | | | | | | | | | | | | | | | | | Also adds comment to explain why this works on the diff-tab when it's only used in `notes-app`. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
* | | Merge branch '24705-multi-selection-for-delete-on-registry-page' into 'master'Thong Kuah2019-08-154-30/+169
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Multi selection for delete on registry page" Closes #24705 See merge request gitlab-org/gitlab-ce!30837
| * | | Adjustments to event removal and modal descriptionNick Kipling2019-07-301-16/+13
| | | |
| * | | Reworked how deletion works with multi vs singleNick Kipling2019-07-303-49/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single deletion no longer requires a prop Modal description is now generated on demand Added dedicated functions for deleting Updated tests to match new function naming Updated css class name to be more specific
| * | | Applying feedback changesNick Kipling2019-07-302-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated table registry to remove singleItemToBeDeleted Renamed usages of idx to index Tidied and simplified css styling Added clarification comment to test regex Updated pot file
| * | | Updated select all to be more explicitNick Kipling2019-07-301-7/+13
| | | |
| * | | Updating with suggestions as per reviewNick Kipling2019-07-301-2/+5
| | | |
| * | | Updating FE to use new bulk_destroy endpointNick Kipling2019-07-302-13/+15
| | | |
| * | | Implement multi select deletion for container registryNick Kipling2019-07-303-28/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added checkboxes to each image row Added delete selected images button Changed row delete button to appear on row hover Changed confirmation modal message Changed delete logic to support multi Added tests for multi select Updated pot file Updated rspec test for new functionality
* | | | Merge branch 'add-nonce-to-shortcuts-eval' into 'master'Stan Hu2019-08-151-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add nonce to globalEval in shortcuts.js See merge request gitlab-org/gitlab-ce!31837
| * | | | Add nonce to eval in shortcuts.jsadd-nonce-to-shortcuts-evalHeinrich Lee Yu2019-08-151-2/+2
| | |/ / | |/| | | | | | | | | | | | | | Prevents the eval script being blocked when we have CSP rules to disable inline scripts
* | | | Merge branch '65927-role-span-css-looks-too-large' into 'master'Fatih Acet2019-08-151-5/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix for role span being too 'ballooned' Closes #65927 See merge request gitlab-org/gitlab-ce!31706
| * | | Fix for role span being too 'ballooned'65927-role-span-css-looks-too-largeAsh McKenzie2019-08-121-5/+0
| | | |
* | | | Merge branch 'ce-11982-merge-trains-helper-text' into 'master'Paul Slaughter2019-08-154-8/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE backport for gitlab-org/gitlab-ee!14097: Add merge train helper text to merge request widget See merge request gitlab-org/gitlab-ce!30686
| * | | | Add merge train helper text to MR widget (CE)ce-11982-merge-trains-helper-textNathan Friend2019-08-144-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a helper text that describes what will happen when a user clicks the "Start/Add to merge train when pipeline succeeds" button. This text appears at the bottom of the merge request widget. In addition, this commit renames the "merge_train_info" component to "merge_train_position_indicator" to avoid ambiguity with the "merge_train_helper_text" component.
* | | | | Adds download CSV functionality to dropdown in metricsLaura Montemayor2019-08-148-42/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds the functionality to download metrics data as CSV. It also removes the exportMetricsToCsvEnabled feature flag which was used before the dropdown was implemented to display a button.
* | | | | Changed selection classes to harmonize with other settingsMarc Schwede2019-08-141-0/+1
|/ / / /
* | | | Fixed border styles for calloutAishwarya Subramanian2019-08-141-1/+7
| | | |
* | | | Revert "Merge branch '64341-data-and-privacy-agreement-for-gitlab-users' ↵Kushal Pandya2019-08-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | into 'master'" This reverts merge request !30808
* | | | Fix style-lint errors in wiki.scssHimanshu Kapoor2019-08-141-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two errors: duplicate styles and @extend used with a class name. I added `.top-area` class to all the instances where `.wiki-page-header` is used since %top-area didn't really make a lot of sense as a placeholder selector. This is also consistent with behaviour on other pages where the `.top-area` class is used alongside the other classes for the specific header styling.
* | | | Add notification for updated privacy policyDennis Tang2019-08-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
* | | | Merge branch 'ce-nfriend-fix-the-merge-button' into 'master'Filipa Lacerda2019-08-142-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE backport for gitlab-org/gitlab-ee!14894: Fix the merge button dropdown See merge request gitlab-org/gitlab-ce!31248
| * | | | Fix merge button dropdown (CE)ce-nfriend-fix-the-merge-buttonNathan Friend2019-08-122-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue that was causing the merge button dropdown trigger to be shown even if the dropdown itself was hidden. This commit also fixes an issue that caused the "Merge Immediately" option not to be available when merge trains were enabled.
* | | | | Fix typoArun Kumar Mohan2019-08-121-1/+1
| | | | |
* | | | | FE fetch counts async on search page loadPaul Slaughter2019-08-122-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Creates `refresh_counts` module to dynamically fetch and load data based on attributes of HAML elements.
* | | | | Merge branch '65790-highlight' into 'master'Annabel Dunstone Gray2019-08-122-0/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds highlight to collapsible line in job log Closes #65790 See merge request gitlab-org/gitlab-ce!31665
| * | | | | Adds highlight to collapsible lineFilipa Lacerda2019-08-122-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the job log adds a highlight when hovering the collapsible line
* | | | | | Resolve "Add externalization and fix regression in shortcuts helper modal"Thomas Randolph2019-08-121-0/+2
| |/ / / / |/| | | |
* | | | | Merge branch '61332-web-ide-mr-branch-dropdown-closes-unexpectedly' into ↵Kushal Pandya2019-08-123-31/+26
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Web IDE MR/branch dropdown closes unexpectedly" Closes #61332 See merge request gitlab-org/gitlab-ce!31523
| * | | | Reduce the default height of MR/branch dropdowns61332-web-ide-mr-branch-dropdown-closes-unexpectedlyHimanshu Kapoor2019-08-093-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid having empty areas in the dropdown that occupy unnessary space, I removed the dropdown's min-height and changed its default height in empty state to be same as its loading state (with the spinner).
| * | | | Focus on the input when clicked outside the inputHimanshu Kapoor2019-08-093-28/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed in MR list and branch list components. Earlier clicking right outside the input box closed the dropdown, which was unexpected behaviour. To make it consistent with the behaviour of select2 jquery plugin, I have made clicking outside the input focus on the input by using a label.
* | | | | Merge branch ↵docs-4453-external-exportersFilipa Lacerda2019-08-121-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lie' into 'master' Fix incorrectly displayed conflict warning See merge request gitlab-org/gitlab-ce!31469
| * | | | | Fix conflict warning being incorrectly displayed44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lieHeinrich Lee Yu2019-08-121-1/+4
| | |/ / / | |/| | | | | | | | | | | | | Hide warning when update request is in progress
* | | | | Merge branch 'sh-break-out-invited-group-members' into 'master'Ash McKenzie2019-08-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to find invited group members Closes #61948 See merge request gitlab-org/gitlab-ce!28436
| * \ \ \ \ Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-0983-310/+554
| |\ \ \ \ \
| * | | | | | Resolve first round of discussionsMartin Wortschack2019-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid splitting sentences - Update PO file - Utilize $input-height - Replace pr- with mr-
| * | | | | | Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-0723-81/+201
| |\ \ \ \ \ \
| * | | | | | | Fix broken specsMartin Wortschack2019-08-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Add qa- selector to sort dropdown
| * | | | | | | Fix CSS for mobileMartin Wortschack2019-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Externalize strings - Update PO file
* | | | | | | | Resolve "GDK error on non-unique GraphQL fragment 'PageInfo'"Natalia Tepluhina2019-08-122-5/+6
| | | | | | | |
* | | | | | | | Merge branch 'fe-fix-diffs-specs-leaking-store' into 'master'Kushal Pandya2019-08-122-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] FE fix diffs specs leaking store See merge request gitlab-org/gitlab-ce!31698