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
Léo-Paul Géneau
gitlab-ce
Commits
d4b55c3c
Commit
d4b55c3c
authored
Feb 16, 2018
by
Shah El-Rahman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation
parents
e887e858
71ba3982
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
27 additions
and
55 deletions
+27
-55
CHANGELOG.md
CHANGELOG.md
+19
-0
changelogs/unreleased/42160-error-500-loading-merge-request-undefined-method-index-for-nil-nilclass.yml
...merge-request-undefined-method-index-for-nil-nilclass.yml
+0
-5
changelogs/unreleased/42591-update-nokogiri.yml
changelogs/unreleased/42591-update-nokogiri.yml
+0
-5
changelogs/unreleased/42696-gitlab-import-leaves-group_id-on-projectlabel.yml
...d/42696-gitlab-import-leaves-group_id-on-projectlabel.yml
+0
-5
changelogs/unreleased/bvl-fix-500-on-fork-without-restricted-visibility-levels.yml
...-fix-500-on-fork-without-restricted-visibility-levels.yml
+0
-5
changelogs/unreleased/dm-user-namespace-route-path-validation.yml
...gs/unreleased/dm-user-namespace-route-path-validation.yml
+0
-5
changelogs/unreleased/fj-37528-error-after-disabling-ldap.yml
...gelogs/unreleased/fj-37528-error-after-disabling-ldap.yml
+0
-6
changelogs/unreleased/mk-fix-no-untracked-upload-files-error.yml
...ogs/unreleased/mk-fix-no-untracked-upload-files-error.yml
+0
-5
changelogs/unreleased/remove_ldap_person_validation.yml
changelogs/unreleased/remove_ldap_person_validation.yml
+0
-5
changelogs/unreleased/sh-fix-jira-trailing-slash.yml
changelogs/unreleased/sh-fix-jira-trailing-slash.yml
+0
-5
changelogs/unreleased/winh-new-branch-dropdown-style.yml
changelogs/unreleased/winh-new-branch-dropdown-style.yml
+0
-5
lib/api/project_import.rb
lib/api/project_import.rb
+6
-2
spec/requests/api/project_import_spec.rb
spec/requests/api/project_import_spec.rb
+2
-2
No files found.
CHANGELOG.md
View file @
d4b55c3c
...
@@ -2,6 +2,25 @@
...
@@ -2,6 +2,25 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
entry.
## 10.4.4 (2018-02-16)
### Security (1 change)
-
Update nokogiri to 1.8.2. !16807
### Fixed (9 changes)
-
Fix 500 error when loading a merge request with an invalid comment. !16795
-
Cleanup new branch/merge request form in issues. !16854
-
Fix GitLab import leaving group_id on ProjectLabel. !16877
-
Fix forking projects when no restricted visibility levels are defined applicationwide. !16881
-
Resolve PrepareUntrackedUploads PostgreSQL syntax error. !17019
-
Fixed error 500 when removing an identity with synced attributes and visiting the profile page. !17054
-
Validate user namespace before saving so that errors persist on model.
-
LDAP Person no longer throws exception on invalid entry.
-
Fix JIRA not working when a trailing slash is included.
## 10.4.3 (2018-02-05)
## 10.4.3 (2018-02-05)
### Security (4 changes)
### Security (4 changes)
...
...
changelogs/unreleased/42160-error-500-loading-merge-request-undefined-method-index-for-nil-nilclass.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Fix 500 error when loading a merge request with an invalid comment
merge_request
:
16795
author
:
type
:
fixed
changelogs/unreleased/42591-update-nokogiri.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Update nokogiri to 1.8.2
merge_request
:
16807
author
:
type
:
security
changelogs/unreleased/42696-gitlab-import-leaves-group_id-on-projectlabel.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Fix GitLab import leaving group_id on ProjectLabel
merge_request
:
16877
author
:
type
:
fixed
changelogs/unreleased/bvl-fix-500-on-fork-without-restricted-visibility-levels.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Fix forking projects when no restricted visibility levels are defined applicationwide
merge_request
:
16881
author
:
type
:
fixed
changelogs/unreleased/dm-user-namespace-route-path-validation.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Validate user namespace before saving so that errors persist on model
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/fj-37528-error-after-disabling-ldap.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Fixed error 500 when removing an identity with synced attributes and visiting
the profile page
merge_request
:
17054
author
:
type
:
fixed
changelogs/unreleased/mk-fix-no-untracked-upload-files-error.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Resolve PrepareUntrackedUploads PostgreSQL syntax error
merge_request
:
17019
author
:
type
:
fixed
changelogs/unreleased/remove_ldap_person_validation.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
LDAP Person no longer throws exception on invalid entry
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/sh-fix-jira-trailing-slash.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Fix JIRA not working when a trailing slash is included
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/winh-new-branch-dropdown-style.yml
deleted
100644 → 0
View file @
e887e858
---
title
:
Cleanup new branch/merge request form in issues
merge_request
:
16854
author
:
type
:
fixed
lib/api/project_import.rb
View file @
d4b55c3c
...
@@ -41,8 +41,12 @@ module API
...
@@ -41,8 +41,12 @@ module API
current_user
.
namespace
current_user
.
namespace
end
end
project_params
=
import_params
.
merge
(
namespace_id:
namespace
.
id
,
project_params
=
{
file:
import_params
[
:file
][
'tempfile'
])
path:
import_params
[
:path
],
namespace_id:
namespace
.
id
,
file:
import_params
[
:file
][
'tempfile'
]
}
project
=
::
Projects
::
GitlabProjectsImportService
.
new
(
current_user
,
project_params
).
execute
project
=
::
Projects
::
GitlabProjectsImportService
.
new
(
current_user
,
project_params
).
execute
render_api_error!
(
project
.
errors
.
full_messages
&
.
first
,
400
)
unless
project
.
saved?
render_api_error!
(
project
.
errors
.
full_messages
&
.
first
,
400
)
unless
project
.
saved?
...
...
spec/requests/api/project_import_spec.rb
View file @
d4b55c3c
...
@@ -42,7 +42,7 @@ describe API::ProjectImport do
...
@@ -42,7 +42,7 @@ describe API::ProjectImport do
it
'schedules an import at the user namespace level'
do
it
'schedules an import at the user namespace level'
do
expect_any_instance_of
(
Project
).
not_to
receive
(
:import_schedule
)
expect_any_instance_of
(
Project
).
not_to
receive
(
:import_schedule
)
expect
(
Gitlab
::
ImportExport
::
ProjectCreator
).
not_to
receive
(
:new
)
expect
(
::
Projects
::
CreateService
).
not_to
receive
(
:new
)
post
api
(
'/projects/import'
,
user
),
namespace:
'nonexistent'
,
path:
'test-import2'
,
file:
fixture_file_upload
(
file
)
post
api
(
'/projects/import'
,
user
),
namespace:
'nonexistent'
,
path:
'test-import2'
,
file:
fixture_file_upload
(
file
)
...
@@ -73,7 +73,7 @@ describe API::ProjectImport do
...
@@ -73,7 +73,7 @@ describe API::ProjectImport do
def
stub_import
(
namespace
)
def
stub_import
(
namespace
)
expect_any_instance_of
(
Project
).
to
receive
(
:import_schedule
)
expect_any_instance_of
(
Project
).
to
receive
(
:import_schedule
)
expect
(
Gitlab
::
ImportExport
::
ProjectCreator
).
to
receive
(
:new
).
with
(
namespace
.
id
,
any_args
).
and_call_original
expect
(
::
Projects
::
CreateService
).
to
receive
(
:new
).
with
(
user
,
hash_including
(
namespace_id:
namespace
.
id
)
).
and_call_original
end
end
end
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