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 #151

Merged
merged 20 commits into from
Mar 23, 2022

Conversation

shaniah868
Copy link
Contributor

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

-Go template can now be rendered and returned
-Any data the template needs should be added to the context

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

shaniah868 and others added 17 commits March 10, 2022 10:12
…mplate I want to use to render a response

-Added fixtures for test
-Added tests for functionailty
# Conflicts:
#	controllers/rest/fixtures/blog.yaml
…mplate I want to use to render a response

-Added template extension
-Added functionality for rendering template in default response middleware
…mplate I want to use to render a response

-Updated the html files
-Added checks for parameter and pull them out of the context so that it can be used
-Updated test
feature: WEOS-1384 As a developer I should be able to specify a Go template I want to use to render a response
…mplate I want to use to render a response

-Added more test
…mplate I want to use to render a response

-Added more test
-Updated feature file
-Debug e2e test
…mplate I want to use to render a response

-Ensure test passes
…mplate I want to use to render a response

-Ensure test passes
…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
…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
feature: WEOS-1384 As a developer I should be able to specify a Go template I want to use to render a response
# Conflicts:
#	controllers/rest/utils_test.go
…WEOS-1384

# Conflicts:
#	controllers/rest/utils.go
#	end2end_test.go
@shaniah868 shaniah868 marked this pull request as ready for review March 22, 2022 13:16
Copy link
Contributor

@akeemphilbert akeemphilbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why there is a top level "controller" folder. Please remove

…mplate I want to use to render a response

-Removed extra controller folder
@shaniah868 shaniah868 reopened this Mar 23, 2022
@akeemphilbert akeemphilbert merged commit 29fb920 into dev Mar 23, 2022
@akeemphilbert akeemphilbert deleted the feature/WEOS-1384 branch March 23, 2022 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants