This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Use websocket stream to retrieve runtime job results #175
Closed
Closed
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
464192f
Remove version field from runtime program (#152)
rathishcholarajan abb98d0
Rename isPublic to is_public when creating or reading runtime program…
rathishcholarajan 31fdd4b
Update programId to program_id when running program (#139)
renier 0d5ebf8
Add support to view program update date (#160)
rathishcholarajan 767afeb
Upload runtime program using 'data' field (#157)
rathishcholarajan 24dfa95
Read programs from "programs" array in response (#161)
rathishcholarajan 79cd9bd
Remove version field from runtime program (#152)
rathishcholarajan 45ab0b2
Rename isPublic to is_public when creating or reading runtime program…
rathishcholarajan faff4e2
Update programId to program_id when running program (#139)
renier bcc27fb
Add support to view program update date (#160)
rathishcholarajan 866d045
Upload runtime program using 'data' field (#157)
rathishcholarajan eda2a51
Read programs from "programs" array in response (#161)
rathishcholarajan ab33b52
Pass program as base64 string to update (#168)
rathishcholarajan 095c620
remove runtime job results poll
kt474 98a29fe
fix lint
kt474 68edf13
refactor
kt474 5807fa9
add reno
kt474 0fd4bad
Merge branch 'main' into job-results-stream
kt474 a8fe605
Accept JSON schema as program metadata (#158)
rathishcholarajan 8afba87
update result stream & test case
kt474 1b26e0b
Merge branch 'runtime-release-q4' of https://github.com/Qiskit-Partne…
kt474 df4eb81
Pass program params as object (#171)
rathishcholarajan e3e4315
Fix integration tests
rathishcholarajan f5712bc
Merge branch 'runtime-release-q4' of https://github.com/Qiskit-Partne…
kt474 0f95825
Use count to reduce one last extra call to API (#172)
rathishcholarajan b532b14
Allow updating runtime metadata in place (#188)
jyu00 f395f81
remove reno, start stream logic
kt474 da3ae88
Merge branch 'main' into job-results-stream
kt474 c1065f0
Merge branch 'runtime-release-q4' of https://github.com/Qiskit-Partne…
kt474 fbcad81
Merge branch 'main' into job-results-stream
rathishcholarajan f5b4e54
Remove version field from runtime program (#152)
rathishcholarajan 93a2b85
Rename isPublic to is_public when creating or reading runtime program…
rathishcholarajan 966d42a
Update programId to program_id when running program (#139)
renier 031fc25
Add support to view program update date (#160)
rathishcholarajan 1561a9b
Upload runtime program using 'data' field (#157)
rathishcholarajan b656ece
Read programs from "programs" array in response (#161)
rathishcholarajan 8fb3669
Pass program as base64 string to update (#168)
rathishcholarajan 74472c5
Accept JSON schema as program metadata (#158)
rathishcholarajan ee76158
Pass program params as object (#171)
rathishcholarajan da52271
Fix integration tests
rathishcholarajan f3033b8
Use count to reduce one last extra call to API (#172)
rathishcholarajan aea236b
Allow updating runtime metadata in place (#188)
jyu00 e71b402
Merge branch 'runtime-release-q4' of https://github.com/Qiskit-Partne…
kt474 290d69f
refactor & cleanup
kt474 b3a54a2
minor refactor
kt474 ddf9f1d
rename method, remove old
kt474 4102480
Allow filtering runtime jobs by program ID (#193)
rathishcholarajan 5e7e992
add call to self.status()
kt474 8e8bcb3
Allow runtime program authors to retrieve program data (#174)
kt474 07f0d53
Update cache after updating program (#196)
rathishcholarajan bef1107
Merge branch 'runtime-release-q4' into job-results-stream
rathishcholarajan 8133076
Allow filtering runtime jobs by provider (#197)
kt474 06f0e1f
Merge branch 'runtime-release-q4' into job-results-stream
kt474 5f8e8db
refactor timeout
kt474 aac2d79
fix lint
kt474 4522d9b
Support pagination for retrieving runtime programs (#170)
kt474 1fa914e
Merge branch 'runtime-release-q4' into job-results-stream
kt474 8b59137
Merge branch 'main' into job-results-stream
rathishcholarajan 7c481bd
Merge branch 'main' into job-results-stream
kt474 0836763
add mock test method
kt474 78edfa7
update sleep time
kt474 42dfc76
update sleep times & refactor
kt474 374a32f
removed unused import
kt474 883eef2
Merge branch 'main' into job-results-stream
kt474 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
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.