summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Change qa-* class references to js-* for suggestionsTanya Pazitny2019-07-291-1/+1
| |
* | Change qa-* class references to js-* for squash-checkboxTanya Pazitny2019-07-291-1/+1
| |
* | Merge branch 'remove-peek-pg' into 'master'Stan Hu2019-07-291-2/+25
|\ \ | | | | | | | | | | | | | | | | | | Replace peek-pg with our own implementation Closes #44441 See merge request gitlab-org/gitlab-ce!31187
| * | Replace peek-pg with our own implementationremove-peek-pgSean McGivern2019-07-261-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses an ActiveRecord subscriber to get queries and calculate the total query time from that. This means that the total will always be consistent with the queries in the table. It does however mean that we could potentially miss some queries that don't go through ActiveRecord. Making this change also allows us to unify the response JSON a little bit, making the frontend slightly simpler as a result.
* | | Add Job specific variablesMatija Čupić2019-07-292-0/+89
|/ / | | | | | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* | Karma: Fix css selector for loading iconLukas 'Eipi' Eipert2019-07-2610-15/+17
| | | | | | | | | | The GitLab UI update changed the spinner selector from `spinner` to `gl-spinner`, so we need to update it, so that our tests won't fail.
* | Add empty chart componentJose Ivan Vargas2019-07-242-0/+73
| | | | | | | | | | | | | | | | This merge request adds an empty chart component which will load in case of queries not having data to display, this will override the current logic, which hides all the graphs that have no data to show
* | Encapsulate file view modes with constantsChris Toynbee2019-07-232-6/+7
|/
* Merge branch '11975-move-SAST-to-the-frontend-ce' into 'master'Fatih Acet2019-07-221-2/+16
|\ | | | | | | | | Adds a waitForMutation helper for VueX(CE backport) See merge request gitlab-org/gitlab-ce!30186
| * Adds a waitForMutation helper for VueXsamdbeckham2019-07-221-2/+16
| |
* | Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes2019-07-1956-2079/+3
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
| * | Move frontend fixtures into spec/frontendMike Greiling2019-07-1955-2078/+2
| | | | | | | | | | | | | | | Moves every fixture source file from spec/javascripts to spec/frontend
| * | Move frontend fixtures to tmp/testsMike Greiling2019-07-191-3/+1
| | |
| * | Backport line changes from EEMike Greiling2019-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | EE-specific line changes were introduced in the following MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12680 This change resolves most of them
| * | Resolve annoying deprecation warningsMike Greiling2019-07-1826-38/+38
| | | | | | | | | | | | | | | DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? ...
* | | Fixed regression for re-naming files in WebIDE64784-re-name-regressionDenys Mishunov2019-07-191-0/+37
| | |
* | | Added Usage Data for some Web IDE actionsFrancisco Javier López2019-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
* | | add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía2019-07-191-7/+12
|/ / | | | | | | toHaveBeenCalledWith for the pre-defined labels test
* | Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina2019-07-181-3/+2
| |
* | Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-1/+1
|\ \ | | | | | | | | | | | | Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
| * | FE remove create branch call in IDE commitwebide-commit-use-correct-parentPaul Slaughter2019-07-181-1/+1
| |/ | | | | | | | | | | | | Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
* | Move boards switcher partialWinnie Hellmann2019-07-172-0/+261
|/ | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Updating wording as per desgn guidelinesNick Kipling2019-07-151-1/+1
| | | | | Shortened descriptive text Added copy button to code snippets
* Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+13
| | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
* Merge branch '64403-remove-setimmediate-polyfill' into 'master'Clement Ho2019-07-112-3/+2
|\ | | | | | | | | Remove setImmediate polyfill from production assets See merge request gitlab-org/gitlab-ce!30591
| * Update setImmediate use in karma specs64403-remove-setimmediate-polyfillMike Greiling2019-07-112-1/+3
| |
| * Remove use of setTimeout in karma specsMike Greiling2019-07-111-4/+1
| |
* | Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya2019-07-112-2/+2
|\ \ | | | | | | | | | | | | Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
| * | Set unique modal IDsregistry-fix-multi-delete-modalPaul Gascou-Vaillancourt2019-07-092-2/+2
| |/
* | Add support for additional panel typesJose Ivan Vargas2019-07-104-6/+104
| | | | | | | | | | This introduces the single stat chart component aside from the area chart component
* | Remove deleteNote from notes serviceWinnie Hellmann2019-07-101-11/+9
|/