multi-tenant
Here are 110 public repositories matching this topic...
-
Updated
May 28, 2020 - PHP
Bug report
Title
Add a section in category to view all product assigned to that category.
Issue Description
Add a section in category to view all product assigned to that category.
Preconditions
1. framework Version.- master
Steps to reproduce
1. step1- Create a product and select category for that product.
2. step2- Go to Category section and edit th
-
Updated
Jun 3, 2020 - PHP
(I'm sorry to be so blunt and ask this before trying it out myself. Forgive!)
The README says:
- Invitation and registration functionality works out of the box for many situations and can be extended as need to fit specific requirements.
... yet it doesn't mention social authentication, such as [django-allauth](ht
As interface shows below:
/**
* <p>
* Send batch messages to server.
*
* @param messages messages to be sent.
*/
void send(List<Message> messages);
This API can lead to multiple behaviors, such as sending to multiple partitions, or the same partition, so how should we define the behavior of this method?
And this issue exists in many places, suc
-
Updated
May 27, 2020 - Ruby
-
Updated
Mar 1, 2019
Describe the bug
A clear and concise description of what the bug is.
如果打开不同用户的webui 在查看用户执行的sql记录时,会调到其他用户的sql记录
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and
-
Updated
Apr 6, 2020 - PHP
i played with it, it generates error-denied template, we need to customize a little bit : add a dedicated message like "The website is in maintenance - we are back in a couple of minutes !"
can be usefull in case we upgrade our websites
related : pi-engine/pi#1070
Today the templates/gateway_config.yml includes many essential values. Some of them are exposed to overrides in init.yaml But several are not. I think the best approach is to have default possible to override all "changeable" values. For gateway config template we are almost there, the are three values sticking out. [L30-L32](https://github.com/openfaas-incubator/ofc-bootstrap/blob/6accd2fbe
-
Updated
Apr 30, 2020 - HTML
Currently, Prisma does not have a cross-database PrismaClient (See prisma/prisma-client-js#184).
This means that once we set a provider for the first tenant, all other tenants will have to use the same provider.
There is two ways to handle this issue:
- Wait for Prisma to have a cross-database Photon (not sure if/when this will happen)
- Use
prisma-multi-tenantto add a datasource for
-
Updated
Mar 28, 2020 - C#
-
Updated
Feb 25, 2020 - Java
-
Updated
Aug 16, 2019 - C#
-
Updated
Aug 14, 2018 - PHP
-
Updated
Apr 20, 2019
-
Updated
Mar 11, 2020 - Java
-
Updated
Mar 6, 2020 - PHP
-
Updated
Feb 17, 2018 - Ruby
-
Updated
Apr 3, 2019 - Go
-
Updated
Apr 17, 2020 - C#
-
Updated
Feb 7, 2019 - Ruby
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Feb 29, 2020 - Go
Improve this page
Add a description, image, and links to the multi-tenant topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-tenant topic, visit your repo's landing page and select "manage topics."

The steps described in our README does not work for me: https://github.com/citusdata/citus/blob/master/CONTRIBUTING.md#following-our-coding-conventions
The main problem is that after cloning the
toolsrepo we need to runmake installfrom top level instead ofuncrustifybecause many of the variables are defined at the top level.