Skip to content

Commit e3651c3

Browse files
committed
Merge branch 'feature/redis-distance-calculation' of https://github.com/WebFuzzing/EvoMaster into feature/redis-distance-calculation
2 parents 06d98e5 + 19648f5 commit e3651c3

4,264 files changed

Lines changed: 3048 additions & 699 deletions

File tree

Some content is hidden

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

.circleci/config.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- '!.gitignore'
2121
- '!docs/**'
2222
- '!release_notes.md'
23+
- '!outdated/**'
2324
- 'docs/options.md'
2425
### Unfortunately, had to disable this. Originally added to be able to run CI from PRs from forks (eg from external people).
2526
### But this leads to run CI 2 twice on each push on an open PR, regardless of fork.

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ experiments/target/
4343
*.lst
4444
/report/target/
4545
/extra_heuristics.csv
46-
/dbconstraint/target/
46+
/core-extra/dbconstraint/target/
4747
/e2e-tests/spring-rest-postgres/target/
4848
/e2e-tests/spring-rest-postgres-data-types/target/
4949
/core/testWithEMB.sh
@@ -66,10 +66,10 @@ experiments/target/
6666
/client-js/integration-tests/build/
6767
/core-it/target/
6868
/coveredTargets.txt
69-
/core-driver-it/target/
69+
/core-integration-tests/core-driver-it/target/
7070
/core-it/src/test/kotlin/exp/
7171

72-
/core-graphql-it/target/
72+
/core-integration-tests/core-graphql-it/target/
7373

7474

7575
#DotNet
@@ -125,7 +125,7 @@ Migrations/
125125
/e2e-tests/spring-rest-postgres-column-types/target/
126126
/e2e-tests/spring-rest-h2-column-types/target/
127127
/e2e-tests/spring-rest-h2-z3solver/target/
128-
/test-old-libraries/target/
128+
/client-java/test-old-libraries/target/
129129
/e2e-tests/spring-web/target/
130130
/e2e-tests/spring-rest-mongo/target/
131131
/e2e-tests/spring-rest-opensearch/target/
@@ -137,7 +137,7 @@ Migrations/
137137
/e2e-tests/spring-rpc/spring-rpc-grpc/target/
138138
/em.toml
139139

140-
/solver/target/
140+
/core-extra/solver/target/
141141
/em.yaml
142142
/e2e-tests/spring-rest-openapi-v2/em.yaml
143143
/e2e-tests/spring-rest-openapi-v3/em.yaml
@@ -175,3 +175,5 @@ Migrations/
175175
/e2e-tests/spring-rest-multidb/target/
176176
/e2e-tests/spring-rest-h2-v2/target/
177177
e2e-tests/spring-rest-rsa/target/
178+
/e2e-tests/spring-rest-h2-v1/em.yaml
179+
/core-integration-tests/core-it/target/

.mvn/notinuse_jvm.config

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)