コミット履歴

作者 SHA1 メッセージ 日付
  Cristian 35389608d1 feat: Add --extract flag to update command 5 年 前
  Cristian 34cad4fe8d fix: Update function with --index-only flag was not behaving as expected 5 年 前
  Cristian 7008f9b735 feat: move import 5 年 前
  Cristian fa5de72f9f refactor: Move indexing logic out of logging module 5 年 前
  Nick Sweeting c9162a6d09 remove finished/not finished spinners 5 年 前
  Nick Sweeting 1b22f8eeef Merge pull request #515 from cdvv7788/POC-setup-django-on-init 5 年 前
  Nick Sweeting e4d2ac432d improve OS kernel output in archivebox version 5 年 前
  Nick Sweeting 07a56f9d46 also print platform and CPU info in version output 5 年 前
  Nick Sweeting d9ef3d0bf8 ignore lost+found dir in data folder 5 年 前
  mAAdhaTTah be7a7f8548 Fix string checks in schedule 5 年 前
  Nick Sweeting 0e2ccbc10d update urls to new repo path 5 年 前
  Nick Sweeting b11d562445 fix splitting on multiple equals in val 5 年 前
  Cristian 54df0a035b fix: Move csv split to the add function to avoid optional nullable argument 5 年 前
  Cristian db523c9d82 fix: Avoid mutable default input argument 5 年 前
  Cristian 44eede96e5 feat: Add extract flag to add command 5 年 前
  Nick Sweeting 79051ca15b new package build 5 年 前
  Nick Sweeting 18355dc2c6 clean up config loading in settings and config file layout 5 年 前
  Cristian e1d0b8bce7 feat: Initialize django at the beginning 5 年 前
  Cristian f397634dd2 feat: Rename old indexes at the end of init process 5 年 前
  Cristian ae1484b8bf feat: Remove index.json and index.html generation from the regular process 5 年 前
  Cristian b18bbf8874 test: Fix tests post-rebase 5 年 前
  apkallum 594d9e49ce first attempt to migrate to Pathlib 5 年 前
  Cristian 5348f4735a fix: Change check to avoid issues with empty querysets 5 年 前
  Cristian cf18130f85 feat: Add deprecation warning for index.json 5 年 前
  Cristian fa622d3e14 refactor: Replace --index with --with-headers in the list command to make it more explicit. Change it so it affects the csv output too. 5 年 前
  Cristian 2aa8d69b72 fix: Save history in main index (to mimic previous behaviour) 5 年 前
  Cristian 7e9d195d13 feat: Update `list` command to sort using sqlite 5 年 前
  Cristian f55153eab3 feat: Update `update` command to work with querysets 5 年 前
  Cristian a8ed72501d feat: Refactor remove command to use querysets 5 年 前
  Cristian be520d137a feat: Refactor add method to use querysets 5 年 前