-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
141 changed files
with
34,724 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
source "https://rubygems.org" | ||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
|
||
# Specify your gem's dependencies in hyperlayer.gemspec. | ||
gemspec | ||
|
||
gem "puma" | ||
|
||
gem "pg" | ||
|
||
gem "sprockets-rails" | ||
|
||
# Start debugger with binding.b [https://github.com/ruby/debug] | ||
# gem "debug", ">= 1.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,245 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
hyperlayer (0.1.0) | ||
bootstrap (~> 5.1.3) | ||
hashie (~> 5.0) | ||
json (~> 2.3) | ||
pry | ||
rails (>= 7.0.8) | ||
redis (~> 5.0.6) | ||
rspec (~> 3.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (7.1.0) | ||
actionpack (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
zeitwerk (~> 2.6) | ||
actionmailbox (7.1.0) | ||
actionpack (= 7.1.0) | ||
activejob (= 7.1.0) | ||
activerecord (= 7.1.0) | ||
activestorage (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
mail (>= 2.7.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
actionmailer (7.1.0) | ||
actionpack (= 7.1.0) | ||
actionview (= 7.1.0) | ||
activejob (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
mail (~> 2.5, >= 2.5.4) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
rails-dom-testing (~> 2.2) | ||
actionpack (7.1.0) | ||
actionview (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
nokogiri (>= 1.8.5) | ||
rack (>= 2.2.4) | ||
rack-session (>= 1.0.1) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
actiontext (7.1.0) | ||
actionpack (= 7.1.0) | ||
activerecord (= 7.1.0) | ||
activestorage (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.1.0) | ||
activesupport (= 7.1.0) | ||
builder (~> 3.1) | ||
erubi (~> 1.11) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
activejob (7.1.0) | ||
activesupport (= 7.1.0) | ||
globalid (>= 0.3.6) | ||
activemodel (7.1.0) | ||
activesupport (= 7.1.0) | ||
activerecord (7.1.0) | ||
activemodel (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
timeout (>= 0.4.0) | ||
activestorage (7.1.0) | ||
actionpack (= 7.1.0) | ||
activejob (= 7.1.0) | ||
activerecord (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
marcel (~> 1.0) | ||
activesupport (7.1.0) | ||
base64 | ||
bigdecimal | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
connection_pool (>= 2.2.5) | ||
drb | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
mutex_m | ||
tzinfo (~> 2.0) | ||
autoprefixer-rails (10.4.15.0) | ||
execjs (~> 2) | ||
base64 (0.1.1) | ||
bigdecimal (3.1.3) | ||
bootstrap (5.1.3) | ||
autoprefixer-rails (>= 9.1.0) | ||
popper_js (>= 2.9.3, < 3) | ||
sassc-rails (>= 2.0.0) | ||
builder (3.2.4) | ||
coderay (1.1.3) | ||
concurrent-ruby (1.2.2) | ||
connection_pool (2.4.1) | ||
crass (1.0.6) | ||
date (3.3.3) | ||
diff-lcs (1.5.0) | ||
drb (2.1.1) | ||
ruby2_keywords | ||
erubi (1.12.0) | ||
execjs (2.9.1) | ||
ffi (1.16.3) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
hashie (5.0.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
io-console (0.6.0) | ||
irb (1.6.4) | ||
reline (>= 0.3.0) | ||
json (2.6.3) | ||
loofah (2.21.3) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.2) | ||
method_source (1.0.0) | ||
mini_mime (1.1.5) | ||
minitest (5.20.0) | ||
mutex_m (0.1.2) | ||
net-imap (0.3.7) | ||
date | ||
net-protocol | ||
net-pop (0.1.2) | ||
net-protocol | ||
net-protocol (0.2.1) | ||
timeout | ||
net-smtp (0.3.3) | ||
net-protocol | ||
nio4r (2.5.9) | ||
nokogiri (1.15.4-x86_64-darwin) | ||
racc (~> 1.4) | ||
pg (1.5.3) | ||
popper_js (2.11.8) | ||
pry (0.14.2) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
puma (6.3.0) | ||
nio4r (~> 2.0) | ||
racc (1.7.1) | ||
rack (3.0.8) | ||
rack-session (2.0.0) | ||
rack (>= 3.0.0) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rackup (2.1.0) | ||
rack (>= 3) | ||
webrick (~> 1.8) | ||
rails (7.1.0) | ||
actioncable (= 7.1.0) | ||
actionmailbox (= 7.1.0) | ||
actionmailer (= 7.1.0) | ||
actionpack (= 7.1.0) | ||
actiontext (= 7.1.0) | ||
actionview (= 7.1.0) | ||
activejob (= 7.1.0) | ||
activemodel (= 7.1.0) | ||
activerecord (= 7.1.0) | ||
activestorage (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
bundler (>= 1.15.0) | ||
railties (= 7.1.0) | ||
rails-dom-testing (2.2.0) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.1.0) | ||
actionpack (= 7.1.0) | ||
activesupport (= 7.1.0) | ||
irb | ||
rackup (>= 1.0.0) | ||
rake (>= 12.2) | ||
thor (~> 1.0, >= 1.2.2) | ||
zeitwerk (~> 2.6) | ||
rake (13.0.6) | ||
redis (5.0.7) | ||
redis-client (>= 0.9.0) | ||
redis-client (0.17.0) | ||
connection_pool | ||
reline (0.3.4) | ||
io-console (~> 0.5) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
ruby2_keywords (0.0.5) | ||
sassc (2.4.0) | ||
ffi (~> 1.9) | ||
sassc-rails (2.1.2) | ||
railties (>= 4.0.0) | ||
sassc (>= 2.0) | ||
sprockets (> 3.0) | ||
sprockets-rails | ||
tilt | ||
sprockets (4.2.1) | ||
concurrent-ruby (~> 1.0) | ||
rack (>= 2.2.4, < 4) | ||
sprockets-rails (3.4.2) | ||
actionpack (>= 5.2) | ||
activesupport (>= 5.2) | ||
sprockets (>= 3.0.0) | ||
thor (1.2.2) | ||
tilt (2.3.0) | ||
timeout (0.4.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
webrick (1.8.1) | ||
websocket-driver (0.7.6) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.12) | ||
|
||
PLATFORMS | ||
x86_64-darwin-22 | ||
|
||
DEPENDENCIES | ||
hyperlayer! | ||
pg | ||
puma | ||
sprockets-rails | ||
|
||
BUNDLED WITH | ||
2.4.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Copyright 2023 Geoff Wright | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
require "bundler/setup" | ||
|
||
APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__) | ||
load "rails/tasks/engine.rake" | ||
|
||
load "rails/tasks/statistics.rake" | ||
|
||
require "bundler/gem_tasks" |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
//= link application.css | ||
//= link app.css | ||
//= link_tree ../stylesheets | ||
//= link_tree ../images | ||
//= link_tree ../../javascript .js | ||
//= link_tree ../../../vendor/javascript .js | ||
//= link_tree ../builds |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@import 'bootstrap/scss/bootstrap'; | ||
@import 'bootstrap-icons/font/bootstrap-icons'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.card-header { | ||
background-color: #fff; | ||
} | ||
|
||
.node { | ||
margin-bottom: 10px; | ||
} | ||
|
||
.node .card-body { | ||
padding: 0; | ||
} | ||
|
||
.return_value pre { | ||
padding: 0; | ||
margin: 20px 0; | ||
} | ||
|
||
.node .card-body pre { | ||
margin: 0; | ||
} | ||
|
||
/* Next */ | ||
|
||
.tree-node { | ||
margin-left: 15px; | ||
} | ||
|
||
a.noStyle { | ||
color: inherit; /* Inherit the color from the parent element (usually body text color) */ | ||
text-decoration: none; /* Remove the underline */ | ||
background-color: transparent; /* Ensure that there is no background color */ | ||
} | ||
|
||
/* Custom CSS to remove padding and margin from Bootstrap card */ | ||
hr.no-padding-margin { | ||
margin: 0 !important; | ||
border-radius: 0 !important; /* Optional: if you want to remove the border-radius as well */ | ||
} | ||
|
||
.no-padding-margin .card { | ||
margin: 10px 0 0 !important; | ||
border-radius: 0 !important; /* Optional: if you want to remove the border-radius as well */ | ||
} | ||
|
||
.no-padding-margin .card-body { | ||
padding: 0 !important; | ||
} |
Oops, something went wrong.