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

Tag table with backwards compatibility #68

Merged
merged 27 commits into from
Feb 3, 2023

Commits on Jan 9, 2022

  1. index creation app example

    to11mtm committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    660f637 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    fec6cf5 View commit details
    Browse the repository at this point in the history
  2. fix incomplete rename refactor, re-add case to guarantee manifest is …

    …written even if empty
    to11mtm committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8b65724 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

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

Commits on Apr 17, 2022

  1. Added WIP Tag-join-via UUID Support for users who may want faster wri…

    …tes with tags at expense of size and read speed.
    
    Cleaned up ReadJournal Queries
    to11mtm committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    6936c1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627d159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc52579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3778099 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    4c2dc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34570b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge branch 'dev' into tag-table-with-backwards-compat

    # Conflicts:
    #	src/Akka.Persistence.Sql.Linq2Db/Config/BaseByteArrayJournalDaoConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Config/JournalConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Config/JournalTableConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Config/ReadJournalPluginConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Db/AkkaPersistenceDataConnectionFactory.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Journal/DAO/BaseByteArrayJournalDao.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Journal/DAO/BaseJournalDaoWithReadMessages.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Journal/DAO/ByteArrayJournalSerializer.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Query/Dao/BaseByteReadArrayJournalDAO.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Query/JournalSequenceActor.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Serialization/PersistentReprSerializer.cs
    Arkatufus committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d41e3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e59b3 View commit details
    Browse the repository at this point in the history
  3. Cleanup property names

    Arkatufus committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    56777fa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into tag-table-with-backwards-compat

    # Conflicts:
    #	Akka.Persistence.Linq2Db.sln
    Arkatufus committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f67450d View commit details
    Browse the repository at this point in the history
  5. Fix merge issues

    Arkatufus committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d4e2984 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    060da94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a4595b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

Commits on Nov 30, 2022

  1. Merge branch 'dev' into tag-table-with-backwards-compat

    # Conflicts:
    #	src/Akka.Persistence.Sql.Linq2Db.Tests/Settings/ReadJournalConfigSpec.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Config/ReadJournalConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Query/Dao/BaseByteReadArrayJournalDAO.cs
    #	src/Akka.Persistence.Sql.Linq2Db/persistence.conf
    Arkatufus committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9e32549 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. post-merge cleanup

    Arkatufus committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    095b0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969116b View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    Arkatufus committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    bfe4f86 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge branch 'dev' into tag-table-with-backwards-compat

    # Conflicts:
    #	src/Akka.Persistence.Linq2Db.Compatibility.Tests/SqlCommonJournalCompatibilitySpec.cs
    #	src/Akka.Persistence.Linq2Db.Compatibility.Tests/SqlCommonSnapshotCompatibilitySpec.cs
    Arkatufus committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3455e3c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge branch 'dev' into tag-table-with-backwards-compat

    # Conflicts:
    #	src/Akka.Persistence.Linq2Db.Compatibility.DockerTests/SqlServer/SqlServerCompatibilitySpecConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/Config/JournalTableConfig.cs
    #	src/Akka.Persistence.Sql.Linq2Db/persistence.conf
    Arkatufus committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1db2523 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    d7a283d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a3329 View commit details
    Browse the repository at this point in the history
  3. Remove bit flag

    Arkatufus committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c59c980 View commit details
    Browse the repository at this point in the history