Skip to content
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

feat: init db wrapper #7

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
057be2d
feat: init db wrapper
alinarublea Oct 19, 2023
9d0971b
feat: create wrapper for SQSClient
dzehnder Oct 19, 2023
95ff60d
feat: init db wrapper
alinarublea Oct 19, 2023
2418fb3
feat: init db wrapper
alinarublea Oct 19, 2023
63e21cc
feat: init db wrapper
alinarublea Oct 19, 2023
b71d19b
feat: init db wrapper
alinarublea Oct 19, 2023
e678ad8
feat: init db wrapper
alinarublea Oct 19, 2023
fabbd71
feat: init db wrapper
alinarublea Oct 19, 2023
83e34ce
fix: PR review
dzehnder Oct 19, 2023
2f90385
fix: PR review
dzehnder Oct 19, 2023
c15a214
feat: init db wrapper
alinarublea Oct 19, 2023
a4a362d
feat: init db wrapper
alinarublea Oct 19, 2023
e673748
feat: init db wrapper
alinarublea Oct 19, 2023
3271e0f
feat: init db wrapper
alinarublea Oct 19, 2023
0cbdaa6
fix: secret wrapper at end
dzehnder Oct 19, 2023
930c617
feat: update according to code review
alinarublea Oct 20, 2023
306bf56
feat: update according to code review x2
alinarublea Oct 20, 2023
9734949
feat: update according to code review x2
alinarublea Oct 20, 2023
221dfe4
feat: update according to code review x2
alinarublea Oct 20, 2023
912dd28
feat: update according to code review x2
alinarublea Oct 20, 2023
71285f7
feat: change SQS queue from functional to class component
dzehnder Oct 20, 2023
a05ac6f
fix: class usage
dzehnder Oct 20, 2023
db9a7d4
Merge branch 'sqs-wrapper' into init-db-wrapper
dzehnder Oct 20, 2023
42dee05
feat: update according to code review x2
alinarublea Oct 20, 2023
a873045
test: adding unit tests for queue wrapper
dzehnder Oct 20, 2023
56f314b
test: adding unit tests for sqs client
dzehnder Oct 24, 2023
06dc51f
feat: partially write tests and fix get site command
alinarublea Oct 24, 2023
e14cce0
feat: add more code coverage
alinarublea Oct 25, 2023
b4ec36c
feat: add more code coverage
alinarublea Oct 25, 2023
3a2180a
feat: remove codeql
alinarublea Oct 25, 2023
0360407
feat: remove codeql
alinarublea Oct 25, 2023
a506edf
feat: remove codeql
alinarublea Oct 26, 2023
f4992fb
feat: remove codeql
alinarublea Nov 13, 2023
efbf8ad
Update src/queue-wrapper.js
alinarublea Nov 13, 2023
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
41 changes: 0 additions & 41 deletions .github/workflows/codeql.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ logs
test-results.xml
.env
.idea/
.npmrc
Loading
Loading