harvest-worklog 0.13.6 → 0.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/harvest_worklog/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a708820ff730ffb80a21aa3320aeacb947a63042abc757ed91f7eff3c5312e1
|
|
4
|
+
data.tar.gz: 219d9844973f026ab97b501e978f6c0f4e041bf96ca5d2d36474be6c61a0529d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b88ca5e82c85c34000e6d83b249ab5cce20239dee4841009a137d7637f2c6e33e5685ac897edda5e0071c828b930171c90fd3fcdfb1627b54df909ee06bddf1
|
|
7
|
+
data.tar.gz: 5823b577d1d6a446116515bf9d2be49698cf5399f601a46a9a3df5844f3960b8bc5563ec8e56ab11a0c0d99f1d65172f68838a26e48998f734b0f22913749a25
|
data/README.md
CHANGED
|
@@ -97,6 +97,8 @@ Configure `projectTimeMappings` with the recorded OMP Project Time project name
|
|
|
97
97
|
|
|
98
98
|
`harvest_preview_project_time_entries` reads only `human_active` sessions from the configured time log, splits them across local dates, reports that source policy, generates descriptions from the project and repository, and checks Harvest for existing or locked entries without writing. `harvest_record_project_time_entries` performs the same preflight then creates only new entries; OMP treats it as a write requiring approval. Unmapped sessions are reported and never written.
|
|
99
99
|
|
|
100
|
+
`harvest_preview_project_time_drafts` produces one deterministic, copyable Date/Project/Task/Duration block per mapped local day and Harvest destination from automatic `human_active` evidence. It requires a factual note before manual entry and keeps unmapped and excluded evidence visible. It reads the local log only; it never calls or mutates Harvest.
|
|
101
|
+
|
|
100
102
|
### Activity transforms
|
|
101
103
|
|
|
102
104
|
`harvest_preview_project_time_transforms` emits deterministic JSON for local raw intervals. It accepts an inclusive date range and optional exact `repositoryId`, `project`, and `sourceKind` filters; each matching interval is split by local date and grouped by activity, with missing labels reported as `unlabelled`. It defaults to `human_active` and returns the effective top-level `sourceKind`; selecting `agent_turn_elapsed` requires an explicit source-kind request. Set `applyMappings` to include configured Harvest project/task mappings. The output reports `groups`, proposed mapped `entries`, and any `unmapped` or `excluded` rows.
|