Commit graph

863 commits

Author SHA1 Message Date
Tom Hughes
032f6f9870 Update bundle 2024-10-29 18:14:36 +00:00
Tom Hughes
754e811b70 Get danger working in GitHub actions 2024-10-26 12:52:12 +01:00
Tom Hughes
510a82230f Update bundle 2024-10-24 08:58:45 +01:00
Tom Hughes
c0bdcd53d2 Update to rails 7.2.1.2 2024-10-24 08:57:57 +01:00
Tom Hughes
b6b2fe6b8d Revert to using released version of canonical-rails 2024-10-24 08:57:26 +01:00
Tom Hughes
67f7767f40 Update bundle 2024-10-22 18:16:19 +01:00
Tom Hughes
c08514be98 Update to rails 7.2.1.1 2024-10-16 19:06:35 +01:00
Tom Hughes
b935cd6fef Merge remote-tracking branch 'upstream/pull/5246' 2024-10-16 19:05:18 +01:00
Andy Allan
96984421ad
Merge pull request #5216 from kcne/teaspoon-v2
Re-enable JavaScript unit tests using Teaspoon
2024-10-16 16:55:33 +01:00
Andy Allan
b0ffe17cec
Merge pull request #4988 from nenad-vujicic/issue_4912_pr_labeling
Added workflow for PR labeling using Danger
2024-10-16 14:29:59 +01:00
Tom Hughes
8c2d6cbed6 Keep zeitwerk at 2.6 for ruby 3.1 support 2024-10-15 18:38:21 +01:00
Tom Hughes
67f28108ec Update bundle 2024-10-15 18:22:24 +01:00
Emin Kocan
40c71f28be Enable eslint and fix eslint errors for osm_test.js 2024-10-12 21:02:10 +02:00
Emin Kocan
b17517e02c Disable eslint for js test files to test for github-ci 2024-10-12 20:50:56 +02:00
Emin Kocan
123c7d10a5 Selenium driver working on local 2024-10-12 20:50:38 +02:00
Andy Allan
9266180344 Use teaspoon to run javascript tests
Refs #2595
2024-10-12 20:47:26 +02:00
Tom Hughes
2626f439e4 Update bundle 2024-10-08 18:35:47 +01:00
Nenad Vujicic
e307b9037a Added workflow for PR labeling using Danger
Workflow is called when PR is created or updated. It checks if PR is too big (>500 changed lines), changes one of translation files (YML, except en.yml) or contains merge-commits and generates appropriate labels.
2024-10-07 11:21:16 +02:00
Andy Allan
0218e98bc2 Bundle update for rails 7.2.1 2024-10-02 17:16:21 +01:00
Andy Allan
1633059dbb Switch to canonical-rails from master, with rails 7.2.1+ compatibility 2024-10-02 17:15:54 +01:00
Andy Allan
5720968323
Merge pull request #5070 from tomhughes/rails72
Update to rails 7.2.0
2024-10-02 17:00:26 +01:00
Tom Hughes
745882f5df Update bundle 2024-10-01 19:12:23 +01:00
Tom Hughes
93da4252bd Update bundle 2024-09-24 18:16:23 +01:00
dependabot[bot]
c9a3629160
Bump webrick from 1.8.1 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 17:12:13 +00:00
dependabot[bot]
c6ef508874
Bump puma from 5.6.8 to 5.6.9
Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v5.6.8...v5.6.9)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 19:25:11 +00:00
dependabot[bot]
b34de25b11
Bump google-protobuf from 3.25.4 to 3.25.5
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.4...v3.25.5)

---
updated-dependencies:
- dependency-name: google-protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 16:28:30 +00:00
Tom Hughes
be2678e0dd Update to rails 7.2.0 2024-09-17 20:39:31 +01:00
Tom Hughes
6789fc3081 Drop support for ruby 3.0
Also add Ubuntu 24.04 and drop 20.04 as 24.04 is needed for
ruby 3.1 without rvm so we should test it.
2024-09-17 20:39:22 +01:00
Tom Hughes
2fd2317bc6 Update bundle 2024-09-17 19:02:11 +01:00
Tom Hughes
40fbe802ef Update bundle 2024-09-10 18:42:19 +01:00
Tom Hughes
68431bde1a Update bundle 2024-09-03 17:43:01 +01:00
Tom Hughes
17bc0853a0 Drop support for OAuth 1 2024-09-01 03:43:02 +03:00
Tom Hughes
a136b92761 Update bundle 2024-08-27 17:47:47 +01:00
Tom Hughes
30f975c609 Update bundle 2024-08-22 22:18:32 +01:00
Tom Hughes
bb2eccf658 Add overcommit to manage git hooks 2024-08-21 08:20:10 +01:00
Tom Hughes
9bee66107a Update bundle 2024-08-20 18:09:58 +01:00
Andy Allan
2a2d1d50d3 Add debug gem
This is included in new rails 7+ apps, so let's include it too.

This also means it's available on ruby 3.0, and is automatically
updated on newer versions of ruby too.
2024-08-14 15:36:09 +01:00
Tom Hughes
591b987b9d Update bundle 2024-08-13 18:11:12 +01:00
Tom Hughes
eefa31718a Update bundle 2024-08-06 18:08:04 +01:00
dependabot[bot]
aad55e2716
Bump rexml from 3.3.2 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 02:10:30 +00:00
Tom Hughes
2d7ff933ef Update bundle 2024-07-30 18:14:29 +01:00
Tom Hughes
ac1f207bd0 Update bundle 2024-07-23 17:16:02 +01:00
Tom Hughes
2476f7944b Update bundle 2024-07-16 17:10:58 +01:00
Tom Hughes
5995e2b323 Update bundle 2024-07-10 18:17:20 +01:00
Tom Hughes
fffaacb49e Keep to strong_migrations 1.8 for ruby 3.0 compatibility 2024-07-02 21:06:33 +01:00
Tom Hughes
f0d9050e4d Update bundle 2024-07-02 18:06:27 +01:00
Tom Hughes
d61a7ffdf7 Update bundle 2024-06-25 17:21:32 +01:00
Tom Hughes
80ccf1d4c2 Update bundle 2024-06-18 18:15:41 +01:00
Anton Khorev
c03649355a Join and normalize og:image url using Addressable
Avoids failing on urls that are not strictly rfc2396 URIs.
2024-06-15 15:06:07 +03:00
Tom Hughes
fcb3cefc20 Update bundle 2024-06-11 17:36:42 +01:00