Skip to content

Commit fb38e12

Browse files
committed
Add dialects
Signed-off-by: m.nabokikh <[email protected]>
1 parent eae3219 commit fb38e12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1198
-596
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,29 +86,36 @@ jobs:
8686
DEX_MYSQL_PASSWORD: root
8787
DEX_MYSQL_HOST: 127.0.0.1
8888
DEX_MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
89+
8990
DEX_MYSQL_ENT_DATABASE: dex
9091
DEX_MYSQL_ENT_USER: root
9192
DEX_MYSQL_ENT_PASSWORD: root
9293
DEX_MYSQL_ENT_HOST: 127.0.0.1
9394
DEX_MYSQL_ENT_PORT: ${{ job.services.mysql-ent.ports[3306] }}
95+
9496
DEX_POSTGRES_DATABASE: postgres
9597
DEX_POSTGRES_USER: postgres
9698
DEX_POSTGRES_PASSWORD: postgres
9799
DEX_POSTGRES_HOST: localhost
98100
DEX_POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
101+
99102
DEX_POSTGRES_ENT_DATABASE: postgres
100103
DEX_POSTGRES_ENT_USER: postgres
101104
DEX_POSTGRES_ENT_PASSWORD: postgres
102105
DEX_POSTGRES_ENT_HOST: localhost
103106
DEX_POSTGRES_ENT_PORT: ${{ job.services.postgres-ent.ports[5432] }}
107+
104108
DEX_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
109+
105110
DEX_LDAP_HOST: localhost
106111
DEX_LDAP_PORT: 389
107112
DEX_LDAP_TLS_PORT: 636
113+
108114
DEX_KEYSTONE_URL: http://localhost:${{ job.services.keystone.ports[5000] }}
109115
DEX_KEYSTONE_ADMIN_URL: http://localhost:${{ job.services.keystone.ports[35357] }}
110116
DEX_KEYSTONE_ADMIN_USER: demo
111117
DEX_KEYSTONE_ADMIN_PASS: DEMO_PASS
118+
112119
DEX_KUBERNETES_CONFIG_PATH: ~/.kube/config
113120

114121
- name: Lint

storage/ent/db/authcode.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/ent/db/authcode_create.go

Lines changed: 61 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/ent/db/authcode_delete.go

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/ent/db/authcode_query.go

Lines changed: 25 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/ent/db/authcode_update.go

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)