summaryrefslogtreecommitdiff
path: root/spec/javascripts/blob
Commit message (Collapse)AuthorAgeFilesLines
* Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-191-1/+0
|
* Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-262-3/+3
|
* Merge branch ↵Filipa Lacerda2017-08-081-0/+42
|\ | | | | | | | | | | | | | | | | '35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-ui' into 'master' Resolve "'Please select a file' when attempting to upload or replace from the UI" Closes #35052 See merge request !12863
| * disable file upload button while uploading35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-uiSimon Knox2017-08-081-0/+42
| | | | | | | | | | | | hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
* | Made BlobViewer jasmine integration spec use snippets view instead of pblob viewLuke "Jared" Bennett2017-07-171-2/+2
|/
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-092-224/+0
|
* Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-222-6/+6
|\ | | | | | | | | Adopt ES module syntax See merge request !9567
| * update frontend specs to use ES module syntaxMike Greiling2017-05-162-6/+6
| |
* | Fix clicking disabled clipboard button toolipLuke "Jared" Bennett2017-05-181-4/+27
|/
* Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-152-27/+62
|
* Replace old isObject for underscore methodsFilipa Lacerda2017-05-102-2/+0
|
* Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-051-2/+2
|
* Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-05-022-2/+4
|\ | | | | | | | | # Conflicts: # spec/features/projects/commit/cherry_pick_spec.rb # spec/features/projects/environments/environment_spec.rb
| * Merge branch 'pdflab-in-repo' into 'master' Phil Hughes2017-05-022-2/+4
| |\ | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642
| | * Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-282-2/+4
| | |
* | | Fixed specsLuke "Jared" Bennett2017-04-281-84/+21
| | |
* | | Merge branch 'master' into balsalmiq-supportLuke "Jared" Bennett2017-04-281-0/+161
|\ \ \ | |/ /
| * | Added specs for JS method to switch viewsPhil Hughes2017-04-271-2/+39
| | |
| * | Fixed failing JS testsPhil Hughes2017-04-271-3/+7
| | |
| * | Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-271-6/+6
| | |
| * | Add specsDouwe Maan2017-04-271-0/+120
| |/
* | Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-262-1/+39
|\ \ | |/ | | | | # Conflicts: # config/webpack.config.js
| * Use jQuery niceness on blob_fork_suggestionuse-jquery-on-blob-fork-suggestionEric Eastwood2017-04-221-15/+16
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10602#note_27871752
| * Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmationEric Eastwood2017-04-201-0/+37
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
| * Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-1/+1
| |
* | Further review changesLuke "Jared" Bennett2017-04-111-31/+79
| |
* | Added unit testsLuke "Jared" Bennett2017-04-101-0/+357
|/
* Merge branch 'pdf-js-spec-loading-wait' into 'master' Jacob Schatz2017-04-061-8/+16
|\ | | | | | | | | | | | | Wait for the PDF to be loaded before doing anything Closes #30531 See merge request !10493
| * Wait for the PDF to be loaded before doing anythingPhil Hughes2017-04-061-8/+16
| | | | | | | | Closes #30531
* | STL file viewerPhil Hughes2017-04-061-0/+42
|/
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-052-0/+72
|
* Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+118
| | | | | | | Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
* Fixed spec checking for highlightjs classPhil Hughes2017-03-231-2/+2
|
* Added testsPhil Hughes2017-03-231-0/+159
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-132-4/+0
|
* New file from interface on existing branchJacopo2017-03-132-0/+230
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.