Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
db/*.sqlite3
log/*.log
tmp/
.sass-cache/
.DS_Store
.rvmrc
*~
Expand All @@ -11,6 +10,3 @@ tmp/
*.swp
*.swo
public/assets/

/app/assets/builds/*
!/app/assets/builds/.keep
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 3.4.7'
gem 'rails', '~> 8.1'
gem 'puma'
gem 'bootsnap', require: false
gem "importmap-rails"
gem "propshaft"
gem "dartsass-rails"
gem 'aws-sdk-s3', '~> 1'

group :development, :test do
Expand Down
67 changes: 0 additions & 67 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,48 +102,14 @@ GEM
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crass (1.0.7)
dartsass-rails (0.5.1)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
date (3.5.1)
drb (2.2.3)
erb (6.0.4)
erubi (1.13.1)
globalid (1.3.0)
activesupport (>= 6.1)
google-protobuf (4.34.1)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-aarch64-linux-gnu)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-aarch64-linux-musl)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-arm64-darwin)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-x86-linux-gnu)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-x86-linux-musl)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-x86_64-darwin)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
google-protobuf (4.34.1-x86_64-linux-musl)
bigdecimal
rake (~> 13.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
importmap-rails (2.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.2)
irb (1.17.0)
pp (>= 0.6.0)
Expand Down Expand Up @@ -265,37 +231,6 @@ GEM
tsort
reline (0.6.3)
io-console (~> 0.5)
sass-embedded (1.98.0)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.98.0-aarch64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-aarch64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-arm-linux-androideabi)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-arm-linux-gnueabihf)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-arm-linux-musleabihf)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-riscv64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-riscv64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-riscv64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-x86_64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.98.0-x86_64-linux-musl)
google-protobuf (~> 4.31)
securerandom (0.4.1)
sqlite3 (2.9.5)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -352,8 +287,6 @@ PLATFORMS
DEPENDENCIES
aws-sdk-s3 (~> 1)
bootsnap
dartsass-rails
importmap-rails
pg
propshaft
puma
Expand Down
1 change: 0 additions & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
web: unset PORT && bin/rails server
css: bin/rails dartsass:watch
Empty file removed app/assets/builds/.keep
Empty file.
118 changes: 118 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
body {
padding-top: 50px;
font-size: 13px;
}

.container-fluid {
max-width: 1200px;
}

.navbar-nav > li > a, .navbar-brand {
height: 28px;
}

@media screen and (max-width: 767px) {
.table-responsive-border {
border: 1px solid #ddd;
}
.table-responsive-border > .table {
margin-bottom: 0;
}

.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}

.table-responsive > .table-bordered {
border: 0;
}

.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}

.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}

table.reports th, table.reports td {
padding: 1px !important;
}

table.reports tr.branch-separator td {
border-top: solid 2px black;
}

table.reports tr td.datetime {
text-align: center;
}

table.reports tr td.branch {
text-align: center;
}

table.reports tr td.revision {
font-family: Menlo, monospace;
text-align: center;
}

/* :where() keeps specificity at 0-1-1 so the later td.summary rules
still win for the summary column, which falls in this range. */
table.reports tr td:nth-child(n+6):where(:nth-child(-n+9)) {
background-color: #FF9090;
}

table.reports tr td:nth-child(n+6):where(:nth-child(-n+9)):empty {
background-color: #F0FFF0;
}

table.reports tr td.summary {
background-color: #F0FFF0;
}

table.reports tr td.summary div {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 250px !important;
}

table.reports tr td.summary.failure {
background-color: #FF9090;
}

table.reports tr td.diff div {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100px !important;
}
135 changes: 0 additions & 135 deletions app/assets/stylesheets/application.scss

This file was deleted.

9 changes: 0 additions & 9 deletions app/javascript/application.js

This file was deleted.

3 changes: 1 addition & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<!-- For all other devices -->
<!-- Size should be 32 x 32 pixels -->
<%= favicon_link_tag 'favicon.ico', :rel => 'shortcut icon' %>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_importmap_tags %>
<%= stylesheet_link_tag "bootstrap.min", "application", :media => "all" %>
</head>
<body>

Expand Down
Loading
Loading