Smos Versions Save

A comprehensive self-management System

2022-07-22

1 year ago

2022-06-28

1 year ago

2022-06-09

1 year ago

2022-05-27

2 years ago

2022-05-19

2 years ago

2022-05-05

2 years ago

2022-01-27

2 years ago

Changed

  • Upgraded to lts-18.16 and the nixos-21.11 branch of nixpkgs.
  • Reduced the closure size of the nixos module and the home manager module.
  • smos-server: Simplified to be single-command, so that you don't have to use serve anymore.
  • smos-web-server: Simplified to be single-command, so that you don't have to use serve anymore.
  • smos-notify: Fixed a bug where smos-notify would fail to send a notification when the notification summary or description started with a - character.
  • smos-data: Forward-compatibility with data format version 2.0.0.
  • smos-data: Clearer data formats with more comprehensive naming.
  • smos-api: Upgrade to version 0.3.0 with shorter names for username and password in the API.
  • smos-server: Changed the backup garbage collector to be smarter. It can now save one backup a day for the last 7 days, one backup a week for the last 8 weeks, and 1 backup a month for the last year.

2021-12-09

2 years ago

Added

  • smos: convResponded, which is like convRespondedButStillWaiting but does not duplicate the original entry and is bounded to <space>rs by default.
  • smos-calendar-import: You can now ignore calendar events by adding SMOS_NO_CALENDAR_IMPORT to their description.
  • smos-scheduler: A sample command to help you produce templates in a feedback loop.
  • smos: convUrlWaitingForReview, a convenience function for waiting for review at a given url.
  • smos-sync-client: Now removes empty directories after syncing, by default. See its documentation for information about how to turn this off.
  • smos-archive: Can now also take commands. The original use of smos-archive <file> still works, but can now also be invoked as smos-archive file <file>.
  • smos-archive: An export command that lets you export pieces of your archive for cold storage.

Changed

  • smos: convRespondedButStillWaiting now also adds a DONE "Respond" task inbetween.
  • Replaced yamlparse-applicative by autodocodec. This massively improved the documentation of configuration file formats, as well as the page about the smos file format. Now we can have finite schemas for recursive types, so we can show the entire schema.
  • Upgraded validity dependency to beyond genvalidity >=1.0.0.0.
  • smos: Smarter starter unfolding rule. Before, smos would go to the last deepest entry as a proxy for the "current" entry for a project. After this change, smos goes to the first, deepest, not-done entry. Any entirely-done subforests will also be collapsed on the way there.
  • Reduced the closure size of the smosRelease derivation from 4.9G to 160M.

Removed

  • The static builds. Even if anyone were to use them, and I don't think anyone did, I don't think they actually worked because of the way terminfo is dealt with.
  • The smos-shell libary and executable, as well as the reports in the browser. These reports were not configurable, and no one was using them. People would switch to the CLI, or use the interactive reports, before they would ever use the web reports.

2021-08-29

2 years ago

Changed

  • smos: Fixed that the convRepinged and convRespondedButStillWaiting convenience functions that duplicate an entry would also duplicate their logbook.
  • Fixed that tests would fail after 2021-07-01.

2021-06-26

2 years ago

Added

  • smos-query: The entry and report reports now support multiple output formats: json, pretty-json, and yaml. This should allow for simpler integrations.

  • smos-scheduler: The next command to see when items will be activated next.

Changed

  • smos: Timestamps can now be deleted using the timestampsDelete and timestampsRemove actions.
  • smos-notify: smos-notify will no longer send a notification about timestamps that don't have a time component.
  • smos-scheduler: The next command will now print times in local time instead of UCT time. Relative times were already correct.
  • nixos-module.nix: The config attribute will now override other attributes.
  • smos-server: The server no longer migrates files periodically, but rather gives the administrator a button to do that instead.

Deleted

  • smos-server: Removed the backup file migration looper. It went against the idea of backups.