summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-1/+1
* API support for Award Emoji on SnippetsZ.J. van de Weg2016-09-191-1/+1
* Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-191-0/+1
* Merge branch 'issue_20978' into 'master' Rémy Coutable2016-09-191-0/+1
|\
| * Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-191-0/+1
* | Merge branch 'sh-prevent-duplicate-protected-branches-on-push' into 'master' Rémy Coutable2016-09-191-0/+1
|\ \
| * | Only create a protected branch upon a push to a new branch if a rule for that...sh-prevent-duplicate-protected-branches-on-pushStan Hu2016-09-171-0/+1
* | | Merge branch 'throttle-last-activity-at' into 'master' Rémy Coutable2016-09-191-0/+1
|\ \ \
| * | | Restrict last_activity_at updates to one per hourYorick Peterse2016-09-191-0/+1
* | | | Merge branch 'per-build-token-without-lfs' into 'master' Rémy Coutable2016-09-191-0/+1
|\ \ \ \
| * | | | Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-1/+0
| * | | | Added CHANGELOGKamil Trzcinski2016-09-191-0/+1
| * | | | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-191-1/+16
| |\ \ \ \ | | |/ / /
| * | | | Added CHANGELOG item and documentation.Patricio Cano2016-09-151-0/+1
* | | | | Merge branch 'fix/import-export-db-errors' into 'master' Rémy Coutable2016-09-191-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix changelogfix/import-export-db-errorsJames Lopez2016-09-191-3/+1
| * | | | squashed - Fix DB exceptions raised importing some specific projects.James Lopez2016-09-191-0/+3
| | |/ / | |/| |
* | | | Merge branch 'review-apps' into 'master' Rémy Coutable2016-09-191-0/+2
|\ \ \ \
| * | | | Added documentation about dynamic environmentsKamil Trzcinski2016-09-191-0/+2
| |/ / /
* | | | Ensure validation messages are shown within the milestone formMark Fletcher2016-09-191-0/+1
|/ / /
* | | Merge branch 'scrolling-tabs-center-mobile' into 'master' Jacob Schatz2016-09-161-0/+1
|\ \ \
| * | | Scrolls active tab into middle of nav on mobilePhil Hughes2016-09-161-0/+1
* | | | Replace contributions calendar timezone payload with datesClement Ho2016-09-161-0/+1
* | | | Use oj gem for faster JSON processingAhmad Sherif2016-09-161-0/+1
| |_|/ |/| |
* | | Bump fog-aws and other dependent modulesStan Hu2016-09-161-0/+1
* | | Merge branch 'issue-22083' into 'master' Rémy Coutable2016-09-161-0/+1
|\ \ \
| * | | fixed incorrect reference to @repository.root_ref in _readme.html.haml. #22083Jason Aquino2016-09-161-0/+1
* | | | Add missing CHANGELOG entryRémy Coutable2016-09-161-0/+1
|/ / /
* | | Merge branch 'increase_artifact_size_column' into 'master' Yorick Peterse2016-09-161-0/+1
|\ \ \ | |/ / |/| |
| * | Increase ci_builds artifacts_size column to 8-byte integer to allow larger filesDrew Blessing2016-09-151-0/+1
* | | Merge branch 'diff-comments-toggle-tooltip-hide' into 'master' Fatih Acet2016-09-161-0/+1
|\ \ \
| * | | Hides tooltip on discussion toggle button when clickingdiff-comments-toggle-tooltip-hidePhil Hughes2016-09-121-0/+1
* | | | Merge branch 'issue-boards-large-height-load' into 'master' Fatih Acet2016-09-161-0/+1
|\ \ \ \
| * | | | Fixed issue boards loading issues on large screensissue-boards-large-height-loadPhil Hughes2016-09-131-0/+1
* | | | | Merge branch 'issue_21824' into 'master' Fatih Acet2016-09-161-0/+1
|\ \ \ \ \
| * | | | | Fix issuable templates dropdown for forked projectsissue_21824Felipe Artur2016-09-151-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'group-specific-lfs-settings' into 'master' Rémy Coutable2016-09-161-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-1/+0
| * | | | Added CHANGELOG itemPatricio Cano2016-09-151-0/+2
| |/ / /
* | | | Added keyboard shortcut to navigate to issue boardsPhil Hughes2016-09-151-0/+1
|/ / /
* | | Merge branch 'issue-description-scroll-fix' into 'master' Fatih Acet2016-09-151-0/+1
|\ \ \
| * | | Trigger autosize update after template selectionissue-description-scroll-fixPhil Hughes2016-09-091-0/+1
* | | | Clean environment variables when running git hooksfix_custom_hook_envsValery Sizov2016-09-151-0/+1
* | | | Merge branch 'houqp-master' into 'master' Robert Speicher2016-09-141-0/+1
|\ \ \ \
| * | | | Fix URLs with anchors in wikiQingping Hou2016-09-131-0/+1
* | | | | Add missing 8.10.9 CHANGELOG entriesRémy Coutable2016-09-141-0/+7
* | | | | Update CHANGELOG for 8.9.9 and 8.11.6Rémy Coutable2016-09-141-2/+11
* | | | | add test about flash alertubudzisz2016-09-141-0/+1
* | | | | Merge branch 'fix/gitlab-popen-thread-safety' into 'master' Stan Hu2016-09-141-0/+1
|\ \ \ \ \
| * | | | | Fix Gitlab::Popen.popen thread-safety issuefix/gitlab-popen-thread-safetyAhmad Sherif2016-09-131-0/+1