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
bf99ce7b
Commit
bf99ce7b
authored
Feb 15, 2019
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs
parent
7b79f6ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
spec/db/schema_spec.rb
spec/db/schema_spec.rb
+2
-2
spec/lib/gitlab/import_export/safe_model_attributes.yml
spec/lib/gitlab/import_export/safe_model_attributes.yml
+2
-0
No files found.
spec/db/schema_spec.rb
View file @
bf99ce7b
...
...
@@ -25,12 +25,12 @@ describe 'Database schema' do
events:
%w[target_id]
,
forked_project_links:
%w[forked_from_project_id]
,
identities:
%w[user_id]
,
issues:
%w[last_edited_by_id]
,
issues:
%w[last_edited_by_id
state_id
]
,
keys:
%w[user_id]
,
label_links:
%w[target_id]
,
lfs_objects_projects:
%w[lfs_object_id project_id]
,
members:
%w[source_id created_by_id]
,
merge_requests:
%w[last_edited_by_id]
,
merge_requests:
%w[last_edited_by_id
state_id
]
,
namespaces:
%w[owner_id parent_id]
,
notes:
%w[author_id commit_id noteable_id updated_by_id resolved_by_id discussion_id]
,
notification_settings:
%w[source_id]
,
...
...
spec/lib/gitlab/import_export/safe_model_attributes.yml
View file @
bf99ce7b
...
...
@@ -11,6 +11,7 @@ Issue:
-
branch_name
-
description
-
state
-
state_id
-
iid
-
updated_by_id
-
confidential
...
...
@@ -158,6 +159,7 @@ MergeRequest:
-
created_at
-
updated_at
-
state
-
state_id
-
merge_status
-
target_project_id
-
iid
...
...
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