Page MenuHomeMusing Studio
Feed All Stories

May 30 2019

robjloranger added a comment to T590: Should we change the import for writeas-go.

no, it's a mirror and working

May 30 2019, 12:57 AM · Write.as CLI
robjloranger added a comment to T604: Fetch user posts if authenticated.

perfect, me too

May 30 2019, 12:57 AM · Write.as CLI
matt created T606: Delete account post.
May 30 2019, 12:57 AM · Write.as CLI
robjloranger created T593: split user config into sub package.
May 30 2019, 12:57 AM · Write.as CLI
matt moved T604: Fetch user posts if authenticated from Backlog to Next Up on the Write.as CLI board.
May 30 2019, 12:57 AM · Write.as CLI
robjloranger closed T588: Support fetching individual collection post as Resolved.
May 30 2019, 12:57 AM · API Library: Go
robjloranger added a comment to T601: load global config from file.

it might not be as important as I think, the tool really only runs through once so as long as they share the loading and parsing code there is no need to load it at the start. just on demand and only if needed

May 30 2019, 12:57 AM · Refactor, WriteFreely CLI, Write.as CLI
robjloranger moved T598: refactor shared code from Next Up to Near Future on the Write.as CLI board.
May 30 2019, 12:57 AM · Refactor, WriteFreely CLI, Write.as CLI
matt created T607: Support importing posts from JSON file.
May 30 2019, 12:57 AM · Import, Write.as Web, WriteFreely
robjloranger removed a parent task for T598: refactor shared code: T597: split code out into shared package, allow multiple binaries.
May 30 2019, 12:57 AM · Refactor, WriteFreely CLI, Write.as CLI
robjloranger removed a subtask for T597: split code out into shared package, allow multiple binaries: T598: refactor shared code.
May 30 2019, 12:57 AM · Unknown Object (Project), Write.as CLI
matt created T588: Support fetching individual collection post.
May 30 2019, 12:56 AM · API Library: Go
matt updated the task description for T586: Support any WriteFreely instance.
May 30 2019, 12:56 AM · Restricted Project, WriteFreely CLI, Unknown Object (Project)
matt moved T583: List authenticated user's posts from Backlog to Far Future on the Write.as CLI board.
May 30 2019, 12:56 AM · Write.as CLI
robjloranger added a comment to T586: Support any WriteFreely instance.

I will ping you if I need some help for sure. We may be able to share some code now that I'm moving most of the cli into a package separate from the binary.

May 30 2019, 12:56 AM · Restricted Project, WriteFreely CLI, Unknown Object (Project)
matt updated the task description for T194: Add anonymous post syncing.
May 30 2019, 12:56 AM · Restricted Project, Write.as CLI
robjloranger created T592: split sync into sub package.
May 30 2019, 12:56 AM · Write.as CLI
matt created T587: Add flags for returning different post formats on publish.
May 30 2019, 12:56 AM · Write.as CLI
matt added a comment to T604: Fetch user posts if authenticated.

@robjloranger We should leverage the changes made by abhinav in PR #19 to implement this. Most of the work will probably be in moving things around to fit our new structure where everything is broken up.

May 30 2019, 12:56 AM · Write.as CLI
matt moved T585: Store publishing preferences in config.ini from Backlog to Far Future on the Write.as CLI board.
May 30 2019, 12:56 AM · WriteFreely CLI, Write.as CLI
robjloranger added a comment to T598: refactor shared code.

most shared options are now all under the config sub package.

May 30 2019, 12:56 AM · Refactor, WriteFreely CLI, Write.as CLI
robjloranger committed rWCLIf227faa5dc2e: Closes T592 T593 T597 splits code into packages (authored by robjloranger).
Closes T592 T593 T597 splits code into packages
May 30 2019, 12:56 AM
matt moved T602: List collections from Backlog to Next Up on the Write.as CLI board.
May 30 2019, 12:56 AM · WriteFreely CLI, Write.as CLI
matt created T602: List collections.
May 30 2019, 12:56 AM · WriteFreely CLI, Write.as CLI
matt added a comment to T604: Fetch user posts if authenticated.

