summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-2692-99/+94
|
* Merge branch 'refactor/move-board-new-issue-vue-component' into 'master'Filipa Lacerda2018-02-261-1/+1
|\ | | | | | | | | Move BoardNewIssue vue component See merge request gitlab-org/gitlab-ce!16947
| * Move BoardNewIssue vue componentGeorge Tsiolis2018-02-081-1/+1
| |
* | Merge branch 'refactor/move-filtered-search-vue-component' into 'master'Clement Ho2018-02-241-2/+1
|\ \ | | | | | | | | | | | | Move RecentSearchesDropdownContent vue component See merge request gitlab-org/gitlab-ce!16951
| * | Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-221-2/+1
| | |
* | | Merge branch 'master' into 'boards-bundle-refactor'Jacob Schatz2018-02-231-4/+7
|\ \ \ | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * \ \ Merge branch 'master' into ↵42886-followup-to-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-2122-173/+181
| |\ \ \ | | |/ / | | | | | | | | 42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation
| * | | Remove use of callback in pipeline stop/retry modalsShah El-Rahman2018-02-161-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make changes to names of events and variables Combine stop and retry modals into 1 Fix lint issues Add comment about usage of eventHub instead of props
* | | | Explicitly add uncovered files to troubleMakersboards-bundle-refactorClement Ho2018-02-231-0/+3
| | | |
* | | | Temporarily remove boards from test bundle troubleMakersClement Ho2018-02-211-1/+0
| | | |
* | | | Removed named importConstance Okoghenun2018-02-211-0/+1
| | | |
* | | | Resolved conflicts with masterConstance Okoghenun2018-02-2122-173/+181
|\ \ \ \ | | |/ / | |/| |
| * | | Rest of Dispatcher RefactorJacob Schatz2018-02-217-133/+130
| | | |
| * | | Merge branch 'ce-3776-ci-view-for-sast' into 'master'Phil Hughes2018-02-212-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18n See merge request gitlab-org/gitlab-ce!17176
| | * | | CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18nce-3776-ci-view-for-sastFilipa Lacerda2018-02-202-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport common class name for the tab content Backport more changes
| * | | | Update to jQuery 3.Jacob Schatz2018-02-2010-34/+46
| |/ / /
| * | | fix broken specsremove-chart-show-bundleMike Greiling2018-02-193-4/+4
| |/ /
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Constance Okoghenun2018-02-167-33/+344
|\ \ \ | |/ / | | | | | | boards-bundle-refactor
| * | Merge branch '42929-hide-new-variable-values' into 'master'Clement Ho2018-02-152-15/+72
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Hide CI secret variable values on save Closes #42929 See merge request gitlab-org/gitlab-ce!17044
| | * | Hide CI secret variable values on save42929-hide-new-variable-valuesEric Eastwood2018-02-142-15/+72
| | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
| * | | Replace $.get with axios in importerStatusClement Ho2018-02-151-7/+67
| | | |
| * | | Merge branch 'winh-new-modal-component' into 'master'Filipa Lacerda2018-02-151-0/+192
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add new modal Vue component See merge request gitlab-org/gitlab-ce!17108
| | * | | Add new modal Vue componentwinh-new-modal-componentWinnie Hellmann2018-02-141-0/+192
| | | | |
| * | | | Re-enable eslint in `commits.js` fileAndré Luís2018-02-151-9/+11
| | | | |
| * | | | Converted pipeline_schedules bundles into automatic webpack entriespipeline-schedule-webpackPhil Hughes2018-02-152-2/+2
| | | | | | | | | | | | | | | | | | | | #41341
* | | | | Fixed failing testConstance Okoghenun2018-02-161-1/+0
| | | | |
* | | | | Refactored use of boards/boards_bundle.js, created a dipatcher importConstance Okoghenun2018-02-151-1/+1
|/ / / /
* | | | Merge branch '35530-teleporting-emoji-fix' into 'master'Fatih Acet2018-02-151-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix teleporting emoji (MR description instead of comment) Closes #35530 See merge request gitlab-org/gitlab-ce!17100
| * | | | The emoji menu should not close when the search box is clickedJared Deckard2018-02-071-1/+12
| | | | |
* | | | | Merge branch '34130-null-pipes' into 'master'Fatih Acet2018-02-151-0/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Merge request says "Could not connect to the CI server", no CI or integration is configured" See merge request gitlab-org/gitlab-ce!17053
| * | | | | Prevent MR Widget error when no CI configured34130-null-pipesSimon Knox2018-02-121-0/+9
| | | | | |
* | | | | | Moves mr widget components into vue filesfl-mr-widget-4Filipa Lacerda2018-02-132-21/+35
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | Adds i18n Improves test cases
* | | | | Merge branch '43198-fix-settings-panel-expanding-when-fragment-hash-linked' ↵Phil Hughes2018-02-131-0/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix settings panels not expanding when fragment hash linked Closes #43198 See merge request gitlab-org/gitlab-ce!17074
| * | | | | Fix settings panel not expanding when fragment hash linkedEric Eastwood2018-02-131-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/43198
* | | | | | Merge branch '42923-close-issue' into 'master'Phil Hughes2018-02-134-0/+91
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Can't close issue through buttons in the textarea on mobile" Closes #42923 See merge request gitlab-org/gitlab-ce!17043
| * \ \ \ \ \ [ci skip] Merge branch 'master' into 42923-close-issueFilipa Lacerda2018-02-134-24/+32
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (25 commits) Addressed mr observations Clean new Flash() and stop disabling no-new (eslint) when possible Disable query limiting warnings for now on GitLab.com Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" Fix warning messages for promoting labels and milestones Fixed missing js selector for the realtime pipelines commit comp Honour workhorse provided file name Create an empty wiki when there is no wiki in the gitlab export bundle Revert and remove header_title line from labels issue Fixed bug with param config changed params passed to from a string to an object Move IssuableTimeTracker vue component Fix breadcrumb on labels page for groups Convert groups_select ajax to use axios Default CI variables to unprotected make sure there is a dependency on Gitlab::CurrentSettings is Make GITLAB_FEATURES in build_spec compatible with EE Update jquery.waitforimages & use npm version Fixed typo, updated test, and removed commented code Replaced use of $.get with axios.get and updated tests ...
| * | | | | | | Reuse getter42923-close-issueFilipa Lacerda2018-02-122-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add loading button for better UX
| * | | | | | | [ci skip] Merge branch 'master' into 42923-close-issueFilipa Lacerda2018-02-122-88/+9
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. standard, LDAP) Return a warning string if we try to encode to unsupported encoding Remove confirmation_input Resolve failures in GitHub-ish import controller specs Remove changelogs for already-released security patches Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4' Merge branch 'fix/gh-namespace-issue' into 'security-10-4' Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'security-10-4' Merge branch 'fix-mermaid-xss' into 'security-10-4' Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' API - fix searching in group/project specified by path Add documentation on how to build a QA Docker image Fix english in style_guide_js.md Adds tooltip for environment name Adds CSS for child envrionments Do not attach runner to a non-exsiting network in QA Remove not needed default statement Improve docs about allowing some side effects on the constructor Move all ENV to Runtime::Env Rename .scss files to use snake_case Moves missing branch into a vue file ...
| * | | | | | | Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-093-0/+85
| | | | | | | |
* | | | | | | | Merge branch 'winh-new-branch-dropdown-style' into 'master'Phil Hughes2018-02-131-36/+77
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup new branch/merge request form in issues Closes #41938 See merge request gitlab-org/gitlab-ce!16854
| * | | | | | | Cleanup new branch/merge request form in issueswinh-new-branch-dropdown-styleWinnie Hellmann2018-02-121-36/+77
| | | | | | | |
* | | | | | | | Merge branch 'master' into jivl-update-katexJose Ivan Vargas2018-02-1233-305/+1048
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'diff-and-gpg-badges-ajax-refactor' into 'master'Phil Hughes2018-02-121-21/+29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of $.get with axios.get and updated tests See merge request gitlab-org/gitlab-ce!16989
| | * | | | | | | Fixed typo, updated test, and removed commented codeConstance Okoghenun2018-02-081-2/+2
| | | | | | | | |
| | * | | | | | | Replaced use of $.get with axios.get and updated testsConstance Okoghenun2018-02-081-21/+29
| | | | | | | | |
| * | | | | | | | Merge branch 'refactor/move-issuable-time-tracker-vue-component' into 'master'Filipa Lacerda2018-02-121-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move IssuableTimeTracker vue component See merge request gitlab-org/gitlab-ce!16948
| | * | | | | | | | Move IssuableTimeTracker vue componentGeorge Tsiolis2018-02-121-1/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch '42928-default-protected-variables-to-off' into 'master'Filipa Lacerda2018-02-121-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default CI variables to unprotected Closes #42928 See merge request gitlab-org/gitlab-ce!17039
| | * | | | | | | Default CI variables to unprotected42928-default-protected-variables-to-offEric Eastwood2018-02-091-1/+1
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
| * | | | | | | Remove confirmation_inputWinnie Hellmann2018-02-091-63/+0
| | | | | | | |