piknik

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-08-21 07:24Avoid dir creation except addlash5+11-5
2023-08-20 13:29Set untagged when regenerating basket and tags are missing for entireslash5+10-3
2023-08-10 08:13Add comments heading in html, sender infolash6+23-3
2023-04-30 20:49Add pypi descriptionlash4+10-2
2023-04-30 13:34Add missing readmelash1+332-0
2023-04-30 13:31Add doc makefile and readmelash1+3-0
2023-04-30 13:18Add man pagelash4+360-2
2023-04-22 23:43Make remaining basket methods work with aliaslash3+21-12
2023-04-22 22:34Show as default subcmdlash3+7-2
2023-04-22 19:20Auto-generate valid alias when missinglash3+21-3
2023-04-22 14:27Make test cli tool use temp data dirlash1+9-9
2023-04-22 14:22Bump versionlash1+1-1
2023-04-22 14:17Add alias support for deplash8+67-28
2023-04-22 08:29Work with missing alias fieldlash3+4-2
2023-04-22 08:24Bump versionlash2+4-1
2023-04-22 08:22List aliases in show cmd, disposable pgp key in cli testlash7+16-6
2023-04-22 07:57Add issue alias for manipulating issue on clilash8+119-31
2023-04-20 07:11Fix broken add toollash11+33-10
2023-04-20 07:01Add missing handling for top level --helplash3+6-3
2023-04-20 06:56Enable top-level helplash3+12-5
2023-04-20 06:50Fix crash on cmds missing show_finished arglash3+4-2
2023-04-20 06:41Make two issues render test passlash1+1-2
2023-04-20 06:36Fix runaway recursion bug in html issue renderlash3+10-7
2023-04-19 18:56Fix truncate last state in html render, reenable cli state filterlash10+48-9
2023-04-19 10:45Upgrade shep, create missing tag dirs from compositeslash4+5-2
2023-04-19 09:45updatelash2+2-0
2023-04-19 09:42Add pending state handlerlash7+14-6
2023-04-19 08:29Fix fail when generating to outdir with show cli toollash3+6-5
2023-04-19 07:48Add piknik issue trackerlash4+2-1
2023-03-21 10:19Add main entry point for master scriptlash2+9-2
2023-03-19 20:38Manual implementation of subcommandslash5+49-42
2023-03-19 11:46Bump versionlash2+4-5
2023-03-19 11:43Implement subcommand for clilash10+125-222
2023-03-19 10:47WIP organize subcommandslash6+247-83
2023-01-16 11:02Add accept flag, fix console script pathslash4+15-5
2023-01-01 14:06Add depends to html outputlash2+16-0
2023-01-01 14:02Add dependency setting for issueslash9+94-5
2022-12-05 09:18Force html deps in default installlash3+10-1
2022-12-05 09:14Bump versionlash1+1-1
2022-12-05 09:12Reduce forced loglevel in showlash1+1-1
2022-12-05 09:11Move message list to issue detail enclosurelash1+6-4
2022-12-03 19:06WIP correct hierarchy for messages on standalone html issue renderlash1+3-1
2022-12-03 18:50Preserve proper hierarchy on html output of states, issues, messageslash2+5-3
2022-12-03 18:23Correct order of multipart content in messagelash2+15-13
2022-12-03 17:40Improve issue render of tags, assignlash1+9-6
2022-12-03 17:34Add issue state to standalone plain renderlash4+17-14
2022-12-03 15:20Add state field to html standalone issue outputlash3+6-1
2022-12-03 11:56Reinstate html recursive dumplash3+83-29
2022-12-03 09:18Implement file attachment in messages, dynamic load renderer in show toollash7+75-198
2022-12-02 21:44Inline image attachment in html renderlash3+18-18
2022-12-02 21:28Remove commented code, add missing html test filelash2+125-120
2022-12-02 21:26Render message parts in htmllash3+40-11
2022-12-02 20:52Add prelimiary message listing for html renderlash3+45-6
2022-12-02 20:18Partial reimplementation of html single issue renderlash1+42-2
2022-12-02 14:01Reimplement state index for htmllash2+178-122
2022-12-02 12:03Rehabilitate crypto testlash5+12-10
2022-12-02 11:47Rehabilitate render testlash3+22-9
2022-12-02 11:32Add message pre-buffer for envelope validitylash1+11-2
2022-12-02 11:24Retrieve correct signing material for verifylash7+126-102
2022-12-02 09:10Introduce wrapper parent class to hold message content bufferlash7+197-106
2022-12-01 16:11Set up complex visitor test patternlash2+55-19
2022-12-01 15:37Avoid duplicate message trigger for multipart enclosurelash3+25-11
2022-12-01 15:12Move renderer driver to base classlash9+224-38
2022-11-24 06:41Add file download links, dated separators between messageslash1+8-0
2022-11-21 20:48Add single issue render stublash4+78-17
2022-11-19 10:00Consolidate renderer hooks across list and showlash3+69-28
2022-11-19 09:22Move list cmd code to show cmdlash7+73-85
2022-11-19 09:01Add render module, stub html rendering of states, issue pagelash8+229-66
2022-11-18 08:08Bump versionlash1+1-1
2022-11-18 07:52Reverse message orderinglash3+58-29
2022-11-17 22:05Option to dump file contents to custom dirlash2+30-5
2022-11-17 15:12Revert to correct message grouping in comment and showlash7+42-29
2022-11-17 07:32Include signature status in show cmdlash3+63-13
2022-11-15 16:36Comment output when using show toollash8+72-13
2022-11-15 14:29Visitor pattern for message verifierlash10+103-63
2022-11-15 09:27Handle fail guess mime typelash2+9-3
2022-11-15 09:18Rename tool for commenting to commentlash3+2-1
2022-11-15 09:17Add file attachment in issue commit, preserve orderlash2+41-5
2022-11-15 08:01Add commit tool for adding messagelash8+44-12
2022-11-15 07:05Add missing manifest filelash1+1-0
2022-11-15 07:02Bump version, changeloglash2+3-3
2022-11-15 07:01Preserve owner in statelash6+46-8
2022-11-15 06:34Integrate assignments with storelash5+76-10
2022-11-15 05:54Enable issue unassignlash3+39-8
2022-11-15 05:44Add ownershiplash6+74-18
2022-11-15 05:23Serialize and deserialize assignments in issueslash8+247-14
2022-11-15 04:52Add identity uri generatorlash5+115-1
2022-11-09 19:26Add resume store signature verify testlash5+39-17
2022-11-09 19:08Add envelope signature verify to librarylash2+112-15
2022-11-09 15:53Move basket signature outside all partslash4+26-7
2022-11-09 15:11Add verify signature testlash3+39-24
2022-11-09 13:11Add pgp signature, with tests direct and via basketlash4+85-6
2022-11-09 12:08Add message wrapper hooklash7+58-4
2022-11-08 16:29Test resume msg when using filestorelash5+20-7
2022-11-08 16:07File add attachment in msglash5+69-15
2022-11-08 13:00Add changeloglash1+9-0
2022-11-08 12:57Add message store, get and put for textlash8+196-0
2022-11-07 19:01Add show commandlash2+40-0
2022-11-07 16:00Correct state count in test store factorylash1+1-1
2022-11-07 09:53Reinstate store tmpdir teardownlash1+1-1
2022-11-07 09:16Deduplicate blocked tasks in outputlash1+2-1
2022-11-07 09:07Make finished optional in list, add PROPOSED statelash4+13-6
2022-11-07 08:29Add proposed statelash3+14-5
2022-11-07 00:26Proper handle alias in persistent tag storelash7+79-18
2022-11-06 21:46Set up tag state directorylash7+117-21
2022-11-06 21:17Add state setters, list cmdlash5+93-14
2022-11-06 16:37Issue serialization, sync file store on instancelash11+151-67
2022-11-06 15:54Implement file store, add missing files, add issue cli toollash8+142-31
2022-11-06 15:19Prevent resurrectionlash3+22-3
2022-11-06 15:05Add all jumpslash2+28-3
2022-11-06 14:57Enable blocking, auto-unblock on advance, test full advancelash2+50-1
2022-11-06 14:31Add first progress testlash3+26-2
2022-11-06 13:17Add shep, simple progressionlash2+47-11
2022-11-06 13:16initial commitlash6+724-0