Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable portfolio milestones are documented in this file.

## 1.1.1 — Portfolio Hardening and Metadata Alignment — 2026-08-14

### Changed

- Aligned npm project metadata with the `v1.1.1` patch release.
- Updated the Day 6 execution report to reflect the published `v1.1.0` release.
- Removed obsolete release-pending language from final project documentation.
- Preserved the verified complete-validation baseline of 26 requests, 61 runtime assertions and 10 known assertion failures.
- Preserved the verified CI smoke/regression baseline of 19 requests, 45 passing runtime assertions and zero failures.
- Preserved the verified database baseline of 19 SQL validation queries, 13 automated validation-summary checks and 6 database-constraint negative tests.

### Scope

This patch release contains portfolio-hardening and metadata-alignment changes only. It does not modify Postman test logic, SQL validation logic, confirmed defect results, requirements-traceability outcomes or CI quality-gate behavior.

## 1.1.0 — Day 6 Newman and GitHub Actions Automation — 2026-08-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "api-database-testing-portfolio",
"version": "1.0.0",
"version": "1.1.1",
"private": true,
"description": "API and database testing portfolio using Postman, Newman, SQL, and GitHub Actions.",
"scripts": {
"newman:version": "newman --version",
"test:api:local": "newman run postman/restful-booker-api-portfolio.public-sanitized.postman_collection.json -e postman/private/restful-booker-local.private.postman_environment.json",
"test:api:smoke": "newman run postman/restful-booker-ci-smoke.public-sanitized.postman_collection.json -e postman/private/restful-booker-local.private.postman_environment.json"
},
"scripts": {
"newman:version": "newman --version",
"test:api:local": "newman run postman/restful-booker-api-portfolio.public-sanitized.postman_collection.json -e postman/private/restful-booker-local.private.postman_environment.json",
"test:api:smoke": "newman run postman/restful-booker-ci-smoke.public-sanitized.postman_collection.json -e postman/private/restful-booker-local.private.postman_environment.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darya189/api-database-testing-portfolio.git"
Expand All @@ -31,4 +31,4 @@
"devDependencies": {
"newman": "^6.2.2"
}
}
}
14 changes: 7 additions & 7 deletions reports/day6-newman-and-github-actions-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| Milestone | Day 6 |
| Prepared By | Dhruba Aryal |
| Execution Period | August 4–5, 2026 |
| Execution Status | Completed; merged into `main`; release pending |
| Execution Status | Completed; merged into `main`; released as `v1.1.0` |
| Automation Tools | Node.js, npm, Newman and GitHub Actions |

## Execution Summary
Expand Down Expand Up @@ -378,10 +378,10 @@ The corrected full run retained:
- Technical documentation
- Git feature-branch and pull-request workflow

## Next Steps
## Post-Release Status

1. Commit the documentation-only alignment to the actual 19-request,
45-assertion main-branch result.
2. Verify all public documentation links and screenshot filenames.
3. Publish the `v1.1.0` release.
4. Add the project to the résumé and interview portfolio.
- The `v1.1.0` Newman and GitHub Actions automation release is published and preserved.
- The verified CI baseline is 19 requests, 45 passing runtime assertions and zero failures.
- Public documentation links, execution reports and screenshot evidence are aligned with the verified results.
- Package and portfolio metadata are being aligned through the `v1.1.1` hardening release.
- The completed project is ready for résumé, LinkedIn and technical-interview portfolio use.
Loading