Nice! That's great.

May 30 2019, 12:56 AM · Write.as CLI
robjloranger added subtasks for T597: split code out into shared package, allow multiple binaries: T592: split sync into sub package, T593: split user config into sub package, T598: refactor shared code.
May 30 2019, 12:56 AM · Unknown Object (Project), Write.as CLI
robjloranger added a comment to T604: Fetch user posts if authenticated.

I totally missed this comment, I've got it all done. Except nice formatting and concatenating the content.

May 30 2019, 12:56 AM · Write.as CLI
robjloranger committed rWCLIefa3f32a3568: Ref T597 split out shared code (authored by robjloranger).
Ref T597 split out shared code
May 30 2019, 12:56 AM
robjloranger created T596: add config wizard.
May 30 2019, 12:56 AM · WriteFreely CLI, Write.as CLI
matt added a subtask for T603: Publish to account / collections: T602: List collections.
May 30 2019, 12:55 AM · WriteFreely CLI, Write.as CLI
robjloranger created T595: add host flag.
May 30 2019, 12:55 AM · WriteFreely CLI, Unknown Object (Project)
robjloranger added a comment to T601: load global config from file.

I found a way to pass information down the stack with the cli.Context.

May 30 2019, 12:55 AM · Refactor, WriteFreely CLI, Write.as CLI
matt added a parent task for T602: List collections: T603: Publish to account / collections.
May 30 2019, 12:55 AM · WriteFreely CLI, Write.as CLI
robjloranger removed a project from T590: Should we change the import for writeas-go: Unknown Object (Project).
May 30 2019, 12:55 AM · Write.as CLI
robjloranger removed a project from T591: sub package fileutils should return errors: Unknown Object (Project).
May 30 2019, 12:55 AM · Write.as CLI
robjloranger created T591: sub package fileutils should return errors.
May 30 2019, 12:55 AM · Write.as CLI
robjloranger added a comment to T586: Support any WriteFreely instance.

re: question about default

May 30 2019, 12:55 AM · Restricted Project, WriteFreely CLI, Unknown Object (Project)
matt assigned T602: List collections to robjloranger.
May 30 2019, 12:55 AM · WriteFreely CLI, Write.as CLI
robjloranger created T589: Move all tests to the dev server.
May 30 2019, 12:55 AM · API Library: Go
robjloranger added a comment to T604: Fetch user posts if authenticated.

May 30 2019, 12:55 AM · Write.as CLI

May 29 2019

