Skip to content

Commit

Permalink
refactor: remove common as unused
Browse files Browse the repository at this point in the history
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun authored and sandersms committed Jan 18, 2024
1 parent 972ce8a commit bf6a5c6
Show file tree
Hide file tree
Showing 34 changed files with 18 additions and 1,751 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/inventory-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on:
push:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'inventory/v1/**'
- 'inventory/Makefile'
- '.github/workflows/inventory.yml'
pull_request:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'inventory/v1/**'
- 'inventory/Makefile'
- '.github/workflows/inventory.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
push:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'inventory/v1/**'
- 'inventory/Makefile'
- '.github/workflows/inventory.yml'
pull_request:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'inventory/v1/**'
- 'inventory/Makefile'
- '.github/workflows/inventory.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/network-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on:
push:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'network/v1/**'
- 'network/Makefile'
- '.github/workflows/network.yml'
pull_request:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'network/v1/**'
- 'network/Makefile'
- '.github/workflows/network.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
push:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'network/v1/**'
- 'network/Makefile'
- '.github/workflows/network.yml'
pull_request:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'network/v1/**'
- 'network/Makefile'
- '.github/workflows/network.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/security-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on:
push:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'security/v1/**'
- 'security/Makefile'
- '.github/workflows/security.yml'
pull_request:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'security/v1/**'
- 'security/Makefile'
- '.github/workflows/security.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
push:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'security/v1/**'
- 'security/Makefile'
- '.github/workflows/security.yml'
pull_request:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'security/v1/**'
- 'security/Makefile'
- '.github/workflows/security.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/storage-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on:
push:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'storage/v1alpha1/**'
- 'storage/Makefile'
- '.github/workflows/storage.yml'
pull_request:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'storage/v1alpha1/**'
- 'storage/Makefile'
- '.github/workflows/storage.yml'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
push:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'storage/v1alpha1/**'
- 'storage/Makefile'
- '.github/workflows/storage.yml'
pull_request:
branches: [ main ]
paths:
- 'common/v1/**'
- 'common/Makefile'
- 'storage/v1alpha1/**'
- 'storage/Makefile'
- '.github/workflows/storage.yml'
Expand Down
1 change: 0 additions & 1 deletion buf.work.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: v1
directories:
- common
- inventory
- security
- storage
Expand Down
28 changes: 0 additions & 28 deletions common/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions common/buf.lock

This file was deleted.

8 changes: 0 additions & 8 deletions common/buf.yaml

This file was deleted.

Empty file removed common/v1/__init__.py
Empty file.
64 changes: 0 additions & 64 deletions common/v1/autogen.md

This file was deleted.

Empty file removed common/v1/gen/__init__.py
Empty file.
29 changes: 0 additions & 29 deletions common/v1/gen/cpp/uuid.grpc.pb.cc

This file was deleted.

42 changes: 0 additions & 42 deletions common/v1/gen/cpp/uuid.grpc.pb.h

This file was deleted.

Loading

0 comments on commit bf6a5c6

Please sign in to comment.