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

Handle JSON post and get requests #380

Closed
wants to merge 22 commits into from

Conversation

mudhoney
Copy link
Contributor

  • introducing initial psr-4 and namespacing
  • implement mechanism for handling both get and json posts requests
  • add POST, PUT, PATCH to cors methods and add content-type to allowed header list
  • implement tests
  • mark sometests as skipped and label them as integration tests

@mudhoney mudhoney requested a review from dgarciabriseno May 28, 2024 14:47
dgarciabriseno
dgarciabriseno previously approved these changes May 28, 2024
dgarciabriseno and others added 14 commits May 28, 2024 15:56
* Remove postprocessor

* Pass observation time to event interface

* Fix event query time range

Events were previously queried from the given time to 1 day forward.
Now events are queried from the given time and 12 hours forward & back.

* Update composer dependencies

* Set 500 http status for errors

* Fix typo, rm debug print

* Print container logs

* always print docker logs

* Update CI

* Remove cli

* update CI logging
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.

2 participants