GitHub / InseeFr / sugoi-api
Sugoi Rest Services
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/InseeFr%2Fsugoi-api
Stars: 5
Forks: 10
Open issues: 47
License: apache-2.0
Language: Java
Size: 2.85 MB
Dependencies parsed at:
194
Created at: over 4 years ago
Updated at: 21 days ago
Pushed at: 21 days ago
Last synced at: about 14 hours ago
Topics: ldap, scim-2, transverse-component, user-management-service
- tim-actions/commit-message-checker-with-regex v0.3.1 composite
- tim-actions/get-pr-commits master composite
- actions/checkout v2 composite
- actions/setup-java v1 composite
- github/codeql-action/analyze v1 composite
- github/codeql-action/autobuild v1 composite
- github/codeql-action/init v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-java v1 composite
.github/workflows/maven.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/download-artifact v4 composite
- actions/setup-java v1 composite
- actions/upload-artifact v4 composite
- crazy-max/ghaction-docker-meta v1.8.4 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- docker/setup-qemu-action v1 composite
- mikepenz/action-junit-report v1 composite
.github/workflows/tag.yml
actions
- actions/checkout v2 composite
- actions/setup-java v1 composite
- actions/setup-node v1 composite
Dockerfile
docker
- tomcat 9.0.38-jdk11-openjdk build
pom.xml
maven
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
- com.fasterxml.jackson.module:jackson-module-parameter-names
- fr.insee.sugoi:sugoi-api-model
- org.springframework.boot:spring-boot-starter
- org.springframework.boot:spring-boot-starter-test test
- org.xmlunit:xmlunit-core test
sugoi-api-core/pom.xml
maven
- com.fasterxml.jackson.core:jackson-databind
- commons-lang:commons-lang
- fr.insee.sugoi:sugoi-api-model
- net.sf.ehcache:ehcache
- org.apache.commons:commons-lang3
- org.passay:passay 1.6.2
- org.springframework.boot:spring-boot-starter-cache
- fr.insee.sugoi:sugoi-api-model ${project.version} test
- org.springframework.boot:spring-boot-starter-test test
- com.github.tomakehurst:wiremock-standalone
- com.unboundid:unboundid-ldapsdk
- commons-io:commons-io
- fr.insee.sugoi:sugoi-api-model
- org.apache.activemq:activemq-broker
- org.apache.activemq:activemq-kahadb-store
- org.apache.tomcat.embed:tomcat-embed-core
- org.apache.tomcat:tomcat-catalina
- org.apache.tomcat:tomcat-coyote
- org.apache.tomcat:tomcat-jasper
- org.apache.tomcat:tomcat-juli
- org.apache.tomcat:tomcat-util
- org.springframework.boot:spring-boot-starter
- org.springframework.boot:spring-boot-starter-tomcat provided
- fr.insee.sugoi:sugoi-api-core
- fr.insee.sugoi:sugoi-api-event-webhook
- fr.insee.sugoi:sugoi-api-file-config-provider
- fr.insee.sugoi:sugoi-api-file-store-provider
- fr.insee.sugoi:sugoi-api-jms-store-provider
- fr.insee.sugoi:sugoi-api-ldap-config-provider
- fr.insee.sugoi:sugoi-api-ldap-store-provider
- fr.insee.sugoi:sugoi-api-rest-old-services
- fr.insee.sugoi:sugoi-api-rest-services
- fr.insee.sugoi:sugoi-api-seealso-http
- fr.insee.sugoi:sugoi-api-seealso-ldap
- org.springdoc:springdoc-openapi-ui
- org.springframework.boot:spring-boot-configuration-processor
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter
- org.springframework.boot:spring-boot-starter-jersey
- org.springframework.boot:spring-boot-starter-oauth2-resource-server
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-web
- org.springframework.security:spring-security-ldap
- org.springframework.boot:spring-boot-starter-test test
- org.springframework.boot:spring-boot-starter-tomcat provided
- fr.insee.sugoi:sugoi-api-converter
- fr.insee.sugoi:sugoi-api-core
- fr.insee.sugoi:sugoi-api-event-webhook
- fr.insee.sugoi:sugoi-api-file-config-provider
- fr.insee.sugoi:sugoi-api-file-store-provider
- fr.insee.sugoi:sugoi-api-jms-store-provider
- fr.insee.sugoi:sugoi-api-ldap-config-provider
- fr.insee.sugoi:sugoi-api-ldap-store-provider
- fr.insee.sugoi:sugoi-api-rest-old-services
- fr.insee.sugoi:sugoi-api-rest-services
- fr.insee.sugoi:sugoi-api-seealso-http
- fr.insee.sugoi:sugoi-api-seealso-ldap
- org.springdoc:springdoc-openapi-ui
- org.springframework.boot:spring-boot-configuration-processor
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter
- org.springframework.boot:spring-boot-starter-jersey
- org.springframework.boot:spring-boot-starter-oauth2-resource-server
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-web
- org.springframework.security:spring-security-ldap
- org.springframework.boot:spring-boot-starter-test test
sugoi-api-model/pom.xml
maven
- org.springframework.boot:spring-boot-starter-tomcat provided
- com.fasterxml.jackson.core:jackson-databind
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml
- fr.insee.sugoi:sugoi-api-core
- io.micrometer:micrometer-registry-prometheus
- org.springdoc:springdoc-openapi-security
- org.springdoc:springdoc-openapi-ui
- org.springframework.boot:spring-boot-configuration-processor
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-jersey
- org.springframework.boot:spring-boot-starter-oauth2-resource-server
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-web
- org.springframework.ldap:spring-ldap-core
- org.springframework.security:spring-security-ldap
- org.springframework.boot:spring-boot-starter-test test
sugoi-api-test/pom.xml
maven
- org.springframework.boot:spring-boot-starter provided
- commons-io:commons-io
- fr.insee.sugoi:sugoi-api-distribution-full-env
- fr.insee.sugoi:sugoi-api-model
- org.apache.httpcomponents:httpclient
- fr.insee.sugoi:sugoi-api-core test
- fr.insee.sugoi:sugoi-api-model ${project.version} test
- io.cucumber:cucumber-core test
- io.cucumber:cucumber-java test
- io.cucumber:cucumber-junit test
- io.cucumber:cucumber-picocontainer test
- me.jvt.cucumber:reporting-plugin test