summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Change "Report abuse to GitLab" to more generic wording.Marc Schwede2019-06-061-1/+1
|
* Merge branch '60034-default-web-ide-s-merge-request-checkbox-to-true' into ↵Phil Hughes2019-06-066-74/+261
|\ | | | | | | | | | | | | | | | | 'master' Resolve "Default Web IDE's merge request checkbox to true" Closes #60034 See merge request gitlab-org/gitlab-ce!28665
| * Default MR checkbox to true in most cases60034-default-web-ide-s-merge-request-checkbox-to-trueSam Bigelow2019-06-066-74/+261
| | | | | | | | | | | | | | | | | | | | | | - Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
* | Use the selected time window for metrics dashboardSarah Yasonik2019-06-061-19/+51
|/
* Migrate old notes app test from Karma to JestMartin Hanzel2019-06-051-1048/+0
|
* Extract setListDetail() into issue boards storeWinnie Hellmann2019-06-051-0/+11
|
* Merge branch ↵Filipa Lacerda2019-06-051-8/+8
|\ | | | | | | | | | | | | | | | | '61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloat' into 'master' Resolve "common_utils_spec.js fails locally for roundOffFloat" Closes #61910 See merge request gitlab-org/gitlab-ce!28963
| * Fix broken floating point tests61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloatjboyson12019-05-301-8/+8
| | | | | | | | | | | | | | | | Update tests to use toBeCloseTo instead of toBe for floating point checks. More info here: https://jestjs.io/docs/en/expect#tobeclosetonumber-numdigits
* | Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda2019-06-051-0/+28
|\ \ | | | | | | | | | | | | Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
| * | Add single_stat chart component to the monitoring bundlejivanvl-add-single-stat-chart-componentJose Vargas2019-06-041-0/+28
| | | | | | | | | | | | | | | This merge requests just adds the component without integrating it to the dashboard, it adds tests as well
* | | Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai2019-06-051-5/+6
| | |
* | | 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