-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Develop #4
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3b97522
chore(database): add eslint 9 and jest configuration
Zaiidmo 1f81f2c
fix(database): resolve lint errors and code formatting
Zaiidmo 6665276
chore(database): add standardized CI/CD workflows
Zaiidmo 3d1fe0e
chore(database): update dependencies
Zaiidmo 95b769c
fix: resolve npm ci and jest config issues
Zaiidmo 3d7a03d
fix: resolver npmci errors * Jest configs
Zaiidmo 6293b8c
fix: update devDependencies and adjust coverage threshold
Zaiidmo d759d5e
chore: updated husky pre-configs
Zaiidmo f3d5738
chore: fixed and added code coverage >80%@
Zaiidmo 92f425b
chore: optimize package.json scripts and lint-staged configuration
Zaiidmo 613438d
chore: add .npmignore to prevent shipping unnecessary files
Zaiidmo 39f63d0
chore: fix pre-push hook shell script header
Zaiidmo fbe13b2
ci: add npm audit to pr validation workflow
Zaiidmo a93c0f0
chore: add pull request template with comprehensive checklist
Zaiidmo 90a2e73
chore: add CODEOWNERS for pr review assignment
Zaiidmo d68f443
chore: configure dependabot for automated dependency updates
Zaiidmo 060bca2
ops: added dependabot config
Zaiidmo 0e293b4
ops: added audit to the release-check workflow
Zaiidmo 18a1a67
1.0.1
Zaiidmo a4d70a0
ops: updated huskey pre-configs & dependabots pipeline
Zaiidmo f9f45d7
merged
Zaiidmo 5aabd7c
chore: fixed format errors
Zaiidmo 39cd249
ci: add missing permissions to release-check workflow
Zaiidmo 8d0ffe5
refactor: reduce code duplication in adapters
Zaiidmo 492c5b6
ops: updated audit script
Zaiidmo 9573725
fix(tests): remove duplications
Zaiidmo 34f29a0
test: refactor database.service.spec.ts to use shared createMockAdapt…
Zaiidmo 2f47ff1
refactor: reduce adapter complexity and test duplication
Zaiidmo c015e81
refactor(tests): eliminate code duplication to fix SonarQube Quality …
Zaiidmo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| version: 2 | ||
| updates: | ||
| # npm dependencies | ||
| - package-ecosystem: npm | ||
| directory: '/' | ||
| schedule: | ||
| interval: weekly | ||
| day: monday | ||
| time: '03:00' | ||
| open-pull-requests-limit: 5 | ||
| assignees: | ||
| - CISCODE-MA/cloud-devops | ||
| labels: | ||
| - 'dependencies' | ||
| - 'npm' | ||
| commit-message: | ||
| prefix: 'chore(deps)' | ||
| include: 'scope' | ||
| rebase-strategy: auto | ||
|
|
||
| # GitHub Actions | ||
| - package-ecosystem: github-actions | ||
| directory: '/' | ||
| schedule: | ||
| interval: weekly | ||
| day: sunday | ||
| time: '03:00' | ||
| assignees: | ||
| - CISCODE-MA/cloud-devops | ||
Zaiidmo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| labels: | ||
| - 'dependencies' | ||
| - 'github-actions' | ||
| commit-message: | ||
| prefix: 'ci(deps)' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.