Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Padawan #39

Merged
merged 29 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
be9fb33
padawan - settimeout to keep container alive while user is on page
dcordz Jun 6, 2024
d6af4f3
Merge branch 'main' of https://github.com/Plebeian-Technology/sway in…
dcordz Jun 7, 2024
a115e68
padawan - deploy script
dcordz Jun 7, 2024
d152ba2
padawan - ignore wireguard
dcordz Jul 6, 2024
5ae72ff
Merge branch 'main' of https://github.com/Plebeian-Technology/sway in…
dcordz Jul 6, 2024
5d1ed42
padawan - remove turnstile
dcordz Jul 6, 2024
0e0e6cd
inertia - remove redux and use inertia instead
dcordz Aug 22, 2024
f55da02
inertia - add maryland svg, fix census query
dcordz Aug 22, 2024
4d80b4c
inertia - fix notification subscriptions create/destroy, fix census l…
dcordz Aug 22, 2024
7dbaaab
inertia - add maryland svg, fix census query, add unique index to bil…
dcordz Aug 26, 2024
a9d535c
inertia - fix rspec, get new tapioca dsl + gems
dcordz Aug 26, 2024
3f67ec1
inertia - rspec test ruby version
dcordz Aug 26, 2024
8b8c06f
inertia - typescript and eslint gh actions
dcordz Aug 26, 2024
e06c594
inertia - rspec action
dcordz Aug 26, 2024
97e018d
inertia - fix eslint - https://github.com/t3-oss/create-t3-turbo/issu…
dcordz Aug 26, 2024
80bccb8
inertia - add ssl certs for github + address some sonar issues
dcordz Aug 26, 2024
151df51
main - remove uneeded code
dcordz Aug 27, 2024
6d6427f
main - merge remote, fix conflict
dcordz Aug 27, 2024
015582e
padawan - merge main, fix conflicts
dcordz Aug 27, 2024
e75d074
padawan - merge main, fix conflicts
dcordz Aug 27, 2024
5cda4c6
Merge branch 'padawan' of https://github.com/Plebeian-Technology/sway…
dcordz Aug 27, 2024
9c8490e
inertia - update deps
dcordz Oct 22, 2024
42d185d
inertia - upgraded deps
dcordz Oct 23, 2024
fa73bab
padawan - update deps, node version, minor adjustments
dcordz Nov 3, 2024
500e444
padawan - merge inertia branch, update sorbet/tapioca rbi files
dcordz Nov 3, 2024
c4ffdd6
padawan - re-version schema
dcordz Nov 3, 2024
4f6e50d
padawan - eslint lint
dcordz Nov 3, 2024
65c7c6a
padawan - replace dart-sass with sass, use npm ci instead of install
dcordz Nov 3, 2024
e837d6a
padawan - remove lock.json and node modules and reinstall
dcordz Nov 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.17.0"
node-version: "22.11.0"
cache: "npm"

- name: Install JS dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
- name: Set up Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.4"
ruby-version: "3.3.5"
bundler-cache: true

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.17.0"
node-version: "22.11.0"
cache: "npm"

- name: Install JS dependencies
run: npm install --legacy-peer-deps
run: npm ci --legacy-peer-deps

- name: Precompile assets
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.17.0"
node-version: "22.11.0"
cache: "npm"

- name: Install JS dependencies
Expand Down
10 changes: 0 additions & 10 deletions .index.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v22.11.0
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto-install-peers=true
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v22.11.0
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.5
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"recommendations": [
"aaron-bond.better-comments",
"coenraads.bracket-pair-colorizer-2",
"naumovs.color-highlight",
"dbaeumer.vscode-eslint",
"wix.vscode-import-cost",
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

source "https://rubygems.org"

ruby "3.3.4"
ruby "3.3.5"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"
gem "rails", "~> 7.2"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down Expand Up @@ -79,14 +79,14 @@ gem "twilio-ruby"

# Use sqlite3 as the database for Active Record
# https://github.com/sparklemotion/sqlite3-ruby/pull/402/files
gem "sqlite3", "~> 1.7", force_ruby_platform: true
gem "sqlite3", "~> 2", force_ruby_platform: true

# Ruby type hints
# https://sorbet.org/docs/adopting
gem "sorbet-runtime"

# gcp storage for get/put org icons, etc.
gem "google-cloud-storage", "~> 1.51"
gem "google-cloud-storage", "~> 1.5"

# shorten invite urls
# https://github.com/jpmcgrath/shortener
Expand All @@ -113,7 +113,7 @@ group :development, :test do

# https://github.com/rspec/rspec-rails
# Run against this stable release
gem "rspec-rails", "~> 6"
gem "rspec-rails", "~> 7"

# https://github.com/thoughtbot/factory_bot_rails
gem "factory_bot_rails"
Expand Down
Loading