]> git.openstreetmap.org Git - rails.git/log
rails.git
2 months agoMerge remote-tracking branch 'upstream/pull/7032'
Tom Hughes [Fri, 24 Apr 2026 17:01:28 +0000 (18:01 +0100)]
Merge remote-tracking branch 'upstream/pull/7032'

2 months agoMerge remote-tracking branch 'upstream/pull/7034'
Tom Hughes [Fri, 24 Apr 2026 17:00:40 +0000 (18:00 +0100)]
Merge remote-tracking branch 'upstream/pull/7034'

2 months agoBump erb from 6.0.2 to 6.0.4
dependabot[bot] [Fri, 24 Apr 2026 15:39:19 +0000 (15:39 +0000)]
Bump erb from 6.0.2 to 6.0.4

Bumps [erb](https://github.com/ruby/erb) from 6.0.2 to 6.0.4.
- [Release notes](https://github.com/ruby/erb/releases)
- [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/erb/compare/v6.0.2...v6.0.4)

---
updated-dependencies:
- dependency-name: erb
  dependency-version: 6.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoMerge pull request #7017 from lonvia/entrances-for-routing
Marwin Hochfelsner [Fri, 24 Apr 2026 10:32:38 +0000 (12:32 +0200)]
Merge pull request #7017 from lonvia/entrances-for-routing

Take entrances into account for routing start and end points

2 months agotake entrances into account for routing start and end points
Sarah Hoffmann [Mon, 20 Apr 2026 09:35:38 +0000 (11:35 +0200)]
take entrances into account for routing start and end points

2 months agoMerge pull request #7031 from openstreetmap/dependabot/npm_and_yarn/dependencies...
Marwin Hochfelsner [Thu, 23 Apr 2026 21:47:44 +0000 (23:47 +0200)]
Merge pull request #7031 from openstreetmap/dependabot/npm_and_yarn/dependencies-53e8d04f7f

Bump maplibre-gl from 5.23.0 to 5.24.0 in the dependencies group

2 months agoBump the dependencies group with 2 updates
dependabot[bot] [Thu, 23 Apr 2026 21:36:51 +0000 (21:36 +0000)]
Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [dalli](https://github.com/petergoldstein/dalli) and [opentelemetry-instrumentation-all](https://github.com/open-telemetry/opentelemetry-ruby-contrib).

Updates `dalli` from 4.3.3 to 5.0.2
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/petergoldstein/dalli/compare/v4.3.3...v5.0.2)

Updates `opentelemetry-instrumentation-all` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-all/v0.91.0...opentelemetry-instrumentation-all/v0.92.0)

---
updated-dependencies:
- dependency-name: dalli
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: opentelemetry-instrumentation-all
  dependency-version: 0.92.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoBump maplibre-gl from 5.23.0 to 5.24.0 in the dependencies group
dependabot[bot] [Thu, 23 Apr 2026 21:35:07 +0000 (21:35 +0000)]
Bump maplibre-gl from 5.23.0 to 5.24.0 in the dependencies group

Bumps the dependencies group with 1 update: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js).

Updates `maplibre-gl` from 5.23.0 to 5.24.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.23.0...v5.24.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 5.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoMerge pull request #6994 from tomhughes/ruby33
Marwin Hochfelsner [Thu, 23 Apr 2026 21:33:15 +0000 (23:33 +0200)]
Merge pull request #6994 from tomhughes/ruby33

Move minium ruby version to 3.3

2 months agoUpdate bundle
Tom Hughes [Thu, 9 Apr 2026 17:58:27 +0000 (18:58 +0100)]
Update bundle

2 months agoMove minimum ruby version to 3.3
Tom Hughes [Thu, 9 Apr 2026 17:57:42 +0000 (18:57 +0100)]
Move minimum ruby version to 3.3

2 months agoMerge remote-tracking branch 'upstream/pull/6939'
Tom Hughes [Thu, 23 Apr 2026 17:56:14 +0000 (18:56 +0100)]
Merge remote-tracking branch 'upstream/pull/6939'

