summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ /
* | Merge branch 'diff-whitespace-setting-changes' into 'master'Filipa Lacerda2019-05-161-1/+29
|\ \ | | | | | | | | | | | | | | | | | | Fixes issues with show whitespace button in diffs Closes #42597 and #58852 See merge request gitlab-org/gitlab-ce!28242
| * | Fixes issues with show whitespace button in diffsPhil Hughes2019-05-101-1/+29
| | | | | | | | | | | | | | | | | | | | | Correctly updates the URL without overwriting parameters Reloads the diff file content without reloading the page Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
* | | Fix flyout nav on small viewportsce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-sizeLuke Bennett2019-05-151-2/+3
| | | | | | | | | | | | | | | Decouples sidebar collapsed style from behavior.
* | | Merge branch 'winh-simplify-frontend-fixtures' into 'master'Rémy Coutable2019-05-1029-158/+87
|\ \ \ | |/ / |/| | | | | | | | Simplify frontend test fixtures See merge request gitlab-org/gitlab-ce!27531
| * | 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
| | |