Skip to content

Commit

Permalink
[cmd/mdatagen] Remove the module from this repo (open-telemetry#31614)
Browse files Browse the repository at this point in the history
`cmd/mdatagen` was moved to `go.opentelemetry.io/collector/cmd/mdatagen`
and deprecated since 0.92.0
  • Loading branch information
dmitryax committed Mar 6, 2024
1 parent be04db1 commit cd97f7a
Show file tree
Hide file tree
Showing 96 changed files with 22 additions and 6,461 deletions.
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

0 comments on commit cd97f7a

Please sign in to comment.