summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch '19745-forms-with-task-lists-can-be-overwritten-when-editing-sim...Sean McGivern2019-02-046-85/+320
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify and unify Promise mocks in app_spec fileFatih Acet2019-01-301-61/+43
| * | | Stop closing issue edit form in error stateFatih Acet2019-01-301-3/+3
| * | | Address review comments and fix commented specFatih Acet2019-01-302-21/+26
| * | | Some cleanup and improvements on frontent logicFatih Acet2019-01-301-1/+1
| * | | Add missing specs.Fatih Acet2019-01-303-0/+183
| * | | Add new spec for updateStoreState methodFatih Acet2019-01-301-0/+18
| * | | Fix failing specs and lint errors.Fatih Acet2019-01-303-4/+35
| * | | Show error message from backendFatih Acet2019-01-301-2/+2
| * | | Accept lockVersion as a prop and add to storeFatih Acet2019-01-302-6/+22
* | | | Fix cluster installation processing spinner (reopened)Jacques Erasmus2019-02-012-77/+29
* | | | Remove d3 metrics graphAdriel Santiago2019-02-019-596/+0
* | | | Use sanitized user status message for user popoverDennis Tang2019-01-311-3/+3
* | | | Support for ignore rules in 'convertObjectPropsToCamelCase' helperKushal Pandya2019-01-311-36/+116
* | | | Merge branch 'fix/49388' into 'master'Grzegorz Bizon2019-01-311-46/+34
|\ \ \ \
| * | | | Support flat response for envs index routesyasonik2019-01-211-46/+34
* | | | | Resolve "Add Avatar from author of the last commit to WebIDE status bar"Jose2019-01-311-0/+3
| |/ / / |/| | |
* | | | Revert "Merge branch '56398-fix-cluster-installation-loading-state' into 'mas...Robert Speicher2019-01-302-29/+77
* | | | Fix cluster installation processing spinnerJacques Erasmus2019-01-302-77/+29
| |/ / |/| |
* | | Convert noteable_discussion_spec.js to Vue test utilsWinnie Hellmann2019-01-291-65/+77
* | | refactor(NoteableDiscussion): Extracted ResolveDiscussionButton fromMartin Hobert2019-01-281-0/+74
* | | Merge branch 'refactor/56369-extract-jump-to-next-discussion-button' into 'ma...Phil Hughes2019-01-281-0/+33
|\ \ \
| * | | refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its own...Martin Hobert2019-01-281-0/+33
* | | | Merge branch 'winh-note-actions-vue-test-utils' into 'master'Phil Hughes2019-01-252-19/+43
|\ \ \ \
| * | | | Apply suggestion to spec/javascripts/test_bundle.jsWinnie Hellmann2019-01-251-1/+1
| * | | | Convert note_actions_spec.js to Vue test utilsWinnie Hellmann2019-01-251-19/+33
| * | | | Add workaround for Vue test utils setPropsWinnie Hellmann2019-01-251-0/+10
* | | | | Merge branch 'db-copy-as-gfm-prosemirror' into 'master'Phil Hughes2019-01-252-3/+3
|\ \ \ \ \
| * | | | | Use nodes and marks to power Copy-as-GFMdb-copy-as-gfm-prosemirrorDouwe Maan2019-01-241-2/+2
| * | | | | Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan2019-01-241-1/+1
* | | | | | Merge branch 'diff-fix-folder-path-commas' into 'master'Filipa Lacerda2019-01-251-0/+52
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed diff tree folders being rendered incorrectlyPhil Hughes2019-01-241-0/+52
* | | | | | Merge branch 'diff-settings-dropdown' into 'master'Filipa Lacerda2019-01-255-83/+246
|\ \ \ \ \ \
| * | | | | | Added dropdown for diff settingsPhil Hughes2019-01-245-83/+246
| | |/ / / / | |/| | | |
* | | | | | Upgrade webpack and monaco-editor to latestMike Greiling2019-01-251-2/+2
* | | | | | Merge branch 'sh-bump-chrome-golang-ci-image' into 'master'Clement Ho2019-01-242-6/+18
|\ \ \ \ \ \
| * | | | | | Fix discussion counter spec mock dataLukas Eipert2019-01-231-0/+2
| * | | | | | Remove favicon check from mrWidgetOptions specLukas Eipert2019-01-231-6/+16
* | | | | | | Adds create option in filtered dropdownFilipa Lacerda2019-01-241-0/+99
| |_|/ / / / |/| | | | |
* | | | | | Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-b...Filipa Lacerda2019-01-233-20/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-223-20/+20
* | | | | | Merge branch 'dm-trim-discussion-truncated-line-first-chars' into 'master'Phil Hughes2019-01-232-12/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Trim first char of diff line text on diff discussionsDouwe Maan2019-01-222-12/+13
* | | | | | Merge branch 'leipert-make-canvas-more-tolerant' into 'master'Phil Hughes2019-01-222-10/+69
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make favicon tests more fault resistentLukas Eipert2019-01-212-10/+69
| | |_|/ / | |/| | |
* | | | | Merge branch '53856-changing-group-visibility-does-not-re-enable-save-button'...Filipa Lacerda2019-01-223-13/+50
|\ \ \ \ \
| * | | | | Fix DirtySubmit handling of checkbox and radio inputsLuke Bennett2019-01-223-13/+50
* | | | | | Resolve "Merge request file browser should always be possible show/hide"Sam Bigelow2019-01-221-2/+2
| |/ / / / |/| | | |
* | | | | Resolve "Admin Settings: Cannot read property 'addEventListener' of null"Martin Wortschack2019-01-211-0/+1
| |_|/ / |/| | |
* | | | Remove unwanted margin above suggested changes.Jacques Erasmus2019-01-181-1/+1