Skip to content
#

multi-tenancy

Here are 132 public repositories matching this topic...

vcluster
remyleone
remyleone commented Mar 16, 2022

Is your feature request related to a problem?

Yes I would like to install and maintain vcluster using only homebrew like all my other packages on macos

Which solution do you suggest?

Having either a tap in your organization or send vcluster on the main homebrew repository

Which alternative solutions exist?

Install manually. The problem is that I would like to receive updates using

good first issue help wanted kind/feature
weilaaa
weilaaa commented Aug 18, 2021

Why CubeOptions need validation?
Before running KubeCube, we are supposed to doing options validate, quick exit if validate failed.

	Start = func(c *cli.Context) error {
		if errs := flags.CubeOpts.Validate(); len(errs) > 0 {
			return utilerrors.NewAggregate(errs)
		}

		run(flags.CubeOpts, signals.SetupSignalHandler())

		return nil
	}

How to do it?
We had validat

good first issue
nextacular

An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, Prisma, and Stripe.

  • Updated Apr 24, 2022
  • JavaScript
medusa-extender
adrien2p
adrien2p commented Apr 20, 2022

The migration loader should run after medusa database in order to keep the right order.
To resolve that, move the migration loader into the database loader after the originalDatabaseLoader such as

const databaseLoader = await import('@medusajs/medusa/dist/loaders/database');
const originalDatabaseLoader = databaseLoader.default;
databaseLoader.default = async ({ container, configModul
bug good first issue

Improve this page

Add a description, image, and links to the multi-tenancy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-tenancy topic, visit your repo's landing page and select "manage topics."

Learn more