]> git.openstreetmap.org Git - rails.git/commitdiff
Disable eslint for js test files to test for github-ci
authorEmin Kocan <kocanmn.dev@gmail.com>
Sat, 14 Sep 2024 13:21:47 +0000 (15:21 +0200)
committerEmin Kocan <kocanmn.dev@gmail.com>
Sat, 12 Oct 2024 18:50:56 +0000 (20:50 +0200)
Gemfile
Gemfile.lock
db/structure.sql
test/javascripts/osm_test.js
test/javascripts/test_helper.js

diff --git a/Gemfile b/Gemfile
index 804a9c1854aeb69c6471965ab160badf6d4ba4a9..d678dc6e5b658f3c07a43cd14d4ebbf72240f190 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -142,7 +142,7 @@ gem "image_processing"
 gem "unicode-display_width"
 
 gem "teaspoon"
-gem "teaspoon-mocha"
+gem "teaspoon-mocha", "~> 2.3.3"
 
 # Gems useful for development
 group :development do
@@ -178,3 +178,10 @@ group :test do
   gem "simplecov-lcov", :require => false
   gem "webmock"
 end
+
+group :development, :test do
+  gem "annotate"
+
+  # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
+  gem "debug", :require => "debug/prelude"
+end
index e235cb6b76b3159facfc321750971c1fc7a0c515..963577ff3061964b6c703c07feab0c8b7b95e7d1 100644 (file)
@@ -81,6 +81,9 @@ GEM
       tzinfo (~> 2.0, >= 2.0.5)
     addressable (2.8.7)
       public_suffix (>= 2.0.2, < 7.0)
+    annotate (3.2.0)
+      activerecord (>= 3.2, < 8.0)
+      rake (>= 10.4, < 14.0)
     argon2 (2.3.0)
       ffi (~> 1.15)
       ffi-compiler (~> 1.0)
@@ -166,6 +169,9 @@ GEM
       sprockets-rails
       tilt
     date (3.3.4)
+    debug (1.9.2)
+      irb (~> 1.10)
+      reline (>= 0.3.8)
     debug_inspector (1.2.0)
     deep_merge (1.2.2)
     delayed_job (4.1.12)
@@ -618,6 +624,7 @@ DEPENDENCIES
   active_record_union
   activerecord-import
   addressable (~> 2.8)
+  annotate
   argon2
   autoprefixer-rails
   aws-sdk-s3
@@ -636,6 +643,7 @@ DEPENDENCIES
   connection_pool
   dalli
   dartsass-sprockets
+  debug
   debug_inspector
   delayed_job_active_record
   doorkeeper
@@ -707,7 +715,7 @@ DEPENDENCIES
   sprockets-exporters_pack
   strong_migrations (< 2.0.0)
   teaspoon
-  teaspoon-mocha
+  teaspoon-mocha (~> 2.3.3)
   terser
   turbo-rails
   unicode-display_width
index 25b2f173fc6f2a42d00856e3b94c7bec45818b4c..57209fb9f4af58253c98ec4f75e0d0f8d3b795b9 100644 (file)
@@ -9,6 +9,13 @@ SET xmloption = content;
 SET client_min_messages = warning;
 SET row_security = off;
 
+--
+-- Name: public; Type: SCHEMA; Schema: -; Owner: -
+--
+
+-- *not* creating schema, since initdb creates it
+
+
 --
 -- Name: btree_gist; Type: EXTENSION; Schema: -; Owner: -
 --
index aee11967318c5e93ecd0a0bba77ac1806f793a52..2f98daada062d933038ff46a32d0867745bea287 100644 (file)
@@ -1,3 +1,4 @@
+/* eslint-disable */
 //= require jquery
 //= require js-cookie/dist/js.cookie
 //= require osm
index 8e671017793519cfe2a7bfc5682184e64f076a08..879b6861b1d9b6037cd521ad03fa0cf7c0076b2b 100644 (file)
@@ -1,3 +1,4 @@
+/* eslint-disable */
 // Teaspoon includes some support files, but you can use anything from your own support path too.
 // require support/expect
 // require support/sinon