| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cross references when usernames, milestones, or project names contain und... | Stan Hu | 2015-03-19 | 1 | -10/+15 |
* | Revert "Note: add default_scope { order(created_at: :asc, id: :asc) }" | Dmitriy Zaporozhets | 2015-03-18 | 1 | -1/+0 |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-03-18 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'api-sort-merge-request-comments' into 'master' | Douwe Maan | 2015-03-18 | 1 | -0/+1 |
| |\ |
|
| | * | Note: add default_scope { order(created_at: :asc, id: :asc) } | Samuel Bernard | 2015-03-18 | 1 | -0/+1 |
* | | | Merge branch 'fix-mr-push-range' into 'master' | Dmitriy Zaporozhets | 2015-03-18 | 1 | -2/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix condensed range in MR push comment. | Douwe Maan | 2015-03-18 | 1 | -2/+6 |
* | | | Merge branch 'changelog-link' into 'master' | Dmitriy Zaporozhets | 2015-03-18 | 2 | -29/+49 |
|\ \ \ |
|
| * | | | Add license and contribution guide links to project sidebar. | Douwe Maan | 2015-03-18 | 1 | -1/+9 |
| * | | | Fix tree readme. | Douwe Maan | 2015-03-18 | 1 | -4/+10 |
| * | | | Link project version to changelog if there is one. | Douwe Maan | 2015-03-18 | 1 | -1/+8 |
| * | | | Find tree readme lazily. | Douwe Maan | 2015-03-18 | 1 | -20/+19 |
| * | | | Move finding of contributing file from tree to repository. | Douwe Maan | 2015-03-18 | 2 | -7/+7 |
| |/ / |
|
* | | | Merge branch 'new-branch-commits' into 'master' | Dmitriy Zaporozhets | 2015-03-18 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | List new commits for newly pushed branch in activity view. | Douwe Maan | 2015-03-18 | 1 | -1/+1 |
| |/ |
|
* | | Extend the commit calendar to show the actual commits for a date | Hannes Rosenögger | 2015-03-18 | 2 | -0/+23 |
|/ |
|
* | Fix external wiki service | Dmitriy Zaporozhets | 2015-03-17 | 2 | -2/+2 |
* | Align services like in EE for easier merging | Dmitriy Zaporozhets | 2015-03-17 | 1 | -4/+22 |
* | Merge branch 'external_wiki' into 'master' | Dmitriy Zaporozhets | 2015-03-18 | 2 | -0/+49 |
|\ |
|
| * | Add a service to support external wikis | Hannes Rosenögger | 2015-03-12 | 2 | -0/+49 |
* | | Merge branch 'last-deploy-key' into 'master' | Dmitriy Zaporozhets | 2015-03-17 | 1 | -0/+8 |
|\ \ |
|
| * | | Delete deploy key when last connection to a project is destroyed. | Douwe Maan | 2015-03-17 | 1 | -0/+8 |
* | | | Merge branch 'issue_subscription' into 'master' | Dmitriy Zaporozhets | 2015-03-17 | 2 | -0/+38 |
|\ \ \
| |/ /
|/| | |
|
| * | | tests | Valery Sizov | 2015-03-16 | 2 | -1/+20 |
| * | | fix specs | Valery Sizov | 2015-03-16 | 1 | -1/+2 |
| * | | rename table subscribe; make it polymorfic | Valery Sizov | 2015-03-16 | 3 | -11/+13 |
| * | | code folding fix | Valery Sizov | 2015-03-16 | 2 | -3/+6 |
| * | | Subscription | Valery Sizov | 2015-03-15 | 2 | -0/+13 |
* | | | Fix restricted visibility bugs | Vinnie Okada | 2015-03-16 | 1 | -3/+5 |
* | | | Merge branch 'fix-restricted-visibility' into 'master' | Dmitriy Zaporozhets | 2015-03-16 | 3 | -16/+29 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into fix-restricted-visibility | Vinnie Okada | 2015-03-14 | 12 | -77/+59 |
| |\ \ \ |
|
| * | | | | Update snippet authorization | Vinnie Okada | 2015-03-14 | 1 | -2/+4 |
| * | | | | Allow admins to override restricted visibility | Vinnie Okada | 2015-03-08 | 1 | -5/+0 |
| * | | | | Move restricted visibility settings to the UI | Vinnie Okada | 2015-03-07 | 2 | -13/+29 |
* | | | | | Remove old team scopes. | Douwe Maan | 2015-03-15 | 3 | -3/+0 |
* | | | | | Use `member` instead of `tm`. | Douwe Maan | 2015-03-15 | 1 | -21/+21 |
* | | | | | Use `project_member` instead of `team_member`. | Douwe Maan | 2015-03-15 | 4 | -11/+8 |
* | | | | | Use `group_member` instead of `users_group` or `membership`. | Douwe Maan | 2015-03-15 | 1 | -5/+5 |
| |/ / /
|/| | | |
|
* | | | | Everything from gitlab_git is already UTF-8. | Douwe Maan | 2015-03-13 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Merge branch 'irker-service-use-supported-events' into 'master' | Drew Blessing | 2015-03-13 | 1 | -2/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Make Irker service use the supported events check | Stan Hu | 2015-03-04 | 1 | -2/+8 |
* | | | Remove placeholder methods to prevent calling methods rather than attributes. | Marin Jankovski | 2015-03-10 | 1 | -12/+0 |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-03-10 | 1 | -1/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'fix-commit-calendar-emails' into 'master' | Douwe Maan | 2015-03-10 | 1 | -1/+2 |
| |\ \ \ |
|
| | * | | | This MR extends the commit calendar so it searches for commits made with ever... | Stan Hu | 2015-03-09 | 1 | -1/+2 |
* | | | | | Merge branch 'issues-tracker-id' into 'master' | Marin Jankovski | 2015-03-10 | 1 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | Properly move over `issues_tracker_id` from old custom issue tracker URLs. | Douwe Maan | 2015-03-10 | 1 | -6/+6 |
| |/ / / / |
|
* | | | | | Use Gitlab::Git helper methods and constants as much as possible. | Douwe Maan | 2015-03-10 | 7 | -32/+22 |
|/ / / / |
|
* | | | | Blocking user does not remove him/her from project/groups but show blocked label | Dmitriy Zaporozhets | 2015-03-09 | 1 | -19/+1 |
|/ / / |
|
* | | | Merge branch 'emails-on-push' | Dmitriy Zaporozhets | 2015-03-08 | 1 | -3/+18 |
|\ \ \
| |_|/
|/| | |
|