Skip to content

chore: regenerate api based on secrets api backend#1770

Merged
maxy-shpfy merged 1 commit intomasterfrom
02-09-chore_regenerate_api_based_on_secrets_api_backend
Feb 19, 2026
Merged

chore: regenerate api based on secrets api backend#1770
maxy-shpfy merged 1 commit intomasterfrom
02-09-chore_regenerate_api_based_on_secrets_api_backend

Conversation

@maxy-shpfy
Copy link
Copy Markdown
Collaborator

@maxy-shpfy maxy-shpfy commented Feb 9, 2026

Description

This PR adds support for secrets management in the API client. It includes new endpoints for listing, creating, updating, and deleting secrets, as well as adding the ability to use secrets as arguments in task specifications.

The PR also improves error handling for user authentication, particularly for Hugging Face authentication, by adding proper null checking for user IDs and introducing a custom HuggingFaceAuthError class.

Type of Change

  • New feature
  • Improvement
  • Cleanup/Refactor

Checklist

  • I have tested this does not break current pipelines / runs functionality
  • I have tested the changes on staging

Additional Comments

The SDK and types have been regenerated to include the new secret management endpoints and types. The code has been refactored to use more concise syntax for API client calls and to properly handle cases where a user ID might be null.

@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from b341078 to a6f7d6e Compare February 9, 2026 21:04
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from eaea086 to 9e2971d Compare February 9, 2026 21:04
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from a6f7d6e to dea5ac6 Compare February 9, 2026 21:07
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch 2 times, most recently from 4af80de to ba35d0e Compare February 9, 2026 21:28
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch 2 times, most recently from 8834c6c to 764e981 Compare February 9, 2026 21:32
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch 2 times, most recently from 4c05923 to f524ce5 Compare February 9, 2026 22:03
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from 764e981 to bf0f4c9 Compare February 9, 2026 22:03
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from f524ce5 to aae28ba Compare February 18, 2026 01:30
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from bf0f4c9 to 07cdf48 Compare February 18, 2026 01:30
@maxy-shpfy maxy-shpfy marked this pull request as ready for review February 18, 2026 01:32
@maxy-shpfy maxy-shpfy requested a review from a team as a code owner February 18, 2026 01:32
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from 07cdf48 to 76e0840 Compare February 18, 2026 19:11
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from aae28ba to 522a970 Compare February 18, 2026 19:11
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from 76e0840 to 95d86dc Compare February 18, 2026 19:36
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch 2 times, most recently from abd5dd6 to dc69185 Compare February 18, 2026 19:46
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from 95d86dc to 23a6f7b Compare February 18, 2026 19:46
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from 23a6f7b to ce8e281 Compare February 18, 2026 20:21
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from dc69185 to 27411ad Compare February 18, 2026 20:21
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from ce8e281 to e4936a3 Compare February 18, 2026 20:27
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from 27411ad to 1566480 Compare February 18, 2026 20:27
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from e4936a3 to b23b20e Compare February 18, 2026 20:59
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch 2 times, most recently from 9d6cec2 to c673148 Compare February 18, 2026 21:02
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from b23b20e to aa2a04f Compare February 18, 2026 21:02
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from c673148 to 4269b09 Compare February 19, 2026 01:56
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch 2 times, most recently from 6addd92 to a6041e7 Compare February 19, 2026 02:50
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from 4269b09 to 7dd5cef Compare February 19, 2026 02:50
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch from a6041e7 to 5e51121 Compare February 19, 2026 02:53
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from 7dd5cef to 4dec3cc Compare February 19, 2026 02:53
@maxy-shpfy maxy-shpfy force-pushed the 02-06-feat_use_secrets_in_submit_with_arguments_dialog branch 2 times, most recently from b7596cf to 50a917d Compare February 19, 2026 03:10
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from 4dec3cc to 501671d Compare February 19, 2026 03:10
@maxy-shpfy maxy-shpfy changed the base branch from 02-06-feat_use_secrets_in_submit_with_arguments_dialog to graphite-base/1770 February 19, 2026 03:37
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from 501671d to 9db2154 Compare February 19, 2026 03:38
@graphite-app graphite-app Bot changed the base branch from graphite-base/1770 to master February 19, 2026 03:38
@maxy-shpfy maxy-shpfy force-pushed the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch from 9db2154 to 850ad9f Compare February 19, 2026 03:38
Copy link
Copy Markdown
Collaborator Author

maxy-shpfy commented Feb 19, 2026

Merge activity

  • Feb 19, 3:51 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Feb 19, 3:51 AM UTC: @maxy-shpfy merged this pull request with Graphite.

@maxy-shpfy maxy-shpfy merged commit 199c70c into master Feb 19, 2026
7 of 8 checks passed
@maxy-shpfy maxy-shpfy deleted the 02-09-chore_regenerate_api_based_on_secrets_api_backend branch February 19, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants