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
0
Merge Requests
0
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
iv
gitlab-ce
Commits
16ed545e
Commit
16ed545e
authored
Jun 22, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix utc error
parent
df8dd6de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lib/gitlab/import_export/relation_factory.rb
lib/gitlab/import_export/relation_factory.rb
+3
-1
No files found.
lib/gitlab/import_export/relation_factory.rb
View file @
16ed545e
...
...
@@ -12,6 +12,8 @@ module Gitlab
USER_REFERENCES
=
%w[author_id assignee_id updated_by_id user_id]
.
freeze
BUILD_MODELS
=
%w[Ci::Build commit_status]
.
freeze
def
self
.
create
(
*
args
)
new
(
*
args
).
create
end
...
...
@@ -70,7 +72,7 @@ module Gitlab
end
def
generate_imported_object
if
@relation_sym
==
'commit_status'
# call #trace= method after assigning the other attributes
if
BUILD_MODELS
.
include?
(
@relation_name
)
# call #trace= method after assigning the other attributes
trace
=
@relation_hash
.
delete
(
'trace'
)
imported_object
do
|
object
|
object
.
trace
=
trace
...
...
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