Commit History

Author SHA1 Message Date
  Nick Sweeting a9a3b153b1 more StateMachine, Actor, and Orchestrator improvements 1 year ago
  Nick Sweeting 48f8416762 add new core and crawsl statemachine manager 1 year ago
  Nick Sweeting 02a1fc3049 rename sessions app in INSTALLED_APPS to personas 1 year ago
  Nick Sweeting 59b669691f fix Admin data view for Config to render both sections and individual values 1 year ago
  Nick Sweeting 1d7f0ab20d fix Tag creation via admin erroring because slug field is not filled 1 year ago
  Nick Sweeting c0b7887fd7 fix admin registration using abx hooks 1 year ago
  Nick Sweeting a0bef4e27b move crawl model out of core 1 year ago
  Nick Sweeting de2ab43f7f switch .is_dir and .exists for os.access to avoid PermissionError on startup 1 year ago
  Nick Sweeting e315905721 add new InstalledBinary model to cache binaries on host machine 1 year ago
  Nick Sweeting 295c5c46e0 add new crawl model 1 year ago
  Nick Sweeting 363a499289 move util.py into misc folder 1 year ago
  Nick Sweeting dfca4b13b2 move system.py into misc folder 1 year ago
  Nick Sweeting 3e5b6ddeae move config into dedicated global app 1 year ago
  Nick Sweeting d8a9dca0f6 use constants in more places 1 year ago
  Nick Sweeting e99260feb2 fix rich logging issues 1 year ago
  Nick Sweeting b56b1cac35 cleanup plugantic and pkg apps, make BaseHook actually create its own settings 1 year ago
  Nick Sweeting 2e1e1945f2 add django-object-actions to provide Regenerate ABID button 1 year ago
  Nick Sweeting 44669fab73 add BaseHook concept to underlie all Plugin hooks 1 year ago
  Nick Sweeting cbf2a8fdc3 rename datetime fields to _at, massively improve ABID generation safety and determinism 1 year ago
  Nick Sweeting 68a39b7392 remove .old_id entirely and make ABID generation only happen once on initial save 1 year ago
  Nick Sweeting 4427869ae8 fix ABID generation by chopping ts_src precision to consistent length 1 year ago
  Nick Sweeting ae13f1811f better ABID display in admin UI 1 year ago
  Nick Sweeting 1e73a06ba0 change ABIDModel.created to use AutoTimeField seeded on .save instead of auto_now_add so that ts_src for ABID is available on creation before DB row is created 1 year ago
  Nick Sweeting e558d71b10 fix uuid checks on save 1 year ago
  Nick Sweeting 24fe958ff3 massively improve Snapshot admin list view query performance 1 year ago
  Nick Sweeting 09553d8340 hardcode EXTRACTOR_CHOICES to prevent nondeterministic migrations 1 year ago
  Nick Sweeting 0285aa52a0 config and attr access improvements 1 year ago
  Nick Sweeting 4ae186dfca fix ABID generation consistency when self._state.adding is True 1 year ago
  Nick Sweeting 52a813aa80 fix title display in admin UI and abid filter matching in urls 1 year ago
  Nick Sweeting 9273db528e fix abid generation migrations to be historically consistent 1 year ago