1. 09 Sep, 2024 4 commits
  2. 21 Jul, 2024 8 commits
  3. 20 Jul, 2024 1 commit
    • Vincent Pelletier's avatar
      neoctl: Change the expected tid-or-timestamp format · 773bfa97
      Vincent Pelletier authored
      Before this change, the only distinction between a timestamp and a TID was
      the presence of the decimal separator, ".". As a result, a timestamp
      mistakenly provided without a decimal separator would be interpreted as a
      TID, which will be somewhere in January 1900 (as TIDs are 64bits with much
      finer accuracy than timestamps). When used to truncate a database, and in
      the absence of sanity checks, this would simply wipe the database.
      
      So, instead of just relying on a decimal separator, require a longer
      string. Make it a prefix for readability. Also, TIDs are more niche than
      timestamp, require them to have a mark, and do not require anything from
      timestamps.
      773bfa97
  4. 08 Jul, 2024 2 commits
  5. 21 May, 2024 1 commit
  6. 17 May, 2024 1 commit
  7. 09 May, 2024 4 commits
  8. 16 Apr, 2024 1 commit
  9. 22 Mar, 2024 6 commits
  10. 22 Feb, 2024 8 commits
  11. 18 Dec, 2023 4 commits