Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eResearch
ProvisionerAPI
Commits
2b380d23
Commit
2b380d23
authored
Aug 02, 2018
by
Mike Lynch
Browse files
Starting a feature branch for copying datasets from one IAPP to another
parent
03ec1167
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Provisioner.ts
View file @
2b380d23
...
...
@@ -169,7 +169,10 @@ export interface IDataSet {
path
:
string
;
app
:
IApp
;
copy
(
dest
:
IApp
):
Promise
<
string
>
index
(
dirs
?:
boolean
):
Promise
<
string
[]
>
;
import_stream
(
path
:
string
,
data
:
stream
.
Readable
):
Promise
<
string
>
;
import_path
(
path
:
string
):
Promise
<
string
>
;
export_stream
(
path
:
string
):
stream
.
Readable
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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