Skip to content

Commit

Permalink
feat: ecosystem ms setup (#105)
Browse files Browse the repository at this point in the history
* worked on the master table json file and .env sample refractoring

Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>

* merge dev branch to main (#77)

* fix: Changed the passkey approch

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat/fix: Implemented Add passkey for existing users

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* feat:implemented add passke

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* fix: login error message

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

---------

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* Included credebl-master-table json file in the .gitignore

Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>

* Create ecosystem monorepo

Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>

* feat: Implemented ecosystem microservice

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* feat: changed controller name

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* fix:changed return message

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* setup ecosystem prisma schema

Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>

---------

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Co-authored-by: Nishad Shirsat <103021375+nishad-ayanworks@users.noreply.github.com>
Co-authored-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
Co-authored-by: Shashank Kulkarni <44693969+KulkarniShashank@users.noreply.github.com>
Co-authored-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
  • Loading branch information
5 people committed Sep 10, 2024
1 parent bcd2216 commit 79e2328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/prisma-service/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,5 @@ model ecosystem_orgs {
lastChangedDateTime DateTime @default(now()) @db.Timestamptz(6)
lastChangedBy Int @default(1)
deletedAt DateTime? @db.Timestamp(6)
}

0 comments on commit 79e2328

Please sign in to comment.