summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Embed metrics undefined param fixTristan Read2019-08-201-0/+20
|
* Merge branch 'kp-add-vue-input-autofocus-directive' into 'master'Filipa Lacerda2019-08-201-0/+38
|\ | | | | | | | | 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/+38
| |
* | Merge branch '64677-delete-directory-webide' into 'master'Paul Slaughter2019-08-191-0/+35
|\ \ | |/ |/| | | | | | | | | Fixed deletion of directories in Web IDE Closes #64677 See merge request gitlab-org/gitlab-ce!31727
| * Fixed deletion of directories in Web IDE64677-delete-directory-webideDenys Mishunov2019-08-121-0/+35
| |
* | Add clipboard button to metric chart dropdownTristan Read2019-08-162-2/+86
| | | | | | | | | | Adds a clipboard button to the metrics dashboard, that allows copying a link to an individual chart.
* | Rewrite changed_file_icon_spec in JestPaul Slaughter2019-08-161-63/+0
| | | | | | | | | | - Uses vue-test-utils - More complete coverage with parameterized tests
* | Merge branch '24705-multi-selection-for-delete-on-registry-page' into 'master'Thong Kuah2019-08-152-27/+159
|\ \ | | | | | | | | | | | | | | | | | | 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-0/+1
| | |
| * | Reworked how deletion works with multi vs singleNick Kipling2019-07-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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-11/+8
| | |
| * | Updating with suggestions as per reviewNick Kipling2019-07-301-30/+53
| | |
| * | Updating table_registry testsNick Kipling2019-07-301-6/+12
| | |
| * | Implement multi select deletion for container registryNick Kipling2019-07-302-11/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'ce-11982-merge-trains-helper-text' into 'master'Paul Slaughter2019-08-151-0/+2
|\ \ \ | | | | | | | | | | | | | | | | 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-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-30/+34
|/ / / | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'ce-nfriend-fix-the-merge-button' into 'master'Filipa Lacerda2019-08-141-11/+13
|\ \ \ | | | | | | | | | | | | | | | | 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-121-11/+13
| | |/ | |/| | | | | | | | | | | | | | | | 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.
* | | Convert spec/javascripts/environments/*rollback* tests to Jest61800-migrate-environment-rollback-tests-to-jestNathan Friend2019-08-122-131/+0
| | | | | | | | | | | | This commit converts two Jasmine tests into Jest tests.
* | | Merge branch 'update-graphicsmagick-to-1.3.33' into 'master'Stan Hu2019-08-121-2/+2
|\ \ \ | |/ / |/| | | | | | | | Update GraphicsMagick from 1.3.29 to 1.3.33 See merge request gitlab-org/gitlab-ce!31692
| * | Update GraphicsMagick from 1.3.29 to 1.3.33 for CI testsTakuya Noguchi2019-08-121-2/+2
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Merge branch ↵docs-4453-external-exportersFilipa Lacerda2019-08-121-47/+64
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '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-47/+64
| | | | | | | | | | | | | | | | Hide warning when update request is in progress
* | | | Merge branch 'fe-fix-diffs-specs-leaking-store' into 'master'Kushal Pandya2019-08-1211-22/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [CE] FE fix diffs specs leaking store See merge request gitlab-org/gitlab-ce!31698
| * | | | CE - FE fix diffs specs leaking storefe-fix-diffs-specs-leaking-storePaul Slaughter2019-08-1111-22/+26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Export mr_notes module as function - Update specs refs of mr_notes/stores to factory EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15097
* | | | Add kbd shortcuts for discussion navigationSam Bigelow2019-08-121-0/+48
|/ / / | | | | | | | | | Add keyboard shortcuts `p` and `n` to navigate duscussions.
* | | Update karma for new expansion cell markupAndré Luís2019-08-111-4/+12
|/ / | | | | | | | | | | Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
* | Replace ... with new expansion optionsSamantha Ming2019-08-108-13/+148
| | | | | | | | | | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views
* | Adds button to download metrics data as csvLaura Montemayor2019-08-091-3/+33
| | | | | | | | | | | | This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
* | Merge branch '63181-collapsible-line' into 'master'Kushal Pandya2019-08-081-0/+20
|\ \ | | | | | | | | | | | | | | | | | | Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
| * | Makes title section collapsible63181-collapsible-lineFilipa Lacerda2019-08-071-0/+20
| | | | | | | | | | | | | | | In the job log, if the user clicks the section title the job log section will be collapsed
* | | Simplify getTimeDiff functionSimon Knox2019-08-083-14/+34
| | | | | | | | | | | | Pass keyname instead of translated string
* | | Do not persist notes filter when auto-switchingHeinrich Lee Yu2019-08-071-0/+27
| | | | | | | | | | | | | | | | | | Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
* | | Merge branch '65705-two-buttons' into 'master'Kushal Pandya2019-08-071-0/+141
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removes duplicate button from job log page Closes #65705 See merge request gitlab-org/gitlab-ce!31544
| * | | Removes duplicate button65705-two-buttonsFilipa Lacerda2019-08-061-0/+141
| |/ / | | | | | | | | | | | | Prevents manual action button from being rendered twice in the job log empty state
* | | Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'Grzegorz Bizon2019-08-072-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Allow masking @ and : characters Closes #63043 See merge request gitlab-org/gitlab-ce!31065
| * | Allow masking @ and : charactersMatija Čupić2019-07-232-2/+2
| | |
* | | Merge branch '65263-manual-action' into 'master'Kushal Pandya2019-08-061-9/+33
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Hides loading spinner after request Closes #65263 See merge request gitlab-org/gitlab-ce!31478
| * | | Hides loading spinner after request65263-manual-actionFilipa Lacerda2019-08-061-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | In the pipeline's actions, moves the request to the component to allow to manage the inner state properly
* | | | Enhance style of the shared runners limitAmmar Alakkad2019-08-051-0/+1
|/ / / | | | | | | | | | It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
* | | Add support for deferred links in persistent user calloutsDennis Tang2019-08-051-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | Persistent user callouts now support deferred links, which are links that can be used to dismiss the callout, and then proceed to follow the link's original location. This ensures that the callout dismissal is properly recorded before the user leaves the page.
* | | Syncs the vue test utils helpersSam Beckham2019-08-022-82/+4
| | |
* | | Clean up job_app_specfe-cleanup-job-app-specPaul Slaughter2019-08-011-396/+287
| | | | | | | | | | | | | | | - Remove setTimeout calls - Add helper function to encapsulate setup
* | | Only render job sidebar block if it has contentMiranda Fluharty2019-08-021-0/+25
| | | | | | | | | | | | | | | | | | Change sidebar's renderBlock() to return true only if any of the block's <detail-row>s will be rendered Change block to render only if renderBlock() returns true
* | | Backport from EE10646-create-drafts-with-commit-id-cejboyson12019-08-012-0/+4
| | |
* | | Merge branch 'ealcantara-mock-dropdown-show-event' into 'master'Mike Greiling2019-07-301-1/+2
|\ \ \ | | | | | | | | | | | | | | | | Emit dropdown show event in boards_selector test See merge request gitlab-org/gitlab-ce!31255
| * | | Emit dropdown show event in boards_selector testealcantara-mock-dropdown-show-eventEnrique Alcantara2019-07-301-1/+2
| | |/ | |/|
* | | Remove pdf.js deprecation warningssh-remove-pdfjs-deprecationsStan Hu2019-07-301-2/+3
|/ / | | | | | | | | | | | | | | 1. `page.getViewpoint()` now takes in JSON instead of an integer. 2. Promises are returned from loading and rendering tasks. See https://mozilla.github.io/pdf.js/examples/index.html for more details.