Code Monkey home page Code Monkey logo

koop-core's People

Contributors

ajturner avatar benheb avatar benstoltz avatar bmoregeo avatar calvinmetcalf avatar chelm avatar dbouwman avatar dependabot[bot] avatar dmfenton avatar drewdaemon avatar geobrando avatar greenkeeper[bot] avatar haoliangyu avatar hparkertt avatar jakesower avatar jerrysievert avatar jgravois avatar jseppi avatar mjuniper avatar mkdir-ito avatar mtrcn avatar patrickarlt avatar plaxdan avatar renovate[bot] avatar rgwozdz avatar scw avatar sfabijanski avatar slibby avatar timwis avatar ungoldman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

koop-core's Issues

Add transformation ability

It would be nice to not have to fork a provider if you wanted to append or transform data. For example, if my provider is the AGOL provider and I want to take a layer's results from AGOL on the fly and enrich the data (change some values or add additional fields) it would nice to have a place in the koop layer that exposes the results of the provider with a way for you to mutate it before its sent out vs having to extend the provider for every use case.

Ideally there would be an option for the winnow query to be run against the transformed dataset to apply the query against the transformed data (to filter it further)

Koop not recognizing the existence of the z value

I'm trying to send geo data to arcgis utilizing my own custom Koop provider, however even though the resulting query recognizes the z value of a POINTZ and prints it as such in the geometry, the "hasZ" field of the overall query is still "false". I've looked around the docs but I have not found any way to manually change it to "true" either. Is there a way to fix this issue?

Pictures for more context:
image
image

An in-range update of gh-release is breaking the build 🚨

The devDependency gh-release was updated from 3.3.3 to 3.3.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

gh-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.3.4

Fixes

