-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (93 loc) · 4.28 KB
/
Copy path.gitignore
File metadata and controls
114 lines (93 loc) · 4.28 KB
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
# Log file
*.log
# IntelliJ files
*.iml
*.idea
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.settings
.project
.classpath
.DS_Store
.factorypath
generated/
generated-test/
# Build output
*.pyc
target
dist
poetry.lock
# the wrapper should download the jar itself
/.mvn/wrapper/maven-wrapper.jar
.python-version
# 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
# Generated resources
foundation/foundation-messaging/foundation-messaging-python/aissemble-foundation-messaging-python-client/src/aissemble_messaging/service_resources
# 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/src/*
**/aissemble-machine-learning-training/tests/*
### test-machine-learning-training-base-model
**/aissemble-machine-learning-training-base/src/*
**/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/**/*
!docs/antora-aissemble-ui/build/ui-bundle.zip