summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Adds header column to variables listfe-header-rowFilipa Lacerda2019-05-071-1/+1
| | | | | For the variables list in CI/CD settings this commits adds an header row with titles
* Merge branch 'winh-separate-frontend-fixtures' into 'master'Phil Hughes2019-05-072-1/+5
|\ | | | | | | | | Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
| * Load EE fixtures from ee/ directory in KarmaWinnie Hellmann2019-05-021-1/+3
| | | | | | | | (cherry picked from commit 7cde57bf7367bce130a2e7f149c8dafd362de3f8)
| * Ignore PDF and balsamiq fixture filesWinnie Hellmann2019-05-021-0/+2
| | | | | | | | (cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
* | Merge branch ↵Filipa Lacerda2019-05-063-50/+56
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136
| * | Separate tests for triggerer componentmfluharty2019-05-033-50/+56
| | |
* | | Merge branch '59365-include-time-window-parameters-in-the-url-query-string' ↵Fatih Acet2019-05-031-1/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Include time window parameters in the URL query string" Closes #59365 See merge request gitlab-org/gitlab-ce!27230
| * | | Make time window parameters available in the query string59365-include-time-window-parameters-in-the-url-query-stringJose Vargas2019-05-011-1/+36
| | | | | | | | | | | | | | | | | | | | This commit adds the frontend functionality to add the parameters via the `pushState` api, preventing the need for a page reload.
* | | | Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda2019-05-034-20/+181
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
| * | | Impove the performance of expanding full diffPhil Hughes2019-05-034-20/+181
| | |/ | |/| | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* | | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-022-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* | | Merge branch 'fix-ide-relative-url-bug' into 'master'Phil Hughes2019-05-021-4/+15
|\ \ \ | |/ / |/| | | | | | | | Fix IDE get file data with '/' as relative root See merge request gitlab-org/gitlab-ce!27911
| * | Fix IDE get file data with '/' as relative rootfix-ide-relative-url-bugPaul Slaughter2019-04-301-4/+15
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
* | | Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-012-72/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* | | Merge branch 'winh-binary-fixture-path' into 'master'Phil Hughes2019-05-014-4/+12
|\ \ \ | | | | | | | | | | | | | | | | Use FIXTURES_PATH constant for binary fixtures in frontend tests See merge request gitlab-org/gitlab-ce!27891
| * | | Use FIXTURES_PATH for loading test.pdfWinnie Hellmann2019-04-303-3/+9
| | | |
| * | | Use FIXTURES_PATH in balsamiq_viewer_integration_spec.jsWinnie Hellmann2019-04-301-1/+3
| |/ /
* | | Merge branch 'feat/sentry-environment' into 'master'Douglas Barbosa Alexandre2019-04-302-10/+10
|\ \ \ | | | | | | | | | | | | | | | | feat: add option to define the Sentry Environment See merge request gitlab-org/gitlab-ce!27091
| * | | feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier2019-04-302-10/+10
| |/ /
* | | Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya2019-04-3013-1044/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | refactor(sidebar): Refactored shared sidebar component tests to Jest Closes #58830 See merge request gitlab-org/gitlab-ce!27688
| * | refactor(sidebar): Refactored Karma spec files to JestMartin Hobert2019-04-2613-1044/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #58830 Added changelog Updated to use jest functions Added mock implementation
* | | Merge branch ↵Ash McKenzie2019-04-301-1/+0
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master' Delete leftover code for referenced_merge_requests endpoint Closes #60476 See merge request gitlab-org/gitlab-ce!27335
| * | Delete leftover code for referenced_merge_requests60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varianFatih Acet2019-04-151-1/+0
| | | | | | | | | | | | | | | | | | | | | We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
* | | Merge branch 'winh-move-static-fixtures' into 'master'Clement Ho2019-04-268-9/+9
|\ \ \ | | | | | | | | | | | | | | | | Move all static fixtures to static directory See merge request gitlab-org/gitlab-ce!27668
| * | | Move all static fixtures to static directoryWinnie Hellmann2019-04-258-9/+9
| | | |
* | | | Merge branch '60808-only-show-target-branch-advanced-error-before-merge' ↵Filipa Lacerda2019-04-261-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Don't show the "target branch advanced" error message after merge Closes #60808 See merge request gitlab-org/gitlab-ce!27588
| * | | | Only show message when MR is open60808-only-show-target-branch-advanced-error-before-mergeNathan Friend2019-04-241-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the bug that was causing the "target branch has "advanced" error message to display after an MR was closed.
* | | | | Merge branch 'refactor/58827-migrate-issue-spec-to-jest' into 'master'Kushal Pandya2019-04-264-597/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrated issue spec files to Jest Closes #58827 See merge request gitlab-org/gitlab-ce!27673
| * | | | | refactor(issue): Refactored issue tests from Karma to JestMartin Hobert2019-04-254-597/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re #58827 Added changelog Added sync false, and removed unneeded destroyers
* | | | | | Merge branch 'migrate-import-projects-spec' into 'master'Kushal Pandya2019-04-264-619/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move import projects karma specs to jest Closes #60204 See merge request gitlab-org/gitlab-ce!27552
| * | | | | Move import projects karma specs to jestLuke Bennett2019-04-254-619/+0
| | | | | | | | | | | | | | | | | | | | | | | | Improvements to the stability/validity of the specs.
* | | | | | test(Refactored notes tests from Karma to Jest):Martin Hobert2019-04-253-137/+0
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix #58829 Added changelog entry Added merge request id
* | | | | Merge branch '60687-enviro-dropdown' into 'master'Fatih Acet2019-04-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Metrics environments dropdown Closes #60687 See merge request gitlab-org/gitlab-ce!27586
| * | | | | Fix Metrics environments dropdown60687-enviro-dropdownSimon Knox2019-04-241-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Also bring back EE dashboard component
* | | | | Merge branch 'fix-api-ide-relative-url-root' into 'master'Fatih Acet2019-04-241-1/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix API and IDE path with `/` relative_url_root See merge request gitlab-org/gitlab-ce!27635
| * | | | Fix API and IDE path with `/` relative_url_rootPaul Slaughter2019-04-241-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** Previously we simply concatenated our paths, which led to requesting `//api/v4/...` and obviously failed. The BE supports a relative_url_root of `/`. It's a bug that the FE does not.
* | | | | Merge branch '60387-use-icons-in-user-popovers' into 'master'Tim Zallmann2019-04-241-0/+18
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Show category icons in user popover Closes #60387 See merge request gitlab-org/gitlab-ce!27254
| * | | | Show category icons in user popoverKushal Pandya2019-04-221-0/+18
| | |/ / | |/| | | | | | | | | | Show bio, organization and location icons within user popover.
* | | | Create constants for IDE commit action valuesPaul Slaughter2019-04-242-11/+13
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** These values will be used to help build the mirroring diff. It is helpful keeping it controlled in a constant. **Links:** - https://gitlab.com/gitlab-org/gitlab-ee/issues/10232 - https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
* | | Fix issue with list label text colorTucker Chapman2019-04-232-0/+4
| | |
* | | Merge branch 'upgrade-to-rails-5-1' into 'master'Rémy Coutable2019-04-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Upgrade Rails to 5.1 See merge request gitlab-org/gitlab-ce!27480
| * | | Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-1/+1
| |/ / | | | | | | | | | Model.new.attributes now also returns encrypted attributes.
* | | Revert "Increased page size to 100"Natalia Tepluhina2019-04-231-42/+12
| | | | | | | | | | | | This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
* | | Merge branch '59514-uploading-images-base64' into 'master'Phil Hughes2019-04-232-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Web IDE uploading images shows base64 string" Closes #59514 See merge request gitlab-org/gitlab-ce!27471
| * | | Stores 'binary' and 'rawPath' attr after uploadDenys Mishunov2019-04-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When uploading a file, we need to flag binary files correspondingly so that it gets propagated all the way to RepoEditor as it decides on whether to show editor for this or that file or not (shouldHideEditor()) - rawPath needs to be propagate all the way to ContentViewer as well so that uploaded images could be rendered as a base64 image right away instead of raw base64 string
| * | | Passes file type down to ContentViewerDenys Mishunov2019-04-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of ContentViewer attempts to compute file type and render appropriate viewer type, compute it on the parent RepoEditor having all file-related information at its disposal and pass it down to ContentViewer as a prop
* | | | Make swipe view images line upftab2019-04-231-16/+0
| |/ / |/| | | | | | | | | | | | | | If left without a width/height, swipeFrame goes off track when the image isn't wide enough to fill the available width. The spaceLeft prevented reaching the right edge of the image.
* | | Merge branch '10502-board-list-spec-ce' into 'master'Kushal Pandya2019-04-192-49/+60
|\ \ \ | | | | | | | | | | | | | | | | Move EE specific testcase to EE spec file See merge request gitlab-org/gitlab-ce!27505
| * | | Move EE specific testcase to EE spec fileRajat Jain2019-04-192-49/+60
| | | | | | | | | | | | | | | | | | | | Refactor `board_list` such that we can reuse the parts of component creation with prop passing with ee specific spec.
* | | | Resolve cluster metrics regressionAdriel Santiago2019-04-181-0/+24
| | | | | | | | | | | | | | | | Fixes a regression causing cluster metrics not to display