Sandrockcstm <sandrockcstm@yahoo.com> committed rWF746f1c7b734c: Preparation for console logging JSON files. (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Preparation for console logging JSON files.
May 29 2019, 11:19 PM
Sandrockcstm <sandrockcstm@yahoo.com> committed rWFdc2be18d60d3: Finalized layout and styling of import page. (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Finalized layout and styling of import page.
May 29 2019, 11:19 PM
Sandrockcstm <sandrockcstm@yahoo.com> committed rWFac253cab85d0: Added import to drop-down menu. (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Added import to drop-down menu.
May 29 2019, 11:19 PM
Sandrockcstm <sandrockcstm@yahoo.com> committed rWF54d82eb01f0e: Updated structs in import.go. Added jsonReader function (WIP). (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Updated structs in import.go. Added jsonReader function (WIP).
May 29 2019, 11:19 PM
Sandrockcstm <sandrockcstm@yahoo.com> committed rWF5e4d5ba0ee57: Added importCollection and post structs. (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Added importCollection and post structs.
May 29 2019, 11:19 PM
Sandrockcstm <sandrockcstm@yahoo.com> committed rWF4063c2c7bf48: Add dummy import buttons on the export page. (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Add dummy import buttons on the export page.
May 29 2019, 11:19 PM
Sandrockcstm <sandrockcstm@yahoo.com> committed rWF63fdc6a225b0: Added import page and route to import page. (authored by Sandrockcstm <sandrockcstm@yahoo.com>).
Added import page and route to import page.
May 29 2019, 11:19 PM
GitHub <noreply@github.com> committed rWCLI099d17b4977c: Merge a993f008462690e2ef2c3ed46831b2f525f0d6bf into… (authored by robjloranger).
Merge a993f008462690e2ef2c3ed46831b2f525f0d6bf into…
May 29 2019, 7:20 PM
GitHub <noreply@github.com> committed rWCLIcec93f68e7fa: Merge f227faa5dc2e7c85b944bb18cb05d5bab0e29569 into… (authored by robjloranger).
Merge f227faa5dc2e7c85b944bb18cb05d5bab0e29569 into…
May 29 2019, 6:45 PM
robjloranger committed rWCLI91bf5f934c67: manual cherry pick 0ebe4fc auth/log in error check (authored by robjloranger).
manual cherry pick 0ebe4fc auth/log in error check
May 29 2019, 6:28 PM
robjloranger committed rWCLI0ebe4fc49c50: add error check on log in attempt (authored by robjloranger).
add error check on log in attempt
May 29 2019, 6:21 PM
GitHub <noreply@github.com> committed rWCLI38619abea491: Merge 239293d1e2193e4735d00bb3aecf61a74b6318a0 into… (authored by robjloranger).
Merge 239293d1e2193e4735d00bb3aecf61a74b6318a0 into…
May 29 2019, 5:18 PM
robjloranger committed rWCLI0d09cb3952c4: pull remote changes (authored by robjloranger).
pull remote changes
May 29 2019, 5:00 PM
GitHub <noreply@github.com> committed rWCLIe332650c1696: Merge 239293d1e2193e4735d00bb3aecf61a74b6318a0 into… (authored by robjloranger).
Merge 239293d1e2193e4735d00bb3aecf61a74b6318a0 into…
May 29 2019, 5:00 PM
matt committed rWCLIf1e90e91b328: Mention dev environment in logs (authored by matt).
Mention dev environment in logs
May 29 2019, 4:55 PM
matt committed rWCLI239293d1e219: Merge branch 'local-workflow' into t586 (authored by matt).
Merge branch 'local-workflow' into t586
May 29 2019, 4:55 PM
GitHub <noreply@github.com> committed rWFcf51fc488666: Merge pull request #113 from writeas/fix-json-export-2 (authored by matt).
Merge pull request #113 from writeas/fix-json-export-2
May 29 2019, 4:18 PM
joyeusenoelle committed rWFf271e53925d7: Update GetPosts() docstring (authored by joyeusenoelle).
Update GetPosts() docstring
May 29 2019, 4:05 PM
GitHub <noreply@github.com> committed rWFfb72eb2b833a: Merge f271e53925d77c4f183759757f2452baf5902b59 into… (authored by joyeusenoelle).
Merge f271e53925d77c4f183759757f2452baf5902b59 into…
May 29 2019, 4:05 PM

May 28 2019

GitHub <noreply@github.com> committed rWFc53dac76883c: Merge 95e84a1d0e3e23a3156ab624b2f5e9b51ef9a8ba into… (authored by joyeusenoelle).
Merge 95e84a1d0e3e23a3156ab624b2f5e9b51ef9a8ba into…
May 28 2019, 8:21 PM
joyeusenoelle committed rWFe8ad7d452cfd: Actually change the name of the new function (authored by joyeusenoelle).
Actually change the name of the new function
May 28 2019, 7:03 PM
joyeusenoelle committed rWFc8421c28ed6f: Add GetAllPosts() to database.go, change call in export.go (authored by joyeusenoelle).
Add GetAllPosts() to database.go, change call in export.go
May 28 2019, 7:02 PM
joyeusenoelle committed rWF95e84a1d0e3e: Change GetPosts() to have includePinned parameter, change all calls to match (authored by joyeusenoelle).
Change GetPosts() to have includePinned parameter, change all calls to match
May 28 2019, 7:02 PM
GitHub <noreply@github.com> committed rWCLIc4cc43de72d5: Merge 9b2679e0cf53b0ab3f9e95e2f49775c0c27a9c85 into… (authored by robjloranger).
Merge 9b2679e0cf53b0ab3f9e95e2f49775c0c27a9c85 into…
May 28 2019, 6:11 PM

May 27 2019

GitHub <noreply@github.com> committed rWGOc0167cd50ed6: Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into… (authored by Aaron Ogle <geekgonecrazy@users.noreply.github.com>).
Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into…
May 27 2019, 5:06 PM
robjloranger committed rWGO7c3a6949d56d: fixes failing tests (authored by robjloranger).
fixes failing tests
May 27 2019, 4:10 PM

May 26 2019

GitHub <noreply@github.com> committed rWGO3b7ec00bf6f7: Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into… (authored by Aaron Ogle <geekgonecrazy@users.noreply.github.com>).
Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into…
May 26 2019, 9:58 PM
matt committed rWGO8728275c31a5: `Set` User-Agent header instead of `Add`ing it (authored by matt).
`Set` User-Agent header instead of `Add`ing it
May 26 2019, 6:39 PM
GitHub <noreply@github.com> committed rWGO59ce07cda490: Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into… (authored by Aaron Ogle <geekgonecrazy@users.noreply.github.com>).
Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into…
May 26 2019, 6:21 PM
GitHub <noreply@github.com> committed rWGO4f94c26cacb2: Merge e2fd429909e1034aa42f88de337a4f54a9b7adfe into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge e2fd429909e1034aa42f88de337a4f54a9b7adfe into…
May 26 2019, 6:19 PM
GitHub <noreply@github.com> committed rWGO801952e0b576: Merge pull request #13 from abhinav/delete-collection (authored by matt).
Merge pull request #13 from abhinav/delete-collection
May 26 2019, 6:16 PM
GitHub <noreply@github.com> committed rWGOce63fc589372: Merge 7a2c93ae6d3ee91dbe7cdd9c68b3d20be43762a2 into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge 7a2c93ae6d3ee91dbe7cdd9c68b3d20be43762a2 into…
May 26 2019, 6:08 PM
matt committed rWGO7a2c93ae6d3e: Revert "DeleteCollection: Make params a struct" (authored by matt).
Revert "DeleteCollection: Make params a struct"
May 26 2019, 6:08 PM
matt added a reverting change for rWGO1d34eede72c8: DeleteCollection: Make params a struct: rWGO7a2c93ae6d3e: Revert "DeleteCollection: Make params a struct".
May 26 2019, 6:08 PM
GitHub <noreply@github.com> committed rWGObd554197fc1a: Merge 1d34eede72c856b5aa9a31ed4036f42aed3111eb into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge 1d34eede72c856b5aa9a31ed4036f42aed3111eb into…
May 26 2019, 6:07 PM
GitHub <noreply@github.com> committed rWGO5e300c48501c: Merge 31843e602f17ee87816d7612d8d02469498832ae into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge 31843e602f17ee87816d7612d8d02469498832ae into…
May 26 2019, 6:05 PM
matt committed rWGO31843e602f17: Use only alias in Client.DeleteCollection() args (authored by matt).
Use only alias in Client.DeleteCollection() args
May 26 2019, 6:04 PM
matt committed rWGOce6bcc3c64c7: Use only alias in Client.DeleteCollection() args (authored by matt).
Use only alias in Client.DeleteCollection() args
May 26 2019, 6:01 PM
GitHub <noreply@github.com> committed rWGO6dfd24423294: Merge 1d34eede72c856b5aa9a31ed4036f42aed3111eb into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge 1d34eede72c856b5aa9a31ed4036f42aed3111eb into…
May 26 2019, 5:47 PM
GitHub <noreply@github.com> committed rWGO1a39cf8c3819: Merge pull request #15 from SamWhited/support_modules_v2 (authored by matt).
Merge pull request #15 from SamWhited/support_modules_v2
May 26 2019, 1:04 PM
GitHub <noreply@github.com> committed rWGO921b5ba5a7ad: Merge 3fb123eead4a70522d2cfad44efe888f89444a44 into… (authored by Sam Whited <sam@samwhited.com>).
Merge 3fb123eead4a70522d2cfad44efe888f89444a44 into…
May 26 2019, 1:03 PM

May 25 2019

GitHub <noreply@github.com> committed rWGO80398a5aad08: Merge e2fd429909e1034aa42f88de337a4f54a9b7adfe into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge e2fd429909e1034aa42f88de337a4f54a9b7adfe into…
May 25 2019, 9:40 PM
GitHub <noreply@github.com> committed rWGO34813a4fd4e1: Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into… (authored by Aaron Ogle <geekgonecrazy@users.noreply.github.com>).
Merge 7652bffac8fbb04f41d1e09d9fe54dbe6e810550 into…
May 25 2019, 9:34 PM
robjloranger committed rWF95215aa39db5: fixes issue #100 - can't follow from pubgate (authored by robjloranger).
fixes issue #100 - can't follow from pubgate
May 25 2019, 2:39 AM
GitHub <noreply@github.com> committed rWF713ce3559b1b: Merge 95215aa39db51f9510ded34480a62fb61242c4dd into… (authored by robjloranger).
Merge 95215aa39db51f9510ded34480a62fb61242c4dd into…
May 25 2019, 2:39 AM

May 24 2019

matt committed rWFcf1d2d30e951: Merge branch 'agd' into librarization (authored by matt).
Merge branch 'agd' into librarization
May 24 2019, 1:55 AM
GitHub <noreply@github.com> committed rWF22386fd00d25: Merge cf1d2d30e9515023cec6c3803dd9e0907a633731 into… (authored by matt).
Merge cf1d2d30e9515023cec6c3803dd9e0907a633731 into…
May 24 2019, 1:55 AM

May 23 2019

matt lowered the priority of T520: Full-featured photo caption editor from High to Normal.
May 23 2019, 2:10 PM · Snap.as
matt committed rWC1f29da565f2e: Include calling filename and line # in error logs (authored by matt).
Include calling filename and line # in error logs
May 23 2019, 11:07 AM

May 22 2019

GitHub <noreply@github.com> committed rWF9218c99f0857: Merge 77c81527868e6ca2770ab54b772a853f98bba103 into… (authored by matt).
Merge 77c81527868e6ca2770ab54b772a853f98bba103 into…
May 22 2019, 6:14 AM

May 21 2019

GitHub <noreply@github.com> committed rWGOa39d36dbb54b: Merge 1d34eede72c856b5aa9a31ed4036f42aed3111eb into… (authored by Abhinav Gupta <mail@abhinavg.net>).
Merge 1d34eede72c856b5aa9a31ed4036f42aed3111eb into…
May 21 2019, 6:44 PM
GitHub <noreply@github.com> committed rWGO68e987de6e89: Merge pull request #12 from abhinav/goimports (authored by matt).
Merge pull request #12 from abhinav/goimports
May 21 2019, 6:44 PM
matt moved T85: Add option to launch GUI editor with `writeas new` from Backlog to Far Future on the Write.as CLI board.
May 21 2019, 6:02 PM · Write.as CLI
matt moved T199: Enable deleting/updating/getting posts by ID prefix from Backlog to Far Future on the Write.as CLI board.
May 21 2019, 6:01 PM · Write.as CLI
matt moved T217: Improve CLI usage documentation from Backlog to Near Future on the Write.as CLI board.
May 21 2019, 6:01 PM · Help Documentation, Write.as CLI
matt moved T216: Update original asciicast with current program output from Near Future to Far Future on the Write.as CLI board.
May 21 2019, 6:01 PM · Help Documentation, Write.as CLI
matt moved T192: Prompt user to associate all posts when first logging in from Next Up to Far Future on the Write.as CLI board.
May 21 2019, 6:01 PM · Restricted Project, Write.as CLI
matt changed the status of T192: Prompt user to associate all posts when first logging in from Open to Thinking.

Not sure if this is necessary -- disregard for now.

May 21 2019, 6:00 PM · Restricted Project, Write.as CLI
matt lowered the priority of T547: Create AP actor keys with Go's built-in libraries from High to Medium-High.
May 21 2019, 4:31 PM · WriteFreely, Refactor
robjloranger committed rWFff2d3fc3d5fc: fixes issue #100 - can't follow from pubgate (authored by robjloranger).
fixes issue #100 - can't follow from pubgate
May 21 2019, 2:02 PM