forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
868 changed files
with
37,605 additions
and
27,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* @aeneasr @zepatrik | ||
* @aeneasr @zepatrik @hperl | ||
|
||
/docs/ @ory/documenters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- sdk-generate | ||
services: | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:11.8 | ||
env: | ||
POSTGRES_DB: postgres | ||
POSTGRES_PASSWORD: test | ||
|
@@ -68,7 +68,9 @@ jobs: | |
-e URLS_SELF_ISSUER=http://localhost:4444/ \ | ||
-e URLS_LOGIN=http://localhost:4499/login \ | ||
-e URLS_CONSENT=http://localhost:4499/consent \ | ||
oryd/hydra:v2.0.2 serve all --dev | ||
-e LOG_LEAK_SENSITIVE_VALUES=true \ | ||
-e SECRETS_SYSTEM=someverylongsecretthatis32byteslong \ | ||
oryd/hydra:v2.2.0@sha256:6c0f9195fe04ae16b095417b323881f8c9008837361160502e11587663b37c09 serve all --dev | ||
docker start hydra | ||
docker logs -f hydra &> /tmp/hydra.log & | ||
name: Start Hydra | ||
|
@@ -77,7 +79,7 @@ jobs: | |
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
- run: go list -json > go.list | ||
- name: Run nancy | ||
uses: sonatype-nexus-community/[email protected] | ||
|
@@ -91,13 +93,11 @@ jobs: | |
GOGC: 100 | ||
with: | ||
args: --timeout 10m0s | ||
version: v1.50.1 | ||
version: v1.55.2 | ||
skip-go-installation: true | ||
skip-pkg-cache: true | ||
- name: Build Kratos | ||
run: make install | ||
- name: Run documentation tests | ||
run: make test-docs | ||
- name: Run go-acc (tests) | ||
run: make test-coverage | ||
- name: Submit to Codecov | ||
|
@@ -114,7 +114,7 @@ jobs: | |
- sdk-generate | ||
services: | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:11.8 | ||
env: | ||
POSTGRES_DB: postgres | ||
POSTGRES_PASSWORD: test | ||
|
@@ -138,6 +138,7 @@ jobs: | |
TEST_DATABASE_MYSQL: "mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true" | ||
TEST_DATABASE_COCKROACHDB: "cockroach://root@localhost:26257/defaultdb?sslmode=disable" | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
database: ["postgres", "cockroach", "sqlite", "mysql"] | ||
steps: | ||
|
@@ -171,7 +172,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
|
||
- name: Install selfservice-ui-react-native | ||
uses: actions/checkout@v3 | ||
|
@@ -225,7 +226,7 @@ jobs: | |
- sdk-generate | ||
services: | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:11.8 | ||
env: | ||
POSTGRES_DB: postgres | ||
POSTGRES_PASSWORD: test | ||
|
@@ -249,6 +250,7 @@ jobs: | |
TEST_DATABASE_MYSQL: "mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true" | ||
TEST_DATABASE_COCKROACHDB: "cockroach://root@localhost:26257/defaultdb?sslmode=disable" | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
database: ["postgres", "cockroach", "sqlite", "mysql"] | ||
steps: | ||
|
@@ -275,7 +277,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: "1.19" | ||
go-version: "1.21" | ||
- run: go build -tags sqlite,json1 . | ||
|
||
- name: Install selfservice-ui-react-native | ||
|
@@ -326,6 +328,13 @@ jobs: | |
with: | ||
name: logs | ||
path: test/e2e/*.e2e.log | ||
- if: failure() | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: playwright-test-results-${{ github.sha }} | ||
path: | | ||
test/e2e/test-results/ | ||
test/e2e/playwright-report/ | ||
docs-cli: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
cover.out | ||
.idea/ | ||
tmp/ | ||
ddl/ | ||
.DS_Store | ||
/kratos | ||
packrd/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.