[CXX-58] Add mechanism to receive change notifications from server repo for forked client files Created: 19/Feb/14 Updated: 28/Feb/14 Resolved: 28/Feb/14 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | legacy-0.0-26compat-2.6.0-rc0 |
| Type: | Task | Priority: | Critical - P2 |
| Reporter: | Andrew Morrow (Inactive) | Assignee: | Tyler Brock |
| Resolution: | Done | Votes: | 0 |
| Labels: | legacy-cxx | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Description |
|
We need a way to be notified when changes are applied to the SERVER files that we are taking into the C++ driver, so we can evaluate changes for cherry-pick into the C++ driver repo. |
| Comments |
| Comment by Tyler Brock [ 26/Feb/14 ] |
|
This should be working now and we should get notifications, lets see if it works... |
| Comment by Tyler Brock [ 24/Feb/14 ] |
|
Ok, my strategy for this ticket is as follows: Create simple web application that can receive JSON post requests from a webhook. When a request is received:
Create webhook on mongodb/mongo repository that pushes json data on push events to our web server. It would be nice if we also saved the json inside a mongo database and were able to do other things but that might be for v2. |