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

Weos 1240 #46

Merged
merged 28 commits into from
Jan 18, 2022
Merged

Weos 1240 #46

merged 28 commits into from
Jan 18, 2022

Commits on Jan 9, 2022

  1. WEOS-1256

    updated projections to include a get by entity id and a get by keys function
    added projections get by entity id test
    atoniaw committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    39dbb94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb2afef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2290033 View commit details
    Browse the repository at this point in the history
  4. WEOS-1256 - Create projection functions to get entity by keys and by …

    …weos id
    
    added functionality to omit sequence number and weos_id in relations when pulling the entire entity with relations from database
    atoniaw committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    1eaff9a View commit details
    Browse the repository at this point in the history
  5. WEOS-1256

    added a get by key function in projections and added projections test
    atoniaw committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    da58ed9 View commit details
    Browse the repository at this point in the history
  6. WEOS-1256

    updated projections get by entity ids and get by keys in order to facilitate gorm  sqlite error
    atoniaw committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    161f3df View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. WEOS-1256

    added projections test for reassigning primary key
    atoniaw committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ac2e1ab View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    ffddb07 View commit details
    Browse the repository at this point in the history
  2. WEOS-1256

    made preload tables functionality a query modifier to be added to the scopes
    atoniaw committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    0f91fa6 View commit details
    Browse the repository at this point in the history
  3. WEOS-1245

    updated sequence number check
    atoniaw committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    a13209a View commit details
    Browse the repository at this point in the history
  4. feature:WEOS-1132

    - Added command
    - Added receiver and test
    - Added func for update in domain service
    RandyDeo committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b29ebae View commit details
    Browse the repository at this point in the history
  5. WEOS-1256

    added functionality to get an entity by id and sequence number
    atoniaw committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e1b20d5 View commit details
    Browse the repository at this point in the history
  6. feature:WEOS-1132

    - working on an update test
    RandyDeo committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    baf3f71 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. feature:WEOS-1132

    - Worked on the service test
    - Worked on the update service func
    - Added to the receiver
    RandyDeo committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b3d8a0f View commit details
    Browse the repository at this point in the history
  2. feature:WEOS-1132

    - Added todos
    RandyDeo committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1d313e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from wepala/WEOS-1245

    Weos 1245
    RandyDeo authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    349245c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from wepala/WEOS-1256

    Weos 1256
    shaniah868 authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    3d1901b View commit details
    Browse the repository at this point in the history
  5. feature:WEOS-1132

    - Updated command receiver and service
    RandyDeo committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ee88035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11548cf View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/WEOS-1135' into WEOS-1240

    # Conflicts:
    #	projections/gorm.go
    RandyDeo committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    3e56793 View commit details
    Browse the repository at this point in the history
  8. feature:WEOS-1132

    - Updated Mocks
    - Added update to content entity
    - Tested content entity
    - Added service
    - Tested Service
    - Updated receiver
    - Testing receiver still
    - Updated utils to have a getSeqNo
    RandyDeo committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    39f725b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. feature:WEOS-1132

    - Updated Receiver and receiver test
    RandyDeo committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6a5f7b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/WEOS-1132' into WEOS-1240

    # Conflicts:
    #	controllers/rest/api_test.go
    RandyDeo committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    81a9cc4 View commit details
    Browse the repository at this point in the history
  3. feature:WEOS-1132

    - Added & to projections test
    RandyDeo committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    453fb2d View commit details
    Browse the repository at this point in the history
  4. feature:WEOS-1123

    - Fixed Receiver
    RandyDeo committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    bb6106c View commit details
    Browse the repository at this point in the history
  5. feature:WEOS-1132

    - Added "invalid:" tags to errors
    RandyDeo committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5221533 View commit details
    Browse the repository at this point in the history
  6. feature:WEOS-1132

    - Made requested changes on the pr
    - Revisited errors being returned
    RandyDeo committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    71a506e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. feature:WEOS-1132

    - Added Validation to service
    - Found some issues with the service and added code to address that
    - Added tests for compound keys
    - Add yaml files for testing
    - Updated update func in content entity.
    - Fixed content entity test
    RandyDeo committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c1433c2 View commit details
    Browse the repository at this point in the history