-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Onboard Sentry #54
Onboard Sentry #54
Conversation
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.
@chadwhitacre The JSON file is missing datetimeModified
, which makes checking for new changes impossible — could we add it?
Ah, I was expecting that we would add that on our side. Wdyt? |
Hmm, so the problem we want to solve here is: detecting when a member has changed their JSON file. Either way we have to: fetch from the JSON file URL periodically. To detect changes, we can either:
The code currently does (1). If you'd like to do (2), I can change the code to do that, and we can remove I would personally do (1) and keep |
Or should we just drop I think my thought in adding it originally is that we could use it to implement a more complex algorithm for fetching JSON files, something like: check |
Seeing how we're currently using it: Since this doesn't save us from the fetch, it seems we could probably just always save the file contents and let git do the work of picking up changes. |
Cool, let's just assume changed=newer and drop |
#55 :) |
That was speedy! |
4787841
to
6649ae6
Compare
Tested and LGTM, merging. |
We forgot to rename |
Also should have removed |
I also made a few improvements to Deployment done, LGTM! https://osspledge.com/members/sentry/ |
👍 🎉 |
No description provided.