Skip to content
Succès

#68 (25 août 2025, 14:43:52)

Démarrée il y a 5 mo. 24 j.
A duré 4 mn 38 s
Artefacts du build

Started by GitHub push by tircis

This run spent:

  • 7,6 s waiting;
  • 4 mn 38 s build duration;
  • 4 mn 46 s total from scheduled to completion.
Revision: 5c7865b6f22420169dd1b880363f47ea1e9b50d3
Repository: https://github.com/codefilarete/stalactite.git/
  • refs/remotes/origin/master
Résultats des tests (aucune erreur)
    Changes
    1. Enhancing projection tests and fixing projection result handling: (commit: 9f6d9a3) (details / githubweb)
    2. Splitting windowing logic into pieces to make it reusable (not yet finished) in NativeQuery (commit: b57c827) (details / githubweb)
    3. Applying split windowing logic to the default query case. Still requires to be applied to NativeQuery (commit: f94629a) (details / githubweb)
    4. Reworking SqlNativeRepositoryQuery execution algorithm to make it appear a pattern of projection + paging + query execution. Still require some more work. (commit: 001c1a2) (details / githubweb)
    5. Code cleanup of previous commit: simplifying SqlNativeRepositoryQuery execution code, class renaming and deletion. (commit: 9b3acc9) (details / githubweb)
    6. Moving reducer classes to a more suitable package (commit: 045195f) (details / githubweb)
    7. Adding support for @BeanQueries and projection, pagination and windowing by sharing code with SqlNativeRepositoryQuery and pushing up some abstraction to AbstractRepositoryQuery. (commit: cac7206) (details / githubweb)
    8. Reviewing pagination to make it thread-safe: Limit object was shared. Still some work to make all thread-safe. (commit: 5c7865b) (details / githubweb)