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
c49ae5bc
Commit
c49ae5bc
authored
Nov 10, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 3553-epics-list
parents
3e2ec21f
b1a2b6c2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
361 additions
and
1 deletion
+361
-1
doc/update/10.1-to-10.2.md
doc/update/10.1-to-10.2.md
+360
-0
spec/services/geo/hashed_storage_migrated_event_store_spec.rb
.../services/geo/hashed_storage_migrated_event_store_spec.rb
+1
-1
No files found.
doc/update/10.1-to-10.2.md
0 → 100644
View file @
c49ae5bc
This diff is collapsed.
Click to expand it.
spec/services/geo/hashed_storage_migrated_event_store_spec.rb
View file @
c49ae5bc
require
'spec_helper'
describe
Geo
::
HashedStorageMigratedEventStore
do
s
et
(
:project
)
{
create
(
:project
,
:hashed
,
path:
'bar'
)
}
l
et
(
:project
)
{
create
(
:project
,
:hashed
,
path:
'bar'
)
}
set
(
:secondary_node
)
{
create
(
:geo_node
)
}
let
(
:old_disk_path
)
{
"
#{
project
.
namespace
.
full_path
}
/foo"
}
let
(
:old_wiki_disk_path
)
{
"
#{
old_disk_path
}
.wiki"
}
...
...
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