Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Drift #70

Merged
merged 42 commits into from
Jan 30, 2024
Merged

Documentation Drift #70

merged 42 commits into from
Jan 30, 2024

Conversation

snaselj
Copy link
Contributor

@snaselj snaselj commented Oct 25, 2023

Closes: NaN

What's Changed

To Do

@snaselj snaselj changed the base branch from develop to drift-manager/pr October 25, 2023 08:34
Kircheneer and others added 28 commits November 27, 2023 09:19
* Add a metric for software versions.

* Make presence of plugin versions in metrics configurable.

* Update documentation and turn version metrics off by default.

* Fix docs.
* [NCLOUD-926] Add screenshots

* [NCLOUD-926] Link screenshots in docs

---------

Co-authored-by: Daria Sienkiewicz <“[email protected]”>
* fix: Align versions

* fix: Stick on RC
Also temporarily dropping the constraints in order to not use the 2.0.0 Nautobot container that doesn't exist.
smk4664 and others added 13 commits November 27, 2023 09:22
* Fix CI issues.

* Remove stable as that is now 2.0.0

---------

Co-authored-by: Glenn Matthews <[email protected]>
Template:

```
{
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "dir": "nautobot-app",
    "ref": "develop",
    "path": null
}
```

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-plugin-capacity-metrics.git",
    "path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-capacity-metrics",
    "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-capacity-metrics",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@nautobot/po-tl-telemetry",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "plugin_name": "nautobot_capacity_metrics",
        "verbose_name": "Metrics & Monitoring Extension Plugin",
        "plugin_slug": "nautobot-capacity-metrics",
        "project_slug": "nautobot-plugin-capacity-metrics",
        "repo_url": "https://github.com/nautobot/nautobot-plugin-capacity-metrics",
        "base_url": "capacity-metrics",
        "min_nautobot_version": "2.0.0",
        "max_nautobot_version": "2.9999",
        "camel_name": "NautobotCapacityMetrics",
        "project_short_description": "Plugin to improve the instrumentation of Nautobot and expose additional metrics (Application Metrics, RQ Worker).",
        "model_class_name": "None",
        "open_source_license": "Apache-2.0",
        "docs_base_url": "https://docs.nautobot.com",
        "docs_app_url": "https://docs.nautobot.com/projects/capacity-metrics/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/opt/ntc/drift-manager/outputs",
        "_repo_dir": "/home/jsn/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "develop"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.BLACK"
    ],
    "baked_commit_ref": "",
    "draft": true
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "setup-cookie-capacity-metrics.json",
    "output_dir": "./outputs",
    "push": true,
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "template_dir": "nautobot-app",
    "template_ref": "develop",
    "pull_request": null,
    "post_action": [
        "black"
    ],
    "disable_post_actions": false,
    "draft": true
}
```
@whitej6 whitej6 mentioned this pull request Nov 27, 2023
@snaselj snaselj merged commit 74cf07a into drift-manager/pr Jan 30, 2024
28 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.

8 participants