-
Notifications
You must be signed in to change notification settings - Fork 4
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
Persist update #54
Merged
Merged
Persist update #54
Conversation
This file contains 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
AbnerBissolli
added a commit
that referenced
this pull request
Jul 8, 2022
* Update .gitignore file * Add nginx service * Update API dockerfile to setup production environment * Update .gitignore file * Update raw_data DDL on initial migration * Update production setup to match changes made on belize migration * Update .gitignore to ignore static images * Update nginx config * disable calculate_station_minimum_interval task * Merge develop (#28) * merge changes used to deploy a production instance (#24) * Update .gitignore file * Add nginx service * Update API dockerfile to setup production environment * Update .gitignore file * Update raw_data DDL on initial migration * Update production setup to match changes made on belize migration * Update .gitignore to ignore static images * Update nginx config * disable calculate_station_minimum_interval task Co-authored-by: Gabriel Cismoski <[email protected]> * Add MIT open source licence file (#23) * Add MIT open source licence file * Added license file Co-authored-by: Fabio Sato <[email protected]> * Export missing data (#26) * issue export missing data as -99.9 resolved * issue #25 export missing data resolved Co-authored-by: Gabriel Cismoski <[email protected]> Co-authored-by: Ian Edwards <[email protected]> Co-authored-by: Fabio Sato <[email protected]> Co-authored-by: Midms27 <[email protected]> * new tabs for metadata menu * new tabs for metadata menu (#31) * metadata layout bug fix * metadata layout first part and export data bug fix * Metadata form implemented with put request * Tasks querys update * Daily, monthly, and yearly multiple lines export bug fix (#37) * daily, monthly, and yearly multiple lines export bug fix * Removed duplicated pandas code and refactored date/time logic * Update tasks.py * Create README.md * Datetime field bug solved * datetime field bug fixed * datetime field bug fix * datetime field put bug fix * metadata endpoint modification * metadata put and get endpoint modified * metadata put and get endpoint modified * tasks update * Create deploy-cloud.yml * Update README.md * Update deploy-cloud.yml * Update deploy-cloud.yml * Adding fixture for wx.VariableFormat (#46) * 45 missing fixture for variableformat (#47) * Adding fixture for wx.VariableFormat * Updating fixture for wx.Variable model * 45 missing fixture for variableformat (#48) * Adding fixture for wx.VariableFormat * Updating fixture for wx.Variable model * Adding fixture for wx.CodeTable model * update range qc logic * map rendering bug fix (#50) * QC Null logic and QualityControl.md * Quality control logic update and code refactor (#51) * update range qc logic * QC Null logic and QualityControl.md Co-authored-by: Abner F. B. Costa <[email protected]> * QC Step Logic and Description flags * Code refactor and step logic * Update models.py * Update insert_raw_data.py * Requested database changes in WMO tables and country table (#53) * Change tables wx_wmoregion, wx_wmostationtype and wx_wmoprogram. * change country field from charfield to foreign key * update station model * change country to remarks * updated country table * rename code to notation in country table * wmo tables correction * wmo tables correction * dump new data and other changes * Update admin.py * Quality control for hourly persist * Workflow Update * Update deploy-cloud.yml * persist logic update * Changes in admin page and persistence bug fixes * Window logic and summaries recalculation * Summaries recalculation logic update * Persist update (#54) * Quality control for hourly persist * persist logic update * Changes in admin page and persistence bug fixes * Window logic and summaries recalculation * Summaries recalculation logic update * global thresholds range, step and persistence * Custom persistence window * Update deploy-cloud.yml * Rename docker-compose-prd.yml to docker-compose.yml * Rename docker-compose-dev.yml to docker-compose-win.yml * Update settings.py * Update README.md Co-authored-by: Gabriel Cismoski <[email protected]> Co-authored-by: Gabriel Cismoski <[email protected]> Co-authored-by: Ian Edwards <[email protected]> Co-authored-by: Fabio Sato <[email protected]> Co-authored-by: Midms27 <[email protected]> Co-authored-by: Midms27 <[email protected]> Co-authored-by: Abner F. B. Costa <[email protected]>
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.
Issue #43