zitadel/internal
Stefan Benz bc9a85daf3
feat: V2 alpha import and export of organizations (#3798)
* feat(import): add functionality to import data into an instance

* feat(import): move import to admin api and additional checks for nil pointer

* fix(export): export implementation with filtered members and grants

* fix: export and import implementation

* fix: add possibility to export hashed passwords with the user

* fix(import): import with structure of v1 and v2

* docs: add v1 proto

* fix(import): check im imported user is already existing

* fix(import): add otp import function

* fix(import): add external idps, domains, custom text and messages

* fix(import): correct usage of default values from login policy

* fix(export): fix renaming of add project function

* fix(import): move checks for unit tests

* expect filter

* fix(import): move checks for unit tests

* fix(import): move checks for unit tests

* fix(import): produce prerelease from branch

* fix(import): correctly use provided user id for machine user imports

* fix(import): corrected otp import and added guide for export and import

* fix: import verified and primary domains

* fix(import): add reading from gcs, s3 and localfile with tracing

* fix(import): gcs and s3, file size correction and error logging

* Delete docker-compose.yml

* fix(import): progress logging and count of resources

* fix(import): progress logging and count of resources

* log subscription

* fix(import): incorporate review

* fix(import): incorporate review

* docs: add suggestion for import

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>

* fix(import): add verification otp event and handling of deleted but existing users

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2022-07-28 13:42:35 +00:00
..
actions chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
admin/repository fix: scheduling (#3978) 2022-07-22 10:08:39 +00:00
api feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
auth/repository fix: handle nil pointer when login hint is invalid (#4066) 2022-07-28 14:11:10 +02:00
auth_request/repository chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
authz fix: project grants (#4031) 2022-07-27 07:55:44 +00:00
cache chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
command feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
config fix: enable env vars in setup steps (and deprecate admin subcommand) (#3871) 2022-06-27 10:32:34 +00:00
crypto feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
database chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
domain feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
errors fix: token check and error unwrapping (#3648) 2022-05-18 10:49:16 +02:00
eventstore feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
form chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
i18n fix: (french) translations (#3922) 2022-07-07 10:58:24 +00:00
iam fix: handle default org id (#3769) 2022-06-03 14:30:39 +02:00
id feat: Configurable Unique Machine Identification (#3626) 2022-05-24 16:57:57 +02:00
migration feat: allow system config changes (#3876) 2022-07-20 11:20:49 +02:00
notification fix: (french) translations (#3922) 2022-07-07 10:58:24 +00:00
org fix: loginnames in login and mails (eventstore v1 queries) (#3636) 2022-05-16 13:10:10 +00:00
project fix: loginnames in login and mails (eventstore v1 queries) (#3636) 2022-05-16 13:10:10 +00:00
proto chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
protoc feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
qrcode docs(legal): Updated agreements and policies v2 (#3823) 2022-06-15 08:30:58 +02:00
query feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
renderer chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
repository fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
static fix: load auth users (#3907) 2022-07-07 14:58:00 +02:00
statik feat: translate error messages (#254) 2020-06-22 13:51:44 +02:00
telemetry feat: provide metrics endpoint (#3902) 2022-07-18 10:42:32 +02:00
test feat: protos refactoring 2021-03-09 10:30:11 +01:00
user fix: handle events of PATs correctly (#4024) 2022-07-22 13:47:55 +02:00
view fix: scheduling (#3978) 2022-07-22 10:08:39 +00:00
webauthn fix: require user verification for passwordless authentication (#3896) 2022-07-06 08:32:05 +02:00