Skip to content

chore(qol): Copilot no longer uses instruction settings; it automatic… #6282

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LogicalPlan
[Mm]onitor
MBs?
PBs?
Parquet
Parquet|\b\w*-*parquet-\w*\b|\b--\w*parquet\w*\b|`[^`]*parquet[^`]*`
Redoc
SQLAlchemy
SQLAlchemy
Expand Down
4 changes: 4 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Instructions for InfluxData Documentation

## Collaboration approach

Be a critical thinking partner with a focus on developer experience needs, not a yes-person. Challenge assumptions, identify potential issues, and suggest alternatives when appropriate. Don't automatically agree with user suggestions - analyze them first and provide honest feedback about potential problems, better approaches, or missing considerations.

## Purpose and scope

Help document InfluxData products by creating clear, accurate technical content with proper code examples, frontmatter, and formatting.
Expand Down
11 changes: 0 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
},
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
"vale.valeCLI.minAlertLevel": "warning",
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
"github.copilot.chat.codeGeneration.instructions": [
{
"file": "${workspaceFolder}/.github/copilot-instructions.md",
}
],
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
{
"file": "${workspaceFolder}/.github/copilot-instructions.md",
}
],
"cSpell.words": [
"influxctl"
]
Expand Down
1 change: 0 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ services:
- --data-dir=/var/lib/influxdb3/data
- --plugin-dir=/var/lib/influxdb3/plugins
environment:
- INFLUXDB3_ENTERPRISE_LICENSE_EMAIL=${INFLUXDB3_ENTERPRISE_LICENSE_EMAIL}
- INFLUXDB3_AUTH_TOKEN=/run/secrets/influxdb3-enterprise-admin-token
volumes:
- type: bind
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: influxdb3 delete
description: >
The `influxdb3 delete` command deletes a resource such as a database or a table.
The `influxdb3 delete` command deletes a resource such as a cache, database, or table.
menu:
influxdb3_core:
parent: influxdb3
Expand All @@ -10,6 +10,6 @@ weight: 300
source: /shared/influxdb3-cli/delete/_index.md
---

<!--
The content of this file is at content/shared/influxdb3-cli/delete/_index.md
<!-- The content of this file is at
//SOURCE - content/shared/influxdb3-cli/delete/_index.md
-->
14 changes: 14 additions & 0 deletions content/influxdb3/core/reference/cli/influxdb3/delete/token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: influxdb3 delete token
description: >
The `influxdb3 delete token` command manage token resources.
influxdb3/core/tags: [cli]
menu:
influxdb3_core_reference:
parent: influxdb3 cli
weight: 201
---

<!-- The content of this file is at
//SOURCE - content/shared/influxdb3-cli/delete/token.md
-->
110 changes: 65 additions & 45 deletions content/influxdb3/core/reference/cli/influxdb3/serve.md

Large diffs are not rendered by default.

Loading