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
Query programs by name #194
Closed
Closed
Changes from all commits
Commits
Show all changes
58 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 a8fe605
Accept JSON schema as program metadata (#158)
rathishcholarajan 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 c1065f0
Merge branch 'runtime-release-q4' of https://github.com/Qiskit-Partne…
kt474 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 f72a108
wip program name query
kt474 4102480
Allow filtering runtime jobs by program ID (#193)
rathishcholarajan 8e8bcb3
Allow runtime program authors to retrieve program data (#174)
kt474 9dbbeb6
Merge branch 'runtime-release-q4' into program-name-query
kt474 90484cc
add test case, refactor logic
kt474 07f0d53
Update cache after updating program (#196)
rathishcholarajan 304387c
Merge branch 'runtime-release-q4' into program-name-query
rathishcholarajan 91e4ba8
add integration test
kt474 b458efc
update doc strings
kt474 4b48ec0
Update releasenotes/notes/query-program-name-823e8e7cfef44f50.yaml
kt474 87a5429
Update test/ibm/runtime/test_runtime.py
kt474 1d6e8ff
Update test/ibm/runtime/test_runtime.py
kt474 005a5d4
Update test/ibm/runtime/test_runtime_integration.py
kt474 15655ec
Update test/ibm/runtime/test_runtime_integration.py
kt474 35a9879
Update test/ibm/runtime/test_runtime_integration.py
kt474 8b01221
Update test/ibm/runtime/test_runtime.py
kt474 8133076
Allow filtering runtime jobs by provider (#197)
kt474 bbcf7b5
Merge branch 'runtime-release-q4' into program-name-query
rathishcholarajan 7f474e9
Update qiskit_ibm/api/rest/runtime.py
rathishcholarajan 4522d9b
Support pagination for retrieving runtime programs (#170)
kt474 b40df0f
Merge branch 'runtime-release-q4' into program-name-query
kt474 d35b56f
update program name
kt474 a960d8e
Merge branch 'main' into program-name-query
kt474 caa749a
Merge branch 'main' into program-name-query
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
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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| upgrade: | ||
| - | | ||
| The ``name`` parameter has been added to | ||
| :meth:`qiskit_ibm.runtime.IBMRuntimeService.programs` and | ||
| :meth:`qiskit_ibm.runtime.IBMRuntimeService.pprint_programs` | ||
| which can be used to filter by a specific program name. The | ||
| ``name`` given must be an exact match with an actual program name. |
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
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.