]> git.openstreetmap.org Git - rails.git/log
rails.git
3 days agoConvert json changeset tags and comments test to tags test
Anton Khorev [Mon, 17 Feb 2025 02:04:46 +0000 (05:04 +0300)]
Convert json changeset tags and comments test to tags test

There are other tests that check comments.

4 days agoFix rubocop warnings
Tom Hughes [Tue, 18 Feb 2025 20:25:55 +0000 (20:25 +0000)]
Fix rubocop warnings

4 days agoAvoid modifying constant strings
Tom Hughes [Tue, 18 Feb 2025 20:14:01 +0000 (20:14 +0000)]
Avoid modifying constant strings

This fixes a ruby 3.4 warning about strings that will
be frozen by default in a future release.

4 days agoAvoid redefining object_id method
Tom Hughes [Tue, 18 Feb 2025 20:13:31 +0000 (20:13 +0000)]
Avoid redefining object_id method

This fixes a ruby 3.4 warning.

4 days agoMerge remote-tracking branch 'upstream/pull/5700'
Tom Hughes [Tue, 18 Feb 2025 18:35:31 +0000 (18:35 +0000)]
Merge remote-tracking branch 'upstream/pull/5700'

4 days agoUpdate rubocop confguration for plugins
Tom Hughes [Tue, 18 Feb 2025 18:20:15 +0000 (18:20 +0000)]
Update rubocop confguration for plugins

Move plugins which support it to the new plugins clause.

4 days agoDrop workaround for #2472 that is no longer required
Tom Hughes [Tue, 18 Feb 2025 18:19:55 +0000 (18:19 +0000)]
Drop workaround for #2472 that is no longer required

4 days agoUpdate bundle
Tom Hughes [Tue, 18 Feb 2025 18:10:06 +0000 (18:10 +0000)]
Update bundle

4 days agoPre-center objects with embed-data
Marwin Hochfelsner [Mon, 17 Feb 2025 23:16:19 +0000 (00:16 +0100)]
Pre-center objects with embed-data

4 days agoMerge remote-tracking branch 'upstream/pull/5699'
Tom Hughes [Mon, 17 Feb 2025 22:37:52 +0000 (22:37 +0000)]
Merge remote-tracking branch 'upstream/pull/5699'

