Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Master #1

Merged
merged 40 commits into from
Sep 25, 2017
Merged

Update Master #1

merged 40 commits into from
Sep 25, 2017

Conversation

abmm
Copy link
Owner

@abmm abmm commented Sep 25, 2017

Update abmm/paper_trail with the last in izelnakri/paper_trail

This new function will allow the user to add information to the Ecto 
meta :prefix in order to use a different tenant for the operation on
the version struct.
This allows to remove unnecessary functions from PaperTrail module
Includes new definitions in order to be able to pass a list of options
to the final query and be able to set data such as Ecto :prefix. This adds
some basic documentation as well.
This module contains functions related with multi tenancy for test purposes
This module contains functions related with multi tenancy for test purposes
This module contains functions related with models queries for test purposes
This module contains functions related with models changesets for test purposes
Includes some new functions as well with common behaviors
Includes some new functions as well with common behaviors
…pport

Now the aux functions used on the example app tests are located in each
test file in stead of in one separated module.
Removes all the aux functions in order to make all the variables more
explicit and easier to understand. Removes some typos in person_test 
description.
dreamingechoes and others added 10 commits August 9, 2017 08:56
This will allow us to delete records with on cascade relations in the
same schema (it’s not possible at this moment).
This additional assertions will allow us to compare results between regular
behavior and the multi tenant one, and check if multi tenant generates some
conflicts on the public schema/database.
…ties-with-ecto-meta-prefix

Add multi tenancy capabilities with ecto meta prefix
…po_client, was causing problem not getting the correct config value
@abmm abmm merged commit 09b71bb into abmm:master Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants