Skip to content

Conversation

@markphelps
Copy link
Contributor

Add documentation for the fetch_policy configuration option that controls how Flipt handles connection-related issues when fetching from remote Git repositories.

  • Added fetch_policy to example configuration
  • Documented available policies: strict (default) and lenient
  • Added usage examples and production warning
  • Placed in Git Remotes section for better organization

Addresses #373

Generated with Claude Code

Add documentation for the fetch_policy configuration option that controls
how Flipt handles connection-related issues when fetching from remote Git
repositories.

- Added fetch_policy to example configuration
- Documented available policies: strict (default) and lenient
- Added usage examples and production warning
- Placed in Git Remotes section for better organization

Co-authored-by: Mark Phelps <markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner October 30, 2025 17:26
@markphelps
Copy link
Contributor Author

@claude can you add a row to the configuration > overview > storage table for v2 that adds this field with availability since v2.3.0

https://github.com/flipt-io/docs/blob/main/docs/v2/configuration/overview.mdx#storage

@claude
Copy link
Contributor

claude bot commented Oct 30, 2025

Claude finished @markphelps's task —— View job


Adding fetch_policy to Configuration Overview Table

Todo List:

  • Read the configuration overview file to understand table structure
  • Add fetch_policy row to the storage table with v2.3.0 availability
  • Commit and push changes to the PR branch

Successfully added the fetch_policy configuration option to the v2 storage table in docs/v2/configuration/overview.mdx. The new row includes:

  • Property: storage.[id].fetch_policy
  • Description: Policy for handling connection issues when fetching from remote Git (strict, lenient)
  • Default: strict
  • Since: v2.3.0

The changes have been committed and pushed to the PR branch.


claude bot and others added 4 commits October 30, 2025 17:31
Added fetch_policy configuration option to the v2 storage table with:
- Description: Policy for handling connection issues when fetching from remote Git
- Options: strict, lenient
- Default: strict
- Available since: v2.3.0

Co-authored-by: Mark Phelps <markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps merged commit 4474a4d into main Oct 31, 2025
3 checks passed
@markphelps markphelps deleted the claude/issue-373-20251030-1333 branch October 31, 2025 18:46
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.

2 participants