| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'auto-gc' into 'master'
revert-01160fc0 | Douwe Maan | 2016-03-15 | 2 | -1/+7 |
|\ |
|
| * | Run 'git gc' every 10 pushes | Jacob Vosmaer | 2016-03-14 | 2 | -1/+7 |
* | | Merge branch 'share-project-ce' into 'master'
| Dmitriy Zaporozhets | 2016-03-14 | 4 | -6/+35 |
|\ \
| |/
|/| |
|
| * | Add share project from group lock | Dmitriy Zaporozhets | 2016-03-11 | 2 | -3/+9 |
| * | Bring ProjectGroupLink model and migrations from EE | Dmitriy Zaporozhets | 2016-03-11 | 3 | -3/+26 |
* | | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-code | Robert Speicher | 2016-03-11 | 1 | -0/+9 |
* | | More detailed trigram migration error messagetrigram-index-searching | Yorick Peterse | 2016-03-11 | 1 | -1/+4 |
* | | 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 | 2 | -0/+71 |
|/ |
|
* | Remove invalid todos from database | Douglas Barbosa Alexandre | 2016-03-09 | 2 | -1/+17 |
* | Added main_language to the schema | Yorick Peterse | 2016-03-09 | 1 | -0/+1 |
* | Merge branch 'rs-snippets-dont-expire' into 'master'
| Dmitriy Zaporozhets | 2016-03-09 | 2 | -3/+6 |
|\ |
|
| * | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 2 | -3/+6 |
* | | adds swp and swo to gitignore and improves migration for project main_language | tiagonbotelho | 2016-03-07 | 1 | -18/+2 |
* | | implements project languages saving them onto the database | tiagonbotelho | 2016-03-07 | 1 | -0/+21 |
|/ |
|
* | Allow the initial admin to set a passwordrs-no-default-credentials | Robert Speicher | 2016-03-04 | 1 | -25/+30 |
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 2 | -0/+6 |
* | Fix broken migration | Dmitriy Zaporozhets | 2016-02-29 | 1 | -1/+1 |
* | Branded login page also in CE11489-branded-appearance-to-ce | Zeger-Jan van de Weg | 2016-02-26 | 2 | -1/+24 |
* | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -8/+13 |
* | Create a pending task when a user is mentioned on a note | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -1/+8 |
* | Add task model | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -0/+32 |
* | Merge branch 'visibletrap/gitlab-ce-label' | Douwe Maan | 2016-02-19 | 2 | -2/+8 |
|\ |
|
| * | Label description and Label row | Tap | 2016-02-17 | 2 | -2/+8 |
* | | Save merge commit id when MR is merged | Rubén Dávila | 2016-02-19 | 1 | -0/+5 |
* | | Add merge_commit_sha column to merge_requests. | Rubén Dávila | 2016-02-19 | 1 | -0/+1 |
* | | Fix name of build erasable, remove superfluous method from it | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
* | | Remove boolean erase column from ci build and foreign key | Grzegorz Bizon | 2016-02-19 | 2 | -4/+0 |
* | | Add build eraseable columns to ci builds table | Grzegorz Bizon | 2016-02-19 | 2 | -0/+13 |
|/ |
|
* | Add second build for each commit in build seeds | Grzegorz Bizon | 2016-02-11 | 1 | -14/+25 |
* | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-02-09 | 2 | -0/+6 |
|\ |
|
| * | Merge branch 'master' into ci-permissions | Kamil Trzcinski | 2016-02-05 | 1 | -0/+80 |
| |\ |
|
| * \ | Merge remote-tracking branch 'origin/master' into ci-permissions | Kamil Trzcinski | 2016-02-04 | 3 | -0/+39 |
| |\ \ |
|
| * | | | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 2 | -18/+18 |
| * | | | Add CI setting: allow_guest_to_access_builds | Kamil Trzcinski | 2016-02-02 | 2 | -17/+23 |
* | | | | Merge branch 'index_snippet' into 'master'
| Douwe Maan | 2016-02-09 | 2 | -1/+7 |
|\ \ \ \ |
|
| * | | | | Add index for snippet's updated_atindex_snippet | Valery Sizov | 2016-02-09 | 2 | -1/+7 |
* | | | | | Merge branch 'huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mai... | Douwe Maan | 2016-02-09 | 2 | -0/+6 |
|\ \ \ \ \ |
|
| * | | | | | Add option to include the sender name in body of Notify email. fix #7824huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mail | Jason Lee | 2016-02-09 | 2 | -0/+6 |
| |/ / / / |
|
* | | | | | Merge branch '3kami3/gitlab-ce-root_email' into 'master'
| Douwe Maan | 2016-02-09 | 1 | -1/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add an option to supply root email through an environmental variable.3kami3/gitlab-ce-root_email | 3kami3 | 2016-02-08 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'fix/atom-url-issue' into 'master'
| Douwe Maan | 2016-02-09 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | remove unnecessary lower function on SQL | James Lopez | 2016-02-04 | 1 | -1/+1 |
* | | | | Merge branch 'fix/atom-url-issue' into 'master'
| Douwe Maan | 2016-02-04 | 2 | -1/+81 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | refactored migration based on feedback | James Lopez | 2016-02-04 | 1 | -1/+5 |
| * | | refactored migration and spec based on feedback | James Lopez | 2016-02-04 | 1 | -6/+12 |
| * | | fixed move project method in migration | James Lopez | 2016-02-02 | 2 | -34/+14 |
| * | | added TODO to not working method | James Lopez | 2016-02-01 | 1 | -0/+1 |
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-02-01 | 4 | -5/+20 |
| |\ \
| | |/ |
|
| * | | WIP - refactored migration | James Lopez | 2016-02-01 | 1 | -7/+42 |