MarginaliaSearch/code/execution/java/nu/marginalia/actor/task
Viktor Lofgren d84a2c183f (*) Remove the crawl spec abstraction
The crawl spec abstraction was used to upload lists of domains into the system for future crawling.  This was fairly clunky, and it was difficult to understand what was going to be crawled.

Since a while back, a new domains listing view has been added to the control view that allows direct access to the domains table.  This is much preferred and means the operator can directly manage domains without specs.

This commit removes the crawl spec abstraction from the code, and changes the GUI to direct to the domains list instead.
2024-10-03 13:41:17 +02:00
..
ActorProcessWatcher.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
ConvertActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
ConvertAndLoadActor.java (actor) Reset NEW flag earlier when auto-deletion is disabled 2024-07-31 10:31:03 +02:00
CrawlActor.java (*) Remove the crawl spec abstraction 2024-10-03 13:41:17 +02:00
DownloadSampleActor.java (download-sample) Set +x permissions on directories created during this job 2024-04-30 18:25:07 +02:00
ExportAtagsActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
ExportDataActor.java Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
ExportFeedsActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
ExportSampleDataActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
ExportSegmentationModelActor.java (ngrams) Remove the vestigial logic for capturing permutations of n-grams 2024-04-11 18:12:01 +02:00
ExportTermFreqActor.java (actor) Add a feed scraping actor 2024-09-28 12:33:29 +02:00
RecrawlSingleDomainActor.java (crawl) Add new functionality for re-crawling a single domain 2024-07-05 15:31:55 +02:00
RestoreBackupActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
TriggerAdjacencyCalculationActor.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00