Commit graph

477 commits

Author SHA1 Message Date
Jeff Forcier
7cc8e28dfa Changelog re #53 2016-05-06 17:19:41 -07:00
Jeff Forcier
f22a7ddb5e DDD, TDD and implementation re #53, fixes #53 2016-05-06 17:07:46 -07:00
Jeff Forcier
e8cf10afa5 Rename unfortunately scope-limited test 2016-05-06 16:39:19 -07:00
Jeff Forcier
4acee8aa28 Cut 1.1.0 2016-04-28 20:01:15 -07:00
Jeff Forcier
a4239b567b Add 1.1.0 release item, and mark recent bug as major.
No time for 'true' bugfix releases right now. ironically.
2016-04-28 20:01:05 -07:00
Jeff Forcier
6fbfd4f1ef Implement specs-and-keywords behavior re #45 2016-04-28 19:09:18 -07:00
Jeff Forcier
755da88704 Shoulda done this earlier 2016-04-28 19:08:51 -07:00
Jeff Forcier
7f6dd57533 DDD re combining keywords and specs 2016-04-28 18:55:05 -07:00
Jeff Forcier
64daa56cfc Tighten up release_line_re for more-correct errors atm 2016-04-28 18:45:06 -07:00
Jeff Forcier
bcf0decbe9 New failing test proving keywords+specs not compatible yet 2016-04-28 18:39:16 -07:00
Jeff Forcier
688bbd9134 Tweak logic to fix regression re: backported keyword 2016-04-28 17:56:14 -07:00
Jeff Forcier
f6c21096a0 Add test proving regression found re #45
Backported feature-like objs not being added to feature bucket
2016-04-28 17:20:36 -07:00
Jeff Forcier
07a690ef6e Welp 2016-04-27 22:50:35 -07:00
Jeff Forcier
9816202416 Python 3 specific fix.
Turns out dict.keys is NOT atomic in Py3
2016-04-27 22:42:06 -07:00
Jeff Forcier
fd40fc1032 Oh hey more Python 3 releases are out now 2016-04-27 22:41:43 -07:00
Jeff Forcier
9e8155ef02 Flesh out last presentation skel test.
Already passes due to how earlier functionality
was implemented. Toot?
2016-04-27 22:23:10 -07:00
Jeff Forcier
ec4e4ae8a3 Expand TODO 2016-04-27 22:22:26 -07:00
Jeff Forcier
a62e8296df Fix bug bug. 2016-04-27 22:19:51 -07:00
Jeff Forcier
f5efca6763 Rename test which now (with previous commit) proves another bug 2016-04-27 22:13:12 -07:00
Jeff Forcier
6473ac4159 Have expect_releases complain about leftovers 2016-04-27 22:12:05 -07:00
Jeff Forcier
1cd5982d31 Test + impl re: another presentation bug 2016-04-27 21:39:04 -07:00
Jeff Forcier
386d58d07d Fix first failing presentation bug 2016-04-27 21:32:45 -07:00
Jeff Forcier
d5fc2cabc6 Fix bug re: pre-major-release bugfix entries 2016-04-27 21:28:39 -07:00
Jeff Forcier
6167cd79e3 Factor out bug-vs-feature logic 2016-04-27 21:11:25 -07:00
Jeff Forcier
0aefb2fd68 Another new test proving said wrinkle-bug 2016-04-27 20:41:54 -07:00
Jeff Forcier
4edcaa93a0 Totally forgot to expand this last conceptual doc item.
But it let me notice another wrinkle I didn't address, re: bugs
2016-04-27 20:34:33 -07:00
Jeff Forcier
6317b7439a Failing test re: current silly bug in header display 2016-04-27 20:20:01 -07:00
Jeff Forcier
fba5453f15 More untested stuff I found that needs tweaking 2016-04-27 20:13:59 -07:00
Jeff Forcier
c15f3231f5 Finish fixing implementation of true-Spec format functionality.
Also fix the poorly written test. Bluh
2016-04-27 19:50:01 -07:00
Jeff Forcier
9af59066d9 Fix typo in doc example 2016-04-27 19:43:15 -07:00
Jeff Forcier
30a98f5750 Rename variable to be more accurate 2016-04-27 18:47:17 -07:00
Jeff Forcier
1cea5969bf Think this comment is outdated now 2016-04-27 18:45:21 -07:00
Jeff Forcier
7229b1f004 Rename all models' 'line' attrs to something more accurate.
Also incidentally re-fixes #44, meh
2016-04-27 18:30:22 -07:00
Jeff Forcier
9cf6279de1 Flesh out a skel test re: lack of full semver specs 2016-04-27 18:13:26 -07:00
Jeff Forcier
4b6219b3cd Another skel test I forgot to add 2016-04-27 17:56:27 -07:00
Jeff Forcier
ea72c2304f Tighten up generation of top-level constructs in 'lines' structure
Makes previously committed test pass \o/
2016-04-27 17:25:03 -07:00
Jeff Forcier
a7c3373b88 New test proving another bug caused by this branch.
Hilariously, real world surfacing occured in our own changelog
2016-04-27 17:02:50 -07:00
Jeff Forcier
5fe29a0745 Refactor some recent test stuff 2016-04-27 17:02:23 -07:00
Jeff Forcier
3c9e1387ed Import reorg 2016-04-27 16:55:41 -07:00
Jeff Forcier
5c74c68d42 RTD moving to .io domain 2016-04-27 15:45:35 -07:00
Jeff Forcier
32a9225c49 Add TODO re #44 related issue 2016-04-27 15:17:45 -07:00
Jeff Forcier
de477e4bad Merge branch 'master' into major-releases-45 2016-04-27 15:16:42 -07:00
Jeff Forcier
561bdf977d Changelog re #44 2016-04-27 15:15:51 -07:00
Jeff Forcier
afc374b71c Merge pull request #44 from python-xy/fix_sphinx_135
fix crash when using sphinx > 1.3.4
2016-04-27 15:13:08 -07:00
Jeff Forcier
fb1c7c8265 Changelog + setup.py update for semantic_version dep add
Re #45
2016-04-27 15:01:57 -07:00
Jeff Forcier
4724319c18 Tweak README to be slightly more useful/accurate 2016-04-27 15:01:26 -07:00
Jeff Forcier
477009d255 Fix remaining bugs, we're back to 100% green WOO 2016-04-27 14:52:01 -07:00
Jeff Forcier
800f12a61e Get closer to tests passing 2016-04-26 23:23:35 -07:00
Jeff Forcier
3571936db0 Attempted DDD re: edge case of pre-major-release features 2016-04-26 17:20:36 -07:00
Jeff Forcier
ea85a04051 WIP; mostly there re: reorganization, but clearly some bugs 2016-04-26 15:52:59 -07:00