Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-17 12:41:53 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-17 12:41:53 +0300
commit4a0fa27017e3bdf33a61d198f692419359cd6c05 (patch)
tree6c610193350fe34de75c12d9896bd079425c199a /CHANGELOG
parentbbe0e58aebbb804cb884662be9e7f0f40db9eacd (diff)
parent9f7c7c857b97c8124ed9af36218c3cad2c6a7fc3 (diff)
Merge branch 'master' into remove-satellites
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a5a204fe4bb..77102c78266 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ v 8.0.0 (unreleased)
- Ability to fetch merge requests from refs/merge-requests/:id
v 7.14.0 (unreleased)
+ - Provide more feedback what went wrong if HipChat service failed test (Stan Hu)
- Disable turbolinks when linking to Bitbucket import status (Stan Hu)
- Fix broken code import and display error messages if something went wrong with creating project (Stan Hu)
- Fix corrupted binary files when using API files endpoint (Stan Hu)
@@ -33,14 +34,11 @@ v 7.14.0 (unreleased)
- Fix file upload dialog for comment editing (Daniel Gerhardt)
- Set OmniAuth full_host parameter to ensure redirect URIs are correct (Stan Hu)
- Return comments in created order in merge request API (Stan Hu)
+ - Disable internal issue tracker controller if external tracker is used (Stan Hu)
- Expire Rails cache entries after two weeks to prevent endless Redis growth
- Add support for destroying project milestones (Stan Hu)
- - Add fetch command to the MR page.
- Allow custom backup archive permissions
- - Add fetch command to the MR page
- Add project star and fork count, group avatar URL and user/group web URL attributes to API
- - Fix bug causing Bitbucket importer to crash when OAuth application had been removed.
- - Add fetch command to the MR page.
- Show who last edited a comment if it wasn't the original author
- Send notification to all participants when MR is merged.
- Add ability to manage user email addresses via the API.
@@ -61,6 +59,19 @@ v 7.14.0 (unreleased)
- Fix bug causing error when the target branch of a symbolic ref was deleted
- Include branch/tag name in archive file and directory name
- Add dropzone upload progress
+ - Add a label for merged branches on branches page (Florent Baldino)
+ - Detect .mkd and .mkdn files as markdown (Ben Boeckel)
+ - Fix: User search feature in admin area does not respect filters
+ - Set max-width for README, issue and merge request description for easier read on big screens
+ - Update Flowdock integration to support new Flowdock API (Boyan Tabakov)
+ - Remove author from files view (Sven Strickroth)
+
+v 7.13.5
+ - Satellites reverted
+
+v 7.13.4
+ - Allow users to send abuse reports
+ - Fix redirection after sign in when using auto_sign_in_with_provider
v 7.13.3
- Fix bug causing Bitbucket importer to crash when OAuth application had been removed.