bocoup / nest-weekly-review

An application for managing billing data for consulting projects
http://weekly-review.bocoup.com/
1 stars 2 forks source link

[Fix] Preserve attrs when replacing utilizations #113

Closed jugglinmike closed 9 years ago

jugglinmike commented 9 years ago

In some cases, setting a utilization at a specific date entails deleting an existing utilization. When this is necessary, a new utilization may be created in its place.

Ensure that when this case occurs, the newly-created utilization matches the utilization that previously occupied the specified date.

jugglinmike commented 9 years ago

Not sure why TravisCI hasn't started a build for this pull request. The project's administration panel reports that the "last delivery was successful".

jugglinmike commented 9 years ago

TravisCI has not received a request from this project in 2 months: https://travis-ci.org/bocoup/nest-weekly-review/requests . I just re-submitted the service configuration via GitHub's interface. I'll try pushing a new commit...

jugglinmike commented 9 years ago

That worked. I'm wondering if the [Fix] prefix on the commit message is being interpreted as some sort of CI-specific directive...

jugglinmike commented 9 years ago

7a79208 merged to master