2024-07-22 22:15:10 +02:00
|
|
|
Translation:
|
2024-07-06 16:43:53 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/main/resources/messages_*_*.properties'
|
2024-07-27 09:37:22 +02:00
|
|
|
- any-glob-to-any-file: 'scripts/ignore_translation.toml'
|
2024-07-06 16:43:53 +02:00
|
|
|
|
|
|
|
Front End:
|
|
|
|
- changed-files:
|
2024-07-22 22:15:10 +02:00
|
|
|
- any-glob-to-any-file: 'src/main/resources/templates/**/*'
|
|
|
|
- any-glob-to-any-file: 'src/main/resources/static/**/*'
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/controller/web/**'
|
2024-07-06 16:43:53 +02:00
|
|
|
|
2024-07-22 22:15:10 +02:00
|
|
|
Java:
|
2024-07-06 16:43:53 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/main/java/**/*.java'
|
|
|
|
|
2024-07-22 22:15:10 +02:00
|
|
|
Back End:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/config/security/**/*'
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/config/model/provider/**/*'
|
|
|
|
- any-glob-to-any-file: 'src/main/resources/settings.yml.template'
|
|
|
|
- any-glob-to-any-file: 'src/main/resources/banner.txt'
|
|
|
|
|
|
|
|
Security:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/config/security/**/*'
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/config/model/provider/**/*'
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/config/model/AuthenticationType.java'
|
|
|
|
|
|
|
|
API:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/controller/web/MetricsController.java'
|
|
|
|
- any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/controller/api/**/*'
|
|
|
|
|
|
|
|
Documentation:
|
2024-07-06 16:43:53 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: '**/*.md'
|
2024-07-22 22:15:10 +02:00
|
|
|
- any-glob-to-any-file: 'scripts/counter_translation.py'
|
|
|
|
- any-glob-to-any-file: 'scripts/ignore_translation.toml'
|
2024-07-06 16:43:53 +02:00
|
|
|
|
2024-07-22 22:15:10 +02:00
|
|
|
Docker:
|
2024-07-06 16:43:53 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'Dockerfile'
|
2024-07-22 22:15:10 +02:00
|
|
|
- any-glob-to-any-file: 'Dockerfile-*'
|
|
|
|
- any-glob-to-any-file: 'exampleYmlFiles/*.yml'
|
|
|
|
|
|
|
|
Test:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'cucumber/**/*'
|
2024-08-03 14:18:51 +02:00
|
|
|
- any-glob-to-any-file: 'src/test**/*'
|