- 17 Aug, 2016 3 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 16 Aug, 2016 1 commit
-
-
Felipe Artur authored
-
- 15 Aug, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 12 Aug, 2016 1 commit
-
-
Paco Guzman authored
We’re being kept up to date the counter data but we’re not using it. The only thing which is not real if is the number of projects that the user read changes the number of todos can be stale for some time. The counters will be sync just after the user receives a new todo or mark any as done
-
- 11 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 10 Aug, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Paco Guzman authored
-
- 09 Aug, 2016 1 commit
-
-
Adam Buckland authored
Currently trees are sorted in the fashion: - folders - files - submodules with each section sorted alphabetically This changes to this system: - folders and submodules (sorted together) - files
-
- 08 Aug, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 06 Aug, 2016 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 04 Aug, 2016 2 commits
-
-
Annabel Dunstone authored
-
Tim Masliuchenko authored
-
- 03 Aug, 2016 5 commits
-
-
Connor Shea authored
-
Connor Shea authored
The helper constructs the path for a given oauth provider since Devise 4.0 deprecated passing the provider to the omniauth authentication path. Fixes #18110.
-
Paco Guzman authored
So we have raw_diffs too
-
Paco Guzman authored
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection
-
Paco Guzman authored
Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
-
- 02 Aug, 2016 2 commits
-
-
Paco Guzman authored
Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible - Preloading noteable we share the same noteable instance when more than one discussion refers to the same noteable. - Any other call to that object that is cached in that object will be for any discussion. - In those cases where merge_request_diff has all the sha stored to build a diff_refs get that diff_refs using directly those sha instead accessing to the git repository to first get the commits and later the sha.
-
Robert Speicher authored
Now we link to the standard `IssuesController#new` action, and let it redirect if we're using an external tracker.
-
- 01 Aug, 2016 2 commits
-
-
Robert Speicher authored
Prior, in order to display the correct link to "Issues" in the project navigation, we were performing a check against the project to see if it used an external issue tracker, and if so, we used that URL. This was inefficient. Now, we simply _always_ link to `namespace_project_issues_path`, and then in the controller we redirect to the external tracker if it's present. This also removes the need for the url_for_issue helper. Bonus!
-
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 |
-
- 30 Jul, 2016 1 commit
-
-
Stan Hu authored
On a merge request with over 1000 changed files, there were redundant calls to blob_text_viewable?, which incurred about 7% of the time. Improves #14775
-
- 28 Jul, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 27 Jul, 2016 1 commit
-
-
Sean McGivern authored
Pass an array of user IDs in the `skip_users` param to have them excluded from the results (unless they are explicitly included through the `current_user` or `author_id` params).
-
- 26 Jul, 2016 1 commit
-
-
Stan Hu authored
NotesHelper#note_editable? and ProjectTeam#human_max_access currently take about 16% of the load time of an issue page. This MR preloads the maximum access level of users for all notes in issues and merge requests with several queries instead of one per user and caches the result in RequestStore.
-
- 24 Jul, 2016 1 commit
-
-
winniehell authored
-
- 22 Jul, 2016 3 commits
-
-
barthc authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 21 Jul, 2016 2 commits
-
-
Annabel Dunstone authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 20 Jul, 2016 3 commits
-
-
Douwe Maan authored
-
winniehell authored
-
Felipe Artur authored
-
- 19 Jul, 2016 3 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Connor Shea authored
-