summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| | |
| * | Expose response variable for raw file fixturesWinnie Hellmann2019-05-101-7/+8
| | |
* | | Merge branch 'fe-header-row' into 'master'Phil Hughes2019-05-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds header column to variables list Closes #46806 See merge request gitlab-org/gitlab-ce!28060
| * | | Adds header column to variables listfe-header-rowFilipa Lacerda2019-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | For the variables list in CI/CD settings this commits adds an header row with titles
* | | | Merge branch 'winh-notes-error-handling' into 'master'Fatih Acet2019-05-081-0/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle errors in successful notes reply Closes #61377 See merge request gitlab-org/gitlab-ce!28082
| * | | | Add failing test for saveNote error handlingWinnie Hellmann2019-05-071-0/+45
| | |/ / | |/| |
* | | | Added user time settings fields to profileEzekiel Kigbo2019-05-071-0/+77
|/ / / | | | | | | | | | | | | | | | Udpated user_edit_profile_spec with time preferences Minor update form fields
* | | Add custom metrics form to dashboardAdriel Santiago2019-05-071-2/+5
| | | | | | | | | | | | Use existing form to allow users to add custom metrics via the dashboard
* | | Merge branch '60462-empty-pipeline-section' into 'master'Mayra Cabrera2019-05-071-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes empty block in MR widget Closes #60462 See merge request gitlab-org/gitlab-ce!27462
| * | | Fixes empty block in MR widgetFilipa Lacerda2019-05-071-0/+13
| |/ / | | | | | | | | | | | | This commit prevents the pipeline block to be rendered when no pipeline information is provided
* | | Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes2019-05-072-91/+114
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160