-
Notifications
You must be signed in to change notification settings - Fork 4
[LIB-837] - add custom sockets functionality to the LIB. #228
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
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
12cda74
[LIB-837][WIP] working on custom sockets in LIB
opalczynski 460006f
[LIB-837] Add missing docs about custom_sockets; move utils to anothe…
opalczynski 5eca906
[LIB-837] add missing fields in doc string;
opalczynski c0f75cb
[LIB-837] correct documentation; add possibility to read all endpoint…
opalczynski e108b5a
[LIB-837] Correct after tests;
opalczynski 5eab464
[LIB-837] another portion of corrects;
opalczynski 1afcd9f
[LIB-837] correct tests again;
opalczynski 48eb08e
[LIB-837] change tests instead of doing a magic in ModelField;
opalczynski 4e2ee33
Language updates
MariuszWisniewski fe52e7a
[ci skip] readme
MariuszWisniewski 7bc974a
[ci skip] Endpoints readme update
MariuszWisniewski bc71ad1
[LIB-837] revert ModelField on script in script endpoint model;
opalczynski 327a3fc
[LIB-837] correct data passing on run methods;
opalczynski d50344b
[LIB-837] correct custom socket behaviour;
opalczynski c2ffd3a
Merge branch 'LIB-837' of github.com:Syncano/syncano-python into LIB-837
opalczynski 42e4373
[LIB-837] corrects after qa;
opalczynski 04c5ef6
[LIB-837] corrects after qa;
opalczynski 9f5adba
[LIB-837] correct docs examples, polish the tests;
opalczynski 69f3a11
[LIB-837] remove default custom socket in setupclass;
opalczynski 3d1f4dd
[LIB-837] remove default custom socket in setupclass;
opalczynski d982fd0
[LIB-837] final test correction;
opalczynski 8662e42
Update language
devintyler 0864163
[LIB-837] add possibility to directly point instance name when gettin…
opalczynski 9246b98
[LIB-837] change interface: publish to install in custom socket context;
opalczynski 31c51b9
Merge branch 'LIB-837' of github.com:Syncano/syncano-python into LIB-837
opalczynski 14f6ff7
[LIB-837] add status badges to README
opalczynski 2372986
[LIB-837] small changes after CORE change;
opalczynski 515e50b
[LIB-837] correct SocketEndpoint behaviour (run mainly);
opalczynski 16795dd
[LIB-837] correct run in CustomSocket;
opalczynski b8c252f
[LIB-837] add possiblity to install from url;
opalczynski 3cf2465
[LIB-837] update documentation for installing socket from url;
opalczynski ef39be6
[LIB-837] fixes after qa;
opalczynski 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
[LIB-837] another portion of corrects;
- Loading branch information
commit 5eab4640a047792885b26cd8223fe975f464f290
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests