summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak caused by Banzai::Filter::SanitizationFilterfix/sanitization-filter-leakAhmad Sherif2016-08-141-0/+1
* Add archived badge to project listingDrew Blessing2016-08-121-0/+1
* Merge branch 'fix-namespace-deletion' into 'master' Robert Speicher2016-08-121-0/+1
|\
| * Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+1
* | Instrument Project.visible_to_userYorick Peterse2016-08-121-0/+1
|/
* Update CHANGELOGula budziszewska2016-08-111-1/+0
* render only commit titleubudzisz2016-08-111-0/+1
* Merge branch 'feature/merge-request-link-after-push' into 'master' Douwe Maan2016-08-111-0/+1
|\
| * api for generating new merge requestScott Le2016-08-111-0/+1
* | Target 8.11 for CHANGELOG entry Ruby 2.3Z.J. van de Weg2016-08-111-2/+1
* | Update currently supported Ruby version info.Connor Shea2016-08-111-0/+2
* | Merge branch '20614-show-member-roles-to-all-users' into 'master' Robert Speicher2016-08-111-0/+1
|\ \ | |/ |/|
| * Show member roles to all users on members page20614-show-member-roles-to-all-usersDouwe Maan2016-08-111-0/+1
* | Merge branch '15000-rename-markdown-preview' into 'master' Robert Speicher2016-08-111-0/+1
|\ \ | |/ |/|
| * Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-0/+1
* | Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \ | |/ |/|
| * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+1
* | Merge branch '10772-fix-urlencoded-branchname' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \
| * | Fix front-end for branches that happen to contain urlencoding escape characte...10772-fix-urlencoded-branchnameElliot2016-08-111-0/+1
* | | Merge branch 'file_exists_deprecated' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \ \
| * | | Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-0/+1
| |/ /
* | | Merge branch 'remove-unused-indexes' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \ \
| * | | Remove various redundant indexesYorick Peterse2016-08-111-0/+1
| |/ /
* | | Merge branch '18583-implement-access-request-to-project-group-api' into 'mast...Rémy Coutable2016-08-111-0/+1
|\ \ \
| * | | New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-0/+1
* | | | Merge branch '13333-consider-updating-http-parser-rb-to-0-6-0' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace the tinder gem by bare HTTP requestsThomas Balthazar2016-08-111-0/+1
* | | | Merge branch 'improve-oauth2-docs' into 'master' Achilleas Pipinellis2016-08-111-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update/Improve OAuth2 Client documentationKeith Pope2016-08-111-0/+1
* | | | Merge branch 'remove-ci-runner-trigram-indexes' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \ \ \
| * | | | Remove trigram indexes for "ci_runners"remove-ci-runner-trigram-indexesYorick Peterse2016-08-101-0/+1
* | | | | Merge branch 'fix-branches-dropdown-initial-state' into 'master' Rémy Coutable2016-08-111-0/+1
|\ \ \ \ \
| * | | | | Fix branches page dropdown sort initial stateClement Ho2016-08-101-0/+1
* | | | | | Merge branch 'fix-thumbs-award-loading-toggle' into 'master' Fatih Acet2016-08-101-0/+1
|\ \ \ \ \ \
| * | | | | | Fix awardable button mutuality loading spinnersClement Ho2016-08-101-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'explicit-arguments-on-diff_file_html_data' into 'master' Yorick Peterse2016-08-101-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Avoid commit lookup on diff_helperexplicit-arguments-on-diff_file_html_dataPaco Guzman2016-08-101-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'decouple-secret-keys' into 'master' Douwe Maan2016-08-101-0/+1
|\ \ \ \ \
| * | | | | Store all secret keys in secrets.ymlSean McGivern2016-08-031-1/+1
| * | | | | Store OTP secret key in secrets.ymlSean McGivern2016-08-031-0/+1
* | | | | | Update CHANGELOG for 8.10.5Rémy Coutable2016-08-101-2/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'fix-filter-label-tooltip' into 'master' Fatih Acet2016-08-101-0/+1
|\ \ \ \ \
| * | | | | Fix filter label tooltip HTML renderingClement Ho2016-08-041-0/+1
* | | | | | Used cached value of project count to reduce DB loadRémy Coutable2016-08-101-0/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'api-examples-curl-long-options' into 'master' Achilleas Pipinellis2016-08-101-0/+1
|\ \ \ \ \
| * | | | | use long options for curl examples in API documentation (!5703)winniehell2016-08-091-0/+1
* | | | | | Merge branch 'adambuckland/gitlab-ce-19727-sort-submodules-with-files'Douwe Maan2016-08-091-0/+1
|\ \ \ \ \ \
| * | | | | | Update tree view to sort folders with submodulesAdam Buckland2016-08-091-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'gh-pull-requests' into 'master' Douwe Maan2016-08-091-0/+1
|\ \ \ \ \ \
| * | | | | | Update CHANGELOGDouglas Barbosa Alexandre2016-08-081-0/+1
| | |_|/ / / | |/| | | |