summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ |/|
* | StackedProgressBar Component testsKushal Pandya2018-01-151-0/+77
| |
* | Merge branch '16988-use-toggle-for-subscribed-unsubscribed-to-notifications' ↵Annabel Dunstone Gray2018-01-121-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Use toggle for subscribed/unsubscribed to notifications" Closes #16988 See merge request gitlab-org/gitlab-ce!16408
| * | update karma testsMike Greiling2018-01-121-6/+6
| | |
* | | Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+60
| | |
* | | Merge branch '41937-vue-prop-type' into 'master'Phil Hughes2018-01-121-8/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Fix type is started key" Closes #41937 See merge request gitlab-org/gitlab-ce!16407
| * | | Fix boolean prop being provided as string41937-vue-prop-typeFilipa Lacerda2018-01-111-8/+26
| |/ /
* | | Merge branch '41956-fix-ctrl-enter-binding-to-save-comment' into 'master'Phil Hughes2018-01-122-2/+17
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix Ctrl+Enter keyboard shortcut saving comment/note edit Closes #41956 See merge request gitlab-org/gitlab-ce!16415
| * | Fix Ctrl+Enter keyboard shortcut saving comment/note edit41956-fix-ctrl-enter-binding-to-save-commentEric Eastwood2018-01-112-2/+17
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41956
* | | Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-1124-9/+21
|\ \ \ | |_|/ |/| | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * | Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-1024-9/+21
| | |