2 months agoUse Noticed to deliver notifications on GPX import failure
Pablo Brasero [Thu, 19 Mar 2026 15:23:43 +0000 (15:23 +0000)]
Use Noticed to deliver notifications on GPX import failure

The previous code relied on `#deliver` (alias for `#deliver_now`) to
immediately deliver the email so that the trace could be deleted. To
work around this, we pass the details of the trace instead of the trace
record, which won't be available by the time the notifications are
ultimately delivered.

This means the trace is not there to be the `record`, so we are not
passing one. Since we can't get the recipient from the non-existing
record, we give the recipient explicitly to `#deliver_later`.

Additionally, the mailer method now needs to receive the recipient
directly, instead of extracting it from the trace record.

2 months agoUse Noticed to deliver notifications on GPX import success
Pablo Brasero [Thu, 19 Mar 2026 13:39:18 +0000 (13:39 +0000)]
Use Noticed to deliver notifications on GPX import success

The mailer method now needs to receive the recipient directly, instead
of extracting it from the trace record.

2 months agoMerge remote-tracking branch 'upstream/pull/7029'
Tom Hughes [Thu, 23 Apr 2026 12:33:56 +0000 (13:33 +0100)]
Merge remote-tracking branch 'upstream/pull/7029'

2 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 23 Apr 2026 12:18:51 +0000 (14:18 +0200)]
Localisation updates from https://translatewiki.net.

2 months agoMerge remote-tracking branch 'upstream/pull/7026'
Tom Hughes [Wed, 22 Apr 2026 23:35:24 +0000 (00:35 +0100)]
Merge remote-tracking branch 'upstream/pull/7026'

2 months agoMerge remote-tracking branch 'upstream/pull/7025'
Tom Hughes [Wed, 22 Apr 2026 23:34:52 +0000 (00:34 +0100)]
Merge remote-tracking branch 'upstream/pull/7025'

2 months agoMerge remote-tracking branch 'upstream/pull/7024'
Tom Hughes [Wed, 22 Apr 2026 23:34:47 +0000 (00:34 +0100)]
Merge remote-tracking branch 'upstream/pull/7024'

