An error occurred fetching the project authors.
- 07 Jun, 2016 3 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 03 Jun, 2016 3 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 May, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
-
- 23 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 19 May, 2016 1 commit
-
-
Sean McGivern authored
It's possible to construct a commit graph where the output of `git log` isn't in timestamp order. Grouping the commits in the list by date then gives dramatically wrong results. Instead, go for the more pragmatic approach: use the commits in the order they're given, and just show the date line each time the date changes. This means that the same date header can show up multiple times, but at least the ordering is preserved.
-
- 11 May, 2016 1 commit
-
-
Sean McGivern authored
`Time#to_date` just takes the (timezone-less) year, date, and month, and creates a new date from that. Because the commits in the list are grouped by date, rather than chunked when the date changes, a commit can be shown in the wrong order if its CommitDate has a timezone-less date that's different to other commits around it. Convert all CommitDates to the server timezone before grouping, as that will at least produce consistent results. Users can still see a timestamp on the commit that doesn't match the date it's grouped under, because the timestamp shown uses the user's local timezone, and the grouping uses the server's timezone, but that was an issue anyway.
-
- 04 May, 2016 3 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 21 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 19 Apr, 2016 1 commit
-
-
Felipe Artur authored
-
- 13 Apr, 2016 2 commits
-
-
Phil Hughes authored
Based on in feedback in !3228
-
Kamil Trzcinski authored
-
- 11 Apr, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #2540
-
- 25 Mar, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Mar, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Fixed failing tests
-
- 09 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 08 Mar, 2016 1 commit
-
-
Yorick Peterse authored
The methods used for this are Repository#tag_count and Repository#branch_count which cache their output in Redis as well as memoizing it in an instance variable. Both methods have a corresponding methods/hooks to flush the caches at the right time.
-
- 07 Mar, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 04 Mar, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
This prevents timeouts when creating a MR with 1000s of commits.
-
- 10 Feb, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 15 Jan, 2016 2 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
-
- 14 Jan, 2016 3 commits
-
-
Rémy Coutable authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages
-
- 13 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Jan, 2016 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-