Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Echo Router #199

Merged
merged 1 commit into from
Apr 18, 2017
Merged

Echo Router #199

merged 1 commit into from
Apr 18, 2017

Conversation

gambol99
Copy link
Contributor

  • shifting over to the echo rather than gin web framework
  • adding the extra dependencies
  • dropped the cors middleware and using the default middles from echo router
  • completely removing gin tonic
  • adding the Renderer implementation
  • loading the templates for the custom pages
  • hooking in the drop for the proxy middleware
  • updating the readme to reflect the changes
  • updating the CHANGELOG to reflect the changes
  • updating the authors file
  • adding the extra test for api errors and drop refresh cookie

@gambol99 gambol99 force-pushed the echo branch 3 times, most recently from 61b9130 to e307af2 Compare March 15, 2017 13:01
@gambol99 gambol99 force-pushed the echo branch 11 times, most recently from 97dd7f0 to 631ee3a Compare March 29, 2017 15:08
@gambol99 gambol99 force-pushed the echo branch 6 times, most recently from 6e63fa4 to 3ccd1e1 Compare April 11, 2017 16:08
@gambol99 gambol99 self-assigned this Apr 18, 2017
@gambol99 gambol99 force-pushed the echo branch 3 times, most recently from f74c713 to 97c250e Compare April 18, 2017 10:34
- shifting over to the echo rather than gin web framework
- adding the extra dependencies
- dropped the cors middleware and using the default middles from echo router
- completely removing gin tonic
- adding the Renderer implementation
- loading the templates for the custom pages
- hooking in the drop for the proxy middleware
- updating the readme to reflect the changes
- updating the CHANGELOG to reflect the changes
- updating the authors file
- adding the extra test for api errors and drop refresh cookie
- updated the golang version to v1.8
- shifting most of the checks into a common testing method makeFakeRequests()
- fixed the cli parsing for slices, was incorrectly setting the reflected value
- adding a quick check for the forwarding proxy
- changed the option log-requests to --enable-logging
- changed the option --json-format to --enable-json-logging
- ensure nothing in /oauth is passed to the proxy forwarder. Echo doesnt not run middleware if no
  route is found, so was have to hack this slightly to get it to work
- removed unrequired elements from the testing code
- fixed the newTestToken; need to copy the map
- updated the authors file
- added test coverage for token refreshing
- cleaned up some of the code around tests
- fixed up the checks for the callback endpoint
- update the kubernetes example files to deployments
- fixed up the unit tests for the custom claims
- added 'any|ANY' to the resource definition and expanded the tests
@gambol99 gambol99 merged commit 1260543 into master Apr 18, 2017
@gambol99 gambol99 deleted the echo branch April 18, 2017 11:16
gambol99 added a commit that referenced this pull request May 19, 2017
- shifting over to the echo rather than gin web framework
- adding the extra dependencies
- dropped the cors middleware and using the default middles from echo router
- completely removing gin tonic
- adding the Renderer implementation
- loading the templates for the custom pages
- hooking in the drop for the proxy middleware
- updating the readme to reflect the changes
- updating the CHANGELOG to reflect the changes
- updating the authors file
- adding the extra test for api errors and drop refresh cookie
- updated the golang version to v1.8
- shifting most of the checks into a common testing method makeFakeRequests()
- fixed the cli parsing for slices, was incorrectly setting the reflected value
- adding a quick check for the forwarding proxy
- changed the option log-requests to --enable-logging
- changed the option --json-format to --enable-json-logging
- ensure nothing in /oauth is passed to the proxy forwarder. Echo doesnt not run middleware if no
  route is found, so was have to hack this slightly to get it to work
- removed unrequired elements from the testing code
- fixed the newTestToken; need to copy the map
- updated the authors file
- added test coverage for token refreshing
- cleaned up some of the code around tests
- fixed up the checks for the callback endpoint
- update the kubernetes example files to deployments
- fixed up the unit tests for the custom claims
- added 'any|ANY' to the resource definition and expanded the tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant