- 08 May, 2017 1 commit
-
-
Felipe Artur authored
-
- 05 May, 2017 1 commit
-
-
blackst0ne authored
-
- 04 May, 2017 1 commit
-
-
blackst0ne authored
-
- 12 Apr, 2017 1 commit
-
-
mhasbini authored
-
- 03 Apr, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 08 Mar, 2017 1 commit
-
-
Phil Hughes authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Feb, 2017 3 commits
-
-
blackst0ne authored
-
blackst0ne authored
-
blackst0ne authored
-
- 18 Feb, 2017 2 commits
-
-
blackst0ne authored
-
blackst0ne authored
-
- 09 Feb, 2017 1 commit
-
-
Felipe Artur authored
-
- 30 Dec, 2016 1 commit
-
-
Adam Niedzielski authored
Test cases were not waiting for page load after clicking. This caused failures in test cases that were executed right after these incorrect ones, because of requests hitting server after a test was finished. We do not have to click links, we can go directly to a correct page by passing parameters in the URL.
-
- 18 Aug, 2016 1 commit
-
-
Sean McGivern authored
The sort orders used to be id_asc / id_desc, and are now created_asc / created_desc. Users can still have cookies containing the old sort orders, or bookmarks to links specifying them, so convert these to the new versions quietly.
-
- 13 Aug, 2016 1 commit
-
-
Phil Hughes authored
-
- 01 Aug, 2016 1 commit
-
-
zs authored
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
-