summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fe-jestify-specs-starting-with-a-1' into 'master'Mike Greiling2019-06-043-702/+0
|\ | | | | | | | | Jestify some specs that start with "A" See merge request gitlab-org/gitlab-ce!28727
| * Jestify autosave spec and add localStorage helperfe-jestify-specs-starting-with-a-1Paul Slaughter2019-06-041-154/+0
| | | | | | | | | | | | The helper was needed because `jest.spyOn` would not work on this special window object property. The only way we could successfully spy on `localStorage` was with this helper.
| * Jestify api specPaul Slaughter2019-05-301-477/+0
| |
| * Jestify activities specPaul Slaughter2019-05-301-71/+0
| | | | | | | | | | | | | | Also add `jQuery` to global in `test_setup`. This was needed because: - `vendor/jquery.endless-scroll` depends on it. - Adding it to `global` in the spec itself didn't work.
* | Handle external dashboard form submissionAdriel Santiago2019-06-041-2/+2
| | | | | | | | Connect frontend UI with backend api for external dashboard link
* | Extract setIssueDetail() into issue boards storeWinnie Hellmann2019-06-041-0/+11
| |
* | Merge branch 'ce-fix-vue-spec-warning' into 'master'Fatih Acet2019-06-041-8/+0
|\ \ | | | | | | | | | | | | Fix warning in spec from committing unused mutation See merge request gitlab-org/gitlab-ce!28815
| * | Fix warning in spec from committing unused mutationce-fix-vue-spec-warningSimon Knox2019-05-291-8/+0
| | |
* | | Extract toggleFilter() into issue boards storeWinnie Hellmann2019-06-041-0/+34
| | |
* | | FE: Remove legacy approval feature in MR filesPaul Slaughter2019-06-041-2/+0
| | |
* | | Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-032-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
* | | Move boardsStore.moving to BoardList componentWinnie Hellmann2019-06-031-0/+12
| | |
* | | Merge branch 'issafeurl-utility' into 'master'Kushal Pandya2019-06-031-110/+0
|\ \ \ | | | | | | | | | | | | | | | | Add global isSafeURL utility See merge request gitlab-org/gitlab-ce!28943
| * | | Add global isSafeURL utilityissafeurl-utilityPaul Gascou-Vaillancourt2019-06-031-110/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added isSafeURL utility based on prior work in gitlab-ee - Also added isAbsoluteOrRootRelative() and getBaseURL() utils, needed by isSafeURL - Removed URL() fallback because URL() is now polyfilled - Updated specs
* | | | Move NoteApp tests to JestWinnie Hellmann2019-06-031-331/+0
| | | |
* | | | Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-031-2/+12
|\ \ \ \
| * \ \ \ Merge branch 'security-id-leaked-password-in-import-url-frontend' into 'master'GitLab Release Tools Bot2019-06-031-2/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Handling password on import by url page See merge request gitlab/gitlabhq!3061
| | * | | | Handling password on import by url pageSam Bigelow2019-05-291-2/+12
| | | | | |
* | | | | | Merge branch 'abstract-auto-merge' into 'master'Kamil Trzciński2019-06-032-13/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor and abstract Auto Merge Processes See merge request gitlab-org/gitlab-ce!28595
| * | | | | | Fix frontend tests related to autoMergeStrategyabstract-auto-mergeNathan Friend2019-06-032-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few minor frontend changes to complete the refactoring from MWPS to the more generic autoMergeStrategy.
| * | | | | | Abstract auto merge processesShinya Maeda2019-06-031-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
* | | | | | | Remove unused avatar sizes62429-remove-unused-avatar-sizesAnnabel Dunstone Gray2019-05-311-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | - Update avatars to use only sizes from the 8px grid
* | | | | | Merge branch 'dz-scope-project-routes-3' into 'master'Lin Jen-Shin2019-05-312-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
| * | | | | | Fix js api spec for new labels featuredz-scope-project-routes-3Dmitriy Zaporozhets2019-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Fix specs after routing changeDmitriy Zaporozhets2019-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Fix emoji picker visibility issueFatih Acet2019-05-311-0/+1
| |_|_|/ / / |/| | | | |
* | | | | | Sort by position in issue boards store addList()Winnie Hellmann2019-05-301-0/+9
| |_|_|_|/ |/| | | |
* | | | | Add Pipeline IID to viewsMike Scott2019-05-307-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
* | | | | Extract clearDetailIssue() to issue boards storeWinnie Hellmann2019-05-301-0/+10
|/ / / /
* | | | Updated heading for default state in Web IDEDenys Mishunov2019-05-296-151/+358
| | | | | | | | | | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
* | | | Increase global karma timeoutrevert-karma-timeoutHeinrich Lee Yu2019-05-292-3/+3
| | | | | | | | | | | | | | | | Revert useless timeout added in karma spec
* | | | Increase timeout of flaky specsHeinrich Lee Yu2019-05-281-2/+2
|/ / /
* | | Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt2019-05-281-416/+0
| |/ |/|
* | Merge branch 'backstage/gb/improve-jobs-controller-performance' into 'master'57694-documentation-for-graphqlStan Hu2019-05-283-252/+162
|\ \ | | | | | | | | | | | | | | | | | | Improve performance of jobs controller show Closes #60708 See merge request gitlab-org/gitlab-ce!28093
| * \ Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵backstage/gb/improve-jobs-controller-performanceGrzegorz Bizon2019-05-271-1/+4
| |\ \ | | |/ | | | | | | | | | | | | backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
| * | Set up mock data for stagesFilipa Lacerda2019-05-241-1/+27
| | |
| * | Fix deployment entity testsGrzegorz Bizon2019-05-241-1/+1
| | | | | | | | | | | | Fixes style lint errors
| * | Removes fetchStage actions and mutationsFilipa Lacerda2019-05-243-252/+136
| | | | | | | | | | | | Updates tests
* | | Migrate the monitoring dashboard store to vuexJose Ivan Vargas2019-05-277-5917/+382
| |/ |/| | | | | | | This changes the monitoring javascript store from an object based to a vuex one
* | Replaces a hard-coded date in the job app specsamdbeckham2019-05-241-1/+4
|/
* Merge branch 'api-spec-scb' into 'master'Phil Hughes2019-05-221-1/+1
|\ | | | | | | | | | | | | Resolve CE/EE diffs in api_spec Closes gitlab-ee#6611 See merge request gitlab-org/gitlab-ce!28576
| * Resolve CE/EE diffs in api_specLuke Bennett2019-05-221-1/+1
| | | | | | | | Part of single codebase changes.
* | Merge branch '61928-remove-throttle-from-dirty-submit' into 'master'Kushal Pandya2019-05-211-28/+83
|\ \ | |/ |/| | | | | | | | | Make throttling in the dirty_submit form check smarter Closes #61928 See merge request gitlab-org/gitlab-ce!28377
| * Fix throttling issue in form dirty checking61928-remove-throttle-from-dirty-submitNathan Friend2019-05-171-28/+83
| | | | | | | | | | | | This commit fixes an issue that was causing the "Save changes" button to be incorrectly enabled or disabled when changes were made to a form. (Specifically, some of the subsections in the project settings pages.)
* | Merge branch 'leipert-move-pdf-js' into 'master'Mike Greiling2019-05-202-4/+4
|\ \ | | | | | | | | | | | | Move to pdf.js distributed with npm See merge request gitlab-org/gitlab-ce!28156
| * | Move to pdf.js distributed with npmleipert-move-pdf-jsLukas Eipert2019-05-102-4/+4
| | | | | | | | | | | | | | | | | | pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
* | | Merge branch 'fe-rename-vue-component-helper-ce' into 'master'Mike Greiling2019-05-2020-19/+19
|\ \ \ | | | | | | | | | | | | | | | | [CE Port] Rename vue_component_helper to text_helper See merge request gitlab-org/gitlab-ce!28358
| * | | Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-1620-19/+19
| | |/ | |/| | | | | | | | | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* | | Add backport changesSarah Groff Hennigh-Palermo2019-05-202-4/+37
| | | | | | | | | | | | Adds backport changes for ee
* | | Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|/ /