From: Tom Hughes Date: Tue, 10 Dec 2024 19:03:55 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4200' X-Git-Tag: live~4 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/edda4af515cfb0bd4de1ed0650b47e124bfad6ed?hp=156c526c22fd9f96ffc8667fafaaf10e206a70e4 Merge remote-tracking branch 'upstream/pull/4200' --- diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 67a676d87..6da5e7164 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -24,10 +24,10 @@ jobs: bundler-cache: true - name: Create base branch run: | - git fetch ${{ github.event.pull_request.base.repo.clone_url }} ${{ github.event.pull_request.base.ref }}:danger_base + git fetch ${{ github.event.pull_request.base.repo.clone_url }} ${{ github.event.pull_request.base.sha }}:danger_base - name: Create head branch run: | - git fetch ${{ github.event.pull_request.head.repo.clone_url }} ${{ github.event.pull_request.head.ref }}:danger_head + git fetch ${{ github.event.pull_request.head.repo.clone_url }} ${{ github.event.pull_request.head.sha }}:danger_head - name: Danger env: DANGER_GITHUB_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Gemfile.lock b/Gemfile.lock index d909ddad6..da664ddf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM activemodel (= 7.2.2) activesupport (= 7.2.2) timeout (>= 0.4.0) - activerecord-import (1.8.1) + activerecord-import (2.0.0) activerecord (>= 4.2) activestorage (7.2.2) actionpack (= 7.2.2) @@ -92,7 +92,7 @@ GEM autoprefixer-rails (10.4.19.0) execjs (~> 2) aws-eventstream (1.3.0) - aws-partitions (1.1016.0) + aws-partitions (1.1019.0) aws-sdk-core (3.214.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -101,7 +101,7 @@ GEM aws-sdk-kms (1.96.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.175.0) + aws-sdk-s3 (1.176.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -208,7 +208,7 @@ GEM activerecord (>= 3.0, < 9.0) delayed_job (>= 3.0, < 5) docile (1.4.1) - doorkeeper (5.8.0) + doorkeeper (5.8.1) railties (>= 5) doorkeeper-i18n (5.2.7) doorkeeper (>= 5.2) @@ -265,7 +265,7 @@ GEM factory_bot_rails (6.4.4) factory_bot (~> 6.5) railties (>= 5.0.0) - faraday (2.12.1) + faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -373,7 +373,7 @@ GEM mini_portile2 (2.8.8) mini_racer (0.9.0) libv8-node (~> 18.19.0.0) - minitest (5.25.2) + minitest (5.25.4) minitest-focus (1.4.0) minitest (>= 4, < 6) msgpack (1.7.5) @@ -393,7 +393,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.16.8) + nokogiri (1.17.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (1.1.0) @@ -461,7 +461,7 @@ GEM pg (1.5.9) popper_js (2.11.8) progress (3.6.0) - pstore (0.1.3) + pstore (0.1.4) psych (5.2.1) date stringio @@ -639,7 +639,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) uri (0.13.1) - useragent (0.16.10) + useragent (0.16.11) validates_email_format_of (1.8.2) i18n (>= 0.8.0) simpleidn diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index c419f9321..56495b31a 100644 --- a/app/assets/javascripts/index.js +++ b/app/assets/javascripts/index.js @@ -207,7 +207,7 @@ $(document).ready(function () { if (OSM.MATOMO) { map.on("layeradd", function (e) { if (e.layer.options) { - var goal = OSM.MATOMO.goals[e.layer.options.keyid]; + var goal = OSM.MATOMO.goals[e.layer.options.layerId]; if (goal) { $("body").trigger("matomogoal", goal); @@ -255,20 +255,10 @@ $(document).ready(function () { }); function sendRemoteEditCommand(url, callback) { - var iframe = $("