Skip to content

Conversation

@siddarthkay
Copy link
Contributor

Summary

I found few instances of --dirty in status-go as well,
Now that we don't have this versioning in status-desktop it would be consistent if we removed it from here as well.

@siddarthkay siddarthkay self-assigned this Jun 14, 2025
@siddarthkay siddarthkay requested a review from a team as a code owner June 14, 2025 07:56
@status-im-auto
Copy link
Member

status-im-auto commented Jun 14, 2025

Jenkins Builds

Click to see older builds (21)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 8256c15 #1 2025-06-14 07:58:51 ~2 min android 📦aar
✔️ 8256c15 #1 2025-06-14 07:59:30 ~2 min linux 📦zip
✔️ 8256c15 #1 2025-06-14 07:59:57 ~3 min macos 📦zip
✔️ 8256c15 #1 2025-06-14 08:01:34 ~4 min windows 📦zip
✔️ 8256c15 #1 2025-06-14 08:02:26 ~5 min macos 📦zip
✔️ 8256c15 #1 2025-06-14 08:04:25 ~7 min ios 📦zip
✔️ 8256c15 #1 2025-06-14 08:04:42 ~7 min tests-rpc 📄log
✔️ 8256c15 #1 2025-06-14 08:07:25 ~10 min linux 📦zip
✔️ 8256c15 #1 2025-06-14 08:21:58 ~25 min tests 📄log
✔️ 7bb33fe #2 2025-10-29 11:37:21 ~3 min macos/status-go 📦zip
✔️ 7bb33fe #2 2025-10-29 11:37:52 ~4 min linux/status-go 📦zip
✔️ 7bb33fe #2 2025-10-29 11:41:48 ~8 min windows/status-go 📦zip
✔️ 7bb33fe #2 2025-10-29 11:45:11 ~11 min tests-rpc 📄log
✔️ 7bb33fe #2 2025-10-29 11:45:34 ~12 min linux/nwaku 📦zip
✔️ 7bb33fe #2 2025-10-29 12:01:16 ~27 min tests 📄log
✔️ 46e9b2c #3 2025-10-29 11:41:25 ~3 min macos/status-go 📦zip
✔️ 46e9b2c #3 2025-10-29 11:41:56 ~3 min linux/status-go 📦zip
✔️ 46e9b2c #3 2025-10-29 11:48:43 ~6 min windows/status-go 📦zip
✔️ 46e9b2c #3 2025-10-29 11:56:43 ~11 min tests-rpc 📄log
✔️ 46e9b2c #3 2025-10-29 11:58:31 ~12 min linux/nwaku 📦zip
✔️ 46e9b2c #3 2025-10-29 12:30:32 ~29 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b395b37 #4 2025-10-29 13:45:44 ~9 min windows/status-go 📦zip
✔️ b395b37 #4 2025-10-29 13:47:15 ~11 min macos/status-go 📦zip
✔️ b395b37 #4 2025-10-29 13:48:01 ~11 min linux/status-go 📦zip
✔️ b395b37 #4 2025-10-29 13:55:42 ~19 min linux/nwaku 📦zip
✔️ b395b37 #4 2025-10-29 13:56:46 ~20 min tests-rpc 📄log
✔️ b395b37 #4 2025-10-29 14:14:05 ~37 min tests 📄log
✔️ d165cf8 #5 2025-10-29 14:10:31 ~4 min linux/status-go 📦zip
✔️ d165cf8 #5 2025-10-29 14:12:19 ~5 min macos/status-go 📦zip
✔️ d165cf8 #5 2025-10-29 14:13:09 ~6 min windows/status-go 📦zip
✔️ d165cf8 #5 2025-10-29 14:17:55 ~11 min tests-rpc 📄log
✔️ d165cf8 #5 2025-10-29 14:18:37 ~12 min linux/nwaku 📦zip
✔️ d165cf8 #5 2025-10-29 14:52:00 ~37 min tests 📄log

@codecov
Copy link

codecov bot commented Jun 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.77%. Comparing base (4977c5e) to head (d165cf8).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6677   +/-   ##
========================================
  Coverage    59.77%   59.77%           
========================================
  Files          805      805           
  Lines       114125   114125           
========================================
+ Hits         68213    68221    +8     
+ Misses       38948    38918   -30     
- Partials      6964     6986   +22     
Flag Coverage Δ
functional 35.82% <ø> (+0.13%) ⬆️
unit 55.32% <ø> (-0.01%) ⬇️

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

Files with missing lines Coverage Δ
pkg/version/version.go 100.00% <ø> (ø)

... and 38 files with indirect coverage changes

Copy link
Collaborator

@igor-sirotin igor-sirotin left a comment

Choose a reason for hiding this comment

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

hm. But what's wrong with it? It was there for a reason 🤔

@igor-sirotin
Copy link
Collaborator

@siddarthkay do we still want this merged? Or should we close it?

@siddarthkay siddarthkay force-pushed the cleanup-dirty-business branch 2 times, most recently from 7bb33fe to 46e9b2c Compare October 29, 2025 11:33
@siddarthkay
Copy link
Contributor Author

@igor-sirotin : still relevant, was just ignored by me for long. "dirty" has no business being in version and is often confusing when this version reaches status-desktop via status-go

@siddarthkay siddarthkay changed the title ci_: get rid of dirty flag chore(ci): get rid of dirty flag Oct 29, 2025
@siddarthkay siddarthkay force-pushed the cleanup-dirty-business branch from 46e9b2c to b395b37 Compare October 29, 2025 13:35
@siddarthkay siddarthkay force-pushed the cleanup-dirty-business branch from b395b37 to d165cf8 Compare October 29, 2025 14:06
@siddarthkay siddarthkay merged commit d165cf8 into develop Oct 29, 2025
21 checks passed
@siddarthkay siddarthkay deleted the cleanup-dirty-business branch October 29, 2025 14:53
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