summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-063-5/+20
| | | | | Store the value in application settings. Expose the value to Workhorse.
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0310-36/+58
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed eslint test failure Fixed redirection from http://someproject.git to http://someproject Add traits for the different Event types to the Event factory prevent nonewline type diff lines from containing unfolding link ensure linenumber data attribute is correct for the last line in a diff chunk ensure last line in diff block is contained within a table row element ensure click event is bound only once
| * Merge branch 'fix-scroll-test' into 'master' Alfredo Sumaran2017-02-031-1/+1
| |\ | | | | | | | | | | | | Change window size before visiting page, to get correct scroll position See merge request !8963
| | * Change window size before visiting page, to get correct scroll positionfix-scroll-testFilipa Lacerda2017-02-031-1/+1
| | |
| * | Merge branch 'fix-slash-commands-spec-error' into 'master' Filipa Lacerda2017-02-031-0/+2
| |\ \ | | |/ | | | | | | | | | Fix slash commands spec error See merge request !8968
| | * Fix slash commands spec errorfix-slash-commands-spec-errorClement Ho2017-02-031-0/+2
| | |
| * | Merge branch 'git_to_html_redirection' into 'master' Sean McGivern2017-02-031-0/+11
| |\ \ | | |/ | |/| | | | | | | | | | | | | Redirect http://someproject.git to http://someproject Closes #26275 See merge request !8951
| | * Fixed redirection from http://someproject.git to http://someprojectblackst0ne2017-02-041-0/+11
| | |
| * | Merge branch 'rs-event-traits' into 'master' Rémy Coutable2017-02-037-35/+44
| |\ \ | | | | | | | | | | | | | | | | Add traits for the different Event types to the Event factory See merge request !8870
| | * | Add traits for the different Event types to the Event factoryrs-event-traitsRobert Speicher2017-02-017-35/+44
| | | |
* | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0374-628/+1377
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * | | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-0311-36/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| | * | | Remove turbolinks from filtered search after rebase.Bryce Johnson2017-02-021-6/+4
| | | | |
| | * | | Remove turbolinks.Bryce Johnson2017-02-0210-30/+16
| | | | |
| * | | | Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-0324-343/+765
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add issues to boards list Closes #26205 See merge request !8737
| | * | | | Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boardsPhil Hughes2017-02-031-0/+21
| | | | | |
| | * | | | Removed duplicated testPhil Hughes2017-02-031-1/+1
| | | | | |
| | * | | | Removed Masonry, instead uses groups of dataPhil Hughes2017-02-033-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some error handling which reverts the frontend data changes & notifies the user
| | * | | | Fixed up specsPhil Hughes2017-02-033-21/+3
| | | | | |
| | * | | | Fixed issue card specPhil Hughes2017-02-031-2/+4
| | | | | |
| | * | | | Fixed bug with empty state showing after searchPhil Hughes2017-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed users href path being incorrect
| | * | | | Added remove buttonPhil Hughes2017-02-031-0/+32
| | | | | |
| | * | | | Add optional id property to the issue schemaDouglas Barbosa Alexandre2017-02-031-0/+1
| | | | | |
| | * | | | Fixed up JS testsPhil Hughes2017-02-032-17/+2
| | | | | |
| | * | | | Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-032-26/+62
| | | | | |
| | * | | | Some styling updatesPhil Hughes2017-02-032-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
| | * | | | Boards spec update to take into account removed backlogPhil Hughes2017-02-031-145/+72
| | | | | |
| | * | | | Fix feature spec for issue sidebar on issue boardsDouglas Barbosa Alexandre2017-02-031-30/+33
| | | | | |
| | * | | | Fix feature spec to create new issue on issue boardsDouglas Barbosa Alexandre2017-02-031-2/+3
| | | | | |
| | * | | | Remove backlog lists from factoriesDouglas Barbosa Alexandre2017-02-032-7/+0
| | | | | |
| | * | | | Fix spec for Projects::Boards::ListsControllerDouglas Barbosa Alexandre2017-02-032-2/+2
| | | | | |
| | * | | | Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-037-87/+6
| | | | | |
| | * | | | Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-031-35/+4
| | | | | |
| | * | | | Added more testsPhil Hughes2017-02-032-0/+306
| | | | | |
| | * | | | Started testsPhil Hughes2017-02-031-0/+210
| | | | | |
| * | | | | Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern2017-02-032-0/+106
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
| | * | | | | Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-032-0/+106
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
| * | | | | Merge branch '17662-rename-builds' into 'master' Kamil Trzciński2017-02-0310-124/+124
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Rename "Builds" to "Pipelines", "CI/CD Pipelines", or "Jobs" everywhere" Closes #17662 See merge request !8787
| | * | | | | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-0310-124/+124
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
| * | | | | Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz2017-02-031-2/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved ref switcher dropdown performance Closes #18202 See merge request !7239
| | * | | | Fixed up testsPhil Hughes2016-11-211-2/+3
| | | | | |
| * | | | | Merge branch 'markdown-plantuml' into 'master' Sean McGivern2017-02-031-0/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PlantUML support for Markdown Closes #4048 See merge request !8588
| | * | | | | PlantUML support for MarkdownHoracio Sanson2017-02-031-0/+32
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
| * | | | | Merge branch 'squash' into 'master' Sean McGivern2017-02-034-6/+17
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport changes from EE squash See merge request !8912
| | * | | | | Backport changes from EE squashSean McGivern2017-02-034-6/+17
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport changes from the EE-only squash implementation, which would otherwise conflict when merge CE into EE. <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1024>
| * | | | | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-033-8/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace `find_with_namespace` with `find_by_full_path` See merge request !8949
| | * | | | | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-033-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add complete changelog for !8949
| * | | | | | Merge branch '24606-force-password-reset-on-next-login' into 'master'Sean McGivern2017-02-031-0/+7
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force new password after password reset via API Closes #24606 See merge request !8933
| | * | | | | Update api docs and minor changesGeorge Andrinopoulos2017-02-021-2/+3
| | | | | | |
| | * | | | | Force new password after password reset via APIGeorge Andrinopoulos2017-02-021-0/+6
| | | | | | |