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:
authorDouwe Maan <douwe@gitlab.com>2015-02-12 22:34:34 +0300
committerDouwe Maan <douwe@gitlab.com>2015-02-12 22:50:09 +0300
commit4377ba1c360cf6f4d15e3b5ad2a7ed7bc41f795e (patch)
tree6ef31ceb6f50d1796cac2c790c0eedd7e8c4a000 /CHANGELOG
parent30cf916b263c187fe231acb6e622d21297092add (diff)
Use gitattribute merge=union to reduce CHANGELOG merge conflicts.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG27
1 files changed, 0 insertions, 27 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 52a41c7df3d..9bb75fdf884 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,3 @@
-Note: The upcoming release below contains empty lines.
-This helps to reduce the number of merge conflicts.
-Scroll down to see the released versions of GitLab.
-Please pick a random empty line to add new content.
-
v 7.8.0 (unreleased)
- Replace highlight.js with rouge-fork rugments (Stefan Tatschner)
- Make project search case insensitive (Hannes Rosenögger)
@@ -19,58 +14,36 @@ v 7.8.0 (unreleased)
- Add notes for label changes in issue and merge requests
- Show tags in commit view (Hannes Rosenögger)
- Only count a user's vote once on a merge request or issue (Michael Clarke)
- -
- Increate font size when browse source files and diffs
- Create new file in empty repository using GitLab UI
- -
- Ability to clone project using oauth2 token
- -
- Upgrade Sidekiq gem to version 3.3.0
- Stop git zombie creation during force push check
- Show success/error messages for test setting button in services
- Added Rubocop for code style checks
- Fix commits pagination
- -
- Async load a branch information at the commit page
- Disable blacklist validation for project names
- Allow configuring protection of the default branch upon first push (Marco Wessel)
- -
- Add gitlab.com importer
- Add an ability to login with gitlab.com
- -
- Add a commit calendar to the user profile (Hannes Rosenögger)
- -
- Submit comment on command-enter
- Notify all members of a group when that group is mentioned in a comment, for example: `@gitlab-org` or `@sales`.
- Extend issue clossing pattern to include "Resolve", "Resolves", "Resolved", "Resolving" and "Close"
- -
- Fix long broadcast message cut-off on left sidebar (Visay Keo)
- Add Project Avatars (Steven Thonus and Hannes Rosenögger)
- -
- -
- Password reset token validity increased from 2 hours to 2 days since it is also send on account creation.
- -
- Edit group members via API
- Enable raw image paste from clipboard, currently Chrome only (Marco Cyriacks)
- -
- -
- Add action property to merge request hook (Julien Bianchi)
- -
- Remove duplicates from group milestone participants list.
- -
- -
- Add a new API function that retrieves all issues assigned to a single milestone (Justin Whear and Hannes Rosenögger)
- -
- -
- API: Access groups with their path (Julien Bianchi)
- Added link to milestone and keeping resource context on smaller viewports for issues and merge requests (Jason Blanchard)
- -
- Allow notification email to be set separately from primary email.
- -
- API: Add support for editing an existing project (Mika Mäenpää and Hannes Rosenögger)
- -
- Don't have Markdown preview fail for long comments/wiki pages.
- -
- When test web hook - show error message instead of 500 error page if connection to hook url was reset
- Added support for firing system hooks on group create/destroy and adding/removing users to group (Boyan Tabakov)
- Added persistent collapse button for left side nav bar (Jason Blanchard)