Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
138e7757
Commit
138e7757
authored
Mar 31, 2016
by
Rubén Dávila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG and GITLAB_SHELL_VERSION.
* Also fixed couple of small bugs introduced with last changes
parent
0dcfff08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
CHANGELOG
CHANGELOG
+4
-1
app/models/remote_mirror.rb
app/models/remote_mirror.rb
+1
-1
lib/gitlab/backend/shell.rb
lib/gitlab/backend/shell.rb
+1
-1
No files found.
CHANGELOG
View file @
138e7757
...
...
@@ -33,6 +33,7 @@ v 8.7.0 (unreleased)
- API: Expose user location (Robert Schilling)
- ClosingIssueExtractor regex now also works with colons. e.g. "Fixes: #1234" !3591
- Update number of Todos in the sidebar when it's marked as "Done". !3600
- Add ability to sync to remote mirrors. !249
v 8.6.5
- Fix importing from GitHub Enterprise. !3529
...
...
@@ -81,6 +82,9 @@ v 8.6.2
- Gracefully handle notes on deleted commits in merge requests (Stan Hu). !3402
- Fixed issue with notification settings not saving. !3452
v 8.6.2 (unreleased)
- Comments on confidential issues don't show up in activity feed to non-members
v 8.6.1
- Add option to reload the schema before restoring a database backup. !2807
- Display navigation controls on mobile. !3214
...
...
@@ -172,7 +176,6 @@ v 8.5.8
v 8.5.7
- Bump Git version requirement to 2.7.3
- Add ability to sync to remote mirrors.
v 8.5.6
- Obtain a lease before querying LDAP
...
...
app/models/remote_mirror.rb
View file @
138e7757
...
...
@@ -144,7 +144,7 @@ class RemoteMirror < ActiveRecord::Base
def
refresh_remote
project
.
repository
.
remove_remote
(
ref_name
)
project
.
repository
.
add_remote
(
ref_name
,
full_
url
)
project
.
repository
.
add_remote
(
ref_name
,
url
)
end
def
remove_remote
...
...
lib/gitlab/backend/shell.rb
View file @
138e7757
...
...
@@ -60,7 +60,7 @@ module Gitlab
next
if
name
=~
/\^\{\}\Z/
[
name
,
target
]
end
end
.
compact
Hash
[
*
tags_with_targets
]
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment