-
Updated
Jul 29, 2022 - C#
multi-tenancy
Here are 141 public repositories matching this topic...
-
Updated
Aug 8, 2022 - C#
-
Updated
Aug 5, 2022 - PHP
-
Updated
Jul 20, 2022 - TypeScript
As #596 is completed, the new metrics exported by the Capsule Proxy must be exposed in a Grafana dashboard in order to provide more visibility on this component.
Let's evaluate if using a new dashboard, or rather, the Capsule one.
Tenant Metrics
-
Updated
Feb 23, 2022 - Go
-
Updated
May 30, 2022 - PHP
-
Updated
Aug 8, 2022 - Java
-
Updated
Aug 24, 2018 - Go
-
Updated
Oct 14, 2017 - C#
-
Updated
Aug 4, 2022 - Go
-
Updated
Aug 8, 2022 - Go
-
Updated
Aug 3, 2022 - Go
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
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
Apr 6, 2020 - PHP
-
Updated
May 22, 2022 - Go
-
Updated
Jun 24, 2022 - Python
-
Updated
Jan 13, 2021 - C#
-
Updated
Jan 20, 2021 - Open Policy Agent
-
Updated
Aug 8, 2022 - Go
Add a method in the User model that allow invalidation the organizations cache of the user.
Possible Solution
# In openwisp_users.base.models.AbstractUser
def _invalidate_organization_organizations_dict(self):
cache.delete('user_{}_organizations'.format(self.pk))
try:
del user.organizations_managed
except AttributeError:
pass
try:
-
Updated
Dec 21, 2020 - C#
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Jul 14, 2017 - Java
-
Updated
Aug 6, 2022 - PHP
-
Updated
Mar 30, 2017 - Java
Improve this page
Add a description, image, and links to the multi-tenancy topic page so that developers can more easily learn about it.
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."
Proposed behavior
sqlsrv driver
Current behavior
mysql and postgreslq drivers