Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-flask-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PaaS-templates
python-flask-template
Graph
master
Select Git revision
Branches
3
dev
flask-migrate
master
default
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Jan
2
1
2
Dec
1
30
Nov
26
22
17
9
8
4
3
26
Oct
21
20
Version 1.0.1
master
master
Merge branch 'master' into 'dev'
dev
dev
Completed writing the tutorial in the readme
Version 1.0.0
Update .gitlab-ci.yml
Added deployments to both vms
Add the other panopto_example buttons
Add panopto_example button
Change panopto example route to work with new package
Add requirement i forgot to add
Added imperial_panopto api package with example route
materials integration
Configured Gitlab CI file with testing stage
Added example tests for application
Reverted to template without migrations, with auth package
Merge branch 'master' into 'flask-migrate'
flask-migrate
flask-migrate
remove entities route
added auth examples to template
Add Flask-Migrate to requirements.txt
Refactored warning prints in app.py.
Improved CLI and README.
Improved README
Improved CLI and README. Added "second_db". Added "Iris" and "IrisClass"
Removed redundant attempt of generating migration script when mode is
Modified ".bat" scripts to be ".sh" scripts. Updated README.
Removed tracked files after gitignore change.
Potential gitignore fix for migration binding directories.
Moved migration .bat files into "migrations". Modified their relative
Added "Persons" blueprint, separating out the "Person" specific routes
Added "surname" to index form.
Added "RunUpgradeMigration" and "RunDowngradeMigration". Improved
Added initial README for migrations.
Removed hardcoded connection strings.
Added "migrations" to .gitignore.
Commented explanation of PORT_ENV_VAR_KEY.
Refactored adding "Person" and getting all persons.
Initial flask migrate integration. Removed "auth".
Update entity.py
create if db specified
Fix CRUD on first deployment
Loading