Commit Graph

10 Commits

Author SHA1 Message Date
Abin Simon
fb4fa3781c Rename RafaySystems to RafayLabs 2022-03-24 12:42:59 +05:30
Akshay Gaikwad
d792e57105 Format all packages using go fmt 2022-03-21 12:28:27 +05:30
Abin Simon
8c0a61f0d8 Convert initialization from using dao to using util funcs 2022-03-17 14:51:26 +05:30
Abin Simon
701ab5c536 Switch to fetching all needed values via named cli args 2022-03-15 13:34:47 +05:30
Abin Simon
98ac0c4bbc Restructure initialization code 2022-03-14 18:12:20 +05:30
Abin Simon
bc19970395 Allow creation of initial org admin user 2022-03-14 12:34:20 +05:30
Abin Simon
3aedac3201 Fix scope for roles
This might not really be necessary but a good check
2022-03-14 12:34:18 +05:30
Abin Simon
8184c23a8f Initialize script to create org, partner and roles
We should probably have the role creation moved into adminsrv, but
since we are only creating new orgs like this as of now let us
continue with this.
2022-03-14 12:33:19 +05:30
Abin Simon
b049ebaf28 Delete a duplicate entry from json data for role 2022-03-14 12:33:19 +05:30
nirav-rafay
c66bdc25cd restructure rcloud-base as a single base controller (#37)
* restructure rcloud-base as a single base controller
* updated master.rest
* moved sentry from internal to pkg as it is used by relay
* removing unused rpc and it's dependencies
* Fix usermgmt tests
* Don't redefine variables in rest file
Co-authored-by: Abin Simon <abin.simon@rafay.co>
2022-03-03 17:59:06 +05:30