Archivist

Data management service for World of Warcraft Addons

File Details

v1.0

  • R
  • Dec 17, 2019
  • 50.28 KB
  • 246
  • 8.2.5
  • Retail

File Name

Archivist-v1.0.zip

Supported Versions

  • 8.2.5

Archivist

v1.0 (2019-12-17)

Full Changelog

  • add cf project id, so i can actually upload releases
  • remove a bit of stuff
  • update workflow
  • fix error in deserialization
  • there we go
  • also fix this thing
  • fix luacheck ignores
  • change directory structure
  • .release doesn't exist now, naturally
  • skip zip file because upload-artifact produces one
  • i think this is it
  • maybe?
  • crlf -> lf
  • Update ci.yml
  • tweak build process some more
  • change ci build artifact name
  • create package?
  • attempt to make a CI thing
  • into the public domain we go
  • libdeflate switched to LGPL.
    which is nice because i can now switch to CC0
  • more fixes
  • tweak structure of SV to include a timestamp and version
  • various bugfixes
  • more tweak
  • Add Check Verb
    Useful for store prototypes checking if other stores exist, without actually opening or creating anything
    Returns active store object if store is open.
    Returns true if store exists in archive but isn't open.
    Otherwise returns false.
  • fix comment
  • put arg validation in a do block
  • teach Open to pass extra values to prototype.Open
  • standardize archivist reference
  • fix rawdata store
  • more tweaks
  • more doc tweaks
  • add table of contents to doc
  • more tweaks to doc
  • document exclusive flag on prototype
  • document RegisterStoreType more verbosely
  • readme tweaks
  • embed in namespace when not installed standalone
  • add readme
  • simple -> RawData
  • add copyright stuff
  • ignore luacheck in external code
    (i really don't give a damn about their shitty code styles)
  • add libstub too
  • remove unnecessary files
  • Merge commit '4bf0be29162a1536b028a3339342dde0bc06da42' as 'Archivist/libs/LibDeflate'
  • Squashed 'Archivist/libs/LibDeflate/' content from commit 07f9d36
    git-subtree-dir: Archivist/libs/LibDeflate
    git-subtree-split: 07f9d36b9466f25f721b46a2c815c1d0294d93c5
  • style
  • tweak toc note
  • more refactor
  • add SimpleData store type
  • "initial" commit
  • initial commit! Just a few dotfiles atm