Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into contributor-graph-by-emailcontributor-graph-by-email | Douwe Maan | 2015-11-17 | 253 | -1132/+2253 |
|\ | |||||
| * | Merge branch 'issue/vars-need-eval' into 'master' | Douwe Maan | 2015-11-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Ensure variable is evalled | Gert Goet | 2015-10-29 | 1 | -1/+1 |
| * | | Merge branch 'rs-wiki-touches-project' into 'master' | Douwe Maan | 2015-11-17 | 1 | -0/+10 |
| |\ \ | |||||
| | * | | Make ProjectWiki touch Project#last_activity_at after wiki actionsrs-wiki-touches-project | Robert Speicher | 2015-11-16 | 1 | -0/+10 |
| * | | | Merge branch 'http-to-https' into 'master' | Achilleas Pipinellis | 2015-11-17 | 2 | -4/+4 |
| |\ \ \ | |||||
| | * | | | Rewrite HTTP links to force TLS, where possible | Alex Jordan | 2015-11-16 | 2 | -4/+4 |
| * | | | | Merge branch 'global-milestones' into 'master' | Dmitriy Zaporozhets | 2015-11-16 | 24 | -186/+230 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Some code and doc improvementsglobal-milestones | Dmitriy Zaporozhets | 2015-11-16 | 3 | -2/+6 |
| | * | | | Fix removing avatar for group | Dmitriy Zaporozhets | 2015-11-16 | 1 | -1/+1 |
| | * | | | Group masters should be able to create/close milestones | Dmitriy Zaporozhets | 2015-11-16 | 5 | -7/+9 |
| | * | | | Few changes to Group Milestone feature: | Dmitriy Zaporozhets | 2015-11-16 | 3 | -6/+5 |
| | * | | | Add header and page title to new milestone page | Dmitriy Zaporozhets | 2015-11-16 | 1 | -0/+3 |
| | * | | | Lets add more tests to Milestones services | Dmitriy Zaporozhets | 2015-11-16 | 1 | -1/+0 |
| | * | | | Move global milestone specs | Dmitriy Zaporozhets | 2015-11-16 | 1 | -26/+0 |
| | * | | | Fix a bug when milestone/label filter was empty for dashboard issues page | Dmitriy Zaporozhets | 2015-11-16 | 1 | -0/+5 |
| | * | | | Refactor global and group milestones logic | Dmitriy Zaporozhets | 2015-11-16 | 19 | -165/+145 |
| | * | | | Create milestones in the group | Dmitriy Zaporozhets | 2015-11-16 | 3 | -8/+86 |
| * | | | | Merge branch 'ci-runners-master-or-owner' into 'master' | Dmitriy Zaporozhets | 2015-11-16 | 1 | -5/+10 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Show specific runners from projects where user is master or ownerci-runners-master-or-owner | Kamil Trzcinski | 2015-11-16 | 1 | -5/+10 |
| * | | | | Merge branch 'refactor-duplication' into 'master' | Dmitriy Zaporozhets | 2015-11-16 | 6 | -92/+45 |
| |\ \ \ \ | |||||
| | * | | | | Fix wrong variable namerefactor-duplication | Dmitriy Zaporozhets | 2015-11-16 | 1 | -2/+2 |
| | * | | | | Remove duplicate code in Repository#*_names_contains | Dmitriy Zaporozhets | 2015-11-16 | 1 | -16/+7 |
| | * | | | | Fix code duplication in NotificationsHelper | Dmitriy Zaporozhets | 2015-11-16 | 1 | -25/+13 |
| | * | | | | Remove duplicate methods in uploaders | Dmitriy Zaporozhets | 2015-11-16 | 4 | -51/+25 |
| | |/ / / | |||||
| * | | | | Add support for git lfs.lfs | Marin Jankovski | 2015-11-16 | 5 | -3/+59 |
| |/ / / | |||||
| * | | | Merge branch 'fix_trailing_title_space' of https://gitlab.com/dblessing/gitla... | Dmitriy Zaporozhets | 2015-11-16 | 2 | -2/+6 |
| |\ \ \ | |||||
| | * | | | Fix trailing space issue with merge requests and issues. Fixes #2514 | Drew Blessing | 2015-11-10 | 2 | -2/+6 |
| * | | | | Revert "Merge pull request #9812 from chrspeich/hide-tabs-lone-auth-provider"rs-revert-gh-9812 | Robert Speicher | 2015-11-15 | 1 | -27/+19 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'impersonate' into 'master' | Dmitriy Zaporozhets | 2015-11-14 | 6 | -7/+47 |
| |\ \ \ | |||||
| | * | | | refactor login as to be impersonation with better login/logout | James Newton | 2015-10-29 | 6 | -7/+47 |
| * | | | | Merge branch 'annotate-models' into 'master' | Dmitriy Zaporozhets | 2015-11-14 | 28 | -77/+177 |
| |\ \ \ \ | |||||
| | * | | | | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 28 | -77/+177 |
| * | | | | | Merge branch 'builds_feature' into 'master' | Kamil TrzciĆski | 2015-11-13 | 10 | -38/+35 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Fix broken tests | Kamil Trzcinski | 2015-11-13 | 1 | -24/+0 |
| | * | | | | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 9 | -14/+35 |
| * | | | | | Merge branch 'refactor-complex-methods' into 'master' | Dmitriy Zaporozhets | 2015-11-13 | 4 | -76/+98 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Split complex method EventsHelper#event_feed_url. | Dmitriy Zaporozhets | 2015-11-13 | 1 | -11/+15 |
| | * | | | | Split complex method Issues::UpdateService#execute | Dmitriy Zaporozhets | 2015-11-13 | 1 | -13/+16 |
| | * | | | | Split complex method SystemHooksService#build_event_data | Dmitriy Zaporozhets | 2015-11-13 | 1 | -30/+42 |
| | * | | | | Split huge method MergeRequests::UpdateService#execute | Dmitriy Zaporozhets | 2015-11-13 | 1 | -22/+25 |
| * | | | | | Merge pull request #9825 from huacnlee/cache-application-setting | Dmitriy Zaporozhets | 2015-11-13 | 2 | -3/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add caching for ApplicationSetting, Ci::ApplicationSetting. | Jason Lee | 2015-11-12 | 2 | -3/+15 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Add ignore white space option in merge request diff | Minsik Yoon | 2015-11-13 | 5 | -6/+21 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'use-path-for-new-issue-button' into 'master' | Dmitriy Zaporozhets | 2015-11-12 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Use a relative link instead of full URL with New Issue button to be consistent | Stan Hu | 2015-10-17 | 1 | -1/+1 |
| * | | | | | Merge branch 'fix-avatar-not-showing' of https://gitlab.com/stanhu/gitlab-ce | Dmitriy Zaporozhets | 2015-11-12 | 4 | -4/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix avatars not showing in Atom feeds and project issues when Gravatar disabled | Stan Hu | 2015-11-10 | 4 | -4/+4 |
| * | | | | | | Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list | Dmitriy Zaporozhets | 2015-11-12 | 5 | -13/+16 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Avoid render edit_form in each notes. | Jason Lee | 2015-11-12 | 5 | -13/+16 |
| | | |_|/ / / | | |/| | | | |