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 1135 - As a user I should be able to see the details of a specific item #68

Merged
merged 10 commits into from
Jan 29, 2022

Commits on Jan 27, 2022

  1. feature: WEOS-1135 Fixes and improvements

    * Added more unit tests for view controller
    * Improved existing tests to check for calls on mock objects
    * Made sequence no. a parameter that is parsed by default (without the developer having to declare it as a parameter)
    * Added scenarios to the view feature file to cover getting an item with a sequence no with and without the item id
    * Removed deprecation mark on GetByAggregateAndSequenceRange
    akeemphilbert committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    87aac88 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into WEOS-1310

    # Conflicts:
    #	controllers/rest/controller_standard.go
    akeemphilbert committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9e16200 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1135 Fixes and improvements

    * Working on fixing issues with BDD test
    akeemphilbert committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cd2ddb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. feature: WEOS-1135 Fixes and improvements

    * Fixed issue where a nil payload broke things
    akeemphilbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    451c359 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/WEOS-1135' into WEOS-1310

    # Conflicts:
    #	end2end_test.go
    akeemphilbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    bd907c1 View commit details
    Browse the repository at this point in the history
  3. feature: WEOS-1135 Fixes and improvements

    * Added test for getting entity by id to improve code coverage
    * Fix issue where the flags were not being added to context
    akeemphilbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ab451e0 View commit details
    Browse the repository at this point in the history
  4. feature: WEOS-1135 Fixes and improvements

    * Removed having sequence_no and use_entity_id by default
    * added sequence_no and use_entity_id to the path parameters in the blog fixture used in testing
    akeemphilbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    563e133 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #67 from wepala/WEOS-1310

    feature: Weos 1310
    shaniah868 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    257063a View commit details
    Browse the repository at this point in the history
  6. feature: WEOS-1135

    * Make it so that invalid sequence no. returns a bad request
    * Fix for if the id is an integer and not a string when attempting to use as entity id
    akeemphilbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e42cd78 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. feature: WEOS-1135 Improved how we use schemas to create the response

    * Switched to getting the events in the controller by using the event repository
    * Added method to ContentEntity that returns the entity as an interface map whose keys are what was set in the OpenAPI spec
    * Added constructor for ContentEnty to create with schema and events
    * Added method to Content entity to convert the name of property in dynamic struct back that what was set in the OpenAPI spec
    akeemphilbert committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    349ddb8 View commit details
    Browse the repository at this point in the history