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

Feature/weos 1327 - As a developer I should be able to re-create the model from events #92

Merged
merged 25 commits into from
Feb 14, 2022

Commits on Feb 4, 2022

  1. feature: WEOS-1327

    akeemphilbert committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0e6c636 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

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

Commits on Feb 7, 2022

  1. feature:WEOS-1327

    - Merged dev
    RandyDeo committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ae68a67 View commit details
    Browse the repository at this point in the history
  2. feature:WEOS-1327

    - Merged dev
    - Generated bdd steps
    RandyDeo committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    980306f View commit details
    Browse the repository at this point in the history
  3. feature:WEOS-1327

    - Working on the ReplayEvents
    RandyDeo committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    682b73a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. feature:WEOS-1327

    - Working on the ReplayEvents
    RandyDeo committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d4c8568 View commit details
    Browse the repository at this point in the history
  2. feature:WEOS-1327

    - Updated Replay events func
    RandyDeo committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d3af9ed View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. feature:WEOS-1327

    - Updated Mocks test
    - Added a Builder func to entity factory
    - Updated server.go
    - Updated repository
    - Added to the replay events func
    - Added a check to migrate tables that do not exist in gorm (not ideal)
    - Other changes
    RandyDeo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b2e480c View commit details
    Browse the repository at this point in the history
  2. feature:WEOS-1327

    - Working on e2e tests
    RandyDeo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8710b74 View commit details
    Browse the repository at this point in the history
  3. feature:WEOS-1327

    - Working on E2E tests
    - Edited feature file Blogs -> Blog
    - Edited replayEvents
    RandyDeo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    53a2fdb View commit details
    Browse the repository at this point in the history
  4. feature:WEOS-1327

    - Fixed E2E tests
    - reverted gorm
    - Edited Interfaces
    - Regen Mocks
    - Edited server.go
    - Edited Replay func
    - Edited Replay test
    RandyDeo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    242ea1e View commit details
    Browse the repository at this point in the history
  5. feature:WEOS-1327

    - Edited server.go
    - Edited main.go
    - Made small edits to e2e
    RandyDeo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1afe532 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev' into feature/WEOS-1327

    # Conflicts:
    #	api.yaml
    RandyDeo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    65a5e68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a32ca83 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #91 from wepala/WEOS-1334

    feature:WEOS-1327 As a developer I should be able to re-create the model from events
    shaniah868 authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c34f892 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. feature:WEOS-1327

    - Updated E2E test
    - Removed SchemaName from event
    - Updated the event dispatcher to return and error
    - Updated EventHandler to return an error
    - Updated replay events
    - Updated replay tests
    - Regenerated Mocks
    RandyDeo committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4479823 View commit details
    Browse the repository at this point in the history
  2. feature:WEOS-1327

    - Updated E2E test
    RandyDeo committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b1cbf2b View commit details
    Browse the repository at this point in the history
  3. feature:WEOS-1327

    - Made requested changes from pr
    RandyDeo committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    bb43e86 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into feature/WEOS-1327

    # Conflicts:
    #	end2end_test.go
    RandyDeo committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8966bc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. feature:WEOS-1327

    - Changed the replay flag to false by default
    RandyDeo committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    da579eb View commit details
    Browse the repository at this point in the history
  2. feature: WEOS-1327 Removed scenario that was tricky to implement

    * Recovering a table that was partially updates is tricky
    akeemphilbert committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9c072d8 View commit details
    Browse the repository at this point in the history
  3. feature:WEOS-1327

    - Removed step for delete single id
    RandyDeo committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9086ecb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ab4b55 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Merge branch 'dev' into feature/WEOS-1327

    # Conflicts:
    #	model/interfaces.go
    #	projections/gorm.go
    RandyDeo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ce72c24 View commit details
    Browse the repository at this point in the history
  2. feature:WEOS-1327

    - Merged Dev and did some changes (gormdb)
    RandyDeo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e4562f8 View commit details
    Browse the repository at this point in the history