Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#155] New table: journal_persistence_ids #206

Merged
merged 34 commits into from
Aug 29, 2023

Commits on Jul 20, 2023

  1. WIP

    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f18c56d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9d567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8394331 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    181b520 View commit details
    Browse the repository at this point in the history
  5. Styling

    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    34a9757 View commit details
    Browse the repository at this point in the history
  6. Use journal_persistence_ids on ReadJournal#allPersistenceIds query. A…

    …dd required changes to migration artifact to support journal_persistence_ids table
    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b170202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf781c0 View commit details
    Browse the repository at this point in the history
  8. Revert usage of journal_persistence_ids on other queries besides high…

    …estSequenceNrForPersistenceId
    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    949383e View commit details
    Browse the repository at this point in the history
  9. Keep highestSequenceNrForPersistenceId journal query and comment the …

    …new one which uses journal_persistence_ids table
    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    09bea45 View commit details
    Browse the repository at this point in the history
  10. Re-add trigger that checks if max-sequence-number on journal_persiste…

    …nce_ids is bigger, before updating the table.
    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    41cee5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfb426a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de1e319 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    085424d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76dafe5 View commit details
    Browse the repository at this point in the history
  15. Hash by persistence_id only

    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b2736d1 View commit details
    Browse the repository at this point in the history
  16. Solve flaky test on PartitionedJournalSpecTestCases.

    With the addition of triggers that can refuse an insert on the journal, concurrent inserts on the journal for the same persistence_id can fail due to sequence number being smaller then what is already recorded. Therefore, not having gaps among ordering can only be verified across all persistence_ids and not a single one.
    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f3771e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    12843e0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9d5fb07 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dcc1f71 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6579531 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7c0c540 View commit details
    Browse the repository at this point in the history
  22. Fix typo

    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1590265 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    26db186 View commit details
    Browse the repository at this point in the history
  24. Proper distinction between FlatReadJournal and PartitionedReadJournal…

    … on ReadJournalQueries
    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e883da4 View commit details
    Browse the repository at this point in the history
  25. Update documentation

    tiagomota committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5c8970f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b0e694 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    b903463 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    7d96c33 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    43a3772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a70d627 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    9631cea View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8debe8b View commit details
    Browse the repository at this point in the history
  2. Fix test

    tiagomota committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9bd44bf View commit details
    Browse the repository at this point in the history
  3. Prepare 0.6.0-RC1 release

    tiagomota committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    513e3ca View commit details
    Browse the repository at this point in the history