Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update currently supported Ruby version info.ruby-2-3-lets-not-break-things | Connor Shea | 2016-08-11 | 2 | -1/+3 |
* | Update gitlab ci tests to test ruby 2.1 now too | Z.J. van de Weg | 2016-08-11 | 1 | -1/+1 |
* | Update docs to reference Ruby 2.3.1 | Connor Shea | 2016-08-11 | 1 | -7/+6 |
* | Default build tests ruby 2.3.1 | Z.J. van de Weg | 2016-08-11 | 2 | -41/+41 |
* | Merge branch 'remove-grack-lfs' into 'master' | Rémy Coutable | 2016-08-11 | 12 | -716/+433 |
|\ | |||||
| * | Fix typo | Jacob Vosmaer | 2016-08-11 | 1 | -1/+1 |
| * | Improve validation of X-Gitlab-Lfs-Tmp header | Jacob Vosmaer | 2016-08-10 | 2 | -9/+17 |
| * | Use && and || instead of if | Jacob Vosmaer | 2016-08-10 | 1 | -12/+3 |
| * | Rename lfs_enabled helper method | Jacob Vosmaer | 2016-08-10 | 3 | -3/+3 |
| * | Remove duplicate method reintroduced by merge | Jacob Vosmaer | 2016-08-09 | 1 | -4/+0 |
| * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-... | Jacob Vosmaer | 2016-08-09 | 905 | -17535/+25477 |
| |\ | |||||
| * | | Handle custom Git LFS content type | Jacob Vosmaer | 2016-07-22 | 2 | -5/+12 |
| * | | Rubocop | Jacob Vosmaer | 2016-07-22 | 2 | -8/+8 |
| * | | Better cache when modifying in-place | Jacob Vosmaer | 2016-07-22 | 1 | -1/+1 |
| * | | Remove obsolete code | Jacob Vosmaer | 2016-07-22 | 5 | -594/+1 |
| * | | Add LFS controllers | Jacob Vosmaer | 2016-07-22 | 7 | -116/+420 |
* | | | Merge branch 'refactor-builds-creation-service' into 'master' | Rémy Coutable | 2016-08-11 | 47 | -966/+1042 |
|\ \ \ | |||||
| * | | | Pre-create all builds for Pipeline when a trigger is received | Kamil Trzcinski | 2016-08-11 | 47 | -966/+1042 |
* | | | | Merge branch '10772-fix-urlencoded-branchname' into 'master' | Rémy Coutable | 2016-08-11 | 3 | -4/+18 |
|\ \ \ \ | |||||
| * | | | | Fix front-end for branches that happen to contain urlencoding escape characte...10772-fix-urlencoded-branchname | Elliot | 2016-08-11 | 3 | -4/+18 |
* | | | | | Merge branch 'file_exists_deprecated' into 'master' | Rémy Coutable | 2016-08-11 | 8 | -19/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Use `File::exist?` instead of `File::exists?` | bogdanvlviv | 2016-08-11 | 8 | -19/+20 |
| |/ / / / | |||||
* | | | | | Merge branch 'remove-unused-indexes' into 'master' | Rémy Coutable | 2016-08-11 | 3 | -52/+117 |
|\ \ \ \ \ | |||||
| * | | | | | Remove various redundant indexes | Yorick Peterse | 2016-08-11 | 3 | -52/+117 |
| |/ / / / | |||||
* | | | | | Merge branch '18583-implement-access-request-to-project-group-api' into 'mast... | Rémy Coutable | 2016-08-11 | 24 | -768/+1200 |
|\ \ \ \ \ | |||||
| * | | | | | Fix doc linting errors and remove useless API specs18583-implement-access-request-to-project-group-api | Rémy Coutable | 2016-08-11 | 4 | -383/+18 |
| * | | | | | Improve the performance of the GET /:sources/:id/{access_requests,members} AP... | Rémy Coutable | 2016-08-10 | 3 | -8/+7 |
| * | | | | | Restore back-compatibility for current members API endpoints | Rémy Coutable | 2016-08-10 | 5 | -37/+72 |
| * | | | | | New AccessRequests API endpoints for Group & Project | Rémy Coutable | 2016-08-10 | 24 | -426/+1189 |
* | | | | | | Merge branch 'fix-gitaccess-scope' into 'master' | Rémy Coutable | 2016-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fixing scope issue in GitAccess. | Elliot Wiltshire | 2016-07-25 | 1 | -1/+1 |
* | | | | | | | Merge branch '13333-consider-updating-http-parser-rb-to-0-6-0' into 'master' | Rémy Coutable | 2016-08-11 | 7 | -26/+147 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Replace the tinder gem by bare HTTP requests | Thomas Balthazar | 2016-08-11 | 7 | -26/+147 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'improve-oauth2-docs' into 'master' | Achilleas Pipinellis | 2016-08-11 | 2 | -12/+39 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Update/Improve OAuth2 Client documentation | Keith Pope | 2016-08-11 | 2 | -12/+39 |
* | | | | | | Merge branch 'remove-ci-runner-trigram-indexes' into 'master' | Rémy Coutable | 2016-08-11 | 3 | -3/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove trigram indexes for "ci_runners"remove-ci-runner-trigram-indexes | Yorick Peterse | 2016-08-10 | 3 | -3/+29 |
* | | | | | | | Merge branch 'fix-branches-dropdown-initial-state' into 'master' | Rémy Coutable | 2016-08-11 | 2 | -1/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix branches page dropdown sort initial state | Clement Ho | 2016-08-10 | 2 | -1/+3 |
* | | | | | | | | Merge branch 'convert-shortcuts-md' into 'master' | Achilleas Pipinellis | 2016-08-11 | 2 | -1/+72 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Convert shortcuts image into markdown | Clement Ho | 2016-08-03 | 2 | -1/+72 |
* | | | | | | | | | Merge branch 'patch-3' into 'master' | Achilleas Pipinellis | 2016-08-11 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update container_registry.md | David Warburton | 2016-08-01 | 1 | -1/+3 |
| * | | | | | | | | | Update container_registry.md | David Warburton | 2016-07-13 | 1 | -0/+2 |
* | | | | | | | | | | Merge branch 'fix-thumbs-award-loading-toggle' into 'master' | Fatih Acet | 2016-08-10 | 2 | -13/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix awardable button mutuality loading spinners | Clement Ho | 2016-08-10 | 2 | -13/+2 |
* | | | | | | | | | | | Merge branch 'cs-remove-inline-js' into 'master' | Fatih Acet | 2016-08-10 | 3 | -6/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Make sure Labels is instantiated on edit pagecs-remove-inline-js | Alfredo Sumaran | 2016-07-27 | 1 | -1/+4 |
| * | | | | | | | | | | | Removes two simple instances of inline JavaScript. | Connor Shea | 2016-07-26 | 3 | -6/+4 |
* | | | | | | | | | | | | Merge branch 'explicit-arguments-on-diff_file_html_data' into 'master' | Yorick Peterse | 2016-08-10 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |