Skip to content

Commit e98da30

Browse files
Copilotmdelapenya
andauthored
Recategorize modules from "other" into authentication, authorization, and inference-engine (#176)
* Initial plan * Update module categories: add authentication, authorization, inference-engine Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
1 parent fc775b9 commit e98da30

9 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docker run --rm -t -v $(pwd):/data cytopia/yamllint:latest --no-warnings -d .yam
5353

5454
- Current categories:
5555

56-
`cloud`, `message-broker`, `nosql-database`, `other`, `relational-database`, `vector-database`, `web`
56+
`authentication`, `authorization`, `cloud`, `inference-engine`, `message-broker`, `nosql-database`, `other`, `relational-database`, `vector-database`, `web`
5757

5858
- Current maintainer values:
5959

modules/dex/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Dex
33
categories:
4-
- other
4+
- authentication
55
docs:
66
- id: java
77
url: https://github.com/Kehrlann/testcontainers-dex

modules/dockermodelrunner/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Docker Model Runner
33
categories:
4-
- other
4+
- inference-engine
55
docs:
66
- id: java
77
url: https://java.testcontainers.org/modules/docker_model_runner/

modules/keycloak/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Keycloak
33
categories:
4-
- other
4+
- authentication
5+
- authorization
56
docs:
67
- id: java
78
url: https://github.com/dasniko/testcontainers-keycloak

modules/ollama/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Ollama
33
categories:
4-
- other
4+
- inference-engine
55
docs:
66
- id: java
77
url: https://java.testcontainers.org/modules/ollama/

modules/openfga/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: OpenFGA
33
categories:
4-
- other
4+
- authorization
55
docs:
66
- id: java
77
url: https://java.testcontainers.org/modules/openfga/

modules/openldap/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: OpenLDAP
33
categories:
4-
- other
4+
- authentication
55
docs:
66
- id: go
77
url: https://golang.testcontainers.org/modules/openldap/

modules/permify/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Permify
33
categories:
4-
- other
4+
- authorization
55
docs:
66
- id: go
77
url: https://github.com/theoriginalstove/testcontainers-permify

modules/spicedb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SpiceDB
33
categories:
4-
- other
4+
- authorization
55
docs:
66
- id: go
77
url: https://github.com/Mariscal6/testcontainers-spicedb-go

0 commit comments

Comments
 (0)