Conversation
raynei86
commented
Aug 9, 2024
Collaborator
- Bumped dependencies
- Updated README
- Added celery support
- Add docker and compose support
updated frontend pages for edit_user, profile pages new_request form - WIP
Added nyc-core-framework to new_vendor page Separated header and footer
Added required field errors to vendor in new_request pages Deleted RequestForm from main
Deleted bootstrap-editable Implemented nyc-core-framework to vendor pages Refactored views/new_request to set proper types(Decimal) Refactored request/forms field types for InputMask
…endor forms into one VendorForm Added alert-msg for funding source on new_request Changed form name and id in edit_request, new_request, edit_vendor, new_vendor Added session timeout, logout modal Combined NewVendorForm and EditVendorForm into VendorForm
Added nyc-core-framework to alert message Fixed funding source fields on edit_request page
Fixed alert msg for new_vendor page
Created StatusEvents table in models.py Status history ajax and backend WIP
Created migration for status_events
Added flask msg for status update Added ajax for status history
Added search filter for status on request page Deleted old version of jquery Added PROC role to disable vendors
Fixed request.css
Added validation with vendor name for new_vendor Updated query to sort visibility for users and vendors Included Procurement Head to manage users Fixed close button for alert msg on new_vendor and new_request
Recreate db for status_events with new status
Fixed typos for js files
Add Procurement Head to edit vendor Deleted old status_events_table
Signed-off-by: Lihui Zhang <zlihui486@gmail.com>
Both files have also been reworded and edited.
This should solve the issue of gunicorn getting angry at the "--config" flag, as this is the default filename it expects the config file to have.
Flask defaults to port 5000 in development builds, so that should be used in the container as well. And since it's a development build, debug mode should be active.
Quite annoying how the `pip freeze` output differs from older versions, obfuscating the diff.
The problem was that the config file could not be called `gunicorn.py`, as that would cause some sort of name conflict.
Should not be used in production yet, especially the docker image. Celery should be daemonized in production.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.