summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * Backport to match EE icons42225-mr-iconsFilipa Lacerda2018-01-191-4/+4
| | |
| * | Merge branch '41206-show-signin-pane-after-email-confirmation' into 'master'Clement Ho2018-01-201-0/+7
| |\ \ | | |/ | |/| | | | | | | | | | | | | Resolve "New user is sent back to Register tab after confirming email" Closes #41206 See merge request gitlab-org/gitlab-ce!16174
| | * Fix Shows signin tab after new user email confirmationJacopo2018-01-181-0/+7
| | | | | | | | | | | | When a new user confirm his email the signin tab is correctly shown.
* | | Merge branch 'master' into vue-mr-widget-stateFilipa Lacerda2018-01-198-31/+192
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) WebIDE: Fix Commit bugs Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'" Fix incorrect path for gitlab-shell authorized keys helper Fix duplicate item in protected branch/tag dropdown dynamic imports for groups: pages Refactor dispatcher project mr edit and creation diff path Refactor dispatcher project mr creations new path Rework indexes on redirect_routes to be more effective and enforce a case insensitive unique path Upgraded Karma Dependencies Fix conflict with ee icon Remove trailing space after author name in note header Delete conflicting orphaned routes Make the 'Edit' links consistent in the issuable sidebar Fix a bug calculating artifact size for project statistics Update rubocop, rubocop-rspec, and gitlab-styles Correctly escape UTF-8 path elements for uploads Change cursor to default for disabled buttons Fix eslint Remove Event listener and make code more readable. Update CHANGELOG.md for 10.1.7 ...
| * | Merge branch 'mr-widget-vue' into 'master'Phil Hughes2018-01-191-12/+25
| |\ \ | | | | | | | | | | | | | | | | Move archived component to vue file See merge request gitlab-org/gitlab-ce!16561
| | * | Move archived component to vue fileFilipa Lacerda2018-01-181-12/+25
| | |/
| * | WebIDE: Fix Commit bugsTim Zallmann2018-01-194-19/+15
| | |
| * | Merge branch '42157-41989-fix-duplicate-in-create-item-dropdown' into 'master'Phil Hughes2018-01-192-0/+119
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicate item in protected branch/tag dropdowns Closes #42157 and #41989 See merge request gitlab-org/gitlab-ce!16540
| | * | Fix duplicate item in protected branch/tag dropdown42157-41989-fix-duplicate-in-create-item-dropdownEric Eastwood2018-01-182-0/+119
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/42157 Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41989
| * | | Add confirm when navigating away from page with tests.Jacob Schatz2018-01-181-0/+33
| | |/ | |/|
* | | Move mr_widget_auto_merge_failed component into a vue fileFilipa Lacerda2018-01-181-21/+36
|/ /
* | Merge branch 'winh-stop-jobs-modal' into 'master'Phil Hughes2018-01-181-0/+63
|\ \ | | | | | | | | | | | | | | | | | | Add modal for stopping jobs in admin area Closes #41305 See merge request gitlab-org/gitlab-ce!16283
| * | Add modal for stopping jobs in admin areaWinnie Hellmann2018-01-181-0/+63
| | |
* | | Merge branch '34252-trailing-plus' into 'master'Phil Hughes2018-01-181-0/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Cannot filter issues by labels ending with a plus char in board view" Closes #41715 and #34252 See merge request gitlab-org/gitlab-ce!16490
| * | | consistent code styleSimon Knox2018-01-181-2/+1
| | | |
| * | | add test for search terms with +Simon Knox2018-01-181-2/+9
| | | |
| * | | fix board filter parsing - don't replace encoded + symbols with spacesSimon Knox2018-01-161-0/+21
| | | |
* | | | Filter groups and projects dropdowns of search page on backendWinnie Hellmann2018-01-172-0/+58
| |_|/ |/| |
* | | Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira2018-01-174-7/+120
|\ \ \ | |_|/ |/| | | | | | | | Backport 10.3.4 security fixes into master See merge request gitlab-org/gitlab-ce!16509
| * | fixed markdown_spec.jsPhil Hughes2018-01-171-1/+1
| | |
| * | Merge branch 'fl-ipythin-10-3' into 'security-10-3'Phil Hughes2018-01-163-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port of [10.2] Sanitizes IPython notebook output See merge request gitlab/gitlabhq!2285 (cherry picked from commit 1c46e031c70706450a8e0ae730f4c323b72f9e4c) aac035fe Port of [10.2] Sanitizes IPython notebook output
| * | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan2018-01-161-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
* | | Resolve "Closed issue label in todo's styling is difficult to read"Simon Knox2018-01-171-1/+1
| | |
* | | Merge branch '41920-download-button' into 'master'Phil Hughes2018-01-171-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Download button in pipelines table has wrong height" Closes #41920 and #38653 See merge request gitlab-org/gitlab-ce!16488
| * | | Replace pipeline's action icons with svgFilipa Lacerda2018-01-161-3/+3
| | |/ | |/|
* | | Merge branch '41929-artifacts-time' into 'master'Tim Zallmann2018-01-171-5/+0
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Remove "remaining" word from artifacts information in job's page sidebar" Closes #41929 See merge request gitlab-org/gitlab-ce!16405
| * | Remove remaining word from artifacts dateFilipa Lacerda2018-01-111-5/+0
| | |
* | | fixed merge request specsPhil Hughes2018-01-161-2/+2
| | |
* | | Fixed merge request status badge not updating after mergingmr-status-box-updatePhil Hughes2018-01-152-2/+46
| |/ |/|