The Rails application that powers OpenStreetMap
Find a file
Andy Allan 6f471c72c9 Wait for the button to be disabled, before checking the tooltip behaviour
Rather than sleeping for a fixed period, we can use Capybara's built-in
ability to wait for elements to be present. Since we're only changing
the state of existing elements though, we need to wait for their
"disabled" property to be set.

Fixes some timing-related problems with the test suite.
2022-12-21 17:08:51 +00:00
.github Run tests on ubuntu 20.04 and 22.04 with ruby 3.1 2022-12-09 15:45:48 +00:00
app Fix redirection to wiki when terms are declined 2022-12-21 15:39:23 +00:00
bin Update to rails 7.0.2.2 2022-02-16 14:26:57 +00:00
config Fix resource names for Oauth 2 bottons 2022-12-18 19:42:48 +00:00
db Remove tile_for_point SQL functions 2022-12-07 17:22:50 +00:00
docker Remove tile_for_point SQL functions 2022-12-07 17:22:50 +00:00
lib Use fallbacks for OCI resource names 2022-12-14 14:54:01 +00:00
public Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
script Remove tile_for_point SQL functions 2022-12-07 17:22:50 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Wait for the button to be disabled, before checking the tooltip behaviour 2022-12-21 17:08:51 +00:00
vendor/assets Update to iD v2.23.2 2022-11-12 22:21:59 +01:00
.dockerignore Added new parallel test job for docker-compose 2021-01-28 12:03:58 -08:00
.editorconfig Add .editorconfig 2021-09-07 10:46:02 +01:00
.erb-lint.yml Sort cops 2020-04-15 15:55:18 +01:00
.gitattributes Use autodetection for text files 2021-09-12 18:51:51 +01:00
.gitignore Rename piwik to matomo and merge configuration into settings 2022-08-01 22:42:04 +01:00
.mailmap Update mailmap 2018-10-29 12:48:32 +00:00
.rubocop.yml Fix new rubocop warnings 2022-05-16 19:16:53 +01:00
.rubocop_todo.yml Enable the ActionOrder cop for remaining controllers 2022-11-02 11:06:00 +00:00
config.ru Update to rails 6.1.3.2 2021-05-12 18:49:21 +01:00
CONFIGURE.md Remove tile_for_point SQL functions 2022-12-07 17:22:50 +00:00
CONTRIBUTING.md Standardise on openstreetmap-website instead of rails port 2022-11-16 12:16:45 +00:00
docker-compose.yml Removed ENABLE_BOOTSNAP environment variable 2021-02-12 22:56:17 -08:00
DOCKER.md Standardise on openstreetmap-website instead of rails port 2022-11-16 12:16:45 +00:00
Dockerfile Remove imagemagick from dependencies 2022-03-09 17:18:43 +00:00
FAQ.md Update banner FAQ. 2021-07-02 05:49:06 -07:00
Gemfile Update bundle 2022-12-13 20:26:25 +00:00
Gemfile.lock Update bundle 2022-12-20 18:55:04 +00:00
INSTALL.md Remove tile_for_point SQL functions 2022-12-07 17:22:50 +00:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
package.json Bump leaflet.locatecontrol from 0.78.0 to 0.79.0 2022-11-30 23:00:42 +00:00
Rakefile Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
README.md Rephrase the OCI description for clarity 2022-12-14 16:32:19 +00:00
SECURITY.md Add a basic security policy. 2022-08-03 17:06:18 +01:00
VAGRANT.md Switch to using 'rails test:all' in documentation and CI 2021-05-19 13:39:37 +01:00
Vagrantfile Increase memory given to the virtualbox vm 2020-12-16 18:25:39 +00:00
Vendorfile Update to iD v2.21.0 2022-06-03 15:32:27 +02:00
yarn.lock Bump eslint from 8.29.0 to 8.30.0 2022-12-19 23:00:39 +00:00

openstreetmap-website

Lint Tests Coverage Status

This is openstreetmap-website, the Ruby on Rails application that powers the OpenStreetMap website and API.

This repository consists of:

  • The web site, including user accounts, diary entries, user-to-user messaging.
  • The XML- and JSON-based editing API.
  • The integrated version of the iD editor.
  • The Browse pages - a web front-end to the OpenStreetMap data.
  • The GPX uploads, browsing and API.

A fully-functional openstreetmap-website installation depends on other services, including map tile servers and geocoding services, that are provided by other software. The default installation uses publicly-available services to help with development and testing.

License

This software is licensed under the GNU General Public License 2.0, a copy of which can be found in the LICENSE file.

Installation

openstreetmap-website is a Ruby on Rails application that uses PostgreSQL as its database, and has a large number of dependencies for installation. For full details please see INSTALL.md.

Development

We're always keen to have more developers! Pull requests are very welcome.

More details on contributing to the code are in the CONTRIBUTING.md file.

Maintainers