]> git.openstreetmap.org Git - rails.git/log
rails.git
5 days agoMerge remote-tracking branch 'upstream/pull/5602'
Tom Hughes [Wed, 5 Feb 2025 17:58:26 +0000 (17:58 +0000)]
Merge remote-tracking branch 'upstream/pull/5602'

5 days agoMerge pull request #5617 from AntonKhorev/api-element-resources--show-paths
Andy Allan [Wed, 5 Feb 2025 17:51:59 +0000 (17:51 +0000)]
Merge pull request #5617 from AntonKhorev/api-element-resources--show-paths

API element resources - show/update/delete paths

5 days agoTest Last-Modified header of api show element responses
Anton Khorev [Sat, 1 Feb 2025 15:29:14 +0000 (18:29 +0300)]
Test Last-Modified header of api show element responses

5 days agoTest if api relation show/full responses contain required elements
Anton Khorev [Sat, 1 Feb 2025 12:35:29 +0000 (15:35 +0300)]
Test if api relation show/full responses contain required elements

5 days agoSplit api node show test
Anton Khorev [Sat, 1 Feb 2025 15:25:32 +0000 (18:25 +0300)]
Split api node show test

5 days agoSplit api way show test
Anton Khorev [Sat, 1 Feb 2025 15:04:35 +0000 (18:04 +0300)]
Split api way show test

5 days agoSplit api relation show/full tests
Anton Khorev [Sat, 1 Feb 2025 12:13:09 +0000 (15:13 +0300)]
Split api relation show/full tests

5 days agoMove api element show and full tests
Anton Khorev [Sat, 1 Feb 2025 12:04:13 +0000 (15:04 +0300)]
Move api element show and full tests

5 days agoMake api show/update/destroy relation actions resourceful
Anton Khorev [Sat, 1 Feb 2025 11:31:03 +0000 (14:31 +0300)]
Make api show/update/destroy relation actions resourceful

5 days agoMake api show/update/destroy way actions resourceful
Anton Khorev [Sat, 1 Feb 2025 11:20:21 +0000 (14:20 +0300)]
Make api show/update/destroy way actions resourceful

5 days agoMake api show/update/destroy node actions resourceful
Anton Khorev [Sat, 1 Feb 2025 11:01:01 +0000 (14:01 +0300)]
Make api show/update/destroy node actions resourceful

5 days agoMerge pull request #5591 from AntonKhorev/api-element-resources--index-paths
Andy Allan [Wed, 5 Feb 2025 17:13:47 +0000 (17:13 +0000)]
Merge pull request #5591 from AntonKhorev/api-element-resources--index-paths

API element resources - index paths

5 days agoMerge pull request #5559 from hlfan/eslint-plugin-erb
Andy Allan [Wed, 5 Feb 2025 17:07:50 +0000 (17:07 +0000)]
Merge pull request #5559 from hlfan/eslint-plugin-erb

Add eslint-plugin-erb to provide linting of .js.erb files

5 days agoMerge pull request #5608 from AntonKhorev/reassign-issue-name-queue
Andy Allan [Wed, 5 Feb 2025 17:02:54 +0000 (17:02 +0000)]
Merge pull request #5608 from AntonKhorev/reassign-issue-name-queue

Write the new role in reassign checkbox label

5 days agoMerge pull request #5606 from AntonKhorev/no-eslint-qs
Andy Allan [Wed, 5 Feb 2025 16:41:19 +0000 (16:41 +0000)]
Merge pull request #5606 from AntonKhorev/no-eslint-qs

Remove Qs from eslint globals

5 days agoAdd eslint-plugin-erb for .js.erb file linting
Marwin Hochfelsner [Sun, 26 Jan 2025 21:47:11 +0000 (22:47 +0100)]
Add eslint-plugin-erb for .js.erb file linting

* Add eslint-plugin-erb to provide linting of our .js.erb files
* Lint osm.js.erb and API-ify OSM.params()
---------
Co-authored-by: Andy Allan <git@gravitystorm.co.uk>
5 days agoMerge branch 'pull/5557'
Anton Khorev [Wed, 5 Feb 2025 15:42:21 +0000 (18:42 +0300)]
Merge branch 'pull/5557'

6 days agoMove deprecated eslint rules to stylistic plugin
Holger Jeromin [Sun, 26 Jan 2025 17:29:14 +0000 (18:29 +0100)]
Move deprecated eslint rules to stylistic plugin