5 days agoMerge remote-tracking branch 'upstream/pull/5696'
Tom Hughes [Mon, 17 Feb 2025 20:30:04 +0000 (20:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5696'

5 days agoMove edit account action to show
Anton Khorev [Sun, 16 Feb 2025 23:35:09 +0000 (02:35 +0300)]
Move edit account action to show

5 days agoTest account destroy route
Anton Khorev [Sun, 16 Feb 2025 23:20:24 +0000 (02:20 +0300)]
Test account destroy route

5 days agoUse follow_redirect! in account update tests
Anton Khorev [Sun, 16 Feb 2025 23:19:09 +0000 (02:19 +0300)]
Use follow_redirect! in account update tests

5 days agoLocalisation updates from https://translatewiki.net.
translatewiki.net [Mon, 17 Feb 2025 12:14:56 +0000 (13:14 +0100)]
Localisation updates from https://translatewiki.net.

5 days agoAdd jquery editor support
Holger Jeromin [Mon, 17 Feb 2025 11:16:13 +0000 (12:16 +0100)]
Add jquery editor support

At least vscode (derivates) provide first class intellisense support out of the box with that.

5 days agoMerge remote-tracking branch 'upstream/pull/3767'
Tom Hughes [Mon, 17 Feb 2025 08:57:17 +0000 (08:57 +0000)]
Merge remote-tracking branch 'upstream/pull/3767'

5 days agoMerge remote-tracking branch 'upstream/pull/5656'
Tom Hughes [Mon, 17 Feb 2025 08:34:13 +0000 (08:34 +0000)]
Merge remote-tracking branch 'upstream/pull/5656'

5 days agoMerge remote-tracking branch 'upstream/pull/5697'
Tom Hughes [Mon, 17 Feb 2025 08:30:39 +0000 (08:30 +0000)]
Merge remote-tracking branch 'upstream/pull/5697'

5 days agoAlways check changes/comments counts in single changeset tests
Anton Khorev [Mon, 17 Feb 2025 01:38:51 +0000 (04:38 +0300)]
Always check changes/comments counts in single changeset tests

5 days agoRemove unnecessary RuboCop exclusion
Anton Khorev [Tue, 11 Feb 2025 04:21:28 +0000 (07:21 +0300)]
Remove unnecessary RuboCop exclusion

5 days agoRemove unused redaction code from api old elements controller
Anton Khorev [Tue, 11 Feb 2025 04:18:01 +0000 (07:18 +0300)]
Remove unused redaction code from api old elements controller

5 days agoCreate relation version redaction resource
Anton Khorev [Tue, 11 Feb 2025 04:04:19 +0000 (07:04 +0300)]
Create relation version redaction resource

5 days agoCreate way version redaction resource
Anton Khorev [Tue, 11 Feb 2025 03:43:09 +0000 (06:43 +0300)]
Create way version redaction resource

5 days agoCreate node version redaction resource
Anton Khorev [Tue, 11 Feb 2025 01:33:27 +0000 (04:33 +0300)]
Create node version redaction resource

5 days agoAdd base old element redactions controller
Anton Khorev [Tue, 11 Feb 2025 01:30:35 +0000 (04:30 +0300)]
Add base old element redactions controller

5 days agoReturn promise from sendRemoteEditCommand()
Anton Khorev [Fri, 20 Dec 2024 12:43:46 +0000 (15:43 +0300)]
Return promise from sendRemoteEditCommand()

5 days agoDon't display error messages when second scheduled rc command fails
Anton Khorev [Tue, 25 Oct 2022 08:45:43 +0000 (11:45 +0300)]
Don't display error messages when second scheduled rc command fails

6 days agoMerge remote-tracking branch 'upstream/pull/5695'
Tom Hughes [Sun, 16 Feb 2025 16:36:40 +0000 (16:36 +0000)]
Merge remote-tracking branch 'upstream/pull/5695'

6 days agoRemove some unnecessary calls to clear the mail queue
Andy Allan [Sun, 16 Feb 2025 16:02:01 +0000 (16:02 +0000)]
Remove some unnecessary calls to clear the mail queue

These were not needed at the end of most tests for quite some time,
since rails clears them by default for controller and integration tests,
and also no longer required in system tests after #5691

6 days agoMerge pull request #5692 from tomhughes/ubuntu-latest
Andy Allan [Sun, 16 Feb 2025 16:13:38 +0000 (16:13 +0000)]
Merge pull request #5692 from tomhughes/ubuntu-latest

Use ubuntu-latest for all workflows

6 days agoMerge remote-tracking branch 'upstream/pull/5693'
Tom Hughes [Sun, 16 Feb 2025 15:52:05 +0000 (15:52 +0000)]
Merge remote-tracking branch 'upstream/pull/5693'

6 days agoTest map panning when visiting changeset and note comment links
Anton Khorev [Sun, 16 Feb 2025 15:00:44 +0000 (18:00 +0300)]
Test map panning when visiting changeset and note comment links

6 days agoUse ubuntu-latest for all workflows
Tom Hughes [Sun, 16 Feb 2025 14:58:03 +0000 (14:58 +0000)]
Use ubuntu-latest for all workflows

There's generally no point running on multiple versions as
the important things like ruby are note the OS versions in any
case and production runs on Debian now not Ubuntu.

6 days agoUse setup-node action to install node modules
Tom Hughes [Sun, 16 Feb 2025 15:19:14 +0000 (15:19 +0000)]
Use setup-node action to install node modules

6 days agoMerge pull request #5691 from tomhughes/system-test-clear-deliveries
Andy Allan [Sun, 16 Feb 2025 14:50:04 +0000 (14:50 +0000)]
Merge pull request #5691 from tomhughes/system-test-clear-deliveries

Clear test deliveries before and after system tests

6 days agoMerge pull request #5690 from tomhughes/ruby34
Andy Allan [Sun, 16 Feb 2025 14:48:26 +0000 (14:48 +0000)]
Merge pull request #5690 from tomhughes/ruby34

Add ruby 3.4 to test matrix

6 days agoClear test deliveries before and after system tests
Tom Hughes [Sun, 16 Feb 2025 14:32:58 +0000 (14:32 +0000)]
Clear test deliveries before and after system tests

Fixes #5687

6 days agoMerge pull request #5688 from tomhughes/spam-check-report
Andy Allan [Sun, 16 Feb 2025 14:19:45 +0000 (14:19 +0000)]
Merge pull request #5688 from tomhughes/spam-check-report

Make reports trigger a spam check on the reported user

6 days agoMerge pull request #5689 from tomhughes/settings-fixes
Andy Allan [Sun, 16 Feb 2025 14:17:44 +0000 (14:17 +0000)]
Merge pull request #5689 from tomhughes/settings-fixes

User settings fixes

6 days agoMake reports trigger a spam check on the reported user
Tom Hughes [Sun, 16 Feb 2025 13:34:12 +0000 (13:34 +0000)]
Make reports trigger a spam check on the reported user

6 days agoOnly count reports from distinct users in spam checks
Tom Hughes [Sun, 16 Feb 2025 14:06:46 +0000 (14:06 +0000)]
Only count reports from distinct users in spam checks

6 days agoMove errors from email to new_email properly
Tom Hughes [Wed, 1 Jan 2025 12:27:05 +0000 (12:27 +0000)]
Move errors from email to new_email properly

6 days agoReplace count.zero? with empty?
Tom Hughes [Wed, 1 Jan 2025 12:11:22 +0000 (12:11 +0000)]
Replace count.zero? with empty?

6 days agoAdd ruby 3.4 to test matrix
Tom Hughes [Sun, 16 Feb 2025 13:47:05 +0000 (13:47 +0000)]
Add ruby 3.4 to test matrix

6 days agoMerge remote-tracking branch 'upstream/pull/5685'
Tom Hughes [Sun, 16 Feb 2025 13:18:14 +0000 (13:18 +0000)]
Merge remote-tracking branch 'upstream/pull/5685'

6 days agoMerge remote-tracking branch 'upstream/pull/5278'
Tom Hughes [Sun, 16 Feb 2025 13:11:45 +0000 (13:11 +0000)]
Merge remote-tracking branch 'upstream/pull/5278'

6 days agoMerge pull request #5676 from tomhughes/spam-score-reports
Andy Allan [Sun, 16 Feb 2025 11:51:52 +0000 (11:51 +0000)]
Merge pull request #5676 from tomhughes/spam-score-reports

Include spam reports on unresolved issues in the spam score

6 days agoMerge pull request #5558 from tomhughes/var-let-const
Andy Allan [Sun, 16 Feb 2025 11:48:17 +0000 (11:48 +0000)]
Merge pull request #5558 from tomhughes/var-let-const

Replace var in javascript with let/const

6 days agoReplace uses of var with let or const as appropriate
Tom Hughes [Sun, 26 Jan 2025 19:06:27 +0000 (19:06 +0000)]
Replace uses of var with let or const as appropriate

6 days agoUpdate eslint to prefer let/const over var
Tom Hughes [Sun, 26 Jan 2025 19:05:56 +0000 (19:05 +0000)]
Update eslint to prefer let/const over var

6 days agoMerge remote-tracking branch 'upstream/pull/5686'
Tom Hughes [Sun, 16 Feb 2025 11:12:47 +0000 (11:12 +0000)]
Merge remote-tracking branch 'upstream/pull/5686'

6 days agodon't pan map wen closing/reopening/commenting a note, fixes #648
Martin Raifer [Sun, 16 Feb 2025 09:55:54 +0000 (10:55 +0100)]
don't pan map wen closing/reopening/commenting a note, fixes #648

6 days agodon't re-pan the map when selecting another note that is already on the screen
Martin Raifer [Sun, 16 Feb 2025 09:36:00 +0000 (10:36 +0100)]
don't re-pan the map when selecting another note that is already on the screen

fixes a regression in #5679

6 days agoMerge remote-tracking branch 'upstream/pull/4359'
Tom Hughes [Sun, 16 Feb 2025 09:04:17 +0000 (09:04 +0000)]
Merge remote-tracking branch 'upstream/pull/4359'

6 days agoMerge remote-tracking branch 'upstream/pull/5684'
Tom Hughes [Sun, 16 Feb 2025 08:34:14 +0000 (08:34 +0000)]
Merge remote-tracking branch 'upstream/pull/5684'

6 days agoMove OAuth requests to fetch
Marwin Hochfelsner [Sat, 15 Feb 2025 22:21:39 +0000 (23:21 +0100)]
Move OAuth requests to fetch

6 days agoAdd option to use headless Firefox in system tests
Anton Khorev [Fri, 14 Feb 2025 17:02:22 +0000 (20:02 +0300)]
Add option to use headless Firefox in system tests

7 days agoMerge pull request #5677 from tomhughes/user-list-enhancements
Andy Allan [Sat, 15 Feb 2025 17:37:48 +0000 (17:37 +0000)]
Merge pull request #5677 from tomhughes/user-list-enhancements

User list enhancements

7 days agoMerge remote-tracking branch 'upstream/pull/5681'
Tom Hughes [Sat, 15 Feb 2025 17:36:29 +0000 (17:36 +0000)]
Merge remote-tracking branch 'upstream/pull/5681'

7 days agoMerge remote-tracking branch 'upstream/pull/5680'
Tom Hughes [Sat, 15 Feb 2025 17:35:49 +0000 (17:35 +0000)]
Merge remote-tracking branch 'upstream/pull/5680'

7 days agoUse title case consistently for nav tab labels
Andy Allan [Sat, 15 Feb 2025 16:48:04 +0000 (16:48 +0000)]
Use title case consistently for nav tab labels

7 days agoMerge remote-tracking branch 'upstream/pull/4926'
Tom Hughes [Sat, 15 Feb 2025 17:07:59 +0000 (17:07 +0000)]
Merge remote-tracking branch 'upstream/pull/4926'

7 days agoUse 'My Account' for account pages
Andy Allan [Sat, 15 Feb 2025 14:57:16 +0000 (14:57 +0000)]
Use 'My Account' for account pages

It's hard to make a distinction between 'Preferences' and 'Settings' in some languages,
and many other sites use the term 'Account' for things like changing email.

7 days agoMerge branch 'pull/5678'
Anton Khorev [Sat, 15 Feb 2025 17:03:42 +0000 (20:03 +0300)]
Merge branch 'pull/5678'

7 days agoMerge remote-tracking branch 'upstream/pull/4301'
Tom Hughes [Sat, 15 Feb 2025 16:42:53 +0000 (16:42 +0000)]
Merge remote-tracking branch 'upstream/pull/4301'

7 days agoAdd changeset comment search api json format
Anton Khorev [Tue, 21 Nov 2023 15:56:41 +0000 (18:56 +0300)]
Add changeset comment search api json format

7 days agoAdd changeset comment search api with filtering by author and time
Anton Khorev [Thu, 16 Nov 2023 07:03:26 +0000 (10:03 +0300)]
Add changeset comment search api with filtering by author and time

7 days agoMerge remote-tracking branch 'upstream/pull/5131'
Tom Hughes [Sat, 15 Feb 2025 16:31:12 +0000 (16:31 +0000)]
Merge remote-tracking branch 'upstream/pull/5131'

7 days agoAdd user block api call
Anton Khorev [Fri, 20 Oct 2023 10:07:42 +0000 (13:07 +0300)]
Add user block api call

7 days agoMerge remote-tracking branch 'upstream/pull/5679'
Tom Hughes [Sat, 15 Feb 2025 16:16:37 +0000 (16:16 +0000)]
Merge remote-tracking branch 'upstream/pull/5679'

7 days agoTest more block attributes in show call
Anton Khorev [Thu, 19 Oct 2023 17:04:08 +0000 (20:04 +0300)]
Test more block attributes in show call

7 days agoMove query notes by user value to mixin
Anton Khorev [Tue, 21 Nov 2023 10:08:50 +0000 (13:08 +0300)]
Move query notes by user value to mixin

7 days agoMove common query time condition to mixin
Anton Khorev [Tue, 21 Nov 2023 09:34:10 +0000 (12:34 +0300)]
Move common query time condition to mixin

7 days agoAdd changeset comment query limit settings; use common query limit in changeset comme...
Anton Khorev [Mon, 20 Nov 2023 09:44:02 +0000 (12:44 +0300)]
Add changeset comment query limit settings; use common query limit in changeset comment feeds

7 days agoMove common query limit method of changesets and notes to mixin
Anton Khorev [Wed, 15 Nov 2023 13:30:24 +0000 (16:30 +0300)]
Move common query limit method of changesets and notes to mixin

7 days agoShow alert on account home page if home location is not set
Anton Khorev [Thu, 27 Jun 2024 01:02:38 +0000 (04:02 +0300)]
Show alert on account home page if home location is not set

7 days agoAdd "Go to Home Location" to every page, link it to account home page
Anton Khorev [Thu, 27 Jun 2024 00:37:13 +0000 (03:37 +0300)]
Add "Go to Home Location" to every page, link it to account home page

7 days agoShow/hide marker in account home js controller
Anton Khorev [Thu, 27 Jun 2024 00:26:35 +0000 (03:26 +0300)]
Show/hide marker in account home js controller

7 days agoAdd empty account home page
Anton Khorev [Thu, 27 Jun 2024 00:01:39 +0000 (03:01 +0300)]
Add empty account home page

7 days agoAdd lang/dir html attributes to error pages
Anton Khorev [Fri, 30 Aug 2024 02:45:46 +0000 (05:45 +0300)]
Add lang/dir html attributes to error pages

7 days agoUse flex layout on error pages
Anton Khorev [Fri, 30 Aug 2024 02:10:11 +0000 (05:10 +0300)]
Use flex layout on error pages

7 days agoAdjust logo css on error pages
Anton Khorev [Fri, 30 Aug 2024 02:20:34 +0000 (05:20 +0300)]
Adjust logo css on error pages

7 days agoUse system font on error pages
Anton Khorev [Fri, 30 Aug 2024 02:13:49 +0000 (05:13 +0300)]
Use system font on error pages

7 days agoMove http-equiv and viewport meta tags to meta template
Anton Khorev [Fri, 30 Aug 2024 02:09:24 +0000 (05:09 +0300)]
Move http-equiv and viewport meta tags to meta template

7 days agofix map panning to objects when url hash is not empty but has no map location, fixes...
Martin Raifer [Sat, 15 Feb 2025 15:54:24 +0000 (16:54 +0100)]
fix map panning to objects when url hash is not empty but has no map location, fixes #865

7 days agoMerge remote-tracking branch 'upstream/pull/5672'
Tom Hughes [Sat, 15 Feb 2025 15:48:46 +0000 (15:48 +0000)]
Merge remote-tracking branch 'upstream/pull/5672'

7 days agoAdd option to override Firefox binary used in system tests
Anton Khorev [Fri, 14 Feb 2025 17:09:05 +0000 (20:09 +0300)]
Add option to override Firefox binary used in system tests

7 days agoMerge remote-tracking branch 'upstream/pull/5233'
Tom Hughes [Sat, 15 Feb 2025 15:22:36 +0000 (15:22 +0000)]
Merge remote-tracking branch 'upstream/pull/5233'

7 days agoPrevent caching a partial XHR response as a full page URL
Tom Hughes [Sat, 15 Feb 2025 15:05:00 +0000 (15:05 +0000)]
Prevent caching a partial XHR response as a full page URL

Fixes #5663

7 days agoMerge remote-tracking branch 'upstream/pull/5521'
Tom Hughes [Sat, 15 Feb 2025 14:44:58 +0000 (14:44 +0000)]
Merge remote-tracking branch 'upstream/pull/5521'

7 days agoMerge pull request #5363 from AntonKhorev/no-compact-nav-2
Andy Allan [Sat, 15 Feb 2025 14:38:51 +0000 (14:38 +0000)]
Merge pull request #5363 from AntonKhorev/no-compact-nav-2

Dynamic "more" dropdown

7 days agoAllow searching users by IP subnet
Tom Hughes [Sat, 15 Feb 2025 14:36:02 +0000 (14:36 +0000)]
Allow searching users by IP subnet

7 days agoAdd search form to the top of the user list view
Tom Hughes [Sat, 15 Feb 2025 14:21:35 +0000 (14:21 +0000)]
Add search form to the top of the user list view

7 days agoPreserve status parameter in IP links in user lists
Tom Hughes [Sat, 15 Feb 2025 14:12:31 +0000 (14:12 +0000)]
Preserve status parameter in IP links in user lists

7 days agoMerge pull request #5514 from AntonKhorev/pd-declaration
Andy Allan [Sat, 15 Feb 2025 14:03:55 +0000 (14:03 +0000)]
Merge pull request #5514 from AntonKhorev/pd-declaration

Remove public domain checkbox from signup and terms pages

7 days agoFix left/right sidebar resizing on mobile devices
Roman Deev [Sun, 19 Jan 2025 11:31:52 +0000 (14:31 +0300)]
Fix left/right sidebar resizing on mobile devices

7 days agoInclude spam reports on unresolved issues in the spam score
Tom Hughes [Sat, 15 Feb 2025 13:54:04 +0000 (13:54 +0000)]
Include spam reports on unresolved issues in the spam score

7 days agoMerge remote-tracking branch 'upstream/pull/5452'
Tom Hughes [Sat, 15 Feb 2025 11:15:25 +0000 (11:15 +0000)]
Merge remote-tracking branch 'upstream/pull/5452'

7 days agoMerge remote-tracking branch 'upstream/pull/5669'
Tom Hughes [Sat, 15 Feb 2025 09:11:03 +0000 (09:11 +0000)]
Merge remote-tracking branch 'upstream/pull/5669'