-
Notifications
You must be signed in to change notification settings - Fork 30
Feature export/import study (backend) #2053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 135 commits
731cdc9
4ecfb20
36cded7
86b2474
5d7b455
4b23146
0311a7f
cf3e7df
e1f3a66
741d6e6
4589f92
12dbcca
9ee370d
e39394a
81ddef1
9b46e84
84c34b8
7a81d9a
bf36c79
4ddf60e
4454811
30b74d9
730574c
a7974c9
7069fcc
92b5d7a
d2e59d2
e50edd6
048f793
3a68673
6ac2bfa
92dfdc3
2d52303
6f4b94d
b7a1fda
22702ea
73d0911
7a61892
19de0f1
a0412ce
299adef
9ddce14
69cd39d
c736b7f
07e6eb5
2720691
152d747
95bb9e8
70bbcbf
fa6e4aa
1b919e1
d1fd4c6
435501b
f077a5f
49715bb
fc73d9b
03454c5
6c0a44f
2722521
6026159
460aa03
270f7a3
df39f67
193234a
407314f
fb08a5e
229f045
87dac8c
182e84d
bdeeee5
eb7bbcd
5c1cb99
40e67c7
20016b1
6e8d909
dc2662c
4ab29ad
fe85640
fac55b7
0e4d3ef
b430664
543a27b
1378e76
ef0a200
2c02870
7978188
bdbf8d3
d5ccbe9
fba4a3e
cf20e5b
26cc416
ac9beff
df38a85
c1fdbd9
05e9969
0e88c20
8530e54
af9e56b
31ce875
f557e72
4bfb98e
67e0b7c
7ac04d7
bce4be8
ceadd8e
f592644
5ca6da1
c139a05
c7fb121
17b652a
6d786c8
02d5d3d
ab10ac9
8eee2cd
2b6bef2
a369072
4e8a427
58f2a5f
45d002d
509ce91
ae5a6dc
071bf92
e8d1a4d
f1c21f2
48d46c3
0867164
c29829d
3c2f779
de9bf94
e5d3e8b
c99301a
0610d73
a5fb061
df93ae3
9f4b737
9a108bc
290ad17
26b4cb8
2791180
dff07e8
1307311
b57007e
c0d9117
3649de5
c431fa2
40c3ad9
761a7af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,6 @@ paths: | |
/groups/sparc/classifiers/scicrunch-resources:search: | ||
$ref: "./openapi-groups.yaml#/paths/~1groups~1sparc~1classifiers~1scicrunch-resources:search" | ||
|
||
|
||
# DATA STORAGE SERVICES ---------------------------------------------------------- | ||
|
||
/storage/locations: | ||
|
@@ -169,6 +168,13 @@ paths: | |
/projects/{project_id}/state: | ||
$ref: "./openapi-projects.yaml#/paths/~1projects~1{project_id}~1state" | ||
|
||
# FIXME: /projects/{project_id}:export dose not work | ||
/projects/{project_id}/export: | ||
GitHK marked this conversation as resolved.
Show resolved
Hide resolved
|
||
$ref: "./openapi-projects.yaml#/paths/~1projects~1{project_id}~1export" | ||
|
||
/projects:import: | ||
$ref: "./openapi-projects.yaml#/paths/~1projects~1import" | ||
|
||
Comment on lines
+172
to
+177
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's here you need to have the see for an example the /projects/{project_id}:open endpoint There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm trying to get this to work as you said but had no success with it. |
||
/projects/{project_id}:close: | ||
$ref: "./openapi-projects.yaml#/paths/~1projects~1{project_id}~1close" | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ python-socketio | |
semantic_version | ||
aiodebug | ||
json2html | ||
parfive | ||
|
||
pydantic[email] |
Uh oh!
There was an error while loading. Please reload this page.