Cookie initially baked targeting develop by NetworkToCode Cookie Drift Manager Tool#388
Open
Cookie initially baked targeting develop by NetworkToCode Cookie Drift Manager Tool#388
Conversation
…t Manager Tool
Template:
```
{
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"dir": "python",
"ref": "main",
"path": null
}
```
Cookie:
```
{
"remote": "https://github.com/networktocode/circuit-maintenance-parser.git",
"path": "/Users/jeffkala/Documents/GitHub/outputs/circuit-maintenance-parser",
"repository_path": "/Users/jeffkala/Documents/GitHub/outputs/circuit-maintenance-parser",
"dir": "",
"branch_prefix": "drift-manager/develop",
"context": {
"codeowner_github_usernames": "@chadell @glennmatthews @pke11y @scetron @jvanderaa",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "networktocode",
"description": "Python library to parse circuit maintenances from network service providers.",
"project_name": "circuit-maintenance-parser",
"project_slug": "circuit-maintenance-parser",
"repo_url": "https://github.com/networktocode/circuit-maintenance-parser",
"base_url": "circuit-maintenance-parser",
"project_python_name": "circuit_maintenance_parser",
"project_python_base_version": "3.10",
"project_with_config_settings": "no",
"generate_docs": "yes",
"version": "2.10.0",
"original_publish_year": "2021",
"_template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"_output_dir": "/Users/jeffkala/Documents/GitHub/outputs",
"_repo_dir": "/Users/jeffkala/.cookiecutters/cookiecutter-ntc/python",
"_checkout": "main"
},
"drift_managed_branch": "develop",
"remote_name": "origin",
"pull_request_strategy": "PullRequestStrategy.CREATE",
"post_actions": [],
"baked_commit_ref": "",
"draft": false
}
```
CLI Arguments:
```
{
"cookie_dir": "",
"input": true,
"json_filename": "",
"output_dir": "../outputs",
"push": true,
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"template_dir": "python",
"template_ref": "main",
"pull_request": null,
"post_action": [],
"disable_post_actions": false,
"draft": null,
"drift_managed_branch": "develop"
}
```
- Resolve merge conflicts in pyproject.toml and README.md - Update pyproject.toml for poetry 2.x build system with docs dependencies - Add project-specific content to placeholder docs (overview, getting started, use cases, FAQ, extending guide, release notes) - Create v2.10 release notes page required by docs build check - Add mkdocs build output to .gitignore - Fix ruff formatting and import sorting issues
4c2a191 to
29f6021
Compare
Restore detailed content from original README into the developer documentation: full 7-step provider checklist with test examples, local debugging guide, and local dev requirements with INVOKE_PARSER_LOCAL note.
The cookiecutter template generated INVOKE_CIRCUIT-MAINTENANCE-PARSER_* env var names, but hyphens are invalid in shell variable names. This caused Docker image tags to resolve as ":version" with no image name. Revert to the original INVOKE_PARSER_* names used by tasks.py.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Template:
Cookie:
CLI Arguments: