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_: status-backend standard requests #5868

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

igor-sirotin
Copy link
Collaborator

@igor-sirotin igor-sirotin commented Sep 23, 2024

Just some common status-backend requests.
No specific structure so far, we can refactor it when we understand how we use it.

@igor-sirotin igor-sirotin changed the base branch from develop to feat/5828-status-backend September 23, 2024 20:49
@status-im-auto
Copy link
Member

status-im-auto commented Sep 23, 2024

Jenkins Builds

Click to see older builds (28)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ cd782f0 #1 2024-09-23 20:52:39 ~2 min tests-rpc 📄log
✖️ cd782f0 #1 2024-09-23 20:52:52 ~2 min tests 📄log
✔️ cd782f0 #1 2024-09-23 20:54:07 ~4 min linux 📦zip
✔️ cd782f0 #1 2024-09-23 20:54:22 ~4 min ios 📦zip
✔️ cd782f0 #1 2024-09-23 20:54:43 ~4 min android 📦aar
✔️ cd782f0 #2 2024-09-23 20:56:11 ~1 min android 📦aar
✔️ cd782f0 #2 2024-09-23 20:56:23 ~1 min linux 📦zip
✔️ cd782f0 #2 2024-09-23 20:57:15 ~2 min ios 📦zip
✔️ e09862e #3 2024-09-23 21:00:53 ~1 min android 📦aar
✖️ e09862e #2 2024-09-23 21:00:53 ~1 min tests 📄log
✔️ e09862e #3 2024-09-23 21:01:32 ~1 min linux 📦zip
✔️ e09862e #2 2024-09-23 21:01:50 ~2 min tests-rpc 📄log
✔️ e09862e #3 2024-09-23 21:02:46 ~3 min ios 📦zip
✔️ 338b8bc #4 2024-09-25 13:54:13 ~2 min android 📦aar
✔️ 338b8bc #4 2024-09-25 13:54:24 ~2 min linux 📦zip
✔️ 338b8bc #3 2024-09-25 13:54:58 ~2 min tests-rpc 📄log
✔️ 338b8bc #4 2024-09-25 13:56:41 ~4 min ios 📦zip
✔️ 338b8bc #3 2024-09-25 14:23:31 ~31 min tests 📄log
✔️ 36d7a8b #5 2024-09-26 15:25:29 ~2 min android 📦aar
✔️ 36d7a8b #5 2024-09-26 15:25:39 ~2 min linux 📦zip
✔️ 36d7a8b #4 2024-09-26 15:25:46 ~2 min tests-rpc 📄log
✔️ 36d7a8b #5 2024-09-26 15:26:48 ~3 min ios 📦zip
✔️ 36d7a8b #4 2024-09-26 15:54:46 ~31 min tests 📄log
✔️ 36d7a8b #6 2024-09-27 15:06:21 ~3 min ios 📦zip
✔️ 36d7a8b #6 2024-09-27 15:08:17 ~5 min android 📦aar
✔️ 36d7a8b #5 2024-09-27 15:09:19 ~6 min tests-rpc 📄log
✔️ 36d7a8b #6 2024-09-27 15:09:29 ~6 min linux 📦zip
✔️ 36d7a8b #5 2024-09-27 15:40:21 ~37 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 9c3c489 #7 2024-09-30 17:58:04 ~2 min android 📦aar
✔️ 9c3c489 #7 2024-09-30 17:58:18 ~2 min linux 📦zip
✔️ 9c3c489 #6 2024-09-30 17:58:39 ~2 min tests-rpc 📄log
✔️ 9c3c489 #7 2024-09-30 17:59:13 ~3 min ios 📦zip
✔️ 9c3c489 #6 2024-09-30 18:27:12 ~31 min tests 📄log
✔️ 5d7742d #8 2024-10-01 12:09:28 ~1 min android 📦aar
✔️ 5d7742d #8 2024-10-01 12:10:14 ~2 min linux 📦zip
✔️ 5d7742d #7 2024-10-01 12:10:42 ~2 min tests-rpc 📄log
✔️ 5d7742d #8 2024-10-01 12:11:29 ~3 min ios 📦zip
✔️ 5d7742d #7 2024-10-01 12:39:11 ~31 min tests 📄log

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (develop@5500fa0). Learn more about missing BASE report.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #5868   +/-   ##
==========================================
  Coverage           ?   46.05%           
==========================================
  Files              ?      888           
  Lines              ?   157384           
  Branches           ?        0           
==========================================
  Hits               ?    72490           
  Misses             ?    76571           
  Partials           ?     8323           
Flag Coverage Δ
functional 11.34% <ø> (?)
unit 45.63% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@igor-sirotin igor-sirotin force-pushed the feat/status-backend-standard-requests branch from 338b8bc to 36d7a8b Compare September 26, 2024 15:22
Base automatically changed from feat/5828-status-backend to develop September 27, 2024 15:02
@igor-sirotin igor-sirotin changed the title feat: status-backend standard requests feat_: status-backend standard requests Sep 30, 2024
@igor-sirotin igor-sirotin force-pushed the feat/status-backend-standard-requests branch from 36d7a8b to 9c3c489 Compare September 30, 2024 17:55
@igor-sirotin igor-sirotin marked this pull request as ready for review September 30, 2024 17:58
Copy link
Contributor

@osmaczko osmaczko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

cmd/status-backend/requests/http-client.env.json Outdated Show resolved Hide resolved
"method": "wakuext_acceptContactRequest",
"params": [
{
"id": "0x0495811d8ac62e240e9ae7f05fa097938032066ff65764d97dc93a73d83262d884a75696520543899b047005f6fb91af42dcb04f635be760313cc4d26fa27f1ff7"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be parameterized as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should, but I was unsure of how we're going to use it, so decided to leave as is for now.
Like first see where the people go and then make concrete sidewalks on top of footpaths

cmd/status-backend/requests/AcceptContactRequest.http Outdated Show resolved Hide resolved
@igor-sirotin igor-sirotin merged commit 5c41e82 into develop Oct 2, 2024
12 checks passed
@igor-sirotin igor-sirotin deleted the feat/status-backend-standard-requests branch October 2, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants