appydave-tools 0.76.10 → 0.76.11
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/CHANGELOG.md +8 -0
- data/docs/planning/library-boundary-cleanup/IMPLEMENTATION_PLAN.md +2 -2
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +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: 6557cf7bec5e564e6541cd1c65236f67888241cead0d9038be5bc57191c6dac4
|
|
4
|
+
data.tar.gz: 9e8b2ec379d9fb6d22a0437b980893ce031683da6ca2b2281b54b553f32323b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aa1fd27da7b10e94594d0056fd001943bdce7b29b53d87173d6b0655880a58f2324f32f166719589f6b0585a1697a6c876a7335c197686feeaa07841b0f09a5
|
|
7
|
+
data.tar.gz: 8449913492bc836620632662c167de675488f10999af39e7f68b2d1b96fd4ddce4d52021ce60185ffc4e337656392bd92b46d579b7bbf443d40bec4c7f3600a6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [0.76.10](https://github.com/appydave/appydave-tools/compare/v0.76.9...v0.76.10) (2026-03-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add partial, Zone.Identifier, local_file_count, and unknown format tests to local_sync_status_spec ([3fddeff](https://github.com/appydave/appydave-tools/commit/3fddeffe28d27884b9c056c0a75001b77a01deb1))
|
|
7
|
+
* rebuild s3_scan_command_spec: replace smoke tests with 8+ behaviour examples ([de9d118](https://github.com/appydave/appydave-tools/commit/de9d11815f6f30813dcb2fca53a81a6839bda0d1))
|
|
8
|
+
|
|
1
9
|
## [0.76.9](https://github.com/appydave/appydave-tools/compare/v0.76.8...v0.76.9) (2026-03-19)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
**Target**: 4 items complete; 847+ examples passing; rubocop 0 offenses; no regressions
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
- Total: 4 | Complete:
|
|
8
|
+
- Total: 4 | Complete: 3 | In Progress: 1 | Pending: 0 | Failed: 0
|
|
9
9
|
|
|
10
10
|
## Pending
|
|
11
11
|
|
|
12
12
|
## In Progress
|
|
13
|
-
- [
|
|
13
|
+
- [x] B036 — tests-s3-scan-command — 10 behaviour examples replacing 2 smoke tests (happy path, manifest missing, empty results, orphaned projects, scan_all partial). 861 examples, 0 failures. 86.43% coverage. v0.76.10. Commit: de9d118.
|
|
14
14
|
- [~] B037 — tests-local-sync-status — Add :partial case, local_file_count assertion, Zone.Identifier exclusion, unknown format guard
|
|
15
15
|
|
|
16
16
|
## Complete
|
data/package.json
CHANGED