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-1384 As a developer I should be able to specify a Go template I want to use to render a response #149

Merged
merged 4 commits into from
Mar 21, 2022

Commits on Mar 16, 2022

  1. feature: WEOS-1384 As a developer I should be able to specify a Go te…

    …mplate I want to use to render a response
    
    -Added more test
    -Updated feature file
    -Debug e2e test
    shaniah868 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    062fc7d View commit details
    Browse the repository at this point in the history
  2. feature: WEOS-1384 As a developer I should be able to specify a Go te…

    …mplate I want to use to render a response
    
    -Ensure test passes
    shaniah868 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    bf548da View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. feature: WEOS-1384 As a developer I should be able to specify a Go te…

    …mplate I want to use to render a response
    
    -Added helper function to add context values into a map and return
    -Updated default middleware for template to use this function
    -Added more test to increase coverage
    shaniah868 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9e31db0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. feature: WEOS-1384 As a developer I should be able to specify a Go te…

    …mplate I want to use to render a response
    
    -Fix the utils function that returns the context values to use reflect package
    -Added more test to cover the controller functionality
    -Added another endpoint for bad requests
    shaniah868 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b785333 View commit details
    Browse the repository at this point in the history