Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix_wip_in_mr_api' into 'master' | Robert Speicher | 2016-03-29 | 1 | -4/+4 |
|\ | |||||
| * | Ensuring Merge Request API returns boolean values for work_in_progress | Abhi Rao | 2016-03-28 | 1 | -4/+4 |
* | | Handle nil descriptions in Slack issue messages | Stan Hu | 2016-03-28 | 1 | -0/+10 |
|/ | |||||
* | Merge branch 'handle-avatar-in-empty-repo' into 'master' | Stan Hu | 2016-03-27 | 2 | -0/+12 |
|\ | |||||
| * | Don't attempt to look up an avatar in repo if repo directory does not exist | Stan Hu | 2016-03-25 | 2 | -0/+12 |
* | | Merge branch 'ci-setup-info' into 'master' | Dmitriy Zaporozhets | 2016-03-26 | 1 | -1/+20 |
|\ \ | |/ |/| | |||||
| * | Small refactoring and rewording | Dmitriy Zaporozhets | 2016-03-25 | 1 | -5/+1 |
| * | Use head tree (cached) for file search. Also add some tests | Dmitriy Zaporozhets | 2016-03-24 | 1 | -0/+23 |
* | | Rename `Event#proper?` to `Event#visible_to_user?` | Douglas Barbosa Alexandre | 2016-03-24 | 1 | -22/+22 |
* | | Comments on confidential issues doesn't show in activity feed to non-members | Douglas Barbosa Alexandre | 2016-03-24 | 1 | -14/+40 |
|/ | |||||
* | Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489 | Grzegorz Bizon | 2016-03-23 | 1 | -0/+5 |
* | Address feedback | Douwe Maan | 2016-03-22 | 2 | -4/+4 |
* | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 5 | -2/+145 |
|\ | |||||
| * | Merge branch 'master' into 2489-soft-delete-issues | Zeger-Jan van de Weg | 2016-03-21 | 4 | -2/+135 |
| |\ | |||||
| | * | Merge branch 'issues-show-performance' into 'master' | Robert Speicher | 2016-03-21 | 4 | -2/+85 |
| | |\ | |||||
| | | * | Cache output of Repository#exists? | Yorick Peterse | 2016-03-19 | 3 | -0/+83 |
| | | * | Tweaked performance of Issue#related_branches | Yorick Peterse | 2016-03-19 | 1 | -2/+2 |
| | * | | Merge branch 'master' into feature/issue-move | Grzegorz Bizon | 2016-03-20 | 2 | -21/+13 |
| | |\ \ | | | |/ | |||||
| | * | | Merge branch 'master' into feature/issue-move | Grzegorz Bizon | 2016-03-19 | 10 | -21/+433 |
| | |\ \ | |||||
| | * | | | Prevent issue move if issue has been already moved | Grzegorz Bizon | 2016-03-17 | 1 | -0/+50 |
| * | | | | Soft delete issuables | Zeger-Jan van de Weg | 2016-03-19 | 2 | -0/+10 |
| | |_|/ | |/| | | |||||
* | | | | Fix specs | Douwe Maan | 2016-03-20 | 1 | -2/+2 |
* | | | | Fix more specs | Douwe Maan | 2016-03-20 | 1 | -3/+2 |
* | | | | Fix some specs | Douwe Maan | 2016-03-20 | 1 | -5/+5 |
* | | | | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-20 | 10 | -49/+452 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'remove-wip' into 'master' | Jacob Schatz | 2016-03-19 | 1 | -18/+10 |
| |\ \ \ | |||||
| | * \ \ | Merge remote-tracking branch 'origin/master' into remove-wip | Rémy Coutable | 2016-03-18 | 28 | -178/+1356 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Improve the "easy WIP & un-WIP from link" feature | Rémy Coutable | 2016-03-18 | 1 | -18/+10 |
| * | | | | Merge branch 'issue-branch-iid-postfix' into 'master' | Douwe Maan | 2016-03-19 | 1 | -3/+3 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | \#to_branch_name now uses the iid as postfixissue-branch-iid-postfix | Zeger-Jan van de Weg | 2016-03-18 | 1 | -3/+3 |
| * | | | | Add a safeguard in MergeRequest#compute_diverged_commits_count | Rémy Coutable | 2016-03-18 | 1 | -0/+22 |
| |/ / / | |||||
| * | | | Refactor `Todo#target` | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -7/+17 |
| * | | | Rename `Todo#to_reference` to `Todo#target_reference` | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -3/+3 |
| * | | | Use `Commit#short_id` instead of `Commit.truncate_sha` | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -1/+3 |
| * | | | Update schema info comment on todo related files | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -2/+3 |
| * | | | Use todo.done without ! in the controller to mark todo as done | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -3/+3 |
| * | | | Trigger a todo for mentions on commits page | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -1/+61 |
| * | | | Merge branch 'fix-mr-source-sha' into 'master' | Douwe Maan | 2016-03-18 | 1 | -0/+25 |
| |\ \ \ | |||||
| | * | | | Fix MergeRequest#source_sha when there is no diff | Pierre de La Morinerie | 2016-03-16 | 1 | -0/+7 |
| | * | | | Add tests for MergeRequest#source_sha | Pierre de La Morinerie | 2016-03-16 | 1 | -0/+18 |
| * | | | | Merge branch 'confidential-issues' into 'master' | Douwe Maan | 2016-03-18 | 6 | -13/+166 |
| |\ \ \ \ | |||||
| | * | | | | Restrict access to confidential issues on activity feed | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -0/+36 |
| | * | | | | Restrict access for confidential issues on milestone view | Douglas Barbosa Alexandre | 2016-03-17 | 2 | -10/+114 |
| | * | | | | Restrict access to references for confidential issues | Douglas Barbosa Alexandre | 2016-03-17 | 3 | -3/+16 |
| * | | | | | Added tests for Repository#build_cacheproject-cache-worker-without-diverging | Yorick Peterse | 2016-03-17 | 1 | -0/+30 |
| |/ / / / | |||||
| * | | | | Cache project avatars stored in Git | Yorick Peterse | 2016-03-17 | 1 | -2/+79 |
| * | | | | Merge branch '4009-external-users' into 'master' | Douwe Maan | 2016-03-17 | 1 | -0/+15 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into new-branch-button-issue | Zeger-Jan van de Weg | 2016-03-17 | 2 | -10/+24 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Fix wiki search results point to raw source | Hiroyuki Sato | 2016-03-17 | 1 | -1/+17 |
| | | |/ / | | |/| | | |||||
| | * | | | Clearify who deletes the user | Zeger-Jan van de Weg | 2016-03-15 | 1 | -3/+4 |