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

MVP proposal #26

Closed
wants to merge 67 commits into from
Closed

MVP proposal #26

wants to merge 67 commits into from

Commits on Jul 4, 2024

  1. FS clean up

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ab10cc1 View commit details
    Browse the repository at this point in the history
  2. suppress CS1591 (Missing XML comment for publicly visible type or mem…

    …ber) at project level
    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    977f203 View commit details
    Browse the repository at this point in the history
  3. made UseTable() optional

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ad74d3c View commit details
    Browse the repository at this point in the history
  4. enforce AOT

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b59d386 View commit details
    Browse the repository at this point in the history
  5. rename IConsumes to IHandles

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    71c1f14 View commit details
    Browse the repository at this point in the history
  6. Use double quote

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    86656ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    438cf21 View commit details
    Browse the repository at this point in the history
  8. unused directive

    lsfera committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b24c01f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    b024c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc1fed View commit details
    Browse the repository at this point in the history
  3. Added demo projrct for DI

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    380d06a View commit details
    Browse the repository at this point in the history
  4. Enhanced logging

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    acf5f4d View commit details
    Browse the repository at this point in the history
  5. bumped version to 0.1.1

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e918dfa View commit details
    Browse the repository at this point in the history
  6. allow tableDescriptor access

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2055fed View commit details
    Browse the repository at this point in the history
  7. renamed vars

    lsfera committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    eadba73 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    c097047 View commit details
    Browse the repository at this point in the history
  2. rename extension method

    lsfera committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ef9ac95 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. move to files

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    345cad6 View commit details
    Browse the repository at this point in the history
  2. simplified di registration

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    645ec1a View commit details
    Browse the repository at this point in the history
  3. collapse project

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ca28054 View commit details
    Browse the repository at this point in the history
  4. rename folder

    lsfera committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f4cfe0c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. mark as implicit usage

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f9bf48f View commit details
    Browse the repository at this point in the history
  2. switch to prepared statement

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7fff1b4 View commit details
    Browse the repository at this point in the history
  3. dispose resources

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f0c4160 View commit details
    Browse the repository at this point in the history
  4. explicit defaults

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8db4187 View commit details
    Browse the repository at this point in the history
  5. add PublisherOptions

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c446721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e71999b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2351af1 View commit details
    Browse the repository at this point in the history
  8. file renamed

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9d3249a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea6f7fe View commit details
    Browse the repository at this point in the history
  10. first working version

    lsfera committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3887f14 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. removed unused

    lsfera committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0cf7595 View commit details
    Browse the repository at this point in the history
  2. files reorg

    lsfera committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6809b02 View commit details
    Browse the repository at this point in the history
  3. marked classes as sealed

    lsfera committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e20bfa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9656b3b View commit details
    Browse the repository at this point in the history
  5. unused file

    lsfera committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    06bd0a1 View commit details
    Browse the repository at this point in the history
  6. unused

    lsfera committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    41a96de View commit details
    Browse the repository at this point in the history
  7. expose singleton

    lsfera committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    52b5567 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. reify memoization

    m
    lsfera committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    253d4d4 View commit details
    Browse the repository at this point in the history
  2. formatting stuff

    lsfera committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    678b2c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c60bc89 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Ensure subscriber default options

    p
    lsfera committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    7729fcd View commit details
    Browse the repository at this point in the history
  2. rename PublicationSetupOptions to PublicationOptions and `Replica…

    …tionSlotSetupOptions` to `ReplicationSlotOptions`
    lsfera committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5ae673e View commit details
    Browse the repository at this point in the history
  3. move classes to files

    lsfera committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    85f520b View commit details
    Browse the repository at this point in the history
  4. renamed files

    lsfera committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    20bc581 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a95cf77 View commit details
    Browse the repository at this point in the history
  6. typo

    lsfera committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    d3c5825 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    f1d0961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910902a View commit details
    Browse the repository at this point in the history
  3. simplify test

    lsfera committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5126bb9 View commit details
    Browse the repository at this point in the history
  4. additional examples

    lsfera committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b236c91 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    49408fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376d748 View commit details
    Browse the repository at this point in the history
  3. mime type is internally exposed for future extension towards binary d…

    …ata format, actually not used
    lsfera committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8794c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa05588 View commit details
    Browse the repository at this point in the history
  5. tested table creation

    lsfera committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7205446 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. simplified raw urn

    lsfera committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ddbd7f6 View commit details
    Browse the repository at this point in the history
  2. Provide untyped append method

    lsfera committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    964b883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de0a77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    575c2b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    44953bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2726be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c777721 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 1, 2024

  1. added more publishing options

    lsfera committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8fd8041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e56c3c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28745e8 View commit details
    Browse the repository at this point in the history