ZITADEL - Identity infrastructure, simplified for you.
Go to file
Fabi c07ed83c41
Project commands (#26)
* feat: eventstore repository

* fix: remove gorm

* version

* feat: pkg

* feat: add some files for project

* feat: eventstore without eventstore-lib

* rename files

* gnueg

* fix: key json

* fix: add object

* fix: change imports

* fix: internal models

* fix: some imports

* fix: global model

* fix: add some functions on repo

* feat(eventstore): sdk

* fix(eventstore): search query

* fix(eventstore): rename app to eventstore

* delete empty test

* remove unused func

* merge master

* fix(eventstore): tests

* fix(models): delete unused struct

* fix: some funcitons

* feat(eventstore): implemented push events

* fix: move project eventstore to project package

* fix: change project eventstore funcs

* feat(eventstore): overwrite context data

* fix: change project eventstore

* fix: add project repo to mgmt server

* feat(types): SQL-config

* fix: commented code

* feat(eventstore): options to overwrite editor

* feat: auth interceptor and cockroach migrations

* fix: migrations

* fix: fix filter

* fix: not found on getbyid

* fix: add sequence

* fix: add some tests

* fix(eventstore): nullable sequence

* fix: add some tests

* merge

* fix: add some tests

* fix(migrations): correct statements for sequence

* fix: add some tests

* fix: add some tests

* fix: changes from mr

* Update internal/eventstore/models/field.go

Co-Authored-By: livio-a <livio.a@gmail.com>

* fix(eventstore): code quality

* fix: add types to aggregate/Event-types

* fix(eventstore): rename modifier* to editor*

* fix(eventstore): delete editor_org

* fix(migrations): remove editor_org field,
rename modifier_* to editor_*

* fix: generate files

* fix(eventstore): tests

* fix(eventstore): rename modifier to editor

* fix(migrations): add cluster migration,
fix(migrations): fix typo of host in clean clsuter

* fix(eventstore): move health

* fix(eventstore): AggregateTypeFilter aggregateType as param

* code quality

* feat: start implementing project members

* feat: remove member funcs

* feat: remove member model

* feat: remove member events

* feat: remove member repo model

* fix: better error func testing

* Update docs/local.md

Co-Authored-By: Silvan <silvan.reusser@gmail.com>

* Update docs/local.md

Co-Authored-By: Silvan <silvan.reusser@gmail.com>

* fix: mr requests

* fix: md file

Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
Co-authored-by: livio-a <livio.a@gmail.com>
2020-04-07 13:23:04 +02:00
.dependabot chore(dependabot): config (#29) 2020-04-02 18:27:04 +02:00
.github/workflows chore: docker vars (#34) 2020-04-06 09:44:32 +02:00
build chore: setup build process (#30) 2020-04-06 06:44:28 +02:00
cmd/zitadel Project commands (#26) 2020-04-07 13:23:04 +02:00
docs Project commands (#26) 2020-04-07 13:23:04 +02:00
internal Project commands (#26) 2020-04-07 13:23:04 +02:00
migrations/cockroach Project commands (#26) 2020-04-07 13:23:04 +02:00
pkg Project commands (#26) 2020-04-07 13:23:04 +02:00
raw/img docs: use correct logo 2020-03-27 14:35:06 +01:00
.gitignore Eventstore (#22) 2020-04-06 06:42:21 +02:00
.releaserc.js chore: setup build process (#30) 2020-04-06 06:44:28 +02:00
go.mod Project commands (#26) 2020-04-07 13:23:04 +02:00
go.sum Project commands (#26) 2020-04-07 13:23:04 +02:00
LICENSE Initial commit 2020-03-16 14:51:32 +01:00
README.md chore: setup build process (#30) 2020-04-06 06:44:28 +02:00
SECURITY.md docs(readme): security policy (#19) 2020-03-20 06:30:10 +01:00

ZITADEL

Zitadel

semantic-release Release license release Go Report Card codecov

This project is in alpha state. The API will continue breaking until version 1.0.0 is released

What Is It

It will be an IAM ;-)

How Does It Work

Why Another IAM

How To Use It

How To Contribute

TBD

Security

See the policy here

License

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.