summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing empty lineswinh-simplify-frontend-fixturesWinnie Hellmann2019-05-102-6/+0
|
* Remove unused fixture_file_name parametersWinnie Hellmann2019-05-103-20/+20
| | | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed -E -e 's/(, ){0,1}(fixture_file_name| example\.description)(, ){0,1}//' < $f > $f.tmp; mv $f.tmp $f done
* Remove example block parametersWinnie Hellmann2019-05-1027-56/+56
| | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed 's/do |example|/do/' < $f > $f.tmp; mv $f.tmp $f done
* Remove duplicate store_frontend_fixture() callsWinnie Hellmann2019-05-1027-44/+0
| | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done
* Merge balsamiq fixture into raw file fixturesWinnie Hellmann2019-05-102-18/+7
|
* Merge PDF fixture into raw file fixturesWinnie Hellmann2019-05-102-18/+7
|
* Expose response variable for raw file fixturesWinnie Hellmann2019-05-101-7/+8
|
* Add custom metrics form to dashboardAdriel Santiago2019-05-071-2/+5
| | | | Use existing form to allow users to add custom metrics via the dashboard
* Merge branch '60462-empty-pipeline-section' into 'master'Mayra Cabrera2019-05-071-0/+13
|\ | | | | | | | | | | | | Fixes empty block in MR widget Closes #60462 See merge request gitlab-org/gitlab-ce!27462
| * Fixes empty block in MR widgetFilipa Lacerda2019-05-071-0/+13
| | | | | | | | | | This commit prevents the pipeline block to be rendered when no pipeline information is provided
* | Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes2019-05-072-91/+114
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160
| * | Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-changePaul Slaughter2019-05-072-91/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds color and a tooltip to describe this new behavior - Does not resolve if discussion is already resolved - Adds an action `resolveDiscussion` to simplify `toggleResolveNote` - Updates docs https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
* | | Add external dashboard linkAdriel Santiago2019-05-071-0/+62
| |/ |/| | | | | | | Add settings for linking to external dashboard from metrics dashboard
* | 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.