-
Notifications
You must be signed in to change notification settings - Fork 74
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: Add a script to call the massImport method #193
Merged
alainncls
merged 1 commit into
dev
from
feature/add-a-script-to-call-the-massimport-method
Nov 29, 2023
Merged
feat: Add a script to call the massImport method #193
alainncls
merged 1 commit into
dev
from
feature/add-a-script-to-call-the-massimport-method
Nov 29, 2023
Conversation
This file contains 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
alainncls
requested review from
fdemiramon,
satyajeetkolhapure,
orbmis and
0xEillo
as code owners
September 14, 2023 10:34
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #193 +/- ##
=======================================
Coverage 94.24% 94.24%
=======================================
Files 19 19
Lines 313 313
Branches 68 68
=======================================
Hits 295 295
Misses 9 9
Partials 9 9 ☔ View full report in Codecov by Sentry. |
0xEillo
approved these changes
Sep 14, 2023
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
2 times, most recently
from
September 19, 2023 09:48
6caf231
to
c51d063
Compare
satyajeetkolhapure
approved these changes
Sep 22, 2023
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
4 times, most recently
from
September 28, 2023 21:43
6bcf473
to
acd3363
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
4 times, most recently
from
October 4, 2023 13:18
d6d2e02
to
406df9c
Compare
orbmis
approved these changes
Oct 9, 2023
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
5 times, most recently
from
October 16, 2023 13:55
e3b0d01
to
01dc1dd
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
3 times, most recently
from
October 20, 2023 13:09
7992dcb
to
30a8a6d
Compare
orbmis
approved these changes
Oct 23, 2023
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
from
October 23, 2023 10:04
30a8a6d
to
232240b
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
4 times, most recently
from
November 9, 2023 10:35
9455858
to
b826821
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
7 times, most recently
from
November 17, 2023 14:25
56fd2da
to
7a52af1
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
12 times, most recently
from
November 29, 2023 10:13
86ad68c
to
3a7253b
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
from
November 29, 2023 10:14
3a7253b
to
300f6ee
Compare
alainncls
force-pushed
the
feature/add-a-script-to-call-the-massimport-method
branch
from
November 29, 2023 15:20
300f6ee
to
cd874e6
Compare
alainncls
deleted the
feature/add-a-script-to-call-the-massimport-method
branch
November 29, 2023 15:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Adds a script to transform raw input data to attestable data
Adds a script able to batch call the
massImport
methodRelated ticket
Fixes #192
Type of change
Check list