Re: [openstreetmap/openstreetmap-website] Add articles before "exit" and "roundabout" (PR #5292)

2024-10-26 Thread Amir E. Aharoni via rails-dev
I just clicked the wrong button by mistake :) -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5292#issuecomment-2439627665 You are receiving this because you are subscribed to this thread. Message ID:

[openstreetmap/openstreetmap-website] Consistent use of quotes (PR #5291)

2024-10-26 Thread Amir E. Aharoni via rails-dev
Most strings used single quotes, and a few used opening backticks. Now it's single quotes everywhere. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5291 -- Commit Summary -- * Consistent use of quotes -- File Chan

Re: [openstreetmap/openstreetmap-website] Add articles before "exit" and "roundabout" (PR #5292)

2024-10-26 Thread Amir E. Aharoni via rails-dev
Reopened #5292. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5292#event-14906361286 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev mailin

Re: [openstreetmap/openstreetmap-website] Add articles before "exit" and "roundabout" (PR #5292)

2024-10-26 Thread Amir E. Aharoni via rails-dev
Closed #5292. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5292#event-14906082387 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev mailing

Re: [openstreetmap/openstreetmap-website] Consistent use of quotes (PR #5291)

2024-10-26 Thread mmd via rails-dev
Quick comment: you would also need to change a few unit tests with the same issue: - test/controllers/user_roles_controller_test.rb:74 - test/controllers/user_roles_controller_test.rb:134 - test/controllers/messages_controller_test.rb:248 - test/controllers/messages_controller_test.rb:305 Can yo

Re: [openstreetmap/openstreetmap-website] Add articles before "exit" and "roundabout" (PR #5292)

2024-10-26 Thread Tom Hughes via rails-dev
You don't need to close the PR and open a new one to make changes - just update your branch and force push it and the PR will pick up the changes, -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5292#issuecomment-2439625134 You ar

Re: [openstreetmap/openstreetmap-website] Consistent use of quotes (PR #5291)

2024-10-26 Thread Amir E. Aharoni via rails-dev
@amire80 pushed 1 commit. 0d650217f4e805d7d40314bd471be0e53f0fde29 Consistent use of quotes -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5291/files/6e6cfa062ba87e3bd0cf83b0cc975f0b2e00..0d650217f4e805d7d40314bd471be0e53f0fde29 You are receiving this beca

[openstreetmap/openstreetmap-website] Add articles before "exit" and "roundabout" (PR #5292)

2024-10-26 Thread Amir E. Aharoni via rails-dev
There are articles before "ramp" everywhere, and it sounds more correct with articles before "exit" and "roundabout", too. You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5292 -- Commit Summary -- * Add articles befo

Re: [openstreetmap/openstreetmap-website] Improvements to danger workflow (PR #5290)

2024-10-26 Thread Tom Hughes via rails-dev
Ah sorry... I cherry picked and forgot I had updated the danger branch since. Now fixed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5290#issuecomment-2439549811 You are receiving this because you are subscribed to this thread

[openstreetmap/openstreetmap-website] Improvements to danger workflow (PR #5290)

2024-10-26 Thread Tom Hughes via rails-dev
This gets the danger workflow working by switching to my fixed version (current open upstream as https://github.com/danger/danger/pull/1501) and also tweaks a few other things: * Renames the workflow to reflect that this is not just about labelling * Drops the `run-name` so that he runs will be

Re: [openstreetmap/openstreetmap-website] Improvements to danger workflow (PR #5290)

2024-10-26 Thread mmd via rails-dev
Looks good now. The danger failure is expected, you can't test any changes to Danger with a cross repo PR. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5290#issuecomment-2439551743 You are receiving this because you are subscri

Re: [openstreetmap/openstreetmap-website] Improvements to danger workflow (PR #5290)

2024-10-26 Thread Tom Hughes via rails-dev
@tomhughes pushed 3 commits. 754e811b70aa309b080e102ed629672f1558866b Get danger working in GitHub actions 8e566b0bff66e23389a6fb1c7458696c8e06faf1 Avoid suggesting danger is only about labels 67749e75347ee7ae94ba6f6929846389d8e12118 Make danger labels use consisent capitalisation -- View i

Re: [openstreetmap/openstreetmap-website] Improvements to danger workflow (PR #5290)

2024-10-26 Thread mmd via rails-dev
It seems you need to update the commit hash in Gemfile.lock. This works for me: ``` diff --git a/Gemfile.lock b/Gemfile.lock index 346af2baa..d1bf08281 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT GIT remote: https://github.com/tomhughes/danger.git - revision: 5794971ade

Re: [openstreetmap/openstreetmap-website] Decrease padding between close button and inputs in directions form (PR #5288)

2024-10-26 Thread Tom Hughes via rails-dev
Merged #5288 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5288#event-14900309160 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Bump coverallsapp/github-action from 2.3.3 to 2.3.4 (PR #5286)

2024-10-26 Thread Tom Hughes via rails-dev
Merged #5286 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5286#event-14900309148 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Remove callback from initialize() in note js controller (PR #5289)

2024-10-26 Thread Tom Hughes via rails-dev
Merged #5289 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5289#event-14900309139 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Note subscriptions db table (PR #5284)

2024-10-26 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > @@ -401,6 +401,8 @@ def add_comment(note, text, event, notify: true) note.comments.map(&:author).uniq.each do |user| UserMailer.note_comment_notification(comment, user).deliver_later if notify && user && user != current_user && user.v

Re: [openstreetmap/openstreetmap-website] Remove callback from initialize() in note js controller (PR #5289)

2024-10-26 Thread Tom Hughes via rails-dev
Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5289#issuecomment-2439476251 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Decrease padding between close button and inputs in directions form (PR #5288)

2024-10-26 Thread Tom Hughes via rails-dev
Looks good to me, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5288#issuecomment-2439475223 You are receiving this because you are subscribed to this thread. Message ID: ___