summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Use vue file for pipelines tables components31349-pipeline-url-techdebFilipa Lacerda2017-05-291-1/+1
|
* Merge branch ↵Fatih Acet2017-05-261-2/+35
|\ | | | | | | | | | | | | | | | | '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
| * Don't use getElementById in specs.Bryce Johnson2017-05-221-2/+2
| |
| * Upgrade Remove Source Branch checkbox UX.Bryce Johnson2017-05-221-2/+35
| |
* | Creates CI Header component to use in pipelines and job details pagesFilipa Lacerda2017-05-262-0/+150
| |
* | Merge branch '32888-fix-error-after-missing-note-hash-fragment-in-dom' into ↵Clement Ho2017-05-261-1/+44
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix error thrown with missing note fragment in DOM Closes #32888 See merge request !11700
| * | Fix error thrown with missing note fragment in DOM32888-fix-error-after-missing-note-hash-fragment-in-domEric Eastwood2017-05-261-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32888 Reproduction: 1. Visit /namespace/project/merge_requests/x/diffs#note_1234 1. When `#note_1234` isn't in the diff, an error is thrown
* | | Use non-global jQuery reference within raven bundleLuke "Jared" Bennett2017-05-251-18/+0
| | |
* | | Merge branch '32170-assignees-spinner' into 'master'Phil Hughes2017-05-242-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | show loading indicator while waiting for assignees first fetch Closes #32170 See merge request !11434
| * | | add loading spinner to sidebar assignees32170-assignees-spinnerSimon Knox2017-05-242-0/+17
| | | | | | | | | | | | | | | | store isFetching state to indicate if assignees has initial data
* | | | Use import instead of requirefix-eslintClement Ho2017-05-242-2/+2
| | | |
* | | | Merge branch 'dm-paste-code-inside-gfm-code' into 'master'Filipa Lacerda2017-05-241-0/+49
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't wrap pasted code when it's already inside code tags Closes #32507 See merge request !11524
| * | | | Add specdm-paste-code-inside-gfm-codeDouwe Maan2017-05-231-0/+49
| | | | |
* | | | | Merge branch ↵Phil Hughes2017-05-245-17/+33
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32563-remove-duplicated-config-code-for-filtered-search-dropdowns' into 'master' Resolve "Remove duplicated config code for filtered search dropdowns" Closes #32563 See merge request !11512
| * | | | Port EE changes32563-remove-duplicated-config-code-for-filtered-search-dropdownsClement Ho2017-05-235-17/+33
| |/ / /
* | | | Merge branch 'sentry-clientside-releases' into 'master'Phil Hughes2017-05-242-32/+30
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Read HEAD commit and use as sentry releases value Closes #32535 See merge request !11565
| * | | Use Gitlab::REVISION over reading HEAD sha from gitsentry-clientside-releasesLuke "Jared" Bennett2017-05-212-23/+22
| | | |
| * | | Read HEAD commit and use as releases valueLuke "Jared" Bennett2017-05-192-18/+17
| | | |
* | | | MRWidget: Change order of if blocks to determine widget state properly.acet-fix-mr-widget-stateFatih Acet2017-05-241-6/+6
| | | |
* | | | Merge branch 'winh-frontend-user-cache' into 'master'Filipa Lacerda2017-05-232-0/+201
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Introduce UsersCache for storing user entities in frontend See merge request !11404
| * | | | Add frontend UsersCache class (!11404)winh-frontend-user-cachewinh2017-05-231-0/+136
| | | | |
| * | | | Extract Cache class from AjaxCachewinh2017-05-211-0/+65
| | | | |
* | | | | Merge branch 'winh-recent-searches-service-spec' into 'master'Fatih Acet2017-05-231-22/+30
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Handle Promise rejections in RecentSearchesService spec See merge request !11206
| * | | | Handle Promise rejections in RecentSearchesService spec (!11206)winh-recent-searches-service-specwinh2017-05-111-22/+30
| | | | |
* | | | | Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-2254-150/+146
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Adopt ES module syntax See merge request !9567
| * | | | refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-162-6/+2
| | | | |
| * | | | fix eslint failuresMike Greiling2017-05-164-4/+4
| | | | |
| * | | | fix implicit window object reference within gl_form_specMike Greiling2017-05-161-6/+6
| | | | |
| * | | | update test_bundle to use ES module syntaxMike Greiling2017-05-161-6/+8
| | | | |
| * | | | update frontend specs to use ES module syntaxMike Greiling2017-05-1651-131/+129
| | | | |
* | | | | Add users endpoint to frontend API classWinnie Hellmann2017-05-191-0/+281
| | | | |
* | | | | Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet2017-05-191-2/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Load improvements related to MR widget See merge request !11518
| * | | | | Fix Karma expectOswaldo Ferreira2017-05-181-1/+0
| | | | | |
| * | | | | Remove unnecessary initial requestOswaldo Ferreira2017-05-181-1/+0
| | |_|_|/ | |/| | |
* | | | | Refine MR widget styling for buttons and info textKushal Pandya2017-05-191-1/+1
| | | | |
* | | | | Merge branch '32551-fix-system-note-comparison-and-standardize-note-setup' ↵Filipa Lacerda2017-05-191-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix system note comparison and standardize note setup Closes #32551 See merge request !11532
| * | | | Fix system note comparison and standardize note setupEric Eastwood2017-05-191-0/+1
| |/ / / | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
* | | | Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes2017-05-197-5/+138
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate user avatar Vue logic Closes #31017 See merge request !10718
| * | | | Fixes per feedback on user avatar components.Bryce Johnson2017-05-184-69/+12
| | | | |
| * | | | Consolidate user avatar Vue logicBryce Johnson2017-05-188-5/+195
| |/ / /
* | | | Fix clicking disabled clipboard button toolipLuke "Jared" Bennett2017-05-181-4/+27
|/ / /
* | | Fix ability to edit diff notes multiple timesKushal Pandya2017-05-181-0/+41
| | |
* | | Fix missing .original-note-content and trailing new line edge case32449-fix-note-comparison-trailing-newline-edge-caseEric Eastwood2017-05-181-8/+52
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449
* | | Merge branch 'acet-mr-widget-nothing-to-commit-state' into 'master' Filipa Lacerda2017-05-171-2/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MRWidget: Implement new design for nothing to commit state. Closes #29320 See merge request !11266
| * | | Address MR comments.acet-mr-widget-nothing-to-commit-stateFatih Acet2017-05-161-1/+1
| | | |
| * | | MRWidget: Fix specs and address WIP comments.Fatih Acet2017-05-161-2/+14
| | | |
* | | | Merge branch '32172-improve-responsive-styling-of-pipeline-schedules-form' ↵Tim Zallmann2017-05-171-42/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Polish UI on pipeline schedules form Closes #32172 See merge request !11332
| * | | Clean up UI and styles.Bryce Johnson2017-05-151-42/+0
| | | |
* | | | Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-161-9/+11
| |/ / |/| |
* | | Merge branch '24373-warning-message-go-away' into 'master' Phil Hughes2017-05-161-0/+29
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Notes warning message should go away once resolved Closes #24373 See merge request !10823