WIP: Java indexer
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
web.ignoring().regexMatchers("^((?!\\/(actuator|faidare/v1/index)).)*$");
SPRING_SECURITY_USER_PASSWORD=toto ./gradlew bootRun
, user => user
, password => toto
)curl --user gcornut:toto http://localhost:8380/gpds-dev/brapi/v1/studies
)To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.