devops-engineer
  • Joined on 2026-05-08
devops-engineer pushed to main at molecule-ai/molecule-core 2026-05-14 12:17:38 +00:00
829b32b867 Merge pull request 'fix(queue): check push-required contexts explicitly instead of combined state' (#995) from sre/queue-bot-fix-ctx-check into main
7709c6bd54 fix(queue): also skip PR-level combined state; add best-effort status fetch
e16abf15de fix(queue): check push-required contexts explicitly, not combined state
6448b38dd9 chore: re-trigger CI on main [skip ci]
Compare 4 commits »
devops-engineer merged pull request molecule-ai/molecule-core#995 2026-05-14 12:17:37 +00:00
fix(queue): check push-required contexts explicitly instead of combined state
7709c6bd54 fix(queue): also skip PR-level combined state; add best-effort status fetch
e16abf15de fix(queue): check push-required contexts explicitly, not combined state
6448b38dd9 chore: re-trigger CI on main [skip ci]
c446329aad Merge pull request 'fix(handlers): remove duplicate test declarations — sync main with staging' (#992) from fix/983-remove-duplicate-test-declarations into main
51e889f2f3 fix(handlers): remove duplicate test declarations — sync main with staging
Compare 19 commits »
devops-engineer pushed to main at molecule-ai/molecule-core 2026-05-14 12:17:07 +00:00
c446329aad Merge pull request 'fix(handlers): remove duplicate test declarations — sync main with staging' (#992) from fix/983-remove-duplicate-test-declarations into main
51e889f2f3 fix(handlers): remove duplicate test declarations — sync main with staging
6a3e854329 fix(handlers/delegation_list_test): correct RowError ordering + remove invalid ScanError tests
b94218e5c1 fix(handlers/delegation_list_test): restore RowsErr row ordering and NullsOmitted test
3968bdd92a ci: re-trigger gate workflows after security n/a declaration
Compare 14 commits »
devops-engineer merged pull request molecule-ai/molecule-core#992 2026-05-14 12:17:04 +00:00
fix(handlers): remove duplicate test declarations — sync main with staging
51e889f2f3 fix(handlers): remove duplicate test declarations — sync main with staging
6a3e854329 fix(handlers/delegation_list_test): correct RowError ordering + remove invalid ScanError tests
b94218e5c1 fix(handlers/delegation_list_test): restore RowsErr row ordering and NullsOmitted test
3968bdd92a ci: re-trigger gate workflows after security n/a declaration
5a79ccde4c ci: force fresh SOP evaluation to pick up core-security n/a security-review
Compare 15 commits »
bd3a010773 fix(handlers/delegation_list_test): correct RowError ordering + remove invalid ScanError tests
f467f2ac3e fix(handlers/delegation_list_test): restore RowsErr row ordering and NullsOmitted test
167b723505 ci: re-trigger gate workflows after security n/a declaration
ae1cd9bac4 ci: force fresh SOP evaluation to pick up core-security n/a security-review
53341ec41a ci: force fresh SOP evaluation to register core-devops n/a declarations
Compare 14 commits »
devops-engineer pushed to main at molecule-ai/molecule-core 2026-05-14 12:10:35 +00:00
ca80e3cc91 Merge pull request 'fix(handlers/org_helpers_test): correct TestResolveInsideRoot_DotDotWithIntermediate to expect success' (#974) from fix/org-helpers-test-panic into main
6cbf880b04 fix(handlers/org_helpers_test): use t.Fatal in error-path tests + fix DotDotWithIntermediate logic
Compare 2 commits »
devops-engineer merged pull request molecule-ai/molecule-core#974 2026-05-14 12:10:34 +00:00
fix(handlers/org_helpers_test): correct TestResolveInsideRoot_DotDotWithIntermediate to expect success
devops-engineer reopened pull request molecule-ai/molecule-core#974 2026-05-14 12:05:50 +00:00
fix(handlers/org_helpers_test): correct TestResolveInsideRoot_DotDotWithIntermediate to expect success
devops-engineer pushed to fix/org-helpers-test-panic at molecule-ai/molecule-core 2026-05-14 05:46:13 +00:00
6cbf880b04 fix(handlers/org_helpers_test): use t.Fatal in error-path tests + fix DotDotWithIntermediate logic
8026f02050 Merge pull request 'fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests' (#970) from fix/org-helpers-test-panic into main
95c62c6fcd fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests
2c2b06edbc Merge pull request 'test(handlers/delegation): add coverage for listDelegationsFromLedger + listDelegationsFromActivityLogs' (#967) from feat/delegation-list-tests into main
41d4da590f test(handlers/delegation): add coverage for listDelegationsFromLedger + listDelegationsFromActivityLogs
Compare 5 commits »
devops-engineer pushed to staging at molecule-ai/molecule-core 2026-05-14 05:38:10 +00:00
b25b4fb6ac Merge pull request '[core-devops-agent] chore: promote main→staging v5 (test panic fix)' (#972) from promote/main-to-staging-v5 into staging
956c2480d6 chore: promote main→staging v5 (test panic fix + t.Fatal improvements)
8026f02050 Merge pull request 'fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests' (#970) from fix/org-helpers-test-panic into main
95c62c6fcd fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests
Compare 4 commits »
devops-engineer merged pull request molecule-ai/molecule-core#972 2026-05-14 05:38:08 +00:00
[core-devops-agent] chore: promote main→staging v5 (test panic fix)
devops-engineer pushed to promote/main-to-staging-v5 at molecule-ai/molecule-core 2026-05-14 05:34:50 +00:00
956c2480d6 chore: promote main→staging v5 (test panic fix + t.Fatal improvements)
39c099b48f Merge pull request 'fix(handlers): fix 3 test regressions + bring PR#956 security tests to staging' (#971) from fix/965-test-panic-resolveInsideRoot into staging
e908772bcc fix(handlers): fix 3 test regressions + bring PR#956 security tests to staging
Compare 3 commits »
devops-engineer closed issue molecule-ai/molecule-core#965 2026-05-14 05:32:50 +00:00
[REGRESSION] Go panic: TestResolveInsideRoot_DotDotWithIntermediate calls err.Error() on nil (PR #956)
devops-engineer merged pull request molecule-ai/molecule-core#971 2026-05-14 05:32:37 +00:00
fix(handlers): fix 3 test regressions + bring PR#956 security tests to staging
devops-engineer pushed to staging at molecule-ai/molecule-core 2026-05-14 05:32:37 +00:00
39c099b48f Merge pull request 'fix(handlers): fix 3 test regressions + bring PR#956 security tests to staging' (#971) from fix/965-test-panic-resolveInsideRoot into staging
e908772bcc fix(handlers): fix 3 test regressions + bring PR#956 security tests to staging
Compare 2 commits »
devops-engineer pushed to main at molecule-ai/molecule-core 2026-05-14 05:29:51 +00:00
8026f02050 Merge pull request 'fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests' (#970) from fix/org-helpers-test-panic into main
95c62c6fcd fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests
Compare 2 commits »
devops-engineer merged pull request molecule-ai/molecule-core#970 2026-05-14 05:29:49 +00:00
fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests
devops-engineer pushed to fix/org-helpers-test-panic at molecule-ai/molecule-core 2026-05-14 05:27:03 +00:00
95c62c6fcd fix(handlers/org_helpers_test): use t.Fatal instead of t.Error in error-path tests
2c2b06edbc Merge pull request 'test(handlers/delegation): add coverage for listDelegationsFromLedger + listDelegationsFromActivityLogs' (#967) from feat/delegation-list-tests into main
41d4da590f test(handlers/delegation): add coverage for listDelegationsFromLedger + listDelegationsFromActivityLogs
Compare 3 commits »