Skip to content

Commit

Permalink
Merge pull request #11 from DARPA-CRITICALMAAS/downloader_initial
Browse files Browse the repository at this point in the history
Reasonable, tested version of downloader.  Tested outside and inside container.
  • Loading branch information
craigsteffen authored Aug 16, 2024
2 parents 961b5d6 + 0aa400f commit 849a7c6
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- cdrhook
- uploader
- monitor
- downloader
include:
- name: cdrhook
FOLDER: cdrhook
Expand All @@ -35,6 +36,10 @@ jobs:
FOLDER: monitor
PLATFORM: "linux/amd64,linux/arm64"
IMAGE: criticalmaas-monitor
- name: downloader
FOLDER: downloader
PLATFORM: "linux/amd64,linux/arm64"
IMAGE: criticalmaas-downloader

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
lint-directories: ["./cdrhook", "./tests", "./uploader", "./monitor"]
lint-directories: ["./cdrhook", "./tests", "./uploader", "./monitor", "./downloader"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] - 2024-08-16

### Added
- Added downloader

## [0.8.0] - 2024-08-06

### Added
Expand Down
Loading

0 comments on commit 849a7c6

Please sign in to comment.