Commit History

Author SHA1 Message Date
  Cristian 91f543ff8d lint: Remove unused imports around the app 5 years ago
  Cristian 891dd3b8a9 fix: Refactor html functionality 5 years ago
  Cristian 30c886d4d4 fix: Overwrite(add command) was using snapshots without timestamps (and in memory), causing issues with some extractors 5 years ago
  Cristian 075d310a9f fix: History is now correctly being generated from ArchiveResult. Removed old divergent logic. 5 years ago
  Cristian d5cabe05af fix: Invalid file path being generated on `add` 5 years ago
  Cristian 1ce6130202 fix: json index was missing `base_url` field 5 years ago
  Cristian 15d88be229 fix: Partially restore `server` command functionality (html still needs some refactoring) 5 years ago
  Cristian e95f14d1d0 refactor: Avoid assigning tags directly when re-creating the snapshot from the json file 5 years ago
  Cristian a4e1bebc46 refactor: list command is functional 5 years ago
  Cristian c51d789ad4 refactor: oneshot command is functional 5 years ago
  Cristian 973f8b6abc refactor: status command is functional 5 years ago
  Cristian 5cf9ca0e2c refactor: readability uses snapshot instead of link 5 years ago
  Cristian 8c4ae73d65 refactor: Initial and dirty refactor to replace link with snapshot. Barely functional add command 5 years ago
  Cristian 14d1b3209e fix: Make cmd_version nullable 5 years ago
  Cristian c21af37ed4 fix: Give cmd_version a default value in case it is not present 5 years ago
  Nick Sweeting 081d94d799 fallback to old JSONField from lib if django version is old 5 years ago
  Cristian 8d22ebf988 feat: Remove walrus operator (we still need to support python3.7) 5 years ago
  JDC 7903db6dfb Add ArchiveResult Manager and sorted indexable filter 5 years ago
  Nick Sweeting 46a53eafdb simplify history helper 5 years ago
  Nick Sweeting 910f3d65c7 default function args can never be mutable 5 years ago
  Nick Sweeting 411fdcac87 use database for num_outputs instead of legacy json 5 years ago
  Cristian 4b3f72202b feat: Bump django, update migration and change cmd to use JSONField 5 years ago
  Nick Sweeting f84f288bef Apply suggestions from code review 5 years ago
  Cristian 34a1a6d30d fix: Update model according to code review 5 years ago
  Cristian b3e0400bc0 feat: initial functional version with icons calculated based on archive results 5 years ago
  Cristian 309a87e8fe feat: Add extractor field to the database 5 years ago
  Cristian 8f3c03a0f9 feat: Initial (and naive) ArchiveResult model 5 years ago
  Nick Sweeting ac9e0e356d config fixes 5 years ago
  Cristian 62c78e1d10 refactor: Remove django-taggit and replace it with a local tags setup 5 years ago
  Angel Rey f26c0c6cd8 Fix serialization 5 years ago