-
Notifications
You must be signed in to change notification settings - Fork 30
Is730/serve studies #747
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
Merged
pcrespov
merged 60 commits into
ITISFoundation:master
from
pcrespov:is730/serve-studies
May 13, 2019
Merged
Is730/serve studies #747
Changes from 48 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
58fbf08
Using /me API to authenticate the user if he has a valid token.
ignapas 7cd0a9d
Removed unusued method.
ignapas 238b753
Code refactor and JSDoc added to validateToken function.
ignapas 03821b1
Added browser environment variables to eslint to avoid errors when us…
ignapas b5db575
Make eslint happy.
ignapas 901a154
Added routing.
ignapas 3288e55
Small code refactor.
ignapas f3e28e1
Defined separated page (template) and view (widget) concepts. Done so…
ignapas f8b6cce
MainView -> LoginPage. LayoutManager -> MainPage.
ignapas d2e6f26
Redone secondary buttons in the login view.
ignapas 3423e68
Secondary buttons in login view, restyled.
ignapas 3c4896b
Typo crete -> create.
ignapas 43a6b6d
Merge branch 'master' into is730/direct-link
ignapas 6813188
Propagation of studyId possibly coming from the URL all down to Study…
ignapas f568c5f
Added some utils to create random users
9741da5
Doc
64bf833
WIP: First prototype of subsystem that adds a handler to share studie…
231c63f
Fix for client side generated URLs
ignapas 5f101cd
Cleanup
81c2d60
Minor fixes and cleanup
f04e4dc
Adds utils for projects db
2fa3009
Anonymous user in test_access_to_studies pass
a1a8166
Cleanup pdbs
7273b76
Logged user tests pass
234222d
Activates subsystem in application
30c45fc
Merge branch 'master' into is730/direct-link
pcrespov 50e0c43
Merge branch 'ignapas-is730/direct-link' into is730/serve-studies
946f528
Adds demo page
6ed1fa6
Pinned pip==19.0.3
e799d0e
updates vscode-template/settings.json
635d578
Workaround limitations
418d5ab
Merge branch 'master' into is730/direct-link
ignapas 621eca8
Added beta routing from the URL's pathname.
ignapas 346a507
updated pip~=19.1.1
edecef2
Fixes tests
9e64aaf
Merge branch 'ignapas-is730/direct-link' into is730/serve-studies
b2a592f
WIP: ongoing
44fb970
Merge branch 'master' into is730/direct-link
ignapas 5075982
Make eslint happy.
ignapas 49b5c10
Merge branch 'master' into is730/serve-studies
sanderegg 310175d
Fixes replacement of ids. Tests run
701a2c7
Moved samples->sandbox
180cf7a
Merge branch 'is730/serve-studies' of github.com:pcrespov/osparc-simc…
d80b05c
Redirects to fragment with correct study id
aefc279
Merge branch 'master' into is730/serve-studies
7f12fe6
Forgot revert to correct fixture
3895c93
Merge branch 'master' into is730/serve-studies
e22923e
fix fixtures
b9e434f
Fixes linter
2fc729f
Qx reads url fragments
2e3e80a
SAN review: undo pip version freeze
31e898f
After reviews from SAN
bcd6739
Comments from SAN
7f798d8
Regex more strict
9b3024e
Merge branch 'master' into is730/direct-link
ignapas 873eeea
Merge branch 'pcrespov-is730/serve-studies' into is730/direct-link
ignapas 8030890
Modified compile.json. Gone back to name: qxapp, as we will use fragm…
ignapas c37e6d9
Merge branch 'master' into is730/serve-studies
pcrespov fe531dc
Merge branch 'is730/serve-studies' of github.com:pcrespov/osparc-simc…
e1aaf43
Merge branch 'ignapas-is730/direct-link' into is730/serve-studies
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ RUN apk add --no-cache \ | |
git | ||
|
||
RUN $SC_PIP install --upgrade \ | ||
pip \ | ||
pip~=19.1.1 \ | ||
wheel \ | ||
setuptools | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
import io | ||
import json | ||
import os | ||
import pdb | ||
import urllib | ||
import uuid | ||
from pathlib import Path | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,8 @@ | |
} | ||
], | ||
"no-warning-comments": "off" | ||
}, | ||
"env": { | ||
"browser": true | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.