summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fl-mr-widget' into 'master'Phil Hughes2018-01-311-83/+48
|\ | | | | | | | | Move mr widget related links into a vue file See merge request gitlab-org/gitlab-ce!16825
| * Move mr widget related links into a vue fileFilipa Lacerda2018-01-301-83/+48
| |
* | Use axios instead of jquery ajax for setCiStatusFaviconClement Ho2018-01-312-28/+32
| |
* | Merge branch 'ph-ajax-to-axios' into 'master'Filipa Lacerda2018-01-318-165/+141
|\ \ | |/ |/| | | | | Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
| * fixed failing specsph-ajax-to-axiosPhil Hughes2018-01-301-1/+1
| |
| * fixed more unhandled promise rejectionsPhil Hughes2018-01-302-5/+13
| |
| * fixed unhandled promise rejectionPhil Hughes2018-01-301-2/+4
| |
| * changed commits.js to axiosPhil Hughes2018-01-301-12/+31
| |
| * converted blob viewer to axiosPhil Hughes2018-01-301-19/+17
| |
| * spec fixes after API axios changePhil Hughes2018-01-303-11/+19
| |
| * Converted API.js to axiosPhil Hughes2018-01-301-115/+56
| |
* | Merge branch 'ph-ajax-into-axios' into 'master'Filipa Lacerda2018-01-302-54/+100
|\ \ | | | | | | | | | | | | More $.ajax conversions to axios See merge request gitlab-org/gitlab-ce!16761
| * | fixed issuable_spec.jsPhil Hughes2018-01-291-4/+22
| | |
| * | Converted integration_settings_form to axiosPhil Hughes2018-01-291-50/+78
| | |
* | | Merge branch 'update-create-item-dropdown-with-create-new-item-option' into ↵Filipa Lacerda2018-01-301-31/+108
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 'master' Add `createNewItemFromValue` option and `clearDropdown` method to `create_item_dropdown` See merge request gitlab-org/gitlab-ce!16699
| * | Add createNewItemFromValue option and clearDropdown methodupdate-create-item-dropdown-with-create-new-item-optionEric Eastwood2018-01-301-31/+108
| | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* | | Merge branch 'fl-vue-mr-widget' into 'master'Phil Hughes2018-01-291-111/+97
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move mr_widget_merged into a vue file Closes #42486 See merge request gitlab-org/gitlab-ce!16746
| * \ \ [ci skip] Merge branch 'master' into fl-vue-mr-widgetFilipa Lacerda2018-01-294-81/+136
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) normalize headers correctly i18n flash message fixed dashboard projects not being filterable Converted filterable_list to axios Converted due_date_select to axios Converted dropzone_input to axios Converted create_merge_request_dropdown to axios converted compare_autocomplete to axios Convered compare.js to axios Set alternate object directories in run_git Digital Ocean Spaces now supports AWS v4 streaming API Fix spec failures in issues_spec.rb Fix #42486. Generalize toggle_buttons.js update code based on feedback add changelog fix spec add spec disable retry attempts for Import/Export until that is fixed add an extra spec fix validation error on services ...
| * | | Move mr_widget_merged into a vue fileFilipa Lacerda2018-01-261-111/+97
| | | |
* | | | Disable MR check out button when source branch is deletedJacopo2018-01-291-11/+27
| | | | | | | | | | | | | | | | After source branch deletion the Merge request `Check out branch` button is disabled.
* | | | Merge branch 'followup-to-40744-idempotent-ids' into 'master'Nick Thomas2018-01-291-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fix JS equality rules in some specs See merge request gitlab-org/gitlab-ce!16734
| * | | Fix JS equality rules in some specsNick Thomas2018-01-261-2/+2
| |/ /
* | | Merge branch 'generalize-js-toggle-buttons' into 'master'Filipa Lacerda2018-01-264-81/+136
|\ \ \ | |/ / |/| | | | | | | | Generalize toggle_buttons for JavaScript usage See merge request gitlab-org/gitlab-ce!16689
| * | Generalize toggle_buttons.jsgeneralize-js-toggle-buttonsEric Eastwood2018-01-264-81/+136
| | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* | | Merge branch 'fl-mr-widget-components' into 'master'Phil Hughes2018-01-262-151/+103
|\ \ \ | | | | | | | | | | | | | | | | Moves components into vue files: See merge request gitlab-org/gitlab-ce!16719
| * \ \ Merge branch 'master' into fl-mr-widget-componentsFilipa Lacerda2018-01-2510-50/+132
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Open links in a new tab on the user page Improve empty project overview Make Gitaly RepositoryExists opt-out Fix .batch_lfs_pointers accepting a lazy enumerator Look for rugged with static analysis Look at notes created just before merge when deciding if an MR can be reverted Cache rubocop cache for CI Update gitlab-styles and re-enable the RSpec/SingleLineHook cop again Make Gitlab::Git::Repository#run_git private Default to HTTPS for all Gravatar URLs Handle special characters on API request of issuable templates Update secret_values to support dynamic elements within parent Add note within ux documentation that further changes should be made within the design.gitlab project Disable throwOnError in KaTeX to reveal user where is the problem
| * | | Moves components into vue files:fl-mr-widget-componentsFilipa Lacerda2018-01-252-151/+103
| | | | | | | | | | | | | | | | | | | | | | | | - mr_widget_failed_to_merge - mr_widget_merge_when_pipeline_succeeds Adds i18n
* | | | Merge branch 'winh-check-axios-restore' into 'master'Filipa Lacerda2018-01-261-0/+10
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Make sure that axios adapater is restored after mocking See merge request gitlab-org/gitlab-ce!16660
| * | | Make sure that axios adapater is restored after mockingwinh-check-axios-restoreWinnie Hellmann2018-01-251-0/+10
| | | |
* | | | Merge branch '40028-special-characters-on-issuable-templates' into 'master'Rémy Coutable2018-01-251-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handling special characters in Issuable Templates Closes #40028 See merge request gitlab-org/gitlab-ce!15323
| * | | | Handle special characters on API request of issuable templatesTakuya Noguchi2018-01-251-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'update-secret-values-to-support-dynamic-elements' into 'master'Filipa Lacerda2018-01-251-14/+96
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update secret_values to support dynamic elements within parent See merge request gitlab-org/gitlab-ce!16665
| * | | | Update secret_values to support dynamic elements within parentupdate-secret-values-to-support-dynamic-elementsEric Eastwood2018-01-241-14/+96
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 which introduces a dynamic variable list and needs secrets. We use the valueSelector/placeholderSelector options to avoid selecting the last empty row.
* | | | Merge branch 'default-to-https-for-gravatar-urls' into 'master'Rémy Coutable2018-01-258-34/+34
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Default to HTTPS for all Gravatar URLs See merge request gitlab-org/gitlab-ce!16666
| * | | Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urlsAchilleas Pipinellis2018-01-258-34/+34
| |/ / | | | | | | | | | | | | If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
* | | Merge branch 'fl-more-mr-widget' into 'master'Phil Hughes2018-01-253-33/+78
|\ \ \ | | | | | | | | | | | | | | | | Moves status icon into a vue file and adds tests See merge request gitlab-org/gitlab-ce!16703
| * | | Update missing pathsfl-more-mr-widgetFilipa Lacerda2018-01-251-2/+2
| | | |
| * | | Merge branch 'master' into fl-more-mr-widgetFilipa Lacerda2018-01-256-160/+137
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (30 commits) Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service" Update CHANGELOG.md for 10.4.1 Add a gRPC health check to ensure Gitaly is up Add formatted_data attribute to Git::WikiPage Avoid array indices to fixtures in JS specs Migrate .batch_lfs_pointers to Gitaly Updates `Revert this merge request` text Work around a bug in DatabaseCleaner when using the deletion strategy on MySQL Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Workaround a recaptcha pop-up that cannot be tested Moves more mr widget components into vue files Adds i18n Adds better test coverage Execute system hooks after-commit when executing project hooks Remove one Spinach job and add one RSpec job Migrate repository bundling to Gitaly Use limit for search count queries Fix offense in runners settings QA page object class Wait for runner until it registers itself in QA tests Fix static-analysis offenses in QA support class Add specific views / selectors for QA runners page Add views / selectors for pipeline show page object ...
| * | | Moves status icon into a vue file and adds testsFilipa Lacerda2018-01-243-33/+78
| | | | | | | | | | | | | | | | Moves merging component into a vue file, adds i18n and better test cases
* | | | Add modal for deleting a milestonewinh-delete-milestone-modalWinnie Hellmann2018-01-251-0/+95
| |/ / |/| |
* | | Merge branch 'fl-mr-widget-refactor' into 'master'Phil Hughes2018-01-253-153/+127
|\ \ \ | |_|/ |/| | | | | | | | Moves more mr widget components into vue files See merge request gitlab-org/gitlab-ce!16677
| * | Moves more mr widget components into vue filesfl-mr-widget-refactorFilipa Lacerda2018-01-243-153/+127
| |/ | | | | | | | | Adds i18n Adds better test coverage
* | Avoid array indices to fixtures in JS specsNick Thomas2018-01-243-8/+11
| |
* | Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-243-8/+8
|/
* Merge branch 'winh-axios-mock-restore' into 'master'Filipa Lacerda2018-01-249-14/+14
|\ | | | | | | | | Use restore() instead of reset() for removing axios MockAdapter See merge request gitlab-org/gitlab-ce!16647
| * Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restoreWinnie Hellmann2018-01-239-14/+14
| |
* | Upgrade jasmine + raven to newer versionsTim Zallmann2018-01-234-42/+21
|/
* Upgraded all vue librariesTim Zallmann2018-01-2313-42/+56
|
* Merge branch 'master' into vue-mr-widget-stateFilipa Lacerda2018-01-222-4/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Split the setup-test-env job in two Remove the wait time for the login form check Fix protected branches API to accept name parameter with dot Update outdated docs for CI/CD quick start _never_ unset gitlab.full_path Backport to match EE icons Add horizontal scroll to wiki tables Update best_practices.md Remove duplicate list item in "General Guidelines" Section. Permits 'password_authentication_enabled_for_git' parameter for ApplicationSettingsController Move rugged-call from Project#write_repository_config to Git::Repository#write_config doc: Spelling fixes Update Auto DevOps template Disable scss-lint around text-decoration-skip Add text-decoration-skip: ink to all underlined elements Fix Shows signin tab after new user email confirmation Fixes mistake in change log doc.
| * Merge branch '42225-mr-icons' into 'master'Phil Hughes2018-01-221-4/+4
| |\ | | | | | | | | | | | | | | | | | | Resolve "MR widget components have different icons in CE and EE" Closes #42225 See merge request gitlab-org/gitlab-ce!16587