Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce: add case | Martin Czygan | 2021-07-28 | 1 | -0/+6 |
| | |||||
* | add bref augment scaffold | Martin Czygan | 2021-07-27 | 1 | -0/+40 |
| | |||||
* | tests: use more sensible names | Martin Czygan | 2021-07-27 | 1 | -2/+2 |
| | |||||
* | move test utilities into testutil | Martin Czygan | 2021-07-27 | 1 | -32/+5 |
| | |||||
* | annotate test cases | Martin Czygan | 2021-07-27 | 1 | -5/+12 |
| | |||||
* | schema: have issued+accessed (CSLDate) actually omitempty | Bryan Newbold | 2021-07-24 | 1 | -2/+2 |
| | | | | | Similar to TargetCSL, these should be pointer types so they don't get encoded as empty objects when not set. | ||||
* | reduce: add test | Martin Czygan | 2021-07-14 | 1 | -0/+20 |
| | |||||
* | reduce: add csl field | Martin Czygan | 2021-07-14 | 1 | -0/+32 |
| | |||||
* | reduce: fix off-by-one error | Martin Czygan | 2021-07-14 | 1 | -1/+1 |
| | | | | duplication detection required a +1 on the index in the ref document | ||||
* | reduce: temp bug fix for line cutter | Martin Czygan | 2021-07-13 | 1 | -31/+56 |
| | | | | | | | | we wanted to trim whitespace at one point, because values contained the separator values; however this breaks with empty values; move back to not trimming values except for the newline, when requesting the last value; moving forward, we need to clean or reject dirty values or use a different delimiter | ||||
* | mock out time.Now for tests | Martin Czygan | 2021-07-13 | 1 | -0/+4 |
| | |||||
* | use most sensible file name | Martin Czygan | 2021-07-05 | 1 | -0/+451 |
* we have map, so we should have reduce |