Skip to content

Conversation

@svesh
Copy link
Owner

@svesh svesh commented Oct 8, 2025

Fixed

  • Docker runtime image now installs ca-certificates on Ubuntu 24.04, restoring TLS trust store at /etc/ssl/certs/ca-certificates.crt to fix HTTPS requests from requests.

Changed

  • Idempotent default sprint update: when switching a project's sprint field default, the tool removes only incorrect
    default values and adds only missing ones. If the current defaults already match the desired sprint, no changes are
    performed.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

api.update_field_default_values("proj", "field", ["val-2025-30"])

# Only the incorrect one removed; nothing added
delete_calls = [call.args[0] for call in delete_mock.call_args_list]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Import call for new mock assertions

The new tests verify deletions using call.args, but call is never imported in this module. Running the test suite will raise NameError: name 'call' is not defined when the assertion executes. Import call from unittest.mock alongside MagicMock so the tests execute.

Useful? React with 👍 / 👎.

Update release date to 2025-10-08
Add version reference links
Wrap long bullet to satisfy MD013 (180)
@svesh svesh changed the title Idempotent default field updates; add ca-certificates feat(api): idempotent default field updates; fix(docker): add ca-certificates; docs/tests updates Oct 8, 2025
@svesh svesh changed the title feat(api): idempotent default field updates; fix(docker): add ca-certificates; docs/tests updates feat(api): idempotent default field updates; fix(docker): add ca-certificates Oct 8, 2025
@svesh svesh merged commit 72725f6 into main Oct 8, 2025
12 checks passed
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.

1 participant