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

Experiment with distributing schemas across multiple databases #41

Closed
wants to merge 19 commits into from

Commits on Feb 22, 2021

  1. [Security] Bump django from 3.0.5 to 3.0.7

    Bumps [django](https://github.com/django/django) from 3.0.5 to 3.0.7. **This update includes security fixes.**
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@3.0.5...3.0.7)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    ced7ee9 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0387ccc View commit details
    Browse the repository at this point in the history
  3. Updated requirements.txt

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d7538b0 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    769d0d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07b7efb View commit details
    Browse the repository at this point in the history
  6. Moved cache utils to contrib

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2786d3e View commit details
    Browse the repository at this point in the history
  7. Changed location of tenant/domain model within TENANTS settings, in p…

    …reparation for static domains only
    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d686252 View commit details
    Browse the repository at this point in the history
  8. Updated dependencies

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    35b7ec9 View commit details
    Browse the repository at this point in the history
  9. Fixed bug

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    5d7e5fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52baa9f View commit details
    Browse the repository at this point in the history
  11. Extended django test matrix

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    a10a796 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2920b11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d34a54d View commit details
    Browse the repository at this point in the history
  14. [Security] Bump requests from 2.15.1 to 2.20.0

    Bumps [requests](https://github.com/psf/requests) from 2.15.1 to 2.20.0. **This update includes a security fix.**
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
    - [Commits](psf/requests@v2.15.1...v2.20.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    1e05335 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    46b9326 View commit details
    Browse the repository at this point in the history
  16. Fixed conceptual bug with schema descriptors used in management comma…

    …nds, regarding is_dynamic
    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6064c2c View commit details
    Browse the repository at this point in the history
  17. [Security] Bump cryptography from 3.3.1 to 3.3.2

    Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. **This update includes a security fix.**
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
    - [Commits](pyca/cryptography@3.3.1...3.3.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0025dd4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b07fad5 View commit details
    Browse the repository at this point in the history
  19. WIP

    lorinkoz committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    fbf0efa View commit details
    Browse the repository at this point in the history