2 months agoBump the dependencies group with 5 updates
dependabot[bot] [Wed, 22 Apr 2026 23:16:42 +0000 (23:16 +0000)]
Bump the dependencies group with 5 updates

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mini_racer](https://github.com/discourse/mini_racer) | `0.20.0` | `0.21.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.219.0` | `1.220.0` |
| [herb](https://github.com/marcoroth/herb) | `0.9.6` | `0.9.7` |
| [minitest](https://github.com/minitest/minitest) | `6.0.4` | `6.0.5` |
| [database_consistency](https://github.com/djezzzl/database_consistency) | `3.0.2` | `3.0.3` |

Updates `mini_racer` from 0.20.0 to 0.21.0
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](https://github.com/discourse/mini_racer/compare/v0.20.0...v0.21.0)

Updates `aws-sdk-s3` from 1.219.0 to 1.220.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `herb` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/marcoroth/herb/releases)
- [Commits](https://github.com/marcoroth/herb/compare/v0.9.6...v0.9.7)

Updates `minitest` from 6.0.4 to 6.0.5
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v6.0.4...v6.0.5)

Updates `database_consistency` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/djezzzl/database_consistency/blob/master/CHANGELOG.md)
- [Commits](https://github.com/djezzzl/database_consistency/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: mini_racer
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-s3
  dependency-version: 1.220.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: herb
  dependency-version: 0.9.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: minitest
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: database_consistency
  dependency-version: 3.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoBump the dependencies group with 2 updates
dependabot[bot] [Wed, 22 Apr 2026 23:13:20 +0000 (23:13 +0000)]
Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter) and [eslint](https://github.com/eslint/eslint).

Updates `@herb-tools/linter` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/marcoroth/herb/releases)
- [Commits](https://github.com/marcoroth/herb/commits/v0.9.7/javascript/packages/linter)

Updates `eslint` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1)

---
updated-dependencies:
- dependency-name: "@herb-tools/linter"
  dependency-version: 0.9.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoBump the dependencies group with 3 updates
dependabot[bot] [Wed, 22 Apr 2026 23:12:40 +0000 (23:12 +0000)]
Bump the dependencies group with 3 updates

Bumps the dependencies group with 3 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [devcontainers/ci](https://github.com/devcontainers/ci) and [actions/setup-node](https://github.com/actions/setup-node).

Updates `ruby/setup-ruby` from 1.302.0 to 1.305.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/7372622e62b60b3cb750dcd2b9e32c247ffec26a...0cb964fd540e0a24c900370abf38a33466142735)

Updates `devcontainers/ci` from 0.3.1900000417 to 0.3.1900000449
- [Release notes](https://github.com/devcontainers/ci/releases)
- [Commits](https://github.com/devcontainers/ci/compare/8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6...b63b30de439b47a52267f241112c5b453b673db5)

Updates `actions/setup-node` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.305.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: devcontainers/ci
  dependency-version: 0.3.1900000449
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoMerge remote-tracking branch 'upstream/pull/7022'
Tom Hughes [Mon, 20 Apr 2026 20:03:35 +0000 (21:03 +0100)]
Merge remote-tracking branch 'upstream/pull/7022'

2 months agoMerge remote-tracking branch 'upstream/pull/7021'
Tom Hughes [Mon, 20 Apr 2026 19:57:06 +0000 (20:57 +0100)]
Merge remote-tracking branch 'upstream/pull/7021'

2 months agoAdd color scheme ranking logic
Marwin Hochfelsner [Mon, 20 Apr 2026 19:31:56 +0000 (21:31 +0200)]
Add color scheme ranking logic

2 months agoMerge pull request #7020 from openstreetmap/translatewiki
Marwin Hochfelsner [Mon, 20 Apr 2026 14:05:52 +0000 (16:05 +0200)]
Merge pull request #7020 from openstreetmap/translatewiki

Localisation updates from https://translatewiki.net.

2 months agouse admin_level from extratags when classifying Nominatim search results
Sarah Hoffmann [Mon, 20 Apr 2026 12:21:34 +0000 (14:21 +0200)]
use admin_level from extratags when classifying Nominatim search results

2 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 20 Apr 2026 12:20:10 +0000 (14:20 +0200)]
Localisation updates from https://translatewiki.net.

2 months agoUpdate bundle
Marwin Hochfelsner [Sun, 19 Apr 2026 20:47:10 +0000 (20:47 +0000)]
Update bundle

to include the new revision of toy/image_optim#224

2 months agoMerge remote-tracking branch 'upstream/pull/7012'
Tom Hughes [Sun, 19 Apr 2026 14:39:17 +0000 (15:39 +0100)]
Merge remote-tracking branch 'upstream/pull/7012'

2 months agoMerge remote-tracking branch 'upstream/pull/7006'
Tom Hughes [Sun, 19 Apr 2026 14:36:00 +0000 (15:36 +0100)]
Merge remote-tracking branch 'upstream/pull/7006'

2 months agoMerge remote-tracking branch 'upstream/pull/7015'
Tom Hughes [Fri, 17 Apr 2026 08:04:04 +0000 (09:04 +0100)]
Merge remote-tracking branch 'upstream/pull/7015'

2 months agoBump protocol-buffers-schema from 3.6.0 to 3.6.1
dependabot[bot] [Thu, 16 Apr 2026 21:44:08 +0000 (21:44 +0000)]
Bump protocol-buffers-schema from 3.6.0 to 3.6.1

Bumps [protocol-buffers-schema](https://github.com/mafintosh/protocol-buffers-schema) from 3.6.0 to 3.6.1.
- [Commits](https://github.com/mafintosh/protocol-buffers-schema/compare/v3.6.0...v3.6.1)

---
updated-dependencies:
- dependency-name: protocol-buffers-schema
  dependency-version: 3.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoUse Contributor Terms wording in signup prompt
Adithya Kammati [Thu, 16 Apr 2026 19:48:50 +0000 (01:18 +0530)]
Use Contributor Terms wording in signup prompt

2 months agoUpdate OSMF links to canonical URLs
Adithya Kammati [Thu, 16 Apr 2026 19:48:36 +0000 (01:18 +0530)]
Update OSMF links to canonical URLs

2 months agoMerge remote-tracking branch 'upstream/pull/7011'
Tom Hughes [Thu, 16 Apr 2026 19:11:40 +0000 (20:11 +0100)]
Merge remote-tracking branch 'upstream/pull/7011'

2 months agoBump the dependencies group with 3 updates
dependabot[bot] [Thu, 16 Apr 2026 18:58:21 +0000 (18:58 +0000)]
Bump the dependencies group with 3 updates

Bumps the dependencies group with 3 updates: [herb](https://github.com/marcoroth/herb), [minitest](https://github.com/minitest/minitest) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium).

Updates `herb` from 0.9.5 to 0.9.6
- [Release notes](https://github.com/marcoroth/herb/releases)
- [Commits](https://github.com/marcoroth/herb/compare/v0.9.5...v0.9.6)

Updates `minitest` from 6.0.3 to 6.0.4
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/minitest/minitest/compare/v6.0.3...v6.0.4)

Updates `selenium-webdriver` from 4.42.0 to 4.43.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.42.0...selenium-4.43.0)

---
updated-dependencies:
- dependency-name: herb
  dependency-version: 0.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: minitest
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoBlock all opentelemerty updates
Tom Hughes [Thu, 16 Apr 2026 18:54:15 +0000 (19:54 +0100)]
Block all opentelemerty updates

2 months agoBlock opentelemetry-api 1.9 as it needs ruby 3.3
Tom Hughes [Thu, 16 Apr 2026 18:38:17 +0000 (19:38 +0100)]
Block opentelemetry-api 1.9 as it needs ruby 3.3

2 months agoMerge remote-tracking branch 'upstream/pull/7010'
Tom Hughes [Thu, 16 Apr 2026 17:02:30 +0000 (18:02 +0100)]
Merge remote-tracking branch 'upstream/pull/7010'

2 months agoMerge remote-tracking branch 'upstream/pull/7008'
Tom Hughes [Thu, 16 Apr 2026 17:01:25 +0000 (18:01 +0100)]
Merge remote-tracking branch 'upstream/pull/7008'

2 months agoNo clever assistance in input intended for URIs
Pablo Brasero [Thu, 16 Apr 2026 15:54:57 +0000 (16:54 +0100)]
No clever assistance in input intended for URIs

2 months agoAutomatically provide a language in diary entries factory
Pablo Brasero [Thu, 16 Apr 2026 13:06:46 +0000 (14:06 +0100)]
Automatically provide a language in diary entries factory

2 months agoDescribe burger menu as expanded/collapsed to assistive tech
Pablo Brasero [Thu, 16 Apr 2026 13:56:21 +0000 (14:56 +0100)]
Describe burger menu as expanded/collapsed to assistive tech

2 months agoMerge pull request #7007 from openstreetmap/translatewiki
Marwin Hochfelsner [Thu, 16 Apr 2026 12:35:18 +0000 (14:35 +0200)]
Merge pull request #7007 from openstreetmap/translatewiki

Localisation updates from https://translatewiki.net.

2 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 16 Apr 2026 12:16:58 +0000 (14:16 +0200)]
Localisation updates from https://translatewiki.net.

2 months agoSearch text only in list
Marwin Hochfelsner [Thu, 16 Apr 2026 11:28:35 +0000 (11:28 +0000)]
Search text only in list

2 months agoMerge pull request #6998 from tomhughes/optimise-notes-search
Marwin Hochfelsner [Thu, 16 Apr 2026 10:49:41 +0000 (12:49 +0200)]
Merge pull request #6998 from tomhughes/optimise-notes-search

Split text search of notes and note comments in two

2 months agoMerge pull request #7004 from openstreetmap/dependabot/npm_and_yarn/dependencies...
Marwin Hochfelsner [Thu, 16 Apr 2026 10:07:07 +0000 (12:07 +0200)]
Merge pull request #7004 from openstreetmap/dependabot/npm_and_yarn/dependencies-cc13a5cea7

Bump the dependencies group across 1 directory with 3 updates

2 months agoGetting data-language-code to search language by code
Nyamekye Nyarko [Thu, 16 Apr 2026 09:39:57 +0000 (11:39 +0200)]
Getting data-language-code to search language by code

2 months agoBump the dependencies group with 3 updates
dependabot[bot] [Thu, 16 Apr 2026 09:27:56 +0000 (09:27 +0000)]
Bump the dependencies group with 3 updates

Bumps the dependencies group with 3 updates: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js), [@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter) and [globals](https://github.com/sindresorhus/globals).

Updates `maplibre-gl` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.22.0...v5.23.0)

Updates `@herb-tools/linter` from 0.9.5 to 0.9.6
- [Release notes](https://github.com/marcoroth/herb/releases)
- [Commits](https://github.com/marcoroth/herb/commits/v0.9.6/javascript/packages/linter)

Updates `globals` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@herb-tools/linter"
  dependency-version: 0.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: globals
  dependency-version: 17.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoUpdate herb config to 0.9.6
Marwin Hochfelsner [Thu, 16 Apr 2026 09:22:56 +0000 (09:22 +0000)]
Update herb config to 0.9.6

2 months agoMerge pull request #7003 from openstreetmap/dependabot/github_actions/dependencies...
Marwin Hochfelsner [Thu, 16 Apr 2026 09:08:22 +0000 (11:08 +0200)]
Merge pull request #7003 from openstreetmap/dependabot/github_actions/dependencies-a6024488e2

Bump the dependencies group with 2 updates

2 months agoBump the dependencies group with 2 updates
dependabot[bot] [Wed, 15 Apr 2026 23:12:31 +0000 (23:12 +0000)]
Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [actions/upload-artifact](https://github.com/actions/upload-artifact).

Updates `ruby/setup-ruby` from 1.300.0 to 1.302.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/e65c17d16e57e481586a6a5a0282698790062f92...7372622e62b60b3cb750dcd2b9e32c247ffec26a)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.302.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2 months agoMerge remote-tracking branch 'upstream/pull/6990'
Tom Hughes [Wed, 15 Apr 2026 17:33:33 +0000 (18:33 +0100)]
Merge remote-tracking branch 'upstream/pull/6990'

2 months agoMerge pull request #6999 from amire80/patch-3
Marwin Hochfelsner [Tue, 14 Apr 2026 20:11:54 +0000 (22:11 +0200)]
Merge pull request #6999 from amire80/patch-3

Change "Sea Food" to "Seafood" in English strings

2 months agoChange "Sea Food" to "Seafood" in English strings
Amir E. Aharoni [Tue, 14 Apr 2026 18:39:05 +0000 (14:39 -0400)]
Change "Sea Food" to "Seafood" in English strings

The spelling "Seafood" is much more common.

2 months agoMerge remote-tracking branch 'upstream/pull/6996'
Tom Hughes [Tue, 14 Apr 2026 17:16:16 +0000 (18:16 +0100)]
Merge remote-tracking branch 'upstream/pull/6996'

2 months agoReplace vendored leaflet.polyline plugin with @mapbox/polyline
Frank Elsinga [Sun, 12 Apr 2026 00:50:01 +0000 (02:50 +0200)]
Replace vendored leaflet.polyline plugin with @mapbox/polyline

2 months agoSplit text search of notes and note comments in two
Tom Hughes [Mon, 13 Apr 2026 21:36:24 +0000 (22:36 +0100)]
Split text search of notes and note comments in two

Postgres isn't able to figure out how to optimise the text search
using the GIN indexes when presented with an OR that needs to search
both tables but if we split the query in two ourselves and merge them
back together with a union then it can use the indexes which can speed
things up by two orders of magnitude.

2 months agoMerge remote-tracking branch 'upstream/pull/6997'
Tom Hughes [Mon, 13 Apr 2026 13:01:44 +0000 (14:01 +0100)]
Merge remote-tracking branch 'upstream/pull/6997'

2 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 13 Apr 2026 12:18:17 +0000 (14:18 +0200)]
Localisation updates from https://translatewiki.net.

3 months agoSend email replies through notification framework
Tom Hughes [Fri, 10 Apr 2026 14:40:33 +0000 (15:40 +0100)]
Send email replies through notification framework

3 months agoMerge remote-tracking branch 'upstream/pull/6993'
Tom Hughes [Thu, 9 Apr 2026 18:13:45 +0000 (19:13 +0100)]
Merge remote-tracking branch 'upstream/pull/6993'

3 months agoCenter icon in compact header
Marwin Hochfelsner [Thu, 9 Apr 2026 18:12:15 +0000 (20:12 +0200)]
Center icon in compact header

3 months agoFix header button height
Marwin Hochfelsner [Thu, 9 Apr 2026 18:05:47 +0000 (20:05 +0200)]
Fix header button height

Apparently, production environments need this for #6988 to be seamless

3 months agoBump connection_pool from 2.5.5 to 3.0.2 in the dependencies group
dependabot[bot] [Thu, 9 Apr 2026 17:59:31 +0000 (17:59 +0000)]
Bump connection_pool from 2.5.5 to 3.0.2 in the dependencies group

Bumps the dependencies group with 1 update: [connection_pool](https://github.com/mperham/connection_pool).

Updates `connection_pool` from 2.5.5 to 3.0.2
- [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md)
- [Commits](https://github.com/mperham/connection_pool/compare/v2.5.5...v3.0.2)

---
updated-dependencies:
- dependency-name: connection_pool
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoUnblock connection_pool now that we are on rails 8.1.3
Tom Hughes [Thu, 9 Apr 2026 17:54:16 +0000 (18:54 +0100)]
Unblock connection_pool now that we are on rails 8.1.3

3 months agoMerge remote-tracking branch 'upstream/pull/6992'
Tom Hughes [Thu, 9 Apr 2026 17:42:10 +0000 (18:42 +0100)]
Merge remote-tracking branch 'upstream/pull/6992'

3 months agoBlock parallel 2.x as it needs rubty 3.3
Tom Hughes [Thu, 9 Apr 2026 17:32:04 +0000 (18:32 +0100)]
Block parallel 2.x as it needs rubty 3.3

3 months agoBump the dependencies group across 1 directory with 5 updates
dependabot[bot] [Thu, 9 Apr 2026 17:30:14 +0000 (17:30 +0000)]
Bump the dependencies group across 1 directory with 5 updates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [libxml-ruby](https://xml4r.github.io/libxml-ruby/) | `5.0.5` | `6.0.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.218.0` | `1.219.0` |
| [herb](https://github.com/marcoroth/herb) | `0.9.4` | `0.9.5` |
| [puma](https://github.com/puma/puma) | `7.2.0` | `8.0.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.41.0` | `4.42.0` |

Updates `libxml-ruby` from 5.0.5 to 6.0.0

Updates `aws-sdk-s3` from 1.218.0 to 1.219.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `herb` from 0.9.4 to 0.9.5
- [Release notes](https://github.com/marcoroth/herb/releases)
- [Commits](https://github.com/marcoroth/herb/compare/v0.9.4...v0.9.5)

Updates `puma` from 7.2.0 to 8.0.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](https://github.com/puma/puma/compare/v7.2.0...v8.0.0)

Updates `selenium-webdriver` from 4.41.0 to 4.42.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.41.0...selenium-4.42.0)

---
updated-dependencies:
- dependency-name: libxml-ruby
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: aws-sdk-s3
  dependency-version: 1.219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: herb
  dependency-version: 0.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: puma
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoMerge remote-tracking branch 'upstream/pull/6988'
Tom Hughes [Thu, 9 Apr 2026 17:28:06 +0000 (18:28 +0100)]
Merge remote-tracking branch 'upstream/pull/6988'

3 months agoBlock opentelemetry-sdk 1.11 as it needs ruby 3.3
Tom Hughes [Thu, 9 Apr 2026 17:25:15 +0000 (18:25 +0100)]
Block opentelemetry-sdk 1.11 as it needs ruby 3.3

3 months agoBlock opentelemetry-exporter-otlp 0.33 as it needs ruby 3.3
Tom Hughes [Thu, 9 Apr 2026 17:24:09 +0000 (18:24 +0100)]
Block opentelemetry-exporter-otlp 0.33 as it needs ruby 3.3

3 months agoBlock updates to strong_migrations 2.6 as it needs ruby 3.3
Tom Hughes [Thu, 9 Apr 2026 17:19:37 +0000 (18:19 +0100)]
Block updates to strong_migrations 2.6 as it needs ruby 3.3

3 months agoMerge pull request #6966 from openstreetmap/translatewiki
Marwin Hochfelsner [Thu, 9 Apr 2026 16:37:39 +0000 (18:37 +0200)]
Merge pull request #6966 from openstreetmap/translatewiki

Localisation updates from https://translatewiki.net.

3 months agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Thu, 9 Apr 2026 12:17:59 +0000 (14:17 +0200)]
Localisation updates from https://translatewiki.net.

3 months agoExclude `opening_hours` from semicolon splitting in tags helper (#6968)
Kevin Ratzel [Thu, 9 Apr 2026 10:43:36 +0000 (06:43 -0400)]
Exclude `opening_hours` from semicolon splitting in tags helper (#6968)

* Fix tag rendering for opening hours

* Enhance browse_tags_helper_test with opening hours

Add tests for opening hours formatting in browse_tags_helper.

* Update opening hours format in test

* Update browse_tags_helper_test.rb

* Match more keys with opening hours syntax

3 months agoSwitch header icons to bootstrap
Marwin Hochfelsner [Wed, 8 Apr 2026 17:33:52 +0000 (19:33 +0200)]
Switch header icons to bootstrap

3 months agoOrder elements correctly depthwise
Marwin Hochfelsner [Wed, 8 Apr 2026 23:21:29 +0000 (01:21 +0200)]
Order elements correctly depthwise

3 months agoConsistent element definitions
Marwin Hochfelsner [Wed, 8 Apr 2026 21:47:55 +0000 (23:47 +0200)]
Consistent element definitions

3 months agoAdjust arm text opacity
Marwin Hochfelsner [Wed, 8 Apr 2026 23:20:52 +0000 (01:20 +0200)]
Adjust arm text opacity

3 months agoMatch translation
Marwin Hochfelsner [Wed, 8 Apr 2026 23:25:53 +0000 (01:25 +0200)]
Match translation

3 months agoReuse continents path
Marwin Hochfelsner [Wed, 8 Apr 2026 22:37:06 +0000 (00:37 +0200)]
Reuse continents path

3 months agoSink Atlantis
Marwin Hochfelsner [Wed, 8 Apr 2026 19:04:45 +0000 (21:04 +0200)]
Sink Atlantis

3 months agoRewrite filters
Marwin Hochfelsner [Wed, 8 Apr 2026 18:30:10 +0000 (20:30 +0200)]
Rewrite filters

3 months agoReduce group
Marwin Hochfelsner [Wed, 8 Apr 2026 18:22:25 +0000 (20:22 +0200)]
Reduce group

3 months agoRemove out of bounds 0s and 1s
Marwin Hochfelsner [Wed, 8 Apr 2026 18:19:30 +0000 (20:19 +0200)]
Remove out of bounds 0s and 1s

3 months agoMerge pull request #6983 from openstreetmap/dependabot/npm_and_yarn/dependencies...
Marwin Hochfelsner [Wed, 8 Apr 2026 23:59:46 +0000 (01:59 +0200)]
Merge pull request #6983 from openstreetmap/dependabot/npm_and_yarn/dependencies-7ca4f6565f

Bump the dependencies group with 2 updates

3 months agoMerge pull request #6982 from openstreetmap/dependabot/github_actions/dependencies...
Marwin Hochfelsner [Wed, 8 Apr 2026 23:59:45 +0000 (01:59 +0200)]
Merge pull request #6982 from openstreetmap/dependabot/github_actions/dependencies-0c457e8d78

Bump ruby/setup-ruby from 1.299.0 to 1.300.0 in the dependencies group

3 months agoBump the dependencies group with 2 updates
dependabot[bot] [Wed, 8 Apr 2026 23:13:20 +0000 (23:13 +0000)]
Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter) and [eslint](https://github.com/eslint/eslint).

Updates `@herb-tools/linter` from 0.9.4 to 0.9.5
- [Release notes](https://github.com/marcoroth/herb/releases)
- [Commits](https://github.com/marcoroth/herb/commits/v0.9.5/javascript/packages/linter)

Updates `eslint` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.1.0...v10.2.0)

---
updated-dependencies:
- dependency-name: "@herb-tools/linter"
  dependency-version: 0.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoBump ruby/setup-ruby from 1.299.0 to 1.300.0 in the dependencies group
dependabot[bot] [Wed, 8 Apr 2026 23:12:37 +0000 (23:12 +0000)]
Bump ruby/setup-ruby from 1.299.0 to 1.300.0 in the dependencies group

Bumps the dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).

Updates `ruby/setup-ruby` from 1.299.0 to 1.300.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/3ff19f5e2baf30647122352b96108b1fbe250c64...e65c17d16e57e481586a6a5a0282698790062f92)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.300.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoMerge remote-tracking branch 'upstream/pull/6980'
Tom Hughes [Wed, 8 Apr 2026 19:16:16 +0000 (20:16 +0100)]
Merge remote-tracking branch 'upstream/pull/6980'

3 months agoRe-enable actions for forked repos
Andy Allan [Wed, 8 Apr 2026 14:38:06 +0000 (15:38 +0100)]
Re-enable actions for forked repos

Fixes #6822

3 months agoMerge remote-tracking branch 'upstream/pull/6979'
Tom Hughes [Wed, 8 Apr 2026 17:31:51 +0000 (18:31 +0100)]
Merge remote-tracking branch 'upstream/pull/6979'

3 months agoMerge remote-tracking branch 'upstream/pull/6963'
Tom Hughes [Wed, 8 Apr 2026 17:29:17 +0000 (18:29 +0100)]
Merge remote-tracking branch 'upstream/pull/6963'

3 months agoMerge pull request #4947 from kcne/welcome-page-button-ux-improv
Andy Allan [Wed, 8 Apr 2026 17:23:14 +0000 (18:23 +0100)]
Merge pull request #4947 from kcne/welcome-page-button-ux-improv

Move continue auth/start mapping button to appear fixed to the bottom of the welcome page

3 months agoMove continue auth/start mapping button to appear fixed in footer
Emin Kocan [Wed, 3 Jul 2024 11:19:23 +0000 (13:19 +0200)]
Move continue auth/start mapping button to appear fixed in footer
Pin 'Continue Auth/Start Mapping' button to bottom of page for improved user navigation and simplified OAuth process.

3 months agoMerge pull request #5894 from hlfan/optimize-illustrations
Andy Allan [Wed, 8 Apr 2026 14:53:01 +0000 (15:53 +0100)]
Merge pull request #5894 from hlfan/optimize-illustrations

Reuse elements in user creation illustrations

3 months agoAdd section on AI-assisted contributions
Andy Allan [Wed, 8 Apr 2026 14:18:59 +0000 (15:18 +0100)]
Add section on AI-assisted contributions

Based on the conversation in #6954