-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
136 lines (111 loc) · 4.63 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# IntelliJ files
*.iml
*.idea
# Maven files
**/*/target
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.settings
.project
.classpath
.DS_Store
generated/
generated-test/
# Python
*.pyc
target
dist
poetry.lock
# the wrapper should download the jar itself
/.mvn/wrapper/maven-wrapper.jar
.python-version
# The proto files need to be in a "generated" folder so that when the protoc compiler generates
# the grpc files, they get placed into the machine_learning_inference/generated folder
!resources/proto/machine_learning_inference/generated/inference/grpc/
resources/proto/machine_learning_inference/generated/inference/grpc/generated
# VSCode
.vscode/
# local documentation site
docs/site/
docs/antora-aissemble-ui/node_modules/
docs/antora-aissemble-ui/public/
/extensions/extensions-metadata-service/data/metastore_db/**
# Helm charts
**/charts/*
Chart.lock
extensions/extensions-helm/aissemble-spark-operator-chart/values.yaml
extensions/extensions-helm/aissemble-infrastructure-chart/values.yaml
# The test project should test that we generate files that compile and have the expected structure for model options
# there should not be any no custom logic added and we should clean up the project properly before each build
# so ignore the one time generated files
## test_data_delivery_pyspark_model
**/aissemble_test_data_delivery_pyspark_model/dictionary/
**/aissemble_test_data_delivery_pyspark_model/record/
**/aissemble_test_data_delivery_pyspark_model/impl/
**/aissemble_test_data_delivery_pyspark_model/step/
**/aissemble_test_data_delivery_pyspark_model/schema/
**/aissemble_test_data_delivery_pyspark_model/resources/apps/*.yaml
**/aissemble-test-data-delivery-pyspark-model/tests/resources/apps/*.yaml
**/aissemble_test_data_delivery_pyspark_model/pyspark_data_delivery_patterns_driver.py
## test_data_delivery_pyspark_model_basic
**/aissemble_test_data_delivery_pyspark_model_basic/impl/
**/aissemble_test_data_delivery_pyspark_model_basic/step/
**/aissemble_test_data_delivery_pyspark_model_basic/resources/apps/*.yaml
**/aissemble_test_data_delivery_pyspark_model_basic/pyspark_data_delivery_basic_driver.py
**/aissemble-test-data-delivery-pyspark-model-basic/tests/
## test-data-delivery-spark-model
**/test-data-delivery-spark-model/src/main/java/
**/test-data-delivery-spark-model/src/main/resources/META-INF/
**/test-data-delivery-spark-model/src/main/resources/apps/
**/test-data-delivery-spark-model/src/test/java/com/boozallen/aiops/mda/pattern/CucumberTest.java
**/test-data-delivery-spark-model/src/test/java/com/boozallen/aiops/mda/pattern/PipelineSteps.java
**/test-data-delivery-spark-model/src/test/java/com/boozallen/aiops/mda/pattern/SparkTestHarness.java
**/test-data-delivery-spark-model/src/test/java/com/boozallen/aiops/mda/pattern/TestCdiContext.java
**/test-data-delivery-spark-model/src/test/resources/krausening/test/
**/test-data-delivery-spark-model/src/test/resources/cucumber.properties
**/test-data-delivery-spark-model/src/test/resources/log4j2.xml
**/test-data-delivery-spark-model/src/test/resources/specifications/pipeline.feature
**/test-data-delivery-spark-model/src/test/resources/apps/spark-java-data-delivery-patterns-test-values.yaml
## test-data-delivery-spark-model-basic
**/test-data-delivery-spark-model-basic/src/main/java/
**/test-data-delivery-spark-model-basic/src/main/resources/META-INF/
**/test-data-delivery-spark-model-basic/src/main/resources/apps/
**/test-data-delivery-spark-model-basic/src/test/
## test-machine-learning-model
### machine-learning-inference
**/aissemble_machine_learning_inference/
**/aissemble-machine-learning-inference/tests
### machine-learning-training
**/aissemble_machine_learning_training/
**/aissemble-machine-learning-training/tests
### test-machine-learning-training-base-model
**/aissemble_machine_learning_training_base/
**/aissemble-machine-learning-training-base/tests
## Release job files
release.properties
*.releaseBackup
## Python messaging resources
foundation/foundation-messaging/foundation-messaging-python/aissemble-foundation-messaging-python-client/src/service_resources/*
!foundation/foundation-messaging/foundation-messaging-python/aissemble-foundation-messaging-python-client/src/service_resources/__init__.py
# Keep package files necessary for testing/building
!foundation/foundation-maven-plugins/mda-maven-plugin/src/test/resources/**/*
!deequ-*-spark-*.jar
!mysql-connector-java-*.jar
!test/src/test/resources/docker/**/*.jar
!docs/antora-aissemble-ui/build/ui-bundle.zip