summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Rename environment variable EE to IS_GITLAB_EEwinh-ee-environment-variableWinnie Hellmann2019-04-051-3/+3
|
* Fixed test specsOswaldo Ferreira2019-04-044-91/+92
| | | | | - added suggestions to mock data - fixed props to be not required
* Copy sidebar todo component from EEWinnie Hellmann2019-04-041-1/+5
|
* Merge branch '29249-show-download-diff-even-when-merge-request-is-closed' ↵59323-legend-showing-nan-for-avg-max-when-they-are-fractional-quantitiesMike Greiling2019-04-031-19/+13
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Show download diff even when merge request is closed" Closes #29249 See merge request gitlab-org/gitlab-ce!26772
| * Show Download diff links in closed MRs29249-show-download-diff-even-when-merge-request-is-closedFatih Acet2019-04-031-19/+13
| | | | | | | | | | Download MR diffs links were only available for open MRs, however it may still be useful for closed MRs.
* | Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho2019-04-031-7/+12
|\ \ | | | | | | | | | | | | Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
| * | Add control for variable value maskingmfluharty2019-03-291-7/+12
| | | | | | | | | | | | | | | | | | Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
* | | Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas2019-04-031-68/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove reply_to_individual_notes feature flag Closes #58644 See merge request gitlab-org/gitlab-ce!26889
| * | | Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-68/+14
| | |/ | |/| | | | | | | Also removes specs related to the flag
* | | Extend timezone dropdownEzekiel Kigbo2019-04-031-0/+167
| | | | | | | | | | | | | | | Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
* | | Merge branch 'fixed-duplicated-large-text-on-diffs' into 'master'Filipa Lacerda2019-04-031-5/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
| * | Fixes duplicate diff too large error messagesPhil Hughes2019-04-021-5/+3
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
* | | Remove non-functional add issue button on welcome listDonald Cook2019-04-021-0/+14
| | |
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-022-3/+3
|\ \ \ | |/ / |/| | | | | jarv/dev-to-gitlab-2019-04-02
| * | Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot2019-04-022-3/+3
| |\ \ | | | | | | | | | | | | | | | | Fix PDF.js vulnerability See merge request gitlab/gitlabhq!2999
| | * | Fixed pdf testsNatalia Tepluhina2019-03-132-3/+3
| | | |
* | | | Add jQuery matchers to JestWinnie Hellmann2019-04-011-200/+0
| | | |
* | | | Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master'Clement Ho2019-04-012-1/+103
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
| * | | | Scroll to diff file when clicking on file name57669-fix-bug-clicking-file-header-refreshes-pageSam Bigelow2019-03-292-1/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add an ID to the diff content - handle clicking on file name in diffFileHeader when it is not a link to another page but rather a link to an element on the page
* | | | | Merge branch 'winh-jest-html-fixtures' into 'master'Clement Ho2019-03-291-46/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add helpers for HTML fixtures to Jest Closes #57998 See merge request gitlab-org/gitlab-ce!26739
| * | | | | Move abuse_reports_spec.js to JestWinnie Hellmann2019-03-291-46/+0
| | |_|_|/ | |/| | |
* | | | | Add requested resources to cluster health - ce portTristan Read2019-03-292-0/+9
|/ / / /
* | | | Merge branch ↵Phil Hughes2019-03-281-0/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '9957-move-ee-differences-for-app-assets-javascripts-monitoring-components-dashboard-vue-ce' into 'master' Remove EE differences for monitoring dashboard See merge request gitlab-org/gitlab-ce!26574
| * | | | Remove EE differences for monitoring dashboardSimon Knox2019-03-271-0/+24
| |/ / /
* | | | Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-271-12/+7
| | | | | | | | | | | | This reverts merge request !25476
* | | | Upgraded Vue to 2.6.8Tim Zallmann2019-03-276-92/+73
| | | | | | | | | | | | | | | | Upgrade to latest Version
* | | | Scaffold UI elements for minimal versionMiranda Fluharty2019-03-271-7/+12
| | | | | | | | | | | | | | | | | | | | Add a masked switch to variable rows Copy some behavior from the protected switch
* | | | Merge branch '10719-stage-spec' into 'master'Phil Hughes2019-03-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes EE differences for stage_column_component_spec Closes gitlab-ee#10719 See merge request gitlab-org/gitlab-ce!26659
| * | | | Removes EE differences for stage_column_component_specFilipa Lacerda2019-03-271-1/+1
| | | | |
* | | | | Merge branch 'winh-cleanup-note_form_spec' into 'master'Fatih Acet2019-03-271-6/+12
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove top-level mount from note_form_spec.js Closes #59114 See merge request gitlab-org/gitlab-ce!26616
| * | | | Remove top-level mount from note_form_spec.jsWinnie Hellmann2019-03-261-6/+12
| | | | |
* | | | | Merge branch 'winh-assignees_spec' into 'master'Filipa Lacerda2019-03-271-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy missing test in assignees_spec.js from EE Closes gitlab-ee#6641 See merge request gitlab-org/gitlab-ce!26618
| * | | | | Copy missing test in assignees_spec.js from EEWinnie Hellmann2019-03-261-0/+13
| | | | | |
* | | | | | Merge branch 'remove-expand-diff-feature-flag' into 'master'Filipa Lacerda2019-03-271-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove expand diff to full file feature flag See merge request gitlab-org/gitlab-ce!26614
| * | | | | | Remove expand diff to full file feature flagPhil Hughes2019-03-261-3/+0
| |/ / / / /
* | | | | | Merge branch '48132-display-output-from-pre-receive-scripts' into 'master'Dmitriy Zaporozhets2019-03-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow custom hooks errors to appear in GitLab UI Closes #48132 See merge request gitlab-org/gitlab-ce!25625
| * | | | | Allow custom hooks errors to appear in GitLab UILuke Duncalfe2019-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
* | | | | | Merge branch 'dm-md-css' into 'master'Annabel Dunstone Gray2019-03-265-9/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Untangle Markdown/Diffs/Notes CSS mess See merge request gitlab-org/gitlab-ce!26493
| * | | | | | Remove now-unnecessary noteable_line classDouwe Maan2019-03-261-1/+1
| | | | | | |
| * | | | | | Remove now-unnecessary md-preview classDouwe Maan2019-03-261-3/+5
| | | | | | |
| * | | | | | Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-263-5/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
* | | | | | Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-26102-144/+145
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
* | | | | Allow runners to be installed on group clustersTiger Watson2019-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
* | | | | Merge branch ↵Phil Hughes2019-03-261-11/+13
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 'jivl-replace-environments-dropdown-with-gitlab-ui-dropdown-master' into 'master' Replace environments dropdown with gitlab ui dropdown See merge request gitlab-org/gitlab-ce!26386
| * | | | Change environments dropdown to use gitlab-uiJose Vargas2019-03-211-11/+13
| | | | |
* | | | | Merge branch 'MaxWinterstein-unify-copy-comit-sha' into 'master'Fatih Acet2019-03-261-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Unify behaviour of 'Copy commit SHA to clipboard' on job view Closes #58343 See merge request gitlab-org/gitlab-ce!25829
| * | | | Unify behaviour of 'Copy commit SHA to clipboard'Max Winterstein2019-03-091-1/+2
| | |_|/ | |/| |
* | | | Fixed commit logic to pick a branchNatalia Tepluhina2019-03-253-5/+12
| | | | | | | | | | | | | | | | - fixed getter spec with correct getter name
* | | | Move some tests from Karma to JestWinnie Hellmann2019-03-2374-4786/+0
| | | |
* | | | Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-22101-144/+143
| | | | | | | | | | | | This reverts merge request !26430