Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Ci::Commit as Pipeline | Kamil Trzcinski | 2016-04-11 | 1 | -2/+18 |
* | Apparently I missed updating the schema.rb when removing the Twitter "Congrat... | connorshea | 2016-04-09 | 1 | -2/+1 |
* | Exclude projects pending deletion from all results | Zeger-Jan van de Weg | 2016-03-31 | 1 | -1/+2 |
* | Remove todos for deleted merge requests | Douglas Barbosa Alexandre | 2016-03-31 | 1 | -1/+1 |
* | Destroy related todos when an issue is deleted | Douglas Barbosa Alexandre | 2016-03-30 | 1 | -1/+1 |
* | Address feedback | Douwe Maan | 2016-03-22 | 1 | -0/+1 |
* | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch 'master' into 2489-soft-delete-issues | Zeger-Jan van de Weg | 2016-03-21 | 1 | -1/+2 |
| |\ | |||||
| | * | Merge branch 'master' into feature/issue-move | Grzegorz Bizon | 2016-03-19 | 1 | -1/+6 |
| | |\ | |||||
| | * | | Improvements in issue move feaure (refactoring) | Grzegorz Bizon | 2016-03-19 | 1 | -1/+0 |
| | * | | Add field that references issue this issue has been moved to | Grzegorz Bizon | 2016-03-17 | 1 | -1/+3 |
| * | | | Minor improvements on IssuableActions | Zeger-Jan van de Weg | 2016-03-21 | 1 | -0/+1 |
| * | | | Hide delete botton on edit page | Zeger-Jan van de Weg | 2016-03-19 | 1 | -1/+0 |
| * | | | Soft delete issuables | Zeger-Jan van de Weg | 2016-03-19 | 1 | -0/+4 |
| | |/ | |/| | |||||
* | | | Add specs and add visibility level to admin groups | Felipe Artur | 2016-03-21 | 1 | -2/+1 |
* | | | Fix more specs | Douwe Maan | 2016-03-20 | 1 | -1/+1 |
* | | | Fix some specs | Douwe Maan | 2016-03-20 | 1 | -0/+1 |
* | | | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -1/+1 |
* | | | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-20 | 1 | -2/+7 |
|\ \ \ | |/ / | |||||
| * | | Add commit_id to todos | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -0/+2 |
| * | | Change target_id to null on todos | Douglas Barbosa Alexandre | 2016-03-18 | 1 | -1/+1 |
| * | | Add a confidential flag to issues | Douglas Barbosa Alexandre | 2016-03-17 | 1 | -1/+3 |
| * | | Merge branch '4009-external-users' into 'master' | Douwe Maan | 2016-03-17 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | |||||
| * | | Added an index on ci_runners.token | Yorick Peterse | 2016-03-16 | 1 | -4/+5 |
* | | | Block internal groups/projects visibility to external users | Felipe Artur | 2016-03-16 | 1 | -3/+3 |
* | | | Merge 4009-external-users into issue_12658 | Felipe Artur | 2016-03-16 | 1 | -8/+40 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'master' into 4009-external-users4009-external-users | Zeger-Jan van de Weg | 2016-03-15 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'auto-gc' into 'master' revert-01160fc0 | Douwe Maan | 2016-03-15 | 1 | -1/+2 |
| | |\ | |||||
| | | * | Run 'git gc' every 10 pushes | Jacob Vosmaer | 2016-03-14 | 1 | -1/+2 |
| * | | | Merge branch 'master' into 4009-external-users | Zeger-Jan van de Weg | 2016-03-14 | 1 | -6/+15 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'share-project-ce' into 'master' | Dmitriy Zaporozhets | 2016-03-14 | 1 | -6/+15 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Add share project from group lock | Dmitriy Zaporozhets | 2016-03-11 | 1 | -3/+4 |
| | | * | Bring ProjectGroupLink model and migrations from EE | Dmitriy Zaporozhets | 2016-03-11 | 1 | -3/+11 |
| * | | | External Users | Zeger-Jan van de Weg | 2016-03-13 | 1 | -1/+2 |
| |/ / | |||||
| * | | Updated schema to include Pg operator classes | Yorick Peterse | 2016-03-11 | 1 | -19/+19 |
| * | | Added trigram indexes for various searched columns | Yorick Peterse | 2016-03-11 | 1 | -0/+21 |
| |/ | |||||
* | | Code improvements and add Create group service | Felipe Artur | 2016-03-16 | 1 | -1/+1 |
* | | Fix conflicts | Felipe Artur | 2016-03-10 | 1 | -0/+1 |
* | | Prevent projects to have higher visibility than groups | Felipe Artur | 2016-03-10 | 1 | -1/+2 |
* | | Code improvements | Felipe Artur | 2016-03-10 | 1 | -1/+1 |
* | | Add permission level to groups | Felipe Artur | 2016-03-10 | 1 | -5/+5 |
|/ | |||||
* | Remove invalid todos from database | Douglas Barbosa Alexandre | 2016-03-09 | 1 | -1/+1 |
* | Added main_language to the schema | Yorick Peterse | 2016-03-09 | 1 | -0/+1 |
* | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 1 | -3/+1 |
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 1 | -0/+1 |
* | Branded login page also in CE11489-branded-appearance-to-ce | Zeger-Jan van de Weg | 2016-02-26 | 1 | -1/+10 |
* | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -8/+8 |
* | Create a pending task when a user is mentioned on a note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+3 |
* | Add task model | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+18 |
* | Merge branch 'visibletrap/gitlab-ce-label' | Douwe Maan | 2016-02-19 | 1 | -2/+3 |
|\ |