Galaxy API tests
Project description
Overview
The Galaxy API tests.
History
26.0.0 (2026-04-08)
Bug fixes
Attempt to fix transient API test failure for jobs search. by @jmchilton in #20898
Drop down revision for drop_job_params migration by @mvdbeek in #21122
Plumbing for tracking potential fixes for transient failures (and a fix demonstrating it) by @jmchilton in #21243
Attempt to fix transient failure in list_list_copy by @jmchilton in #21381
Provide more accurate step hints for failing subworkflow steps by @mvdbeek in #21514
Fix input tags not being copied when using copy_inputs_to_history by @mvdbeek in #21529
Fix storing origin for workflow landing requests by @mvdbeek in #21696
Backport paired or unpaired mapping fix by @mvdbeek in #21936
Fix dict leaking to process_dataset() during workflow execution by @mvdbeek in #21982
Fix dataset collection tag duplication when copying a history by @mvdbeek in #21984
Restore file doesn’t match sniffed datatype message by @mvdbeek in #21988
Fail job gracefully when output name exceeds 255 character DB limit by @mvdbeek in #22059
Use base64 URL instead of GitHub URL in test_stage_fetch_decompress_true by @mvdbeek in #22069
Fixes for gxformat2 by @jmchilton in #22179
Make sure origins for data landings are persisted by @d-callan in #22248
Validate replacement_params values are strings before storing by @mvdbeek in #22250
Fix validation of certain classes of text validators in tools. by @jmchilton in #22280
Fix nested DatasetCollectionElement in dynamic options by @mvdbeek in #22287
Fix AttributeError when anonymous user searches workflows with is:bookmarked by @mvdbeek in #22296
Improve timeout and error handling in /api/proxy endpoint by @mvdbeek in #22297
Strip content-length and accept-ranges headers from proxied streaming responses by @mvdbeek in #22314
Fix HideDatasetAction not applied for cached workflow jobs by @mvdbeek in #22360
Validate workflow invocation parameters values are dicts by @mvdbeek in #22388
Fix dataset preview rendering to preserve newlines by @mvdbeek in #22397
Serialize data provider errors as MessageException subclasses by @mvdbeek in #22398
Unwrap HDCAs/DCEs nested in multi data input lists by @mvdbeek in #22405
Reject HDCA submitted to single data parameter by @mvdbeek in #22406
Enhancements
Tool Request API by @jmchilton in #20935
Selenium test exercising workflow debug, failed jobs, etc… (20912) by @jmchilton in #21058
Richer tracking of transient failures. by @jmchilton in #21227
Allow filtering job searches by history ID by @nsoranzo in #21257
Implement GA4GH WES API by @jmchilton in #21335
More use of base64 to improve test stability. by @jmchilton in #21383
Enable attaching sample sheet to landing requests by @mvdbeek in #21489
Include subworkflow jobs in invocation metrics by @mvdbeek in #21511
Implement subworkflow invocation export by @mvdbeek in #21512
Add workflow API test for use_cached_job with sample sheet collections by @mvdbeek in #21522
Add support for workflow landing requests using simple URLs by @mvdbeek in #21525
Implement workflow completion monitoring with extensible hooks by @mvdbeek in #21532
Add discarded_data option to model store import API by @mvdbeek in #21582
Apply 2026 black style by @galaxybot in #21618
Use mock test server when tests don’t target external galaxy server by @mvdbeek in #22103
Other changes
Fix tool request API for multiple select parameters with defaults. by @jmchilton in #21416
Fix test_value_restriction_with_select_from_multiple_subworkflow_inputs formatting by @mvdbeek in #21723
Backport: Fix dbkey filter returning no options when dbkey unset by @bernt-matthias in #21945
25.1.2 (2026-03-09)
Bug fixes
25.1.1 (2026-02-03)
Bug fixes
Record input parameter invocation inputs by @mvdbeek in #21452
Maintain column definitions on map over by @mvdbeek in #21468
Fix subworkflow runs for disconnected required inputs with defaults by @mvdbeek in #21488
Fix type annotation for invocation report errors field by @mvdbeek in #21508
Fix option propagation for workflow inputs connected to multiple subworkflows by @mvdbeek in #21712
Fix collection job state not preserved during history export/import by @mvdbeek in #21716
Enhancements
25.1.0 (2025-12-12)
Bug fixes
Fix a transiently failing API test. by @jmchilton in #20278
Fix multiple=”true” data collection map over for shell_command tools by @mvdbeek in #20859
Fix default conditional test parameters… by @jmchilton in #20942
Fix type annotation in test_run_workflow_use_cached_job_implicit_conv… by @mvdbeek in #21138
Fix proxy endpoint encoding by @davelopez in #21169
Fix optional subworkflow input scheduling bug by @mvdbeek in #21435
Maintain columns on sample sheet map over by @mvdbeek in #21436
Enhancements
Don’t serialize view of item in delete/purge request by @mvdbeek in #18732
Add tags to output datasets from tool form by @PlushZ in #19225
Implement Sample Sheets by @jmchilton in #19305
Consider collections in on_strings for parameters accepting multiple datasets by @bernt-matthias in #19817
Empower Users to More Pragmatically Import Datasets & Collections From Tables by @jmchilton in #20288
Prepare ToolBox.dynamic_tool_to_tool() for CWL formats by @nsoranzo in #20364
Test case for using URL-based workflow inputs with implicit conversions. by @jmchilton in #20509
Implement Data Landing Requests by @jmchilton in #20592
Attempt to reuse previously materialized datasets by @mvdbeek in #20718
Add configfiles support and various enhancements for user defined tools by @mvdbeek in #20761
Replace tour_generator webhook with internal API and frontend by @ahmedhamidawan in #20868
Allow addressing user defined tools in job config by @mvdbeek in #20932
Limit admin requirement of selected tool data api endpoints by @guerler in #20949
Allow sending and tracking landing request origin by @mvdbeek in #20957
Use workflow-style payload in data landing request by @mvdbeek in #21107
Tighter API for tool run tagging. by @jmchilton in #21210
Other changes
Merge release_25.0 into dev by @davelopez in #20484
Sample Sheet Bug Fixes around Preserving Collection Metadata by @jmchilton in #20749
Validate sample sheet column definitions in workflow definitions on backend. by @jmchilton in #20880
Fix TOOL_WITH_SHELL_COMMAND import source by @mvdbeek in #21070
25.0.4 (2025-11-18)
Bug fixes
Fix PUT /api/workflows for user defined tools by @mvdbeek in #20987
Run landing request state through validator by @mvdbeek in #21087
Fix workflow run form input restrictions by @mvdbeek in #21095
Create new datasets when creating skipped database operation tool outputs by @mvdbeek in #21142
Fix proxy url validation for non-printable characters by @davelopez in #21280
Enhancements
Use job cache also for implicit conversions by @mvdbeek in #21021
Harden proxy redirect validation by @davelopez in #21185
Other changes
Backport Fix proxy endpoint encoding by @davelopez in #21184
25.0.3 (2025-09-23)
No recorded changes since last release
25.0.2 (2025-08-13)
Bug fixes
Propagate cached job output replacement to copies of outputs by @mvdbeek in #20553
Prevent importing workflows with invalid step UUID by @davelopez in #20596
Fix deferred datasets in multiple dataset parameters. by @jmchilton in #20650
Fix dataset serializers and response models by @arash77 in #20694
25.0.1 (2025-06-20)
Bug fixes
Do not expose user info to non authenticated users by @bernt-matthias in #20524
25.0.0 (2025-06-18)
Bug fixes
Fix wrong id in test_combined_mapping_and_subcollection_mapping by @mvdbeek in #19481
More fixes to FormData drag and drop and typing by @ahmedhamidawan in #19900
Fix ownership check in history contents update route by @mvdbeek in #19969
Fix certain cases of collection parameter handling during workflow execution. by @jmchilton in #20152
Increase proxy API robustness by validating URL before use by @davelopez in #20311
Add test for workflow instance download fix by @ahmedhamidawan in #20326
Fix job rerun with tool version change by @mvdbeek in #20417
Fix copying of job metrics for cached jobs by @mvdbeek in #20436
Enhancements
Calculate hash for new non-deferred datasets when finishing a job by @nsoranzo in #19181
Empower Users to Build More Kinds of Collections, More Intelligently by @jmchilton in #19377
Add test that verifies workflow source_metadata is preserved on landing claim by @mvdbeek in #19454
Expand workflow metadata for readme. by @jmchilton in #19591
Update test_create_dataset_in_subfolder to check for the dataset presence by @davelopez in #19660
Relax job status check in test_delete_user_cancel_all_jobs by @davelopez in #19661
Improved simplicity and isolation in transiently failing test. by @jmchilton in #19709
Preserve workflow labels in final invocation reports by @guerler in #19721
Migrate Page editing controller endpoint to API by @guerler in #19923
Job cache allow different names when possible by @mvdbeek in #19962
Implement dataset collection support in workflow landing requests by @mvdbeek in #20004
Add ZIP explorer to import individual files from local or remote ZIP archives by @davelopez in #20054
Add specific datatypes for Cytoscape and Kepler.gl by @guerler in #20117
Yaml parser fixes and improvements (part 1) by @mvdbeek in #20158
Improve performance of job cache query by @mvdbeek in #20319
Enable retrieving contents from extra file paths when request contains leading / by @mvdbeek in #20336
Add /api/datasets/{dataset_id}/extra_files/raw/{filename:path} by @mvdbeek in #20468
Other changes
24.2.4 (2025-06-17)
Bug fixes
24.2.3 (2025-03-16)
No recorded changes since last release
24.2.2 (2025-03-08)
Bug fixes
24.2.1 (2025-02-28)
No recorded changes since last release
24.2.0 (2025-02-11)
Bug fixes
Fix tag processing in library upload by @davelopez in #18714
Fix issue with generating slug for sharing by @arash77 in #18986
Fix numerous issues with tool input format “21.01” by @jmchilton in #19030
Record implicitly converted dataset as input dataset by @mvdbeek in #19301
Expression tool format source backport by @mvdbeek in #19466
Fail with error message when submitting invalid request by @mvdbeek in #19489
Fix deleting lddas in batch by @davelopez in #19506
Fix error message when subworkflow input connection missing by @mvdbeek in #19526
Fix admin cancel job message not being displayed to the user by @davelopez in #19537
Enhancements
Implement Declarative Testing for Workflow Behaviors by @jmchilton in #18542
More tool test typing. by @jmchilton in #18590
Better Typing for Tool Execution Plumbing by @jmchilton in #18626
Parameter Model Improvements by @jmchilton in #18641
Another round of parameter model improvements. by @jmchilton in #18673
Allow access to invocation via shared or published history by @mvdbeek in #18707
Refactor LibraryDatasetsManager and fix type annotation issue by @nsoranzo in #18773
Backend handling of setting user-role, user-group, and group-role associations by @jdavcs in #18777
Workflow Landing Requests by @jmchilton in #18807
Migrate Library Contents API to FastAPI by @arash77 in #18838
Implement Pydantic model for workflow test format. by @jmchilton in #18884
More concise, readable tool execution testing. by @jmchilton in #18977
Allow recovering a normalized version of workflow request state from API by @jmchilton in #18985
Do not skip CI tests on missing tools. by @jmchilton in #19002
A variety of improvements around tool parameter modeling (second try) by @jmchilton in #19027
Move TRS import into WorkflowContentManager by @mvdbeek in #19070
Allow deferred datasets to behave as URIs by @davelopez in #19077
Implement workflow parameter validators. by @jmchilton in #19092
Access public history in job cache / job search by @mvdbeek in #19108
Enable specifying dataset hash in test jobs by @mvdbeek in #19113
Enhance UTF-8 support for filename handling in downloads by @arash77 in #19161
Fix default value handling for parameters connected to required parameters by @mvdbeek in #19219
Other changes
24.1.4 (2024-12-11)
Bug fixes
Fix subwofklow tags serialization type by @arash77 in #18456
Prevent job submission if input collection element is deleted by @mvdbeek in #18517
Fix view parameter type in Job index API by @davelopez in #18521
Fix map over calculation for runtime inputs by @mvdbeek in #18535
Fix extract workflow from history when implicit collection has no jobs by @mvdbeek in #18661
Fix change datatype PJA on expression tool data outputs by @mvdbeek in #18691
Fix subworkflow scheduling for delayed subworkflow steps connected to data inputs by @mvdbeek in #18731
Catch and display exceptions when importing malformatted yaml workflows by @mvdbeek in #18734
Fix infinitely delayed workflow scheduling if skipped step creates HDCA by @mvdbeek in #18751
Fix copying workflow with subworkflow step for step that you own by @mvdbeek in #18802
Raise MessageException instead of assertions on rerun problems by @mvdbeek in #18858
Fix data_column ref to nested collection by @mvdbeek in #18875
Access tool data table filters in workflow building mode by @mvdbeek in #18900
24.1.3 (2024-10-25)
Bug fixes
Fix subwofklow tags serialization type by @arash77 in #18456
Prevent job submission if input collection element is deleted by @mvdbeek in #18517
Fix view parameter type in Job index API by @davelopez in #18521
Fix map over calculation for runtime inputs by @mvdbeek in #18535
Fix extract workflow from history when implicit collection has no jobs by @mvdbeek in #18661
Fix change datatype PJA on expression tool data outputs by @mvdbeek in #18691
Fix subworkflow scheduling for delayed subworkflow steps connected to data inputs by @mvdbeek in #18731
Catch and display exceptions when importing malformatted yaml workflows by @mvdbeek in #18734
Fix infinitely delayed workflow scheduling if skipped step creates HDCA by @mvdbeek in #18751
Fix copying workflow with subworkflow step for step that you own by @mvdbeek in #18802
Raise MessageException instead of assertions on rerun problems by @mvdbeek in #18858
Fix data_column ref to nested collection by @mvdbeek in #18875
Access tool data table filters in workflow building mode by @mvdbeek in #18900
24.1.2 (2024-09-25)
Bug fixes
Prevent job submission if input collection element is deleted by @mvdbeek in #18517
Fix view parameter type in Job index API by @davelopez in #18521
Fix map over calculation for runtime inputs by @mvdbeek in #18535
Fix extract workflow from history when implicit collection has no jobs by @mvdbeek in #18661
Fix change datatype PJA on expression tool data outputs by @mvdbeek in #18691
Fix subworkflow scheduling for delayed subworkflow steps connected to data inputs by @mvdbeek in #18731
Catch and display exceptions when importing malformatted yaml workflows by @mvdbeek in #18734
Fix infinitely delayed workflow scheduling if skipped step creates HDCA by @mvdbeek in #18751
Fix copying workflow with subworkflow step for step that you own by @mvdbeek in #18802
Raise MessageException instead of assertions on rerun problems by @mvdbeek in #18858
Fix data_column ref to nested collection by @mvdbeek in #18875
24.1.1 (2024-07-02)
Bug fixes
Enhancements
Remove deprecated BCO export endpoint by @martenson in #16645
Enable all-vs-all collection analysis patterns. by @jmchilton in #17366
Code cleanups from ruff and pyupgrade by @nsoranzo in #17654
Enable warn_unused_ignores mypy option by @nsoranzo in #17991
Refactor galaxy.files plugin loading + config handling. by @jmchilton in #18049
Update Python dependencies by @galaxybot in #18063
24.0.3 (2024-06-28)
Bug fixes
Allow purge query param, deprecate purge body param by @mvdbeek in #18105
Prevent anonymous and inactive users from running workflows by @ahmedhamidawan in #18192
Check dataset state when attempting to acces dataset contents by @mvdbeek in #18214
Fix update group API payload model by @davelopez in #18374
24.0.2 (2024-05-07)
Bug fixes
24.0.1 (2024-05-02)
Bug fixes
Fix workflow run form failing on certain histories by @mvdbeek in #17869
Always serialize element_count and populated when listing contents by @mvdbeek in #17890
Make wait_for_history_jobs look at jobs, not datasets by @mvdbeek in #17892
Fix missing implicit conversion for mapped over jobs by @mvdbeek in #17952
Fix get_content_as_text for compressed text datatypes by @mvdbeek in #17976
Raise appropriate exception if user forces a collection that is not populated with elements as input by @mvdbeek in #18023
Fix test_get_tags_histories_content test by @mvdbeek in #18026
Ensure that offset and limit are never negative by @mvdbeek in #18044
Fix history update time after bulk operation by @davelopez in #18068
24.0.0 (2024-04-02)
Bug fixes
Only check access permissions in /api/{history_dataset_collection_id}/contents/{dataset_collection_id} by @ahmedhamidawan in #17444
Fix test_index_advanced_filter API test re-running by @nsoranzo in #17547
Fix step type serialization for StoredWorkflowDetailed models by @mvdbeek in #17716
Fix histories API index_query serialization by @davelopez in #17726
Fix source history update_time being updated when importing a public history by @jmchilton in #17728
Also set extension and metadata on copies of job outputs when finishing job by @mvdbeek in #17777
Fix change_datatype PJA for dynamic collections by @mvdbeek in #17803
Fix archived histories mixing with active in histories list by @davelopez in #17856
Enhancements
Toward declarative help for Galaxy markdown directives. by @jmchilton in #16979
Extend regex groups in stdio regex matches by @bernt-matthias in #17016
Create pydantic model for the return of show operation - get: /api/jobs/{job_id} by @heisner-tillman in #17153
Don’t require admin user to list /api/tool_data by @jozh2008 in #17161
Reuse test instance during non-integration tests by @mvdbeek in #17234
Add __KEEP_SUCCESS_DATASETS__ by @lldelisle in #17294
Combines legacy qv-pattern and advanced filter pattern in history index endpoint by @guerler in #17368
Cancel all active jobs when the user is deleted by @davelopez in #17390
Purge groups and roles from DB (for real) by @davelopez in #17411
Refactor Workflow API routes - Part 1 by @heisner-tillman in #17463
Consolidate resource grids into tab views by @guerler in #17487
Restore histories API behavior for keys query parameter by @davelopez in #17779
Fix datasets API custom keys encoding by @davelopez in #17793
23.2.1 (2024-02-21)
Bug fixes
Fix: serialize tool_shed_urls directly from the API by @davelopez in #16561
Restore ToolsApi and create new api route for new panel structure by @ahmedhamidawan in #16872
Make payload optional again for create tag API by @nsoranzo in #17144
Only check access permissions in /api/{history_dataset_collection_id}/contents/{dataset_collection_id} by @mvdbeek in #17459
Enhancements
Implement default locations for data and collection parameters. by @jmchilton in #14955
Delete non-terminal jobs and subworkflow invocations when cancelling invocation by @mvdbeek in #16252
Migrate a part of the users API to Fast API by @heisner-tillman in #16341
Refactor Tool Panel views structures and combine ToolBox and ToolBoxWorkflow into one component by @ahmedhamidawan in #16739
Don’t copy collection elements in test_dataset_collection_hide_originals by @nsoranzo in #16747
Migrate a part of the jobs API to Fast API by @heisner-tillman in #16778
Change api/tool_panel to api/tool_panels/… by @ahmedhamidawan in #16928
Require name for workflows on save, set default to Unnamed Workflow by @ahmedhamidawan in #17038
Other changes
23.1.4 (2024-01-04)
Bug fixes
Assert that tus uploader instance has URL by @mvdbeek in #17133
Fix workflow index total matches counting by @davelopez in #17176
23.1.3 (2023-12-01)
No recorded changes since last release
23.1.2 (2023-11-29)
Bug fixes
Skip state filtering in __MERGE_COLLECTION__ tool by @mvdbeek in #16937
Fix duplicated tools in tool panel view section copying by @jmchilton in #17036
Enhancements
23.1.1 (2023-10-23)
Bug fixes
Ensure session is request-scoped for legacy endpoints by @jdavcs in #16207
allow anon access for api/datasets/get_content_as_text by @martenson in #16226
qualify querying for an api-key by @martenson in #16320
Fix tags ownership by @davelopez in #16339
Fix histories count by @davelopez in #16400
Fix replacement parameters for subworkflows. by @jmchilton in #16592
Fixes for conditional subworkflow steps by @mvdbeek in #16632
Fix expression evaluation for nested state by @mvdbeek in #16656
Push to object store even if set_meta fails by @mvdbeek in #16667
Copy the collection contents by default when copying a collection by @mvdbeek in #16717
Fix allowlist deserialization in file sources by @mvdbeek in #16729
Fix workflow import losing tool_version by @mvdbeek in #16869
Fix delete collection + elements by @davelopez in #16879
Enhancements
Empower Users to Select Storage Destination by @jmchilton in #14073
Outline Deployment Tests by @jmchilton in #15420
Update Python dependencies by @galaxybot in #15564
Add API test and refactor code for related:hid history filter by @ahmedhamidawan in #15786
Allow pending inputs in some collection operation tools by @mvdbeek in #15892
Record input datasets and collections at full parameter path by @mvdbeek in #15978
Add History Archival feature by @davelopez in #16003
Dataset chunking tests (and small fixes) by @jmchilton in #16069
Improve histories and datasets immutability checks by @davelopez in #16143
Migrate display applications API to Fast API by @heisner-tillman in #16156
bring grids for (published) pages on par with workflows by @martenson in #16209
23.0.6 (2023-10-23)
No recorded changes since last release
23.0.5 (2023-07-29)
No recorded changes since last release
23.0.4 (2023-06-30)
No recorded changes since last release
23.0.3 (2023-06-26)
No recorded changes since last release
23.0.2 (2023-06-13)
No recorded changes since last release
23.0.1 (2023-06-08)
Bug fixes
Display DCE in job parameter component, allow rerunning with DCE input by @mvdbeek in #15744
Fix case sensitive filtering by name in histories by @davelopez in #16036
Fix dataype_change not updating HDCA update_time by @mvdbeek in #16099
Extract HDA for code_file validate_input hook by @mvdbeek in #16120
Enhancements
20.9.0 (2020-10-15)
Initial import from dev branch of Galaxy during 20.09 branch of Galaxy.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file galaxy_test_api-26.0.0.tar.gz.
File metadata
- Download URL: galaxy_test_api-26.0.0.tar.gz
- Upload date:
- Size: 227.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d0fe08bcba1095a5c163ba67f8b033b558c5978e26e63243c4c22f0e5185dab
|
|
| MD5 |
c9545656dfcf46e2dd0739c5a4500fd3
|
|
| BLAKE2b-256 |
31d4a77f0088bd2d40d2495977ddc7189da27d6d9620726ebf1cb64338ec3831
|
Provenance
The following attestation bundles were made for galaxy_test_api-26.0.0.tar.gz:
Publisher:
publish_artifacts.yaml on galaxyproject/galaxy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
galaxy_test_api-26.0.0.tar.gz -
Subject digest:
7d0fe08bcba1095a5c163ba67f8b033b558c5978e26e63243c4c22f0e5185dab - Sigstore transparency entry: 1266886173
- Sigstore integration time:
-
Permalink:
galaxyproject/galaxy@854899453b9107df24336d3b6c2cbf90ed753153 -
Branch / Tag:
refs/tags/v26.0.0 - Owner: https://github.com/galaxyproject
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_artifacts.yaml@854899453b9107df24336d3b6c2cbf90ed753153 -
Trigger Event:
release
-
Statement type:
File details
Details for the file galaxy_test_api-26.0.0-py3-none-any.whl.
File metadata
- Download URL: galaxy_test_api-26.0.0-py3-none-any.whl
- Upload date:
- Size: 231.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0bb5e5408378409a35bdd8233e9d272c4fb68f3d4cb860c659a8636d9078a3f
|
|
| MD5 |
13acdece4293b5c98f8cc417eaea68e0
|
|
| BLAKE2b-256 |
600f1d7b0aa198813d526145125b891dd4ec4627fe6299256f87ceafae1c5749
|
Provenance
The following attestation bundles were made for galaxy_test_api-26.0.0-py3-none-any.whl:
Publisher:
publish_artifacts.yaml on galaxyproject/galaxy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
galaxy_test_api-26.0.0-py3-none-any.whl -
Subject digest:
e0bb5e5408378409a35bdd8233e9d272c4fb68f3d4cb860c659a8636d9078a3f - Sigstore transparency entry: 1266887283
- Sigstore integration time:
-
Permalink:
galaxyproject/galaxy@854899453b9107df24336d3b6c2cbf90ed753153 -
Branch / Tag:
refs/tags/v26.0.0 - Owner: https://github.com/galaxyproject
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_artifacts.yaml@854899453b9107df24336d3b6c2cbf90ed753153 -
Trigger Event:
release
-
Statement type: