summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann2017-06-021-0/+11
|\ | | | | | | | | | | | | Style people in issuable search bar Closes #30468 See merge request !11402
| * Add frontend fixture for issue listwinh2017-06-021-0/+11
| |
* | Merge branch '31511-jira-settings' into 'master'Sean McGivern2017-06-021-0/+31
|\ \ | |/ |/| | | | | | | | | Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
| * Remove extra new linekushalpandya2017-06-011-1/+0
| |
| * Tests for `integration_settings_form`kushalpandya2017-06-011-0/+32
| |
* | Merge branch 'notebook-katex-fixes' into 'master'Filipa Lacerda2017-06-011-0/+6
|\ \ | |/ |/| | | | | | | | | Fixes multi-line math in notebooks Closes #30900 and #33074 See merge request !11789
| * added testsnotebook-katex-fixesPhil Hughes2017-05-301-0/+6
| |
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
|/ | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-152-0/+19
|
* Replace pipeline mock data with JSON fixturewinh2017-05-101-0/+35
|
* Fixed UP arrow key not editing last comment in discussionPhil Hughes2017-05-081-0/+16
| | | | Closes #31348
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-0/+1
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-0/+56
|
* Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-041-3/+3
|\
| * Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda2017-05-041-3/+3
| |
* | Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-034-63/+49
|\ \ | |/
| * Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-022-62/+30
| |\ | | | | | | | | | | | | | | | | | | Metrics deployment history Closes #26914 See merge request !10649
| | * Generate fixutre for metrics pagePhil Hughes2017-04-252-62/+30
| | |
| | * Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into ↵Phil Hughes2017-04-207-11/+110
| | |\ | | | | | | | | | | | | metrics-deployment-history
| | * | Added testsPhil Hughes2017-04-181-1/+1
| | | |
| | * | Fixed up some codePhil Hughes2017-04-121-1/+2
| | | | | | | | | | | | | | | | | | | | Improved the design Pulls the endpoint from the HAML
| * | | Merge branch 'pdflab-in-repo' into 'master' Phil Hughes2017-05-021-0/+18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642
| | * | | Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-0/+18
| | | | |
| * | | | Use blob viewers for snippetsDouwe Maan2017-04-301-1/+1
| | | | |
* | | | | Started specs [ci skip]Phil Hughes2017-05-021-0/+36
|/ / / /
* | | | Add specsDouwe Maan2017-04-271-0/+29
|/ / /
* | | Merge branch 'master' into notebooklab-in-reponotebooklab-in-repoPhil Hughes2017-04-131-0/+7
|\ \ \ | | |/ | |/|
| * | tests for success and failure of deleting branch from MR page30188-handle-remove-branch-failureSimon Knox2017-04-131-0/+7
| | |
* | | Pull in fixture files from the repoPhil Hughes2017-04-111-0/+24
|/ /
* | Introduced empty/error UX states to environments monitoring.Jose Ivan Vargas Lopez2017-04-061-7/+57
| |
* | Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-0/+1
| |
* | Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+2
| | | | | | | | | | | | | | 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
* | Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into ↵Alfredo Sumaran2017-03-291-1/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
| * | Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-1/+11
| |/ | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
* | Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz2017-03-281-0/+1
|\ \ | | | | | | | | | | | | iPython notebook viewer See merge request !10017
| * | Added testsPhil Hughes2017-03-231-0/+1
| | |
* | | Refactored the user callout classPhil Hughes2017-03-242-2/+31
| |/ |/| | | | | | | | | | | | | Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
* | Fix haml_lint errorFilipa Lacerda2017-03-201-2/+1
| |
* | Adds tests to new empty and error statesFilipa Lacerda2017-03-201-0/+14
|/
* New file from interface on existing branchJacopo2017-03-132-0/+33
| | | | | | 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.
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+12
|
* Use native unicode emojisEric Eastwood2017-03-061-4/+0
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
* Merge branch 'user-callouts' into 'master' Filipa Lacerda2017-02-241-0/+2
|\ | | | | | | | | | | | | Added user-callouts Closes #27269 See merge request !9249
| * Modified the user_callout behaviourJose Ivan Vargas2017-02-231-13/+2
| | | | | | | | | | Now it appends a template instead of relying in a partial to show it.
| * Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas2017-02-231-1/+1
| |
| * Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas2017-02-231-3/+4
| | | | | | | | | | | | webpack Also improved accesibility and change the id from user_callouts to a class
| * Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-231-0/+12
| | | | | | | | | | Also changed the user_callout haml to a partial and added the corresponding SVG icon
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-236-7/+7
|/
* on branch deletion show loading icon and disabled the buttonwendy04022017-02-221-0/+2
| | | | | after user click delete branch, there is no processing indication, and user can click many times till. It seems flaw in UX. this will fix it fix bug in branch deletion link