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

Fix missing migrations #5819

Merged
merged 50 commits into from
Feb 3, 2023
Merged

Fix missing migrations #5819

merged 50 commits into from
Feb 3, 2023

Conversation

greenape
Copy link
Member

Closes #5818

I have:

  • Formatted any Python files with black
  • Brought the branch up to date with master
  • Added any relevant Github labels
  • Added tests for any new additions
  • Added or updated any relevant documentation
  • Added an Architectural Decision Record (ADR), if appropriate
  • Added an MPLv2 License Header if appropriate
  • Updated the Changelog

Description

Adds the missing migration machinery to docker ignore

@cypress
Copy link

cypress bot commented Jan 31, 2023

Passing run #17666 ↗︎

0 4 0 0 Flakiness 0

Details:

Merge pull request #5829 from Flowminder/dependabot-pip-flowmachine-pre-commit-3...
Project: FlowAuth Commit: fda112540d
Status: Passed Duration: 00:50 💡
Started: Feb 3, 2023 11:11 AM Ended: Feb 3, 2023 11:12 AM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@greenape greenape added bug Something isn't working FlowAuth Issues related to FlowAuth labels Jan 31, 2023
@codecov
Copy link

codecov bot commented Jan 31, 2023

Codecov Report

Merging #5819 (8946d11) into master (77aedda) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #5819      +/-   ##
==========================================
- Coverage   93.33%   93.24%   -0.09%     
==========================================
  Files         277      277              
  Lines       10828    10828              
  Branches      895      895              
==========================================
- Hits        10106    10097       -9     
- Misses        593      602       +9     
  Partials      129      129              
Impacted Files Coverage Δ
flowauth/backend/flowauth/main.py 96.61% <ø> (ø)
flowauth/backend/flowauth/models.py 89.27% <100.00%> (ø)
flowauth/backend/flowauth/_version.py 40.11% <0.00%> (-2.55%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Thingus and others added 13 commits January 31, 2023 22:25
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.4.1 to 12.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.4.1...v12.5.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…auth-frontend-cypress-12.5.0

Bump cypress from 12.4.1 to 12.5.0 in /flowauth/frontend
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…23.1.0

Bump black from 22.12.0 to 23.1.0 in /flowdb
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…enerator-black-23.1.0

Bump black from 22.12.0 to 23.1.0 in /flowkit_jwt_generator
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…k-23.1.0

Bump black from 22.12.0 to 23.1.0 in /flowauth
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…-23.1.0

Bump black from 22.12.0 to 23.1.0 in /flowapi
flowauth/Pipfile Outdated Show resolved Hide resolved
mergify bot and others added 24 commits February 3, 2023 04:26
…pykernel-6.21.1

Bump ipykernel from 6.21.0 to 6.21.1 in /flowmachine
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.5.0 to 12.5.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.5.0...v12.5.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets-eco/flask-sqlalchemy/releases)
- [Changelog](https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst)
- [Commits](pallets-eco/flask-sqlalchemy@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: flask-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…auth-frontend-cypress-12.5.1

Bump cypress from 12.5.0 to 12.5.1 in /flowauth/frontend
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/Flask-Migrate@v4.0.3...v4.0.4)

---
updated-dependencies:
- dependency-name: flask-migrate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…k-sqlalchemy-3.0.3

Bump flask-sqlalchemy from 3.0.2 to 3.0.3 in /flowauth
…k-migrate-4.0.4

Bump flask-migrate from 4.0.3 to 4.0.4 in /flowauth
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…re-commit-3.0.3

Bump pre-commit from 3.0.2 to 3.0.3 in /flowmachine
@greenape greenape added the ready-to-merge Label indicating a PR is OK to automerge label Feb 3, 2023
@greenape greenape merged commit c192a5b into master Feb 3, 2023
@greenape greenape deleted the fix-missing-migrations branch February 3, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowAuth Issues related to FlowAuth ready-to-merge Label indicating a PR is OK to automerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration deployment fixes
2 participants