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

docs-issue-generation: rewrite the script in go #77368

Closed
jlinder opened this issue Mar 3, 2022 · 2 comments
Closed

docs-issue-generation: rewrite the script in go #77368

jlinder opened this issue Mar 3, 2022 · 2 comments
Assignees
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) no-issue-activity T-dev-inf

Comments

@jlinder
Copy link
Collaborator

jlinder commented Mar 3, 2022

The build/teamcity-docs-issue-generation.sh script needs to be extended in ways beyond what we should do in a bash script. Rewrite the script in go so it can be extended to do what it needs to do.

A suggested approach:

  • Create the new application in the pkg/cmd/docs-issue-generation directory
  • Translate the existing script's logic into go.
  • Update the existing script to build and run the new command
  • Backport the changes to the release-21.2 branch

Epic: DEVINF-261

Jira issue: CRDB-13554

@jlinder jlinder added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-dev-inf labels Mar 3, 2022
@github-actions
Copy link

We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!

@rickystewart
Copy link
Collaborator

This is done thanks to @nickvigilante .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) no-issue-activity T-dev-inf
Projects
None yet
Development

No branches or pull requests

3 participants