Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix/migration-uri-issue' into 'master' | Robert Speicher | 2016-05-27 | 1 | -0/+1 |
|\ | |||||
| * | fix rescue block on migration | James Lopez | 2016-05-27 | 1 | -0/+1 |
* | | Update notes immediately after closing/reopening | Ben Yorke | 2016-05-27 | 1 | -0/+1 |
|/ | |||||
* | Changelog entry for queue duration | Jacob Vosmaer | 2016-05-27 | 1 | -0/+1 |
* | Merge branch 'fix/gitlab-importer-issue' into 'master' | Robert Speicher | 2016-05-26 | 1 | -0/+3 |
|\ | |||||
| * | added changelogfix/gitlab-importer-issue | James Lopez | 2016-05-26 | 1 | -0/+3 |
* | | Merge branch 'remove-main-language' into 'master' | Josh Frye | 2016-05-26 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | Update changelog | Josh Frye | 2016-05-26 | 1 | -0/+1 |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2016-05-26 | 1 | -0/+6 |
|\ \ | |||||
| * | | Add CHANGELOG entry for redesigned confirmation emails | Robert Speicher | 2016-05-25 | 1 | -0/+1 |
| * | | Merge branch 'improve-pipeline-design' into 'master' | Douwe Maan | 2016-05-25 | 1 | -0/+1 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into improve-pipeline-design | Kamil Trzcinski | 2016-05-23 | 1 | -1/+15 |
| | |\ \ | |||||
| | * | | | Improve design of Pipeline view | Kamil Trzcinski | 2016-05-21 | 1 | -0/+1 |
| * | | | | Merge branch 'fix/import-url-uri-issue' into 'master' | Douwe Maan | 2016-05-25 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| | * | | | | fix changelog and mergefix/import-url-uri-issue | James Lopez | 2016-05-23 | 1 | -1/+3 |
| | * | | | | fix merge conflicts | James Lopez | 2016-05-23 | 1 | -11/+35 |
| | |\ \ \ \ | |||||
| | * | | | | | added CHANGELOG | James Lopez | 2016-05-17 | 1 | -0/+1 |
| * | | | | | | Merge branch 'issue_10725' into 'master' | Douwe Maan | 2016-05-25 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Fix forks creation when visibility level is restrictedissue_10725 | Felipe Artur | 2016-05-25 | 1 | -0/+1 |
* | | | | | | | Merge branch 'fix-issue-17496' into 'master' | Douwe Maan | 2016-05-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix groups API to list only user's accessible projects | Stan Hu | 2016-05-24 | 1 | -0/+1 |
* | | | | | | | Update CHANGELOG for 8.8.2 | Robert Speicher | 2016-05-25 | 1 | -5/+11 |
* | | | | | | | Switch the gitlab:db:configure task to use tables.any? instead of looking spe... | DJ Mountney | 2016-05-25 | 1 | -1/+1 |
* | | | | | | | Update hash syntax and add changelog for the gitlab:db:configure rake task | DJ Mountney | 2016-05-25 | 1 | -0/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Update CHANGELOG | Alfredo Sumaran | 2016-05-25 | 1 | -4/+1 |
* | | | | | | Update CHANGELOG | Alfredo Sumaran | 2016-05-25 | 1 | -1/+1 |
* | | | | | | Address feedback | Alfredo Sumaran | 2016-05-25 | 1 | -1/+0 |
* | | | | | | Update CHANGELOG | Alfredo Sumaran | 2016-05-25 | 1 | -1/+1 |
* | | | | | | Update CHANGELOG | Alfredo Sumaran | 2016-05-25 | 1 | -0/+5 |
* | | | | | | Merge branch 'issue_15221_2' | Douwe Maan | 2016-05-25 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix outer join when filtering milestonesissue_15221_2 | Felipe Artur | 2016-05-24 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'incremental-fixes' into 'master' | Jacob Schatz | 2016-05-25 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update CHANGELOGincremental-fixes | Kamil Trzcinski | 2016-05-23 | 1 | -1/+1 |
| * | | | | | | Fix concurrent request when updating build log in browser | Kamil Trzcinski | 2016-05-23 | 1 | -0/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Seconds plural slack | Aran Koning | 2016-05-24 | 1 | -0/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Add CHANGELOG entry about using gitlab-shell v3.0.0 | Stan Hu | 2016-05-24 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Add changelog item for project navigation UI | Dmitriy Zaporozhets | 2016-05-23 | 1 | -0/+1 |
* | | | | Its time for 8.9 | Dmitriy Zaporozhets | 2016-05-23 | 1 | -0/+2 |
* | | | | Fix Error 500 in CI charts by gracefully handling commits with no durations | Stan Hu | 2016-05-22 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Serialize application setting as Array by defaultfix/application-settings-error-default-value | Grzegorz Bizon | 2016-05-22 | 1 | -0/+3 |
* | | | Update CHANGELOG for 8.8.1. Again. | Robert Speicher | 2016-05-22 | 1 | -1/+0 |
* | | | Update CHANGELOG for 8.8.1 | Robert Speicher | 2016-05-22 | 1 | -2/+4 |
* | | | Move Changelog for pipeline fix to valid versionfix-access-to-pipelines-for-anonymous | Grzegorz Bizon | 2016-05-23 | 1 | -1/+1 |
* | | | Allow anonymous user to access pipelines | Kamil Trzcinski | 2016-05-23 | 1 | -0/+1 |
* | | | Move registry fix Changelog entry to valid versionfix-ci-login-to-registry | Grzegorz Bizon | 2016-05-23 | 1 | -1/+1 |
* | | | Fix the CI login to Container Registry (the gitlab-ci-token user) | Kamil Trzcinski | 2016-05-23 | 1 | -0/+1 |
* | | | Add Changelog entry for MySQL compatibility fixfix/migration-helpers-mysql-compatibility | Grzegorz Bizon | 2016-05-22 | 1 | -0/+3 |
* | | | Update CHANGELOGfix-docker-registry-integration | Kamil Trzcinski | 2016-05-21 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge branch 'zj-gitignore-dropdown' | Douwe Maan | 2016-05-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | Dropdown implementationzj-gitignore-dropdown | Alfredo Sumaran | 2016-05-20 | 1 | -2/+1 |