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

[cmd/mdatagen] Remove the module from this repo #31614

Merged
merged 1 commit into from
Mar 6, 2024
Merged
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
22 changes: 22 additions & 0 deletions .chloggen/delete-mdatagen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: cmd/mdatagen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Delete deprecated cmd/mdatagen from this project. Use go.opentelemetry.io/collector/cmd/mdatagen instead.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [30497]

# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [api, user]
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

cmd/configschema/ @open-telemetry/collector-contrib-approvers @mx-psi @dmitryax
cmd/githubgen/ @open-telemetry/collector-contrib-approvers @atoulme
cmd/mdatagen/ @open-telemetry/collector-contrib-approvers @dmitryax
cmd/opampsupervisor/ @open-telemetry/collector-contrib-approvers @evan-bradley @atoulme @tigrannajaryan
cmd/otelcontribcol/ @open-telemetry/collector-contrib-approvers
cmd/oteltestbedcol/ @open-telemetry/collector-contrib-approvers
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ body:
# Start Collector components list
- cmd/configschema
- cmd/githubgen
- cmd/mdatagen
- cmd/mdatagen/internal/samplereceiver
- cmd/opampsupervisor
- cmd/otelcontribcol
- cmd/oteltestbedcol
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ body:
# Start Collector components list
- cmd/configschema
- cmd/githubgen
- cmd/mdatagen
- cmd/mdatagen/internal/samplereceiver
- cmd/opampsupervisor
- cmd/otelcontribcol
- cmd/oteltestbedcol
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ body:
# Start Collector components list
- cmd/configschema
- cmd/githubgen
- cmd/mdatagen
- cmd/mdatagen/internal/samplereceiver
- cmd/opampsupervisor
- cmd/otelcontribcol
- cmd/oteltestbedcol
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,6 @@ generate: install-tools
cd ./internal/tools && go install go.opentelemetry.io/collector/cmd/mdatagen
$(MAKE) for-all CMD="$(GOCMD) generate ./..."

.PHONY: mdatagen-test
mdatagen-test:
cd cmd/mdatagen && $(GOCMD) install .
cd cmd/mdatagen && $(GOCMD) generate ./...
cd cmd/mdatagen && $(GOCMD) test ./...

.PHONY: githubgen-install
githubgen-install:
cd cmd/githubgen && $(GOCMD) install .
Expand Down
1 change: 0 additions & 1 deletion cmd/mdatagen/Makefile

This file was deleted.

58 changes: 0 additions & 58 deletions cmd/mdatagen/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/mdatagen/embeded_templates.go

This file was deleted.

47 changes: 0 additions & 47 deletions cmd/mdatagen/embeded_templates_test.go

This file was deleted.

63 changes: 0 additions & 63 deletions cmd/mdatagen/go.mod

This file was deleted.

Loading
Loading