Fix unhandled invalid repository URL error (#83) - thanks @tjaneczko

Commits

The new version differs by 3 commits.

  • b7d2b3a 3.3.4
  • bff3b7b docs(changelog): updates for 3.3.4 release
  • 0c5c8b3 Fix unhandled invalid repository URL error (#83)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Replace dependency @hapi/joi with joi ^17.1.0
  • Update dependency config to v3.3.9
  • Update dependency ejs to v3.1.9
  • Update dependency sinon to v9.2.4
  • Update dependency body-parser to v1.20.2
  • Update dependency easy-table to v1.2.0
  • Update dependency express to v4.18.2
  • Update dependency featureserver to v4.1.1
  • Update dependency lint-staged to v10.5.4
  • Update dependency @koopjs/cache-memory to v5
  • Update dependency @koopjs/output-geoservices to v7
  • Update dependency lint-staged to v14
  • πŸ” Create all rate-limited PRs at once πŸ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/node.js.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @hapi/joi ^17.1.0
  • @koopjs/cache-memory ^2.0.2
  • @koopjs/logger ^2.0.6
  • @koopjs/output-geoservices ^3.1.6
  • body-parser ^1.19.0
  • chalk ^4.0.0
  • compression ^1.7.4
  • config ^3.3.1
  • cors ^2.8.5
  • easy-table ^1.1.1
  • ejs ^3.1.2
  • express ^4.17.1
  • featureserver ^4.0.1
  • koop-localfs ^1.1.2
  • lodash ^4.17.15
  • gh-release ^4.0.0
  • husky ^4.2.5
  • lint-staged ^10.1.7
  • mocha ^10.2.0
  • should ^13.2.3
  • should-sinon 0.0.6
  • sinon ^9.0.2
  • standard ^14.3.1
  • supertest ^4.0.2

  • Check this box to trigger a request for Renovate to run again on this repository

Bind provider routes before output-plugin routes

Currently, output-plugin routes are bound before a provider's routes. Thus, any routing conflicts default to the output-plugin routes. This limits the ability of a provider to add custom routes to supersede a output-plugin route. Therefore, the binding order should be switched.

An in-range update of supertest is breaking the build 🚨

Version 3.3.0 of supertest was just published.

Branch Build failing 🚨
Dependency supertest
Current Version 3.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

supertest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes v3.3.0

#509 - Fix #486, bug in _assertBody, switch to deepStrictEqual (thanks @mikelax)
#510 - Refactor test files to use const/let (thanks @rimiti)

Commits

The new version differs by 10 commits.

  • e910e85 chore: Prepare for v3.3.0 release.
  • bd864de Merge pull request #511 from visionmedia/bugfix-486-equal
  • 101fbf5 Merge branch 'master' into bugfix-486-equal
  • 04230bb Merge pull request #510 from visionmedia/refact-const-let
  • 510a7ae bugfix: 486 Change method to use deepStrictEqual. (#509)
  • 913150d chore(.editorconfig) [*.md] block removed
  • 82e0828 refact(test/supertest.js) vars replaced by const and let
  • 5443136 chore(.editorconfig) configuration file created
  • 7233ba6 chore(.eslintrc) parserOptions option added to use es6
  • 322ebf6 bugfix: 486 Change method to use deepStrictEqual.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Just a thought Koopjs + AWS API Gateway + Lambda

Has anyone tested AWS API Gateways with Koop and Lambda. Seems serverless might actually be a reality at some point. This would be extremely powerful for multiple reasons, one is it would allow you to scale unique authentication per service or per group of services.

I am going to do some work in this space and report back what I have found.

Add Streaming Support

It would be helpful to allow provider plugins to use a pass a Stream.Readable instead of GeoJSON to the output plugins.

This would allow the output plugins to begin processing data as soon as it's available instead of having to wait for the entire result of a request to be loaded into memory beforehand.

An in-range update of koop-output-geoservices is breaking the build 🚨

Version 1.3.0 of koop-output-geoservices was just published.

Branch Build failing 🚨
Dependency koop-output-geoservices
Current Version 1.2.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

koop-output-geoservices is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.3.0

###Added

  • Call model function authenticationSpecification (if exists) in the rest/info handler and pass data to FeatureServer
  • Add route rest/generateToken and pass on to associated handler which in turn calls model's authenticate function

Fixed

  • Bumped koop-core peer dependency to 3.6.1
  • Bumped featureserver dependency to 2.13.0
Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 5.0.9 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 5.0.8
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • 86b930c Update docs/changelog.md and set new release id in docs/_config.yml
  • 033aa60 Add release documentation for v5.0.9
  • 3321085 5.0.9
  • 9f321d5 Update History.md and AUTHORS for new release
  • e862196 Upgrade @std/esm to esm.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of mocha is breaking the build 🚨

Version 3.4.0 of mocha just got published.

Branch Build failing 🚨
Dependency mocha
Current Version 3.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As mocha is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.4.0

Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.

This week's highlights:

  • allowUncaught added to commandline as --allow-uncaught (and bugfixed)
  • warning-related Node flags

πŸŽ‰ Enhancements

πŸ› Fixes

πŸ”© Other

Commits

The new version differs by 9 commits0.

  • 7554b31 Add Changelog for v3.4.0
  • 9f7f7ed Add --trace-warnings flag
  • 92561c8 Add --no-warnings flag
  • ceee976 lint test/integration/fixtures/simple-reporter.js
  • dcfc094 Revert "use semistandard directly"
  • 93392dd no special case for macOS running Karma locally
  • 4d1d91d --allow-uncaught cli option
  • fb1e083 fix allowUncaught in browser
  • 4ed3fc5 Add license report and scan status

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Unable to register routes with a uppercase request method

I tried to register an output with routes with uppercase request methods like GET but it failed. Turning the request method back to the lowercase worked.

It should accept both lowercase and uppercase for the route request method.

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected πŸ€–


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @koopjs/logger is breaking the build 🚨


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The dependency @koopjs/logger was updated from 2.0.4 to 2.0.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@koopjs/logger is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v2.0.5

Changed

  • Update dependencies
Commits

The new version differs by 14 commits.

  • c9f6a7a :package: 2.0.5
  • 36db96f Delete locks introduced by automated update.
  • ba5585a Update dependencies.
  • 7a5892f Update for standard.js.
  • 75caf73 Merge pull request #7 from koopjs/greenkeeper/standard-13.0.1
  • 975c18b Merge pull request #8 from koopjs/dependabot/npm_and_yarn/lodash-4.17.15
  • 31de51a :arrow_up: Bump lodash from 4.17.4 to 4.17.15
  • 717b1e9 chore(package): update standard to version 13.0.1
  • dce77f5 Scope the require tp @koopjs.
  • 6417b5d Fix install command in README
  • 29158bd Merge pull request #6 from koopjs/greenkeeper/standard-12.0.0
  • 9b1d9a1 Merge pull request #4 from koopjs/greenkeeper/winston-3.0.0
  • 74e4e90 chore(package): update standard to version 12.0.0
  • 7b4549a fix(package): update winston to version 3.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

koop refactor breaks custom provider that uses cache \ cache catalog operations

const dataKey = `${key}::data`

I have been trying to upgrade koop to newer versions and somewhere between 3.16 and 3.19 koop framework started adding ::data to the end of cache keys. I have a custom createKey function in my provider and up to 3.16 I could reliably update, append, or otherwise manipulate my cache.
But with newer versions of koop I have many issues that all seem related to cache objects not found, or updated.
Looking through the code, I see that the return from createKey might be manipulated in other ways as well, addition of ::layer.
The documents are not updated, or I missed the change, whats the new api?

previously I used cache.append with key = result of createKey now i think I must use createKey::data.

trying to avoid trial and error process ...

An in-range update of mocha is breaking the build 🚨

The devDependency mocha was updated from 6.2.1 to 6.2.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v6.2.2

6.2.2 / 2019-10-18

πŸ› Fixes

πŸ“– Documentation

Commits

The new version differs by 12 commits.

  • 843a322 6.2.2
  • aec8b02 update CHANGELOG for v6.2.2 [ci skip]
  • 7a8b95a npm audit fixes
  • cebddf2 Improve reporter documentation for mocha in browser. (#4026)
  • 3f7b987 uncaughtException: report more than one exception per test (#4033)
  • ee82d38 modify alt text of image from Backers to Sponsors inside Sponsors section in Readme (#4046)
  • e9c036c special-case parsing of "require" in unparseNodeArgs(); closes #4035 (#4063)
  • 954cf0b Fix HTMLCollection iteration to make unhide function work as expected (#4051)
  • 816dc27 uncaughtException: fix double EVENT_RUN_END events (#4025)
  • 9650d3f add OpenJS Foundation logo to website (#4008)
  • f04b81d Adopt the OpenJSF Code of Conduct (#3971)
  • aca8895 Add link checking to docs build step (#3972)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

The plugin_name property is not used when the plugin is a class/function.

The logic at src/index.js:334 seems to be backwards. When creating a plugin as a class or function, the name property is a read-only property from the Function object. In this scenario, we will never get to the plugin_name property. This causes an issue when uglifying code, because the value of Plugin.name becomes the new unrecognizable name given to the function in the uglification process. If the logic was instead: Plugin.plugin_name || Plugin.name, the name property would serve as a fail-safe and the plugin_name property would act as an override.

If this is not the intended use of plugin_name, then a different solution needs to be explored to resolve the bug introduced by uglifying logic.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.