Zakaria El Orche Relism
Relism created branch hotfix/header-map-rename in Relism/Flash5 2026-08-14 18:25:48 +00:00
Relism pushed to hotfix/header-map-rename at Relism/Flash5 2026-08-14 18:25:48 +00:00
b5ff5a4c1f fix(ext): update stale HeaderMap references to Http1HeaderMap
Relism deleted branch feature/core/http2 from Relism/Flash5 2026-08-14 18:20:31 +00:00
Relism pushed to master at Relism/Flash5 2026-08-14 18:20:31 +00:00
2078dea54f Merge pull request 'feat(core): HTTP/2 support, correctness fixes, and doc reorganization' (#10) from feature/core/http2 into master
a0dda8e47a refactor(core): remove out-of-scope HTTP/2 client/proxy, reorganize docs, refresh README
cf16be08c0 fix(core): fix HTTP/2 rate-limiter false positives, connection-flood OOM, and a streaming-body leak
825bdfc942 docs(core): document HTTP/2 operation and architecture
3679eed74a feat(core): add HTTP/2 performance gates
Compare 24 commits »
Relism merged pull request Relism/Flash5#10 2026-08-14 18:20:30 +00:00
feat(core): HTTP/2 support, correctness fixes, and doc reorganization
Relism created pull request Relism/Flash5#10 2026-08-14 18:13:26 +00:00
feat(core): HTTP/2 support, correctness fixes, and doc reorganization
Relism created branch feature/core/http2 in Relism/Flash5 2026-08-14 18:13:13 +00:00
Relism pushed to feature/core/http2 at Relism/Flash5 2026-08-14 18:13:13 +00:00
a0dda8e47a refactor(core): remove out-of-scope HTTP/2 client/proxy, reorganize docs, refresh README
cf16be08c0 fix(core): fix HTTP/2 rate-limiter false positives, connection-flood OOM, and a streaming-body leak
825bdfc942 docs(core): document HTTP/2 operation and architecture
3679eed74a feat(core): add HTTP/2 performance gates
6386264a1e test(core): add HTTP/2 compliance suite
Compare 10 commits »
Relism pushed to master at Relism/Flash5 2026-08-12 23:37:37 +00:00
8f1f30b973 Merge pull request 'fix(data): fire transaction synchronizations, and scope them to their transaction' (#9) from fix/tx-synchronizations into master
c5179146c0 docs(data): write the data-layer docs in English
0194470c1f feat(data): actually invoke TxSynchronization.beforeCommit, and document the contract
7299490d0d fix(data): fire transaction synchronizations, and scope them to their transaction
Compare 4 commits »
Relism deleted branch fix/tx-synchronizations from Relism/Flash5 2026-08-12 23:37:37 +00:00
Relism merged pull request Relism/Flash5#9 2026-08-12 23:37:36 +00:00
fix(data): fire transaction synchronizations, and scope them to their transaction
Relism pushed to fix/tx-synchronizations at Relism/Flash5 2026-08-12 23:36:19 +00:00
c5179146c0 docs(data): write the data-layer docs in English
Relism pushed to fix/tx-synchronizations at Relism/Flash5 2026-08-12 23:33:12 +00:00
0194470c1f feat(data): actually invoke TxSynchronization.beforeCommit, and document the contract
Relism created pull request Relism/Flash5#9 2026-08-12 23:25:36 +00:00
fix(data): fire transaction synchronizations, and scope them to their transaction
Relism created branch fix/tx-synchronizations in Relism/Flash5 2026-08-12 23:25:21 +00:00
Relism pushed to fix/tx-synchronizations at Relism/Flash5 2026-08-12 23:25:21 +00:00
7299490d0d fix(data): fire transaction synchronizations, and scope them to their transaction
Relism pushed to master at Relism/Flash5 2026-08-12 20:30:13 +00:00
88ac3c3d1f fix(build): don't skip deploying flash-extensions' own POM
Relism pushed to master at Relism/Flash5 2026-08-12 20:23:19 +00:00
3f0b49fa36 ci: use a real PAT (PACKAGES_TOKEN) instead of GITEA_TOKEN for deploy
Relism pushed to master at Relism/Flash5 2026-08-12 19:54:49 +00:00
a19c59770d ci: add a debug step for the persistent 401 on deploy
Relism pushed to master at Relism/Flash5 2026-08-12 19:53:14 +00:00
3bc5952dc7 ci: switch Maven auth to basic (username/password), not httpHeaders