Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 806 Bytes

CHANGELOG.md

File metadata and controls

16 lines (14 loc) · 806 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Build config first from environment variables and if that doesn't work from CLI#
  • Query GraphQL-API for all those urls, that haven't been crawled yet or a predefined time period ago
    • Query urls based on a given chunk size
  • Determine, if a matching entry is missing or an existing needs an update
  • Create or update an entry for the url
  • Repeat the process until all urls are handled
  • Build a docker container and copy page profile configurations to consider right into the container
  • Sentry integration