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-1133 As a user I should be able to get a list of items for a content type #60

Merged
merged 37 commits into from
Jan 29, 2022

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    9ba9180 View commit details
    Browse the repository at this point in the history
  2. feature: WEOS-1133 Generate BDD Test

    - Added x-weos-config to the feature file
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    dd4f194 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1133 Generate BDD Test

    - Generated bdd test
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    37bb4be View commit details
    Browse the repository at this point in the history
  4. feature: WEOS-1133 Create a list method on projection and helper func…

    …tions
    
    -Added a test for list method in projection
    -Added the getcontententities to projection
    -Added paginate function to help with querying
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8494aff View commit details
    Browse the repository at this point in the history
  5. feature: WEOS-1133 Create a list method on projection

    - Added to the projection query to remove weosid and sequence no from all content entities
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    11d60e3 View commit details
    Browse the repository at this point in the history
  6. feature: WEOS-1133 Create a list method on projection and add helper …

    …functions
    
    -Added sort function that only sorts by the default key id
    -Added sort into test confirm
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    68ff333 View commit details
    Browse the repository at this point in the history
  7. feature: WEOS-1133 Create a list method on projection and helper func…

    …tion
    
    -Added another test to make sure the foreign key is being returned
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    beb89c7 View commit details
    Browse the repository at this point in the history
  8. feature: WEOS-1133 Update the List Controller to call the projections

    -Added a test for list controller
    -Added a list api response
    shaniah868 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c492e91 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Merge pull request #54 from wepala/WEOS-1267

    feature: WEOS-1133 Create a list method on projection and helper function
    RandyDeo authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c819896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e76c81 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1133 Update the List Controller to call the projections

    -Added page and limmit to the blog ymaml file
    -Added a check for x-alias to be added to the context
    -Added a test to make sure x-alias parameters are being added
    -Regenerate mocks
    -Added get content entities to projection interface
    -Added the test for list controller
    -AAdded functionality for the list controller
    shaniah868 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    357b322 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ce057b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #57 from wepala/WEOS-1266

    feature: WEOS-1133 Update the List Controller to call the projections
    atoniaw authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f8e2579 View commit details
    Browse the repository at this point in the history
  6. feature: WEOS-1133 Generate and ensure BDD test passes

    -Fix BDD Test
    -Added checks for if the items are named differently to check for its alias
    -Added the service is running step
    -Removed the seqno and entityid from feature file
    -Removed the table_alias from the content entity returned
    -Change the feature file entityId and sequenceNo to have the same numbering as db
    shaniah868 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    efa1993 View commit details
    Browse the repository at this point in the history
  7. feature: WEOS-1133 Generate and ensure BDD test passes

    -Add back the tag
    shaniah868 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    55d5b66 View commit details
    Browse the repository at this point in the history
  8. feature: WEOS-1133 Generate and ensure BDD test passes

    -Added paramter to api yaml file
    shaniah868 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2fe7262 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45cd35c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03012ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0e4edf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. feature: WEOS-1133 Generate and ensure BDD test passes

    -Fixed failing tests after the merge
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9cbe862 View commit details
    Browse the repository at this point in the history
  2. feature: WEOS-1133 Generate and ensure BDD test passes

    -Fixed failing tests after the merge
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2ff01bc View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/WEOS-1132' into feature/…

    …WEOS-1133
    
    # Conflicts:
    #	controllers/rest/middleware_context.go
    #	controllers/rest/weos_mocks_test.go
    #	model/event_repository_mocks_test.go
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    13ffd47 View commit details
    Browse the repository at this point in the history
  4. feature: WEOS-1133 Generate and ensure BDD test passes

    -Fixed failing tests after the merge
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2702962 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/WEOS-1133' into WEOS-1265

    # Conflicts:
    #	controllers/rest/controller_standard.go
    #	controllers/rest/middleware_context.go
    #	controllers/rest/weos_mocks_test.go
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c0c0483 View commit details
    Browse the repository at this point in the history
  6. feature: WEOS-1133 Generate and ensure BDD test passes

    -Fixed failing tests after the merge
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a1260ea View commit details
    Browse the repository at this point in the history
  7. feature: WEOS-1133 Generate and ensure BDD test passes

    -Change the tag
    shaniah868 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1466679 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #58 from wepala/WEOS-1265

    feature: WEOS-1133 Generate and Ensure BDD Test
    atoniaw authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3f1e582 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Jan 28, 2022

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

    # Conflicts:
    #	end2end_test.go
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5a5853b View commit details
    Browse the repository at this point in the history
  2. feature: WEOS-1133 Generate and ensure BDD test passes

    -Revert feature file
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1d59c65 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1133 Generate and ensure BDD test passes

    -Revert feature file
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    270e4f8 View commit details
    Browse the repository at this point in the history
  4. feature: WEOS-1133 Generate and ensure BDD test passes

    -Revert feature file
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    f11da51 View commit details
    Browse the repository at this point in the history
  5. feature: WEOS-1133 Generate and ensure BDD test passes

    -Revert feature file
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a0b1735 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c43e79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7173ee View commit details
    Browse the repository at this point in the history
  8. feature: WEOS-1133 Fix BDD

    * Updated test expectations since the blog id is a string in the schema and is sorted as a string (which is different from it being an integer)
    akeemphilbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5bd0dc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

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