summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Move vue components to vue files and match docsFilipa Lacerda2017-06-137-7/+7
|
* Merge branch '33642-timeago-update' into 'master'Phil Hughes2017-06-131-12/+1
|\ | | | | | | | | | | | | Remove js classes from vue component that are not needed in vue component Closes #33642 See merge request !12133
| * Remove js classes from vue component that are not needed in vue component33642-timeago-updateFilipa Lacerda2017-06-131-12/+1
| |
* | Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-136-11/+51
|/ | | This reverts merge request !12036
* remove phantomjs-specific test hacksMike Greiling2017-06-135-50/+10
|
* fix incorrect equals assertionMike Greiling2017-06-131-1/+1
|
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-129-18/+421
|
* Use vue files for navigation tabs and buttonsFilipa Lacerda2017-06-121-1/+1
|
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-094-257/+0
|
* Merge branch 'issuable-sidebar-edit-button-field-focus' into 'master'Filipa Lacerda2017-06-091-1/+3
|\ | | | | | | | | | | | | Fixed dropdown filter input not focusing after transition Closes #33216 See merge request !12020
| * Fixed dropdown filter input not focusing after transitionissuable-sidebar-edit-button-field-focusPhil Hughes2017-06-081-1/+3
| | | | | | | | Closes #33216
* | Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-082-2/+41
|\ \ | | | | | | | | | | | | Master security update See merge request !12025
| * | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-072-2/+41
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* | Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-082-1/+21
|\ \ | |/
| * Translate project & repository pagesBob Van Landuyt2017-06-072-1/+21
| |
* | Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-081-0/+31
| |
* | Display user access type for each groupAlfredo Sumaran2017-06-072-4/+5
| | | | | | | | Also adds unit tests for this
* | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-0730-238/+1209
|\ \ | |/
| * Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes2017-06-071-0/+43
| |\ | | | | | | | | | | | | | | | | | | Perform filtered search when state tab is changed Closes #27261 See merge request !11917
| | * Use data attributes instead of classClement Ho2017-06-071-3/+3
| | |
| | * Add jasmine spec for searchStateauto-search-when-state-changedClement Ho2017-06-061-0/+43
| | |
| * | Merge branch '32587-fix-horse-racing-emoji-codepointat-npe' into 'master'Filipa Lacerda2017-06-071-0/+31
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix NPE with horse racing emoji check Closes #32587 See merge request !11872
| | * | Fix NPE with horse racing emoji check32587-fix-horse-racing-emoji-codepointat-npeEric Eastwood2017-06-021-0/+31
| | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32587
| * | | Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan2017-06-072-0/+140
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
| | * | | added tests for collapsingPhil Hughes2017-06-022-0/+140
| | | | |
| * | | | Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable2017-06-071-3/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement ability to update deploy keys Closes #3191 See merge request !10383
| | * | | | Implement ability to update deploy keysAlexander Randa2017-06-021-3/+15
| | | | | |
| * | | | | Merge branch '31633-animate-issue' into 'master'Phil Hughes2017-06-071-18/+27
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | animate adding issue to boards Closes #31633 See merge request !11785
| | * | | | | animate adding issue to boards31633-animate-issueSimon Knox2017-06-011-18/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix some false positive tests for board_new_issue
| * | | | | | Merge branch 'fix_commits_page' into 'master'Filipa Lacerda2017-06-061-0/+26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplication of commits header on commits page Closes #13879 See merge request !11006
| | * | | | | | Fix duplication of commits header on commits pageblackst0ne2017-06-031-0/+26
| | | |_|_|/ / | | |/| | | |
| * | | | | | Change from double click to single click to open dropdownsingle-click-filterClement Ho2017-06-061-36/+0
| | |_|_|_|/ | |/| | | |
| * | | | | Move issuable bulk edit form into a new sidebar.28340-mass-edit-issues-and-mrs-from-sidebarBryce Johnson2017-06-062-9/+9
| | | | | |
| * | | | | Responsive environment tablesAnnabel Dunstone Gray2017-06-063-4/+4
| | | | | |
| * | | | | Fix header component spec33321-spec-failure-in-spec-javascripts-pipelines-header_component_spec-js-46-expected-failed-pipeline-123-triggered-4-weeks-ago-by-foo-to-equal-failed-pipeline-123-triggered-3-weeks-ago-by-fooClement Ho2017-06-051-1/+4
| | | | | |
| * | | | | Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'Phil Hughes2017-06-053-4/+72
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-06-0231-22/+1438
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix-realtime-edited-text-for-issues-9-3
| | * | | | | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-313-4/+72
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Improve user experience around slash commands in instant commentsKushal Pandya2017-06-052-37/+127
| | | | | | |
| * | | | | | 32118 Make New environment empty state btn lowercase32118-new-environment-btn-copytauriedavis2017-06-021-1/+1
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann2017-06-024-123/+336
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Style people in issuable search bar Closes #30468 See merge request !11402
| | * | | | Style people in issuable search bar (!11402)winh-styled-people-search-barwinh2017-06-023-5/+162
| | | | | |
| | * | | | Add frontend fixture for issue listwinh2017-06-021-0/+11
| | | | | |
| | * | | | Simplify filtered_search_visual_tokens_spec.jswinh2017-06-021-118/+163
| | | | | |
| * | | | | Merge branch '31511-jira-settings' into 'master'Sean McGivern2017-06-022-0/+230
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
| | * | | | | Update as per reviewkushalpandya2017-06-011-1/+0
| | | | | | |
| | * | | | | Update tests based on source changeskushalpandya2017-06-011-7/+10
| | | | | | |
| | * | | | | Remove extra new linekushalpandya2017-06-011-1/+0
| | | | | | |
| | * | | | | Tests for `integration_settings_form`kushalpandya2017-06-012-0/+229
| | | | | | |
| * | | | | | Pipeline show view real time header sectionFilipa Lacerda2017-06-027-3/+145
| | |/ / / / | |/| | | |