-
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
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
Zaiidmoumni 1f81f2c
fix(database): resolve lint errors and code formatting
Zaiidmoumni 6665276
chore(database): add standardized CI/CD workflows
Zaiidmoumni 3d1fe0e
chore(database): update dependencies
Zaiidmoumni 95b769c
fix: resolve npm ci and jest config issues
Zaiidmoumni 3d7a03d
fix: resolver npmci errors * Jest configs
Zaiidmoumni 6293b8c
fix: update devDependencies and adjust coverage threshold
Zaiidmoumni d759d5e
chore: updated husky pre-configs
Zaiidmoumni f3d5738
chore: fixed and added code coverage >80%@
Zaiidmoumni 92f425b
chore: optimize package.json scripts and lint-staged configuration
Zaiidmoumni 613438d
chore: add .npmignore to prevent shipping unnecessary files
Zaiidmoumni 39f63d0
chore: fix pre-push hook shell script header
Zaiidmoumni fbe13b2
ci: add npm audit to pr validation workflow
Zaiidmoumni a93c0f0
chore: add pull request template with comprehensive checklist
Zaiidmoumni 90a2e73
chore: add CODEOWNERS for pr review assignment
Zaiidmoumni d68f443
chore: configure dependabot for automated dependency updates
Zaiidmoumni 060bca2
ops: added dependabot config
Zaiidmoumni 0e293b4
ops: added audit to the release-check workflow
Zaiidmoumni 18a1a67
1.0.1
Zaiidmoumni a4d70a0
ops: updated huskey pre-configs & dependabots pipeline
Zaiidmoumni f9f45d7
merged
Zaiidmoumni 5aabd7c
chore: fixed format errors
Zaiidmoumni 39cd249
ci: add missing permissions to release-check workflow
Zaiidmoumni 8d0ffe5
refactor: reduce code duplication in adapters
Zaiidmoumni 492c5b6
ops: updated audit script
Zaiidmoumni 9573725
fix(tests): remove duplications
Zaiidmoumni 34f29a0
test: refactor database.service.spec.ts to use shared createMockAdapt…
Zaiidmoumni 2f47ff1
refactor: reduce adapter complexity and test duplication
Zaiidmoumni c015e81
refactor(tests): eliminate code duplication to fix SonarQube Quality …
Zaiidmoumni 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 | ||
|
Zaiidmoumni marked this conversation as 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.