summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-014-5/+5
* Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-0/+2
* Merge branch 'fix-todos' into 'master' Rémy Coutable2016-03-311-0/+1
|\
| * Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+1
* | Merge branch 'reorder-project-expire-cache' into 'master' Yorick Peterse2016-03-301-0/+2
|\ \
| * | Expire the exists cache before deletion to ensure project dir actually existsStan Hu2016-03-271-0/+2
* | | Merge branch 'patch/fix-mergerequest-diff' into 'master' Robert Speicher2016-03-301-4/+4
|\ \ \ | |_|/ |/| |
| * | We need `sha` reference from `diff_base_commit` to generate the diffGabriel Mazetto2016-03-291-2/+2
| * | Use `diff_base_commit` instead of `target_branch` to generate diffsGabriel Mazetto2016-03-291-4/+4
* | | Merge branch 'added-milestone-upcoming' into 'master' Rémy Coutable2016-03-301-0/+1
|\ \ \ | |/ / |/| |
| * | Ruby fixesPhil Hughes2016-03-291-1/+1
| * | Standardised the output of the JSON to always include the namePhil Hughes2016-03-291-1/+2
* | | Merge branch 'fix_wip_in_mr_api' into 'master' Robert Speicher2016-03-291-1/+1
|\ \ \
| * | | Ensuring Merge Request API returns boolean values for work_in_progressAbhi Rao2016-03-281-1/+1
| | |/ | |/|
* | | Merge branch 'handle-nil-description-slack-message' into 'master' Robert Speicher2016-03-291-1/+1
|\ \ \ | |_|/ |/| |
| * | Handle nil descriptions in Slack issue messagesStan Hu2016-03-281-1/+1
| |/
* | Merge branch 'fix-14607' into 'master' Douwe Maan2016-03-291-15/+41
|\ \ | |/ |/|
| * Ensure project snippets have their own access levelRémy Coutable2016-03-251-15/+31
| * Ensure private project snippets are not viewable by unauthorized peopleRémy Coutable2016-03-251-0/+10
* | Merge branch 'handle-avatar-in-empty-repo' into 'master' Stan Hu2016-03-271-0/+2
|\ \
| * | Don't attempt to look up an avatar in repo if repo directory does not existStan Hu2016-03-251-0/+2
| |/
* | Merge branch 'feature--preferences-dashboard-groups' of https://gitlab.com/el...Dmitriy Zaporozhets2016-03-261-1/+1
|\ \
| * | Implementing 'Groups View' and 'TODOs View' as options for dashboard preferen...Elias Werberich2016-03-241-1/+1
| |/
* | Merge branch 'ci-setup-info' into 'master' Dmitriy Zaporozhets2016-03-261-0/+12
|\ \ | |/ |/|
| * rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodci-setup-infoDmitriy Zaporozhets2016-03-251-0/+4
| * Make sure Repository#gitlab_ci_yml is safe to use even when repository is mis...Dmitriy Zaporozhets2016-03-251-1/+1
| * Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets2016-03-241-1/+5
| * Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets2016-03-241-0/+4
* | Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre2016-03-241-1/+1
* | Comments on confidential issues doesn't show in activity feed to non-membersDouglas Barbosa Alexandre2016-03-241-2/+6
|/
* Merge branch 'issue_14453' into 'master' Robert Speicher2016-03-231-1/+1
|\
| * Sanitize commit title when creating revert commit.issue_14453Rubén Dávila2016-03-221-1/+1
* | Fix Milestone.upcomingDouwe Maan2016-03-231-1/+1
* | Make sure we get only two returnsLin Jen-Shin2016-03-231-1/+1
* | Merge branch 'fix-sorting-by-votes-on-groups-page' into 'master' Douwe Maan2016-03-231-1/+1
|\ \
| * | Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-pageDouglas Barbosa Alexandre2016-03-211-1/+1
* | | Merge branch 'notifications-for-subscribers-confidential-issue-labels' into '...Douwe Maan2016-03-231-4/+4
|\ \ \
| * | | Fix issues count on labels pagenotifications-for-subscribers-confidential-issue-labelsDouglas Barbosa Alexandre2016-03-221-4/+4
| | |/ | |/|
* | | Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489Grzegorz Bizon2016-03-231-1/+2
|/ /
* | Address feedbackDouwe Maan2016-03-222-7/+10
* | Merge branch 'master' into issue_12658Douwe Maan2016-03-218-15/+67
|\ \ | |/
| * Merge branch '2489-soft-delete-issues' into 'master' Douwe Maan2016-03-213-2/+9
| |\
| | * Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-216-13/+57
| | |\
| | * | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-2/+2
| | * | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-196-14/+9
| | * | Hide delete botton on edit pageZeger-Jan van de Weg2016-03-192-2/+5
| | * | Soft delete issuablesZeger-Jan van de Weg2016-03-193-1/+10
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/safe-import...James Lopez2016-03-2135-321/+705
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'issues-show-performance' into 'master' Robert Speicher2016-03-214-12/+32
| | |\ \
| | | * | Cache output of Repository#exists?Yorick Peterse2016-03-193-9/+29