- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 2 2019
Sep 25 2019
I've been thinking about implementation details for this.
Sep 23 2019
This will likely be a moderate refactor.
Sep 21 2019
Sep 20 2019
As mentioned in this GitHub comment, we want to support posting drafts with wf-cli, so we don't want this behavior.
Sep 18 2019
This is a bit different than differential as it is post commit. I really like the concept of the pre commit review with differential though.
Sep 16 2019
Sep 14 2019
Sep 13 2019
sure, sounds good
Hmm yeah, good idea. I'd say we send them to some user page and show a message, but with the chorus config, things get complicated. Maybe just redirect to / for now, and we'll see how that works. I don't imagine it happening too often.
Here is the page so far. I thought of adding fancy click to copy javascript but decided to hold off until another time. It's not really important.
Sep 12 2019
I think a rough process would be:
- download and extract into temporary location
- copy existing data to FILEorFOLDER.old, for each file or folder to replace
- move the new files to the existing locations, replacing them
- kill the server process, triggering systemd to restart.
- clean up temporary files
- keep .old around in case of some error? if so maybe old files should be moved elsewhere, it wouldn't take too much disk to keep a copy of the last installed version around though.