6 days agoWrite the new role in reassign checkbox label
Anton Khorev [Wed, 5 Feb 2025 10:00:04 +0000 (13:00 +0300)]
Write the new role in reassign checkbox label

6 days agoRemove Qs from eslint globals
Anton Khorev [Tue, 4 Feb 2025 16:49:28 +0000 (19:49 +0300)]
Remove Qs from eslint globals

7 days agoMerge branch 'pull/5579'
Anton Khorev [Tue, 4 Feb 2025 13:42:00 +0000 (16:42 +0300)]
Merge branch 'pull/5579'

7 days agoAdds optional use of note's author and description
Nenad Vujicic [Thu, 30 Jan 2025 11:34:51 +0000 (12:34 +0100)]
Adds optional use of note's author and description

Adds optional use of author and description from notes (in case data-migration is done) and author and description from first visible note comment (in case data-migration is not done). Also, adds author association to Note model.

7 days agoRemoves note's author from RSS
Nenad Vujicic [Thu, 23 Jan 2025 15:31:20 +0000 (16:31 +0100)]
Removes note's author from RSS

Removes writing note's author to note's RSS if author is missing or data-migration is done and note's author is deleted.

7 days agoReplaces using description with note_description
Nenad Vujicic [Thu, 23 Jan 2025 15:18:36 +0000 (16:18 +0100)]
Replaces using description with note_description

Replaces using note's description method with note_description helper routine.

7 days agoAdds helper routine note_description
Nenad Vujicic [Thu, 23 Jan 2025 15:16:51 +0000 (16:16 +0100)]
Adds helper routine note_description

Adds new helper routine note_description for retrieving note's description. Helper routine returns "deleted" if author is deleted otherwise note's description.

7 days agoFix missing zoom argument of OSM.cropLocation in home location
Anton Khorev [Tue, 4 Feb 2025 00:11:17 +0000 (03:11 +0300)]
Fix missing zoom argument of OSM.cropLocation in home location

7 days agoMerge remote-tracking branch 'upstream/pull/5600'
Tom Hughes [Mon, 3 Feb 2025 18:56:08 +0000 (18:56 +0000)]
Merge remote-tracking branch 'upstream/pull/5600'

7 days agoMerge remote-tracking branch 'upstream/pull/5595'
Tom Hughes [Mon, 3 Feb 2025 18:53:00 +0000 (18:53 +0000)]
Merge remote-tracking branch 'upstream/pull/5595'

7 days agoMerge remote-tracking branch 'upstream/pull/5593'
Tom Hughes [Mon, 3 Feb 2025 18:50:35 +0000 (18:50 +0000)]
Merge remote-tracking branch 'upstream/pull/5593'

7 days agoUpdate bundle
Tom Hughes [Mon, 3 Feb 2025 18:45:40 +0000 (18:45 +0000)]
Update bundle

7 days agoRefactor api changeset discussion tests
Anton Khorev [Mon, 3 Feb 2025 16:20:55 +0000 (19:20 +0300)]
Refactor api changeset discussion tests

8 days agoDon't apply extra encodeURIComponent to lat/lon search params
Anton Khorev [Mon, 3 Feb 2025 10:13:44 +0000 (13:13 +0300)]
Don't apply extra encodeURIComponent to lat/lon search params

8 days agoMerge branch 'pull/5592'
Anton Khorev [Mon, 3 Feb 2025 09:12:57 +0000 (12:12 +0300)]
Merge branch 'pull/5592'

8 days agoMerge branch 'pull/5594'
Anton Khorev [Mon, 3 Feb 2025 08:26:34 +0000 (11:26 +0300)]
Merge branch 'pull/5594'

8 days agoReplace qs with URLSearchParams
Tom Hughes [Sun, 2 Feb 2025 11:55:43 +0000 (11:55 +0000)]
Replace qs with URLSearchParams

8 days agoChange "reporter users" to "reporting users"
Tom Hughes [Sun, 2 Feb 2025 18:52:09 +0000 (18:52 +0000)]
Change "reporter users" to "reporting users"

8 days agoDon't check ids of new notes in create note system tests
Anton Khorev [Sun, 2 Feb 2025 15:56:19 +0000 (18:56 +0300)]
Don't check ids of new notes in create note system tests

9 days agoMerge remote-tracking branch 'upstream/pull/5064'
Tom Hughes [Sun, 2 Feb 2025 12:44:27 +0000 (12:44 +0000)]
Merge remote-tracking branch 'upstream/pull/5064'

9 days agoMerge remote-tracking branch 'upstream/pull/5522'
Tom Hughes [Sun, 2 Feb 2025 11:14:04 +0000 (11:14 +0000)]
Merge remote-tracking branch 'upstream/pull/5522'

9 days agoMerge remote-tracking branch 'upstream/pull/5588'
Tom Hughes [Sun, 2 Feb 2025 10:32:48 +0000 (10:32 +0000)]
Merge remote-tracking branch 'upstream/pull/5588'

9 days agoMerge remote-tracking branch 'upstream/pull/5586'
Tom Hughes [Sun, 2 Feb 2025 10:30:04 +0000 (10:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5586'

9 days agoMerge remote-tracking branch 'upstream/pull/5585'
Tom Hughes [Sun, 2 Feb 2025 10:16:43 +0000 (10:16 +0000)]
Merge remote-tracking branch 'upstream/pull/5585'

9 days agoMerge remote-tracking branch 'upstream/pull/5581'
Tom Hughes [Sun, 2 Feb 2025 10:11:23 +0000 (10:11 +0000)]
Merge remote-tracking branch 'upstream/pull/5581'

9 days agoMake api create relation path resourceful
Anton Khorev [Sat, 1 Feb 2025 10:45:57 +0000 (13:45 +0300)]
Make api create relation path resourceful

9 days agoMake api create way path resourceful
Anton Khorev [Sat, 1 Feb 2025 10:25:23 +0000 (13:25 +0300)]
Make api create way path resourceful

9 days agoMake api create node path resourceful
Anton Khorev [Sat, 1 Feb 2025 10:19:07 +0000 (13:19 +0300)]
Make api create node path resourceful

9 days agoMove api element index tests up
Anton Khorev [Sat, 1 Feb 2025 10:02:31 +0000 (13:02 +0300)]
Move api element index tests up

9 days agoMake api element index paths resourceful
Anton Khorev [Sat, 1 Feb 2025 10:00:39 +0000 (13:00 +0300)]
Make api element index paths resourceful

9 days agoAdd layer-type switching to use dark tiles
Marwin Hochfelsner [Sun, 19 Jan 2025 18:30:36 +0000 (19:30 +0100)]
Add layer-type switching to use dark tiles

9 days agoAdd coordinate precision function
Marwin Hochfelsner [Thu, 30 Jan 2025 05:21:07 +0000 (06:21 +0100)]
Add coordinate precision function

9 days agoUse URI.encode_uri_component when generating share urls
Anton Khorev [Sat, 1 Feb 2025 18:15:37 +0000 (21:15 +0300)]
Use URI.encode_uri_component when generating share urls

9 days agoUse flat_map to collect way node ids in maps controller
Anton Khorev [Sat, 1 Feb 2025 17:36:07 +0000 (20:36 +0300)]
Use flat_map to collect way node ids in maps controller

9 days agoMerge remote-tracking branch 'upstream/pull/5584'
Tom Hughes [Sat, 1 Feb 2025 17:25:39 +0000 (17:25 +0000)]
Merge remote-tracking branch 'upstream/pull/5584'

9 days agoUse filter instead of loop in visible node/way collections
Anton Khorev [Sat, 1 Feb 2025 17:19:00 +0000 (20:19 +0300)]
Use filter instead of loop in visible node/way collections

9 days agoRemove ids collected in parallel to model instances in map api
Anton Khorev [Sat, 1 Feb 2025 17:09:38 +0000 (20:09 +0300)]
Remove ids collected in parallel to model instances in map api

9 days agoRemove unused visible_nodes hashes from api element controllers
Anton Khorev [Sat, 1 Feb 2025 16:35:46 +0000 (19:35 +0300)]
Remove unused visible_nodes hashes from api element controllers

10 days agoMerge remote-tracking branch 'upstream/pull/5580'
Tom Hughes [Sat, 1 Feb 2025 15:13:41 +0000 (15:13 +0000)]
Merge remote-tracking branch 'upstream/pull/5580'

11 days agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Fri, 31 Jan 2025 10:43:52 +0000 (11:43 +0100)]
Localisation updates from https://translatewiki.net.

11 days agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Fri, 31 Jan 2025 09:21:44 +0000 (10:21 +0100)]
Localisation updates from https://translatewiki.net.

11 days agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Fri, 31 Jan 2025 08:58:53 +0000 (09:58 +0100)]
Localisation updates from https://translatewiki.net.

12 days agoRefactor embed.js.erb with layers.yml
Marwin Hochfelsner [Wed, 29 Jan 2025 00:08:27 +0000 (01:08 +0100)]
Refactor embed.js.erb with layers.yml

12 days agoMerge remote-tracking branch 'upstream/pull/5575'
Tom Hughes [Wed, 29 Jan 2025 18:41:43 +0000 (18:41 +0000)]
Merge remote-tracking branch 'upstream/pull/5575'

12 days agoMerge remote-tracking branch 'upstream/pull/5578'
Tom Hughes [Wed, 29 Jan 2025 18:32:22 +0000 (18:32 +0000)]
Merge remote-tracking branch 'upstream/pull/5578'

12 days agoMerge remote-tracking branch 'upstream/pull/5577'
Tom Hughes [Wed, 29 Jan 2025 18:31:13 +0000 (18:31 +0000)]
Merge remote-tracking branch 'upstream/pull/5577'

12 days agoMerge remote-tracking branch 'upstream/pull/5576'
Tom Hughes [Wed, 29 Jan 2025 18:30:04 +0000 (18:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5576'

12 days agoMerge remote-tracking branch 'upstream/pull/5574'
Tom Hughes [Wed, 29 Jan 2025 18:26:52 +0000 (18:26 +0000)]
Merge remote-tracking branch 'upstream/pull/5574'

12 days agoMerge remote-tracking branch 'upstream/pull/5573'
Tom Hughes [Wed, 29 Jan 2025 18:24:50 +0000 (18:24 +0000)]
Merge remote-tracking branch 'upstream/pull/5573'

12 days agoSelect user ids from reports using pluck
Anton Khorev [Wed, 29 Jan 2025 16:00:55 +0000 (19:00 +0300)]
Select user ids from reports using pluck

13 days agoMerge branch 'pull/4990'
Anton Khorev [Wed, 29 Jan 2025 15:22:21 +0000 (18:22 +0300)]
Merge branch 'pull/4990'

13 days agoAbort loading when note layer is removed
Anton Khorev [Wed, 29 Jan 2025 15:13:10 +0000 (18:13 +0300)]
Abort loading when note layer is removed

13 days agoShow only description as a marker tooltip in note layer
Anton Khorev [Wed, 29 Jan 2025 14:57:26 +0000 (17:57 +0300)]
Show only description as a marker tooltip in note layer

13 days agoAbort loading when data layer is removed
Anton Khorev [Wed, 29 Jan 2025 12:59:49 +0000 (15:59 +0300)]
Abort loading when data layer is removed

13 days agoRemove unnecessary wrapper divs from data layer error message
Anton Khorev [Wed, 29 Jan 2025 11:55:59 +0000 (14:55 +0300)]
Remove unnecessary wrapper divs from data layer error message

13 days agoDon't remove-readd standard layer when layerParam is not empty in map.updateLayers
Anton Khorev [Wed, 29 Jan 2025 10:35:01 +0000 (13:35 +0300)]
Don't remove-readd standard layer when layerParam is not empty in map.updateLayers

13 days agoShow reporting user on issues screen
nertc [Wed, 29 Jan 2025 08:39:46 +0000 (12:39 +0400)]
Show reporting user on issues screen

13 days agoMerge remote-tracking branch 'upstream/pull/5563'
Tom Hughes [Tue, 28 Jan 2025 18:44:07 +0000 (18:44 +0000)]
Merge remote-tracking branch 'upstream/pull/5563'

13 days agoMerge remote-tracking branch 'upstream/pull/5568'
Tom Hughes [Tue, 28 Jan 2025 18:30:19 +0000 (18:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5568'

13 days agoMerge remote-tracking branch 'upstream/pull/5560'
Tom Hughes [Tue, 28 Jan 2025 18:26:24 +0000 (18:26 +0000)]
Merge remote-tracking branch 'upstream/pull/5560'

13 days agoMerge remote-tracking branch 'upstream/pull/5566'
Tom Hughes [Tue, 28 Jan 2025 18:23:33 +0000 (18:23 +0000)]
Merge remote-tracking branch 'upstream/pull/5566'

13 days agoMerge remote-tracking branch 'upstream/pull/5565'
Tom Hughes [Tue, 28 Jan 2025 18:21:47 +0000 (18:21 +0000)]
Merge remote-tracking branch 'upstream/pull/5565'

13 days agoMerge remote-tracking branch 'upstream/pull/5564'
Tom Hughes [Tue, 28 Jan 2025 18:21:05 +0000 (18:21 +0000)]
Merge remote-tracking branch 'upstream/pull/5564'

13 days agoUpdate bundle
Tom Hughes [Tue, 28 Jan 2025 18:09:48 +0000 (18:09 +0000)]
Update bundle

2 weeks agoRemoved author_{id, ip} methods from Note model
Nenad Vujicic [Tue, 28 Jan 2025 12:47:03 +0000 (13:47 +0100)]
Removed author_{id, ip} methods from Note model

Removed author_id, author_ip methods from Note model because they are not used anymore. Also, removed associated unit tests.

2 weeks agoMerge branch 'pull/5556'
Anton Khorev [Tue, 28 Jan 2025 05:31:21 +0000 (08:31 +0300)]
Merge branch 'pull/5556'

2 weeks agoRemove unused max_features parameter from feature warning
Anton Khorev [Tue, 28 Jan 2025 05:11:23 +0000 (08:11 +0300)]
Remove unused max_features parameter from feature warning

2 weeks agoRemove IE conditional compilation that limited max features
Anton Khorev [Tue, 28 Jan 2025 04:52:22 +0000 (07:52 +0300)]
Remove IE conditional compilation that limited max features

2 weeks agoBump coverallsapp/github-action from 2.3.5 to 2.3.6
dependabot[bot] [Mon, 27 Jan 2025 23:23:00 +0000 (23:23 +0000)]
Bump coverallsapp/github-action from 2.3.5 to 2.3.6

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.5...v2.3.6)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 weeks agoDataLayer to consume JSON format responses
mmd-osm [Mon, 27 Jan 2025 17:24:58 +0000 (18:24 +0100)]
DataLayer to consume JSON format responses

2 weeks agoMerge remote-tracking branch 'upstream/pull/5562'
Tom Hughes [Mon, 27 Jan 2025 19:25:50 +0000 (19:25 +0000)]
Merge remote-tracking branch 'upstream/pull/5562'

2 weeks agoMerge remote-tracking branch 'upstream/pull/5561'
Tom Hughes [Mon, 27 Jan 2025 19:24:07 +0000 (19:24 +0000)]
Merge remote-tracking branch 'upstream/pull/5561'

2 weeks agoIncrease the limit when a warning about a large number of objects is displayed.
Roman Deev [Mon, 27 Jan 2025 16:39:34 +0000 (19:39 +0300)]
Increase the limit when a warning about a large number of objects is displayed.

2 weeks agoClose button for loading error alert
Roman Deev [Mon, 27 Jan 2025 15:56:41 +0000 (18:56 +0300)]
Close button for loading error alert

2 weeks agoRemove layersAdded variable from map.updateLayers()
Anton Khorev [Mon, 27 Jan 2025 15:26:06 +0000 (18:26 +0300)]
Remove layersAdded variable from map.updateLayers()

2 weeks agoMerge branch 'pull/5474'
Anton Khorev [Mon, 27 Jan 2025 14:49:14 +0000 (17:49 +0300)]
Merge branch 'pull/5474'

2 weeks agoUse baselayerchange/overlaylayerchange instead of layeradd/layerremove for speed...
Roman Deev [Tue, 7 Jan 2025 00:17:24 +0000 (03:17 +0300)]
Use baselayerchange/overlaylayerchange instead of layeradd/layerremove for speed up Map Data layer render

2 weeks agoDrop IE specific favicon support
Tom Hughes [Sun, 26 Jan 2025 15:41:54 +0000 (15:41 +0000)]
Drop IE specific favicon support

2 weeks agoDrop ES6 polyfill
Tom Hughes [Sun, 26 Jan 2025 15:38:39 +0000 (15:38 +0000)]
Drop ES6 polyfill

2 weeks agoUpdate leaflet-osm to latest upstream version
Tom Hughes [Sun, 26 Jan 2025 19:36:15 +0000 (19:36 +0000)]
Update leaflet-osm to latest upstream version

2 weeks agoMerge remote-tracking branch 'upstream/pull/5551'
Tom Hughes [Sun, 26 Jan 2025 10:24:05 +0000 (10:24 +0000)]
Merge remote-tracking branch 'upstream/pull/5551'

2 weeks agoMerge remote-tracking branch 'upstream/pull/5538'
Tom Hughes [Sun, 26 Jan 2025 10:21:44 +0000 (10:21 +0000)]
Merge remote-tracking branch 'upstream/pull/5538'