-
Notifications
You must be signed in to change notification settings - Fork 60
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
Feat/track metrics #1019
Merged
Merged
Feat/track metrics #1019
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9ca7463
started metrics
elraphty f9a74fe
added redis
elraphty f8f6d2c
added redis get and set functions
elraphty 3b5bc15
added Redis map
elraphty bd57716
modified redis
elraphty 504f0ee
Merge branch 'master' into feat/track_metrics
elraphty af51e07
added endpoints for metrics
elraphty fd2fc0e
merged master
elraphty 452c1c2
merged master
elraphty d27e816
added bounty metrics
elraphty 153c154
added column for date difference
elraphty c1a27f9
added completetion_date difference
elraphty bff247e
Merge branch 'master' into feat/track_metrics
elraphty cfcc9c1
added metrics to redis
elraphty 6b48054
refactored redis
elraphty a2dedb0
Merge branch 'master' into feat/track_metrics
elraphty f54d142
added bounty by range
elraphty 9e8b87a
enforce price in number
elraphty 2585fda
added prettier info
elraphty d4d56e5
renamed routes
elraphty e996718
added Redis to Readme
elraphty af9c997
used completed functions
elraphty 85c3426
added more test for the difference function
elraphty 4f082eb
added tests for all helpers
elraphty 089d952
added superadmin middleware
elraphty 0de702d
added superadmin middleware functionality
elraphty d03c108
Merge branch 'master' into feat/track_metrics
elraphty 1792647
added bounty data for metrics
elraphty 42ebd4e
added SUPER_ADMINS to README
elraphty 7fb0e88
slight changes
elraphty b1ce47b
refactored the metrics average sum
elraphty 7c74653
uncommented redis
elraphty 28b7092
added Redis error clause to metrics code
elraphty 84fa142
fixed merge conflicts
elraphty 78c81b9
fixed config test error
elraphty 1844321
change SUPER_ADMINS to ADMINS
elraphty 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
Oops, something went wrong.
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.
If you can add this ENV var to the README and what it is used for that would be helpful
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.
@elraphty can you change this value to just
ADMINS
aswellSUPER_ADMINS
seems a bit much especially since we don't even have the concept of admins implemented yet