-
Notifications
You must be signed in to change notification settings - Fork 0
Merge staging into main #165
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
Merged
Merged
Conversation
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
…functionality Okrs24 72 add signals sorting functionality
Fixed infinite scroll
…es, modified admin registration 🟢 context_processors.py 🟢 migrations/0003_descriptedfilter_alter_link_link_type_and_more.py 🟢 models.py -> Added DescriptedFilter and DescriptedFilterField classes 🟢 tools.py 🛠️ settings.py -> Added 'base.context_processors.filters_descriptions' 🛠️ signals.html -> Replaced hard-coded text with dynamic filter descriptions
…functionality Added possibility to manage filters hints from admin interface
Add gunicorn package
…k to work as expected - Update docker-compose.yaml to match service component naming so CI build-and-deploy process builds the expected container images and posts them correctly to the dployment webhook. - Update docker-compose.yaml with additional comments. - Update README.md with additional comments on build-and-deploy process.
…ilter 🛠️ signals/forms.py -> Added id field to SignalFilterForm 🛠️ signals/views.py -> Added "id" to get_url_params method 🛠️ signals.html -> Added id field and filter-submit button 🛠️ signals_list.html -> Added checkbox for id and associated form handling
🛠️ signals_list.html -> Added class to make table cell clickable
OKRS24-92 Change 'Active' filter
Fix a naming mismatch so that container deployments work
…to-each-row-to-filter-them Added filters by several ID to perform more precise filtering
…fields in SignalFilterForm
🛠️ signals.html -> Added bulk-select buttons for various form fields
🛠️ signals/filters.py -> Added time_label filter to SignalFilter 🛠️ signals/forms.py -> Updated choices to use translated strings 🛠️ signals/forms.py -> Updated search placeholder to use translated string
🛠️ filters.py -> Modified filter choices and added imports 🛠️ forms.py -> Modified source field to be a ModelMultipleChoiceField 🛠️ views.py -> Modified format_type, source, and time_label handling
Okrs24 100 Convert dropdowns do checkboxes
Pre development
changed source to show external_name in filter
OKRS24-221 Fixed data visualisation section.
🛠️ views.py -> Modified source field processing
OKRS24-222 Fixed responsiveness in 'Signals with the same base' table.
OKRS24-220 fixed datasources duplication, chanded filter from id to external_name value with in lookup
…AGE` in the production context to serve at `/signals/static/...`. This uses a regex to match on anyting that comes before `/static`, and then capture anything after into `$1` so that we can pass that as a file path to properly load the static files. Previously this only worked when we were server at the bare URL, but now it works when we are serving at `/signals/` (or potentially other URL "prefixes") as well.
…y config, as well as some notes about using the `MAIN_PAGE` env var. These options are typically only going to be used in production/non-dev environments.
OKRS24-224
Fixed 'Data Source' filter.
Changes the behavior of Nginx when configured to serve static files
…d 'Available Since', 'Available Until', 'Available for at least' filters.
use api.delphi.cmu.edu instead of api.covidcast
OKRS24-223
OKRS24-235 Added caching.
Enable CI on main branch
Merge development into staging
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.
No description provided.