Skip to content

Commit dfecbc3

Browse files
committed
DVRL-355 - draft updated README text and reorganization
1 parent de25072 commit dfecbc3

File tree

65 files changed

+140
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+140
-40
lines changed

.github/workflows/buf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: bufbuild/buf-action@v1
1212
with:
13-
input: 'limit-output-types'
13+
input: 'cli/limit-output-types'
1414
token: ${{ secrets.BUF_TOKEN }}
1515
- uses: bufbuild/buf-action@v1
1616
with:
17-
input: 'linting/bad'
17+
input: 'cli/linting/bad'
1818
token: ${{ secrets.BUF_TOKEN }}
1919
- uses: bufbuild/buf-action@v1
2020
with:
21-
input: 'linting/good'
21+
input: 'cli/linting/good'
2222
token: ${{ secrets.BUF_TOKEN }}
2323
- uses: bufbuild/buf-action@v1
2424
with:
25-
input: 'workspace/observabilitytypes'
25+
input: 'cli/workspace/observabilitytypes'
2626
token: ${{ secrets.BUF_TOKEN }}
2727
- uses: bufbuild/buf-action@v1
2828
with:
29-
input: 'workspace/observabilityapi'
29+
input: 'cli/workspace/observabilityapi'
3030
token: ${{ secrets.BUF_TOKEN }}

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3+
#
4+
# Binaries for programs and plugins
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
11+
# Test binary, built with `go test -c`
12+
*.test
13+
14+
# Output of the go coverage tool, specifically when used with LiteIDE
15+
*.out
16+
17+
# Dependency directories
18+
vendor
19+
__pycache__
20+
node_modules
21+
22+
23+
# Go workspace file
24+
go.work
25+
go.work.sum
26+
27+
# JetBrains IDEs
28+
.idea
29+
30+
# env file
31+
.env
32+
33+
# tmp dirs
34+
.tmp
35+
36+
37+
.gradle
38+
39+
.DS_Store

README.md

Lines changed: 10 additions & 35 deletions

cli/README.md

Lines changed: 55 additions & 0 deletions

breaking-change-detection/compatible/acme/weather/v1/weather.proto renamed to cli/breaking-change-detection/compatible/acme/weather/v1/weather.proto

File renamed without changes.
File renamed without changes.

breaking-change-detection/incompatible/acme/weather/v1/weather.proto renamed to cli/breaking-change-detection/incompatible/acme/weather/v1/weather.proto

File renamed without changes.
File renamed without changes.

breaking-change-detection/initial/acme/weather/v1/weather.proto renamed to cli/breaking-change-detection/initial/acme/weather/v1/weather.proto

File renamed without changes.

0 commit comments

Comments
 (0)