| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'git-archive-refactor' into 'master' | Douwe Maan | 2016-02-17 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | | | | | Refactor 'git archive' hand-off to gitlab-workhorse We have a nicer way now to hand off HTTP responses to gitlab-workhorse. Companion MR: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/36 See merge request !2675 | ||||
| | * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Jacob Vosmaer | 2016-02-17 | 15 | -56/+66 |
| | |\ | | | | | | | | | | git-archive-refactor | ||||
| | * | | First version of "git archive" headers | Jacob Vosmaer | 2016-02-02 | 1 | -1/+3 |
| | | | | |||||
| * | | | Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-import | Rémy Coutable | 2016-02-17 | 1 | -3/+9 |
| | |/ |/| | | | | | Fixes #13367. | ||||
| * | | Ensure Commit#show responds 404 instead of 500 when given an invalid IDrs-issue-13467 | Robert Speicher | 2016-02-15 | 1 | -2/+2 |
| | | | | | | | | | Closes #13467 | ||||
| * | | Merge branch 'olirogers/gitlab-ce-project-milestone-order' into 'master' | Douwe Maan | 2016-02-12 | 1 | -5/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix milestone order in project and issue edit lists to due_date _Originally opened at !2579 by @olirogers._ - - - This MR orders the milestones by due date (earliest first) in the project and edit issue view. These suggestions were made be @orih in #6001 and fixes #6001. This continues the work of !1934 to order milestones. I found this annoying when creating milestones, found #6001 but no attached MR. This is my first for this project - comments and criticisms welcome. See merge request !2780 | ||||
| | * | | Fix milestone order in project and issue edit lists to due_dateolirogers/gitlab-ce-project-milestone-order | Oliver Rogers | 2016-02-10 | 1 | -5/+6 |
| | | | | |||||
| * | | | Move builds badge implementation to new badges controller | Grzegorz Bizon | 2016-02-11 | 2 | -10/+11 |
| | | | | |||||
| * | | | Inherit build badge access permissions from project | Grzegorz Bizon | 2016-02-11 | 1 | -10/+4 |
| | | | | |||||
| * | | | Respond to proper format for build badge request | Grzegorz Bizon | 2016-02-11 | 1 | -2/+8 |
| | | | | |||||
| * | | | Move badge implementation to builds controller | Grzegorz Bizon | 2016-02-11 | 2 | -16/+10 |
| | | | | |||||
| * | | | Skip authentication when requesting commit status badge | Grzegorz Bizon | 2016-02-11 | 1 | -1/+7 |
| | | | | |||||
| * | | | Improve CI status badge implementation | Grzegorz Bizon | 2016-02-11 | 1 | -3/+2 |
| | | | | |||||
| * | | | Add CI status badge implementation to commit controller | Grzegorz Bizon | 2016-02-11 | 1 | -0/+6 |
| | | | | |||||
| * | | | Replaces "Create merge request" link with one to the MR when one exists | Douglas Barbosa Alexandre | 2016-02-10 | 2 | -6/+20 |
| |/ / | |||||
| * | | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-02-09 | 7 | -31/+10 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'origin/master' into ci-permissions | Kamil Trzcinski | 2016-02-04 | 3 | -18/+11 |
| | |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml | ||||
| | * | | | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 7 | -31/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions. | ||||
| * | | | | Add a controller test for the new 'diff_view' cookie | Rémy Coutable | 2016-02-05 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | Remember user's inline/tabular diff view preference in a cookie | kkm | 2016-02-05 | 3 | -0/+11 |
| | |/ / |/| | | |||||
| * | | | Merge branch 'git-raw-workhorse' into 'master' | Jacob Vosmaer | 2016-02-02 | 2 | -18/+9 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Send raw Git blobs via gitlab-workhorse See merge request !2451 | ||||
| | * | | | Use @repository | Jacob Vosmaer | 2016-02-02 | 1 | -3/+2 |
| | | |/ | |/| | |||||
| | * | | Avoid trailing 'charset=' garbage | Jacob Vosmaer | 2016-02-01 | 2 | -2/+4 |
| | | | | |||||
| | * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | Jacob Vosmaer | 2016-02-01 | 12 | -54/+59 |
| | |\ \ | | |/ | | | | | | | git-raw-workhorse | ||||
| | * | | Use only one header to send git blobs | Jacob Vosmaer | 2016-02-01 | 2 | -4/+2 |
| | | | | |||||
| | * | | No need for base64 anymore | Jacob Vosmaer | 2016-01-28 | 1 | -2/+0 |
| | | | | |||||
| | * | | Send more raw blob data with workhorse | Jacob Vosmaer | 2016-01-28 | 2 | -8/+7 |
| | | | | |||||
| | * | | Prototype of Git blobs via workhorse | Jacob Vosmaer | 2016-01-15 | 1 | -11/+6 |
| | | | | |||||
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobs | Jacob Vosmaer | 2016-02-01 | 8 | -49/+52 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge branch 'note-background-job' into 'master' | Dmitriy Zaporozhets | 2016-01-29 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background process note logic for #3948 Quick and dirty way to get *most* of the note processing out of band and into the background. Seeing some pretty nice speed bumps. Keep in mind that doing this in process results in slower and slower responses as more notes are added and more participants exist. ``` without background processing Completed 200 OK in 627ms (Views: 0.5ms | ActiveRecord: 32.3ms) Completed 200 OK in 478ms (Views: 0.8ms | ActiveRecord: 28.3ms) Completed 200 OK in 1107ms (Views: 0.6ms | ActiveRecord: 36.6ms) with background processing Completed 200 OK in 108ms (Views: 0.6ms | ActiveRecord: 4.7ms) Completed 200 OK in 78ms (Views: 0.5ms | ActiveRecord: 4.5ms) Completed 200 OK in 164ms (Views: 0.5ms | ActiveRecord: 8.3ms) ``` As you can see, speeds are consistent when doing the harder work out of process. I'm not sure the number of sql queries we're saving, but based on the logs alone it's a pretty good amount. @dzaporozhets @yorickpeterse I would love some input on this. See merge request !2631 | ||||
| | | * | | [WIP] Background process note logic for #3948 | Josh Frye | 2016-01-28 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'mr-merge-base' into 'master' | Robert Speicher | 2016-01-28 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly determine MR diff base when MR has merge conflicts Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12779 See merge request !2632 | ||||
| | | * | | | Correctly determine MR diff base when MR has merge conflicts | Douwe Maan | 2016-01-27 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge branch 'highlight-blame' into 'master' | Robert Speicher | 2016-01-28 | 1 | -23/+1 |
| | |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | Fix highlighting in blame view. See merge request !2630 | ||||
| | | * | | | Move blame group logic to dedicated class | Douwe Maan | 2016-01-28 | 1 | -27/+1 |
| | | | | | | |||||
| | | * | | | Fix highlighting in blame view. | Douwe Maan | 2016-01-27 | 1 | -0/+4 |
| | | |/ / | |||||
| | * | | | Merge branch 'issue_2406' into 'master' | Dmitriy Zaporozhets | 2016-01-28 | 1 | -1/+10 |
| | |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | Show list of forks for a given Project Closes #2406 See merge request !2376 | ||||
| | | * | | Some CSS and sorting fixes. | Rubén Dávila | 2016-01-20 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Add ability to sort forks. #2406 | Rubén Dávila | 2016-01-20 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | Add fork button and implement ability to distinguish between public and ↵ | Rubén Dávila | 2016-01-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | protected forks. #2406 | ||||
| | | * | | Use Project creator's avatar in fork listing. #2406 | Rubén Dávila | 2016-01-20 | 1 | -1/+2 |
| | | | | | |||||
| | | * | | Setup new fork link in sidebar and routes. #2406 | Rubén Dávila | 2016-01-20 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Fixi import redirect loop | Douglas Barbosa Alexandre | 2016-01-25 | 1 | -5/+15 |
| | | | | | |||||
| | * | | | Merge branch 'fix-comment-on-diff-ajax-loading' | Dmitriy Zaporozhets | 2016-01-22 | 1 | -12/+10 |
| | |\ \ \ | |||||
| | | * | | | Fix diff comments loaded by AJAX to load comment with diff in discussion tab | Rémy Coutable | 2016-01-19 | 1 | -12/+10 |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | This commits also fixes two minor issues: - Ensure notes that the current user is not allowed to see are not returned in the AJAX notes loading - Ensure the notes counter badge is decremented of 1 instead of 2 | ||||
| | * | | | Make sure non-highlighted diffs are still escapedunescaped-diffs | Douwe Maan | 2016-01-22 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Save and use actual diff base commit for MR diff highlighting | Douwe Maan | 2016-01-20 | 2 | -4/+8 |
| | | | | | |||||
| | * | | | Merge branch 'master' into issue_3945 | Douwe Maan | 2016-01-20 | 6 | -6/+7 |
| | |\ \ \ | | |/ / | |||||
| | * | | | Merge branch 'master' into issue_3945 | Rubén Dávila | 2016-01-14 | 8 | -34/+102 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | More refactoring from last code review. #3945 | Rubén Dávila | 2016-01-14 | 3 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs | ||||
