Skip to content

Commit d817067

Browse files
authored
Merge pull request #1095 from kmycode/upstream-20260304
Upstream 20260304
2 parents 04178b0 + 0a7f846 commit d817067

File tree

345 files changed

+8949
-3126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+8949
-3126
lines changed

.devcontainer/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- internal_network
5757

5858
es:
59-
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.2
59+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.29
6060
restart: unless-stopped
6161
environment:
6262
ES_JAVA_OPTS: -Xms512m -Xmx512m

.github/workflows/lint-css.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- 'package.json'
1313
- 'yarn.lock'
1414
- '.nvmrc'
15-
- '.prettier*'
1615
- 'stylelint.config.js'
1716
- '**/*.css'
1817
- '**/*.scss'
@@ -24,7 +23,6 @@ on:
2423
- 'package.json'
2524
- 'yarn.lock'
2625
- '.nvmrc'
27-
- '.prettier*'
2826
- 'stylelint.config.js'
2927
- '**/*.css'
3028
- '**/*.scss'

.github/workflows/lint-js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- 'yarn.lock'
1414
- 'tsconfig.json'
1515
- '.nvmrc'
16-
- '.prettier*'
1716
- 'eslint.config.mjs'
1817
- '**/*.js'
1918
- '**/*.jsx'
@@ -27,7 +26,6 @@ on:
2726
- 'yarn.lock'
2827
- 'tsconfig.json'
2928
- '.nvmrc'
30-
- '.prettier*'
3129
- 'eslint.config.mjs'
3230
- '**/*.js'
3331
- '**/*.jsx'

.github/workflows/test-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,10 @@ jobs:
357357
- '3.3'
358358
- '.ruby-version'
359359
search-image:
360-
- docker.elastic.co/elasticsearch/elasticsearch:7.17.13
360+
- docker.elastic.co/elasticsearch/elasticsearch:7.17.29
361361
include:
362362
- ruby-version: '.ruby-version'
363-
search-image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
363+
search-image: docker.elastic.co/elasticsearch/elasticsearch:8.19.2
364364
- ruby-version: '.ruby-version'
365365
search-image: opensearchproject/opensearch:2
366366

.haml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ linters:
1212
MiddleDot:
1313
enabled: true
1414
LineLength:
15-
max: 300
15+
max: 240 # Override default value of 80 inherited from rubocop
1616
ViewLength:
1717
max: 200 # Override default value of 100 inherited from rubocop

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.13
1+
24.14

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby '>= 3.2.0', '< 3.5.0'
55

66
gem 'propshaft'
77
gem 'puma', '~> 7.0'
8-
gem 'rails', '~> 8.0'
8+
gem 'rails', '~> 8.1.0'
99
gem 'thor', '~> 1.2'
1010

1111
gem 'dotenv'
@@ -129,9 +129,6 @@ group :test do
129129
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
130130
gem 'rspec-github', '~> 3.0', require: false
131131

132-
# RSpec helpers for email specs
133-
gem 'email_spec'
134-
135132
# Extra RSpec extension methods and helpers for sidekiq
136133
gem 'rspec-sidekiq', '~> 5.0'
137134

@@ -180,7 +177,7 @@ group :development do
180177

181178
# Enhanced error message pages for development
182179
gem 'better_errors', '~> 2.9'
183-
gem 'binding_of_caller', '~> 1.0'
180+
gem 'binding_of_caller'
184181

185182
# Preview mail in the browser
186183
gem 'letter_opener', '~> 1.8'

0 commit comments

Comments
 (0)