-
Notifications
You must be signed in to change notification settings - Fork 16
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
restore dose-unit endpoint values to endpoint list #729
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
fedfc0b
begin prefilters
shapiromatron 74ce132
Replaced endpoint list views with django-filter implementations
rabstejnek d6f827a
Merge branch 'main' into prefilters
rabstejnek b157e94
Remove old javascript tables for endpoints
rabstejnek b640513
Merge branch 'prefilters' of https://github.com/shapiromatron/hawc in…
rabstejnek 078438f
Add row in endpoint table to convey no endpoints
rabstejnek f7ec736
Merge branch 'main' into prefilters
shapiromatron 715a0c5
change autocomplete to not require auth
shapiromatron 2ea0f4a
fix paginator instead of making new one
shapiromatron c9bca09
do not return form
shapiromatron b9c2f52
use standard queryset filter instead of prefilter method
shapiromatron 0efbedc
rewrite form creation hook
shapiromatron a83d43b
check views individually
shapiromatron 542c09e
Merge branch 'main' into prefilters
shapiromatron 62ef78d
add columns
munnsmunns 9d73a52
few more updates
shapiromatron 2a89721
Merge commit '542c09ea4984a1f271dc6cb0d8a72b7dcb8bbf4b' into prefilters
shapiromatron 1bba479
WIP create a dict w/ frontend values
munnsmunns d049cb5
update templates for header/footer
shapiromatron d3b5d3d
reimplement loel, noel, and bmdl fields
shapiromatron e4479ce
use correct noel/loel names
shapiromatron 4b23b92
Merge commit '1bba47957bcb5a2b5d08849f24c6172f167cb117' into loel-lists
shapiromatron 0af5672
removed unused JS
shapiromatron 33dd121
remove JS
shapiromatron bbd3e61
Merge remote-tracking branch 'origin/main' into loel-lists
shapiromatron 54e25ab
Merge branch 'main' into loel-lists
shapiromatron 44b518a
Merge branch 'main' into loel-lists
shapiromatron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reaaaallly cool!