Files
2012-02-21 01:15:00 -05:00

1 line
4.8 KiB
JSON

[{"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302830399.1623859, "message": "Thanks for everyone's support and I hope to release these changes publicly soon!", "group_id": 7079, "id": 693237}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302830213.267534, "message": "There are some early architecture decisions that need to go in order to support more things than Python. @ptone and I hammered out some stuff and he started things up in a separate project.", "group_id": 7079, "id": 693188}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302830307.194031, "message": "Therefore, I started a major refactor in a private branch. Why private? Well, I needed to go heads down and not think about anything else. And I needed a git repo so when I bork things I can recover.", "group_id": 7079, "id": 693216}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302830172.4540241, "message": "Just so everyone knows...", "group_id": 7079, "id": 693175}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302830249.4949651, "message": "His work has been awesome, but has pointed out some tight coupling in the design that need to be loosened up in order for Packaginator to meet its destiny.", "group_id": 7079, "id": 693202}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302830372.030762, "message": "In any case, I hope to finish this up today, but I suspect it won't be done until tomorrow or sometime this weekend. The real drag has been that the changes break all the lovely fixtures, and I've learned my lesson about relying on them for complex/large projects needing revision.", "group_id": 7079, "id": 693230}, {"user_id": 3354, "stars": [], "topic_id": 19531, "date_created": 1302833656.8918431, "message": "Release early, release often! Good luck ...", "group_id": 7079, "id": 693877}, {"user_id": 12620, "stars": [], "topic_id": 19531, "date_created": 1302845086.8523271, "message": "Sounds mischievous. Are you going rogue on us?", "group_id": 7079, "id": 696066}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302852952.926826, "message": "Nope. Just needed to focus. My hope is to have this into master within a day. We'll see.", "group_id": 7079, "id": 697418}, {"user_id": 9896, "stars": [], "topic_id": 19531, "date_created": 1302861038.971813, "message": "major refactors are when you find out how evil fixtures are :-( looking forward to a more awesome packaginator tho", "group_id": 7079, "id": 698816}, {"user_id": 1822, "stars": [], "topic_id": 19531, "date_created": 1302873246.652004, "message": "Have you been following https://convore.com/python/is-there-anything-similar-to-machinist-or-factory_girl-in-python/", "group_id": 7079, "id": 700213}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1302912080.775784, "message": "Apologies. This has been sketchy of me. Plan to deliver soon!", "group_id": 7079, "id": 707099}, {"user_id": 205, "stars": [], "topic_id": 19531, "date_created": 1303007451.6100371, "message": "Load your fixture data in a test DB. Update your code, run your migrations, resave the fixtures", "group_id": 7079, "id": 714973}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1303010538.733875, "message": "@ericholscher the problem is that if the fixtures were generated and then the tests look for SPECIFIC ids in those fixtures, and those fixtures change, then you have to rewrite a lot of tests. Lesson has been learned, blog post will happen. :)", "group_id": 7079, "id": 715242}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1303010591.0377059, "message": "See https://github.com/cartwheelweb/packaginator/blob/package_refactor/docs/package_extenders.rst", "group_id": 7079, "id": 715244}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1303010561.927175, "message": "Not quite done yet, but here is the branch, now made public: https://github.com/cartwheelweb/packaginator/tree/package_refactor", "group_id": 7079, "id": 715243}, {"user_id": 205, "stars": [], "topic_id": 19531, "date_created": 1303015036.108259, "message": "AH, yea", "group_id": 7079, "id": 715482}, {"user_id": 205, "stars": [], "topic_id": 19531, "date_created": 1303015058.904187, "message": "not sure how you fix that when you're autogenerating data, I guess by querying other unique fields?", "group_id": 7079, "id": 715484}, {"user_id": 205, "stars": [], "topic_id": 19531, "date_created": 1303015068.6477721, "message": "But it seems like you could be doing that in your tests when using fixtures too", "group_id": 7079, "id": 715485}, {"user_id": 1398, "stars": [], "topic_id": 19531, "date_created": 1303017685.534332, "message": "Well, I've changed the tests to not query on the ID field but on slugs. And a lot of the test data is now created by Mock scripts.", "group_id": 7079, "id": 715611}]