Andrey Bocharnikov
f3eed58c78
fix(healthmanager)_: extract subscriber logic from RPC Health Manager ( #6147 )
...
- Subscription common logic is extracted to a separate type.
- Fix race condition where a goroutine extracts value from sync.Map and then another goroutine calls unsubscribe and closes the channel before the first goroutine writes to the channel.
- Moved TestInterleavedChainStatusChanges and TestDelayedChainUpdate to the correct file.
- Renamed test suites with duplicate names.
updates CODEOWNERS
closes #6139
Co-authored-by: Igor Sirotin <sirotin@status.im>
2024-12-04 20:26:53 +04:00
Igor Sirotin
9bc514805d
chore(CODEOWNERS)_: initial codeowners file ( #6111 )
2024-11-28 23:35:47 +00:00
Igor Sirotin
a1c6d7f333
ci_: validate pr title ( #5872 )
2024-09-26 09:10:59 +01:00
Igor Sirotin
2ca34489db
fix_: properly call commit_check and checkout forks ( #5863 )
2024-09-24 10:51:59 +01:00
Igor Sirotin
e53a5c968e
fix_: commit-check support forks ( #5851 )
...
* fix_: commit-check support forks
* fix_: run on pull_request_target
* fix_: more event types
2024-09-20 18:11:51 +01:00
Igor Sirotin
946ee4e496
feat_: improve PR commit messages processing ( #5835 )
...
* fix_: commit-messages github action
* fix_: prevent -> avoid
* fix_: use curly braces
2024-09-18 23:33:48 +01:00
Igor Sirotin
bcaf8ebbe6
fix_: tag version script ( #5823 )
2024-09-11 09:54:44 +01:00
Igor Sirotin
8491e76a34
fix_: separate commit message check ( #5773 )
...
* chore_: add github action conventional commits
* chore_: remove commit check from tests run
* fix_: continue checking commits when breaking change found
* fix_: don't run check on pr edit
2024-08-27 22:42:06 +01:00
Andrea Maria Piana
75c9374420
Add migration check script
2023-06-23 12:01:30 +01:00
Siddarth Kumar
17efc5e782
fix documentation url in the checklist ( #2770 )
...
on click of the link the redirected url was : https://status.im/docs/docs/build_status_go.html which was a 404.
updated that to the correct url https://status.im/docs/
2022-07-22 22:12:29 +05:30
Adam Babik
017ae1e205
Update package-lock-snitch recipients
2022-05-09 17:24:16 +02:00
flexsurfer
8ffbfa3d8f
Update github-bot.yml
...
separate mobile and desktop in the ckecklist
2021-09-17 11:23:05 +02:00
Volodymyr Kozieiev
70cbad6aba
Add check to pr checklist that pr was tested ( #2243 )
2021-05-26 11:28:34 +03:00
Pedro Pombeiro
ed5a5c154d
Move to monorepo structure ( #1684 )
...
Move to a monorepo structure with submodules
- Rename status-protocol-go to status-go/protocol
2019-11-21 17:19:22 +01:00
Pedro Pombeiro
0e48a022f0
Configure recipients for Gopkg.lock changes in PRs
2019-01-22 08:18:15 +01:00
Pedro Pombeiro
d8c57d3694
Configure recipients for Gopkg.lock changes in PRs
2019-01-21 16:20:50 +01:00
Pedro Pombeiro
134cce5b13
Reduce number of days required to consider a PR stale to 14
2018-11-20 13:14:33 +01:00
Jakub
ac66ca33a9
configure stale github bot for closing issues ( #1214 )
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-09-24 11:02:57 -04:00
Pedro Pombeiro
8247f8ef0e
Fix typo in PR checklist text ( #1204 )
2018-09-20 11:53:01 +02:00
Pedro Pombeiro
678d05a06d
Add PR checklist regarding documentation ( #1201 )
2018-09-20 10:23:58 +02:00
Frank Mueller
7358f7e3c6
Move CONTRIBUTING.md to top level ( #798 )
2018-04-04 12:51:05 +02:00
Dmitry Shulyak
aa4966ce11
Common instructions how to merge PRs and keep history clean ( #791 )
2018-04-04 13:41:45 +03:00
Pedro Pombeiro
5e244ee7ef
Update github-bot.yml
2018-02-08 13:00:10 +01:00
Pedro Pombeiro
cb0a889245
Add probot settings
2018-01-22 16:41:34 +01:00
Ivan Tomilov
b5b8219c41
Add Code Style section into CONTRIBUTING.md ( #512 )
2017-12-14 09:55:44 +01:00
Adam Babik
cbd05535ae
s/solves/closes to automatically close issues ( #485 )
...
Merging a PR will automatically close an issue now.
2017-12-01 12:08:06 +01:00
Ivan Tomilov
cdd2a31449
Fixed according to comments
2017-10-24 19:58:18 +03:00
Ivan Tomilov
b1aa57de25
Rephrase a list
2017-10-22 19:10:41 +03:00
Ivan Tomilov
a7a5315258
Make checks checked by default
2017-10-22 18:53:04 +03:00
Ivan Tomilov
1fa14aaa9f
Fix spelling in PULL_REQUEST_TEMPLATE.md
2017-10-22 18:52:12 +03:00
Ivan Tomilov
c23435ca37
Add PULL_REQUEST_TEMPLATE.md
2017-10-22 18:50:21 +03:00
Ivan Tomilov
3478bd2ed2
Added issue template ( #331 )
...
Added .github/ISSUE_TEMPLATE.md and moved CONTRIBUTING.md from the root folder into .github/
2017-09-15 19:10:06 +03:00