flight endpoint fix#474
Closed
ycaK wants to merge 223 commits into
Closed
Conversation
Feature/es6
Added Borgun provider to the currency endpoint
Some cleanup
express 4 syntax for status codes
Add a metrics middleware to app
* feat: generate documentation from markdown files * chore: clean up documentation folder structure * docs: add documentations for some endpoints * chore: minor documentation style fixes * chore(docs): fix some minor markdown issues * add parentheses around arrow function arguments * only import endpoint index files * Revert "only import endpoint index files" This reverts commit 8213fd5. * only require js files as endpoints and no schemas * regenerate mock data
* chore(package): update nodemon to version 1.14.3 Closes #415 * generate package-lock.json * generate mock data
* fix(package): update expect to version 22.0.3 Closes #419 * generate package-lock.json * remove double wrapping before function 😂
* fix(package): update moment to version 2.20.1 Closes #418 * regenerate package-lock.json
* fix(package): update graphql to version 0.12.3 Closes #417 * regenerate package-lock.json
* chore: replace eslint airbnb config with xo * chore: fix `operator-linebreak` violations * chore(eslint): fix `quotes` violations * chore(eslint): fix `no-multiple-empty-lines` * chore(eslint): fix `order/import` viloations * chore: fix `max-statements-per-line` violations * chore(eslint): fix `func-names` violations * chore(eslint): fix `no-useless-call` violations
* feat: re-implment the metrics middleware * chore: remove the old metrics endpoint * feat(metrics): add request method to metrics * chore(lint): fix errors * chore(packages): remove express-metrics * feat(metrics): use a hash instead of multiple keys * chore: add tests for metrics middleware
Update dependencies
style: update xo to latest
Prevent sentry/raven install when dns is missing
Member
|
Hey, thank! |
Open
Author
|
Here, #475 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modified the file for flight endpoint (index.js).
Changed the jquery code for parsing data from the Keflavik Airport website.
fix-only+fixed-index.zip
api-fix.js -> contains only the lines that I changed in the index.js
index.js - > contains the api-fix code and the previous code
Should work, but requires testing
Kacy Z.
EDIT: I meant to merge from my fork of apis, sorry for the inconvenience.