GithubHelp home page GithubHelp logo

georeactor / city-namer Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 239 KB

Adding localized names to cities on OpenStreetMap

Home Page: http://names.georeactor.com

License: MIT License

JavaScript 81.66% CSS 13.19% HTML 5.16%
crowdsourcing openstreetmap osm

city-namer's People

Contributors

greenkeeper[bot] avatar mapmeld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

nirabpudasaini

city-namer's Issues

User accounts

[ ] linked to OSM using OAuth (currently no matching user is returned)
[x] have set read-languages (for name:alt-lang)
[x] have set write-languages (for name:target-lang)

An in-range update of express-session is breaking the build 🚨

Version 1.15.6 of express-session just got published.

Branch Build failing 🚨
Dependency express-session
Current Version 1.15.5
Type dependency

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

express-session is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

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

Release Notes 1.15.6
  • deps: [email protected]
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
  • deps: uid-safe@~2.1.5
    • perf: remove only trailing =
  • deps: [email protected]
Commits

The new version differs by 13 commits.

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 🌴

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

Version 2.82.0 of request just got published.

Branch Build failing 🚨
Dependency request
Current Version 2.81.0
Type dependency

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

request is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

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

Commits

The new version differs by 27 commits.

  • 0ab5c36 2.82.0
  • ffdf0d3 Updating deps.
  • 4386836 Merge branch 'master' of github.com:request/request
  • 1527407 Merge pull request #2703 from ryysud/add-nodejs-v8-to-travis
  • 3afcbf8 Merge branch 'master' of github.com:request/request
  • 479143d Update of hawk and qs to latest version (#2751)
  • 169be11 Add Node.js v8 to Travis CI
  • 643c43a Fixed some text in README.md (#2658)
  • e8fca51 chore(package): update aws-sign2 to version 0.7.0 (#2635)
  • e999203 Update README to simplify & update convenience methods (#2641)
  • 6f286c8 lint fix, PR from pre-standard was merged with passing tests
  • a765593 Add convenience method for HTTP OPTIONS (#2541)
  • 52d6945 Add promise support section to README (#2605)
  • b12a624 refactor(lint): replace eslint with standard (#2579)
  • 29a0b17 Merge pull request #2598 from request/greenkeeper-codecov-2.0.2

There are 27 commits in total.

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 🌴

Task Manager workflow

Right now the map refreshes when the map is moved... instead it would make sense to create a target area, target language, and divide up the area into squares.

Saving your progress would submit an edit to OSM using your account

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 mongoose is breaking the build 🚨

Version 4.11.12 of mongoose just got published.

Branch Build failing 🚨
Dependency mongoose
Current Version 4.11.11
Type dependency

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

mongoose is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

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

Commits

The new version differs by 13 commits.

  • 5379221 Merge branch 'master' of github.com:Automattic/mongoose
  • b69abe5 chore: release 4.11.12
  • 84ef964 Merge pull request #5644 from timkinnane/patch-1
  • 1fe4fbc fix(document): add graceful fallback for setting a doc array value and pull()-ing a doc
  • 7b08618 test(document): repro #3511
  • 84695a1 refactor(document): move compile and defineKey into separate file
  • df89263 Merge pull request #5627 from GabrielNicolasAvellaneda/patch-1
  • 7c006f6 Asterisk should not render as markdown bullet
  • c232c2e fix(query): apply select correctly if a given nested schema is used for 2 different paths
  • 57e7bea test(query): repro #5603
  • e0e0aa6 fix(connection): call callback when initial connection failed
  • d8639d5 chore: now working on 4.11.12
  • de6c406 Fixed example to work with current stable version

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 🌴

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

Version 1.7.1 of compression just got published.

Branch Build failing 🚨
Dependency compression
Current Version 1.7.0
Type dependency

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

compression is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

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

Release Notes 1.7.1
  • deps: accepts@~1.3.4
    • deps: mime-types@~2.1.16
  • deps: [email protected]
  • deps: compressible@~2.0.11
    • deps: mime-db@'>= 1.29.0 < 2'
  • deps: [email protected]
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed
Commits

The new version differs by 9 commits.

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 🌴

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

Version 5.0.2 of mongoose was just published.

Branch Build failing 🚨
Dependency mongoose
Current Version 5.0.1
Type dependency

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

mongoose 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

Commits

The new version differs by 42 commits.

  • c345112 chore: release 5.0.2
  • e80acb2 chore: add release script that uses --tag for npm publish for 4.x releases
  • 9900bf4 Merge branch '4.x'
  • 82ea3e8 chore: release 4.13.10
  • 6cb4333 Merge pull request #6058 from lineus/6038_fix_docs
  • b716e73 style: fix lint
  • b3863cf Merge branch '4.x'
  • 940ccc8 style: fix lint
  • 79887ab style: fix lint
  • 9c31fe2 chore: bump lockfile
  • 5d7d731 Merge branch 'mongoose4'
  • c8dea3b style: fix lint
  • fd1741c updating jade files to fix #6038
  • 3e394a9 Merge pull request #6055 from Automattic/4.x
  • 775d7c4 Merge branch 'master' into 4.x

There are 42 commits in total.

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 🌴

Separate Places and Suggestion models

Places

  • When a new Project is created, run Overpass query once to store all relevant Places
  • Sort Places by their tag's importance (e.g. city before village or hamlet)
  • Check places in case "name" is already Nepali text, and "name:ne" is simply unused

Suggestions

  • Deliver Suggestions to both Web and Messenger platforms
  • Require 3 Suggestions to match before formally agreeing on a Place
  • Make edit to OSM from a CityNamer bot (this will get tricky later... better to make edit through project publisher?)
  • Use Suggestions to build leaderboards

An in-range update of body-parser is breaking the build 🚨

Version 1.18.2 of body-parser just got published.

Branch Build failing 🚨
Dependency body-parser
Current Version 1.18.1
Type dependency

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

body-parser is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

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

Release Notes 1.18.2
Commits

The new version differs by 3 commits.

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 🌴

An in-range update of connect-mongo is breaking the build 🚨

Version 2.0.1 of connect-mongo was just published.

Branch Build failing 🚨
Dependency connect-mongo
Current Version 2.0.0
Type dependency

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

connect-mongo 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 could not complete due to an error Details

Commits

The new version differs by 10 commits.

  • 9eb4d01 v2.0.1
  • 8d1a3ea Update CHANGELOG
  • 4a2f07a Merge pull request #276 from brainthinks/promise_cb_fix
  • f10dad7 add gitignore entries for npm and nyc coverage
  • 1e09129 add tests for promise without callback
  • b7b48a2 do not use callback if it was not supplied
  • 509c873 Add LICENSE
  • 21899cf Merge pull request #271 from jdesboeufs/greenkeeper/initial
  • 88ae35a Update README.md
  • a4a9384 docs(readme): add Greenkeeper badge

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 🌴

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.