Skip to content

Commit 75fe327

Browse files
authored
⚡️ Optimize from day-by-day to minute-by-minute (#19)
2 parents 0c7b949 + be7d0a2 commit 75fe327

43 files changed

Lines changed: 4033 additions & 1091 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ build/
9090

9191
# Logs
9292
*.log
93+
.logs/
9394
logs/
9495

9596
# Secrets

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ repos:
6868
- repo: local
6969
hooks:
7070
- id: sync-version
71-
name: Sync VERSION to Node.js package files
71+
name: Sync VERSION to package files
7272
entry: .github/scripts/sync-version.sh
7373
language: unsupported
7474
files: ^VERSION$

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.7.2
9+
10+
### Fixed
11+
12+
- Bug where MRNs & REDCap record IDs
13+
14+
## 1.7.1
15+
16+
### Added
17+
18+
- Timeouts to minute-by-minute transfers to avoid hanging on connection failures.
19+
20+
### Changed
21+
22+
- Curious data and alerts now go to prod REDCap project even in dev mode.
23+
24+
## 1.7.0
25+
26+
### Changed
27+
28+
- Moved project status to envrironment variable `$HBNMIGRATION_PROJECT_STATUS` with default `"prod"`
29+
- Log missing fields but push acceptable data in those cases
30+
- Log invalid categories separately
31+
- Optimize from day-by-day to minute-by-minute
32+
33+
### Fixed
34+
35+
- Don't create `{mrn}_P` records in REDCap.
36+
- Handle differences in websocket and HTTPS Curious alerts API responses.
37+
838
## 1.6.1
939

1040
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.7.2

0 commit comments

Comments
 (0)