Commit 6908f606 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Adapted Context to common proto folder:

- Arranged .gitignore & .gitkeep files in common proto folder
- Created specific run_tests_locally script for Context component
- Moved imports from *.proto folder to common.proto folder
- Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint
- Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint
- Removed context's genproto.sh script
- Adapted Events generated to new timestamp data type
- Minor code and linting fixing
parent 4d33b6b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
!.gitkeep
*.dot
*.xml
+1 −4
Original line number Diff line number Diff line
*

# used to prevent breaking symbolic links from source code folders
!.gitignore
!__init__.py
!.gitkeep
+0 −0

Empty file added.

+2 −2
Original line number Diff line number Diff line
*
!.gitkeep

# used to prevent breaking symbolic links from source code folders
!.gitignore
# prevent breaking symbolic links on Python source code folders
!__init__.py
+0 −0

Empty file added.

Loading