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

Support Update #9

Closed
felipeweb opened this issue Dec 1, 2016 · 0 comments
Closed

Support Update #9

felipeweb opened this issue Dec 1, 2016 · 0 comments
Assignees
Milestone

Comments

@felipeweb
Copy link
Member

Support update data using PATCH and PUT http verb

@avelino avelino added this to the 0.1 milestone Dec 2, 2016
@felipeweb felipeweb self-assigned this Dec 5, 2016
@felipeweb felipeweb mentioned this issue Dec 5, 2016
avelino pushed a commit that referenced this issue Jul 16, 2020
* Use SQL file to load database structure

* Update schema.sh

* Update schema.sql
avelino pushed a commit that referenced this issue Jul 16, 2020
Listen on HTTPHost:HTTPPort
avelino added a commit that referenced this issue Jul 16, 2020
* commit '0ab9ab5': (29 commits)
  Moved entire subrepo into middlewares
  allows user to overlay the middlewares (#16)
  Update JWT token never expires
  Update JWT never expires
  Update jwt token TestJWTSignatureOk
  Update testdata
  Move the statements package into the middlewares package
  Implement support for JWT algos (#14)
  remove go 1.7 support
  add allowCredentials header to every request
  return allowed origin for every method
  restructuring for use of more than one database adapter / middlewares (#8)
  enable to customize jwt (#10)
  fix cors implementation (#9)
  Fix initApp that was initialize every time (#7)
  improving support for CORS by handling preflight request and configurable allowed headers header (#6)
  Add status badges
  remove dot
  remove capital
  Move config/middlewares to simply config.go on middlewares (#3)
  ...
avelino added a commit that referenced this issue Jul 16, 2020
* commit '5b6e7ad': (120 commits)
  Moved entire subrepo into controllers
  Set default database on Custom Query (#22)
  Return 404 response for inserts,updates and deletes  (#21)
  Returning (#20)
  update tests
  returns status 201 instead of 200 in insert
  Revised batch insert (#17)
  Batch insert (#16)
  Statements encapsulate (#15)
  Adjusted UpdateTable for compatibility with other Adapters
  Refactoring to use SQL Adapter Methods (#13)
  Support access to all databases in PostgreSQL cluster (#10)
  Joel`s conflicts and merge manuali (#11)
  Support Distinct function in query (#9)
  Use SQL file to load database structure (#8)
  readme better
  Fix middlewares package import
  wrapper names with " (#4)
  badges
  now fields permission return a slice and an error (#3)
  ...
avelino added a commit that referenced this issue Jul 16, 2020
* commit '491832a': (70 commits)
  Moved entire subrepo into config
  Database url fix (#26)
  cloud factor support: PORT to http port ref #333
  from os/user to github.com/mitchellh/go-homedir (#24)
  fix some lint errors
  database connection url support (#23)
  delete messages (#22)
  remove warning about public configurations (#21)
  Add JWT-algo configuration (#20)
  Add HTTPHost to basic config struct (#18)
  https
  fix file mandatory (#16)
  Config file (#15)
  configurable context path (#14)
  add ssl configurations (#13)
  restructuring for use of more than one database adapter / config (#7)
  add config to disable cache stmt
  jwt default implementation (#11)
  add Go 1.9 in travis platforms
  Use SQL file to load database structure (#9)
  ...
avelino pushed a commit that referenced this issue Aug 21, 2020
Written documentation of how to disable JWT in custom handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants