summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-192-3/+1
|
* Merge branch 'add-lazy-option-to-user-avatar-image-component' into 'master'Tim Zallmann2017-10-181-20/+50
|\ | | | | | | | | Add lazy option to UserAvatarImage See merge request gitlab-org/gitlab-ce!14895
| * Add lazy option to UserAvatarImageadd-lazy-option-to-user-avatar-image-componentEric Eastwood2017-10-171-20/+50
| |
* | Fix PikadayFilipa Lacerda2017-10-181-0/+29
| |
* | Merge branch 'sh-security-fix-backports-master' into 'master'Robert Speicher2017-10-181-0/+23
|\ \ | | | | | | | | | | | | Backport all fixes from GitLab 10.1 into master See merge request gitlab-org/gitlab-ce!14922
| * \ Merge branch 'master' into sh-security-fix-backports-masterStan Hu2017-10-1731-540/+1869
| |\ \ | | |/
| * | Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-0/+23
| | | | | | | | | | | | | | | Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
* | | Merge branch 'kt/bug/fix-revision-and-size-for-container-registry' into 'master'Grzegorz Bizon2017-10-181-4/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Add short_revision and use total_size Closes #39203 See merge request gitlab-org/gitlab-ce!14917
| * | Fix broken testkt/bug/fix-revision-and-size-for-container-registryFilipa Lacerda2017-10-171-2/+2
| | |
| * | Add short_revision and use total_sizeKamil Trzcinski2017-10-171-2/+2
| | |
* | | Merge branch 'ph-multi-file-editor-restructure-data' into 'master'Filipa Lacerda2017-10-1712-227/+164
|\ \ \ | | | | | | | | | | | | | | | | Refactored multi-file data structure See merge request gitlab-org/gitlab-ce!14862
| * | | fixed Karam test because of event name changeph-multi-file-editor-restructure-dataPhil Hughes2017-10-171-2/+2
| | | |
| * | | Fixed bug when clicking file link causing user to navigate awayPhil Hughes2017-10-172-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | Adds a test for flattenedFiles Changes the data method to not be an arrow method Various other review fixes
| * | | fixed karma spec with prev directory buttonPhil Hughes2017-10-161-0/+1
| | | |
| * | | fixed karma build because of a removed methodPhil Hughes2017-10-161-1/+1
| | | |
| * | | fixed rendering bugsPhil Hughes2017-10-161-0/+1
| | | | | | | | | | | | | | | | fixed eslint
| * | | Spec updatesPhil Hughes2017-10-1611-195/+150
| | | | | | | | | | | | | | | | | | | | | | | | Updated as best as possible, a lot of tests still change the store and never reset the state back which can cause some issues with other tests.
| * | | Refactored multi-file data structurePhil Hughes2017-10-161-33/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves away from storing in a single array just to render the table. It now stores in a multi-dimensional array/object type where each entry in the array can have its own tree. This makes storing the data for future feature a little easier as there is only one way to store the data. Previously to insert a directory the code had to insert the directory & then the file at the right point in the array. Now the directory can be inserted anywhere & then a file can be quickly added into this directory. The rendering is still done with a single array, but this is handled through underscore. Underscore takes the array & then goes through each item to flatten it into one. It is done this way to save changing the markup away from table, keeping it as a table keeps it semantically correct.
* | | Add inline edit button to issue_show appClement Ho2017-10-172-3/+47
| | |
* | | Merge branch 'move-user-avatar-specs' into 'master'Phil Hughes2017-10-173-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move user avatar specs to folder to mimic javascript directory Closes #39169 See merge request gitlab-org/gitlab-ce!14901
| * | | Move user avatar specs to folder to mimic javascript directorymove-user-avatar-specsClement Ho2017-10-163-0/+0
| | | |
* | | | Improve sprite icon specClement Ho2017-10-171-10/+18
| | | |
* | | | Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-1713-303/+1639
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
| * | | | Add support for `archived` paramkushalpandya2017-10-133-5/+9
| | | | |
| * | | | Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-1042-438/+2783
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-0413-303/+1635
| | | | |
* | | | | Merge branch 'sprite-icon-class' into 'master'convert-js-modulesPhil Hughes2017-10-171-1/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Add ability to pass class name to spriteIcon helper Closes #39079 See merge request gitlab-org/gitlab-ce!14855
| * | | | Add ability to pass class name to spriteIcon helpersprite-icon-classClement Ho2017-10-121-1/+5
| | | | |
* | | | | Move retry button to sidebarFilipa Lacerda2017-10-161-7/+0
| | | | |
* | | | | Merge branch 'ph-shortcut-js-modules' into 'master'Filipa Lacerda2017-10-132-9/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Remove shortcut JS classes from global namespace See merge request gitlab-org/gitlab-ce!14783
| * | | | spec fixesph-shortcut-js-modulesPhil Hughes2017-10-131-5/+3
| | | | |
| * | | | Remove shortcut JS classes from global namespacePhil Hughes2017-10-132-4/+3
| | | | |
* | | | | Fixed server rendered flash not being removed on clickserver-flash-click-removePhil Hughes2017-10-131-0/+21
|/ / / /
* | | | Add create merge checkbox.Jacob Schatz2017-10-122-57/+117
|/ / /
* | | Resolve "Prometheus service page shows error"Jose Ivan Vargas Lopez2017-10-121-4/+8
| | |
* | | Merge branch '38871-cleanup-data-page-attribute-after-karma-test' into 'master'Clement Ho2017-10-116-16/+50
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Cleanup data-page attribute after each Karma test Closes #38871 See merge request gitlab-org/gitlab-ce!14742
| * | | Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-116-16/+50
| | |/ | |/| | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* | | spec fixesph-gl-form-js-modulesPhil Hughes2017-10-112-19/+10
| | |
* | | Moves form related JS modules out of globalPhil Hughes2017-10-111-91/+89
|/ /
* | Merge branch '38869-u2f' into 'master'38968-label-picker-should-be-cleared-upon-selecting-a-labelPhil Hughes2017-10-103-151/+131
|\ \ | | | | | | | | | | | | Remove u2f from global namespace See merge request gitlab-org/gitlab-ce!14776
| * | Remove u2f from globalnamespace38869-u2fFilipa Lacerda2017-10-093-151/+131
| | |
* | | Merge branch 'flash-es6-module' into 'master'Filipa Lacerda2017-10-103-6/+275
|\ \ \ | | | | | | | | | | | | | | | | Flash is now a ES6 module See merge request gitlab-org/gitlab-ce!14626
| * | | fixed notes specsPhil Hughes2017-10-101-1/+23
| | | | | | | | | | | | | | | | | | | | changed how the container class is added onto the text element more specs
| * | | karma spec fixesPhil Hughes2017-10-102-5/+5
| | | |
| * | | fixed eslintPhil Hughes2017-10-101-3/+2
| | | |
| * | | flash testsPhil Hughes2017-10-101-0/+248
| | | | | | | | | | | | | | | | added back in documentation comment to flash file
| * | | spec fixesPhil Hughes2017-10-101-1/+1
| | | |
* | | | Remove Build code from global namespaceFilipa Lacerda2017-10-101-22/+21
|/ / /
* | | Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda2017-10-102-44/+39
|/ /
* | Removes CommitsList from global namespaceFilipa Lacerda2017-10-091-56/+52
| |