Skip to content

Commit

Permalink
v0.10.0 fix HTTPS; support roles meta_data
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTom committed Mar 22, 2024
1 parent 4acdf39 commit 08b377f
Show file tree
Hide file tree
Showing 62 changed files with 1,408 additions and 1,016 deletions.
1 change: 1 addition & 0 deletions .cljfmt.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
*.log
*jar
.DS_Store
.calva/
.lein-deps-sum
.lein-env
.lein-failures
.lein-plugins/*
.lein-repl-history
.nrepl-port
.sass-cache/
/logs
/log
app/dev/css/
app/dev/js/
app/prod/css/
app/prod/js/
classes/*
electron/*
lib/*
log/
logs/
madek-app-darwin-x64/
madek-exporter-darwin-x64/
madek-exporter-linux-x64/
Expand Down
10 changes: 5 additions & 5 deletions .mux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ windows:
command: >
rm -rf target &&
sleep 5 &&
lein do repl
./bin/lein do repl
post_command_send_keys: |
(-main)
(-main "server")
3:
name: electron-app
command: >
Expand All @@ -20,16 +20,16 @@ windows:
rm -rf \
app/dev/js/front.js \
app/dev/js/out_front.js &&
lein trampoline figwheel electron-front-dev
./bin/lein trampoline figwheel electron-front-dev
6:
name: electron-main
command: >
rm -rf app/dev/js/out_main app/dev/js/main.js &&
lein trampoline cljsbuild auto electron-main-dev
./bin/lein trampoline cljsbuild auto electron-main-dev
7:
name: css
command: |
lein sass watch
./bin/lein sass watch
9:
name: watch-releases
command: |
Expand Down
14 changes: 14 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# clojure 1.10.1.769
clojure 1.9.0.397
# java zulu-8.76.0.17
java zulu-11.70.15
lein 2.9.10
# ruby 2.6.7
ruby 3.1.3
nodejs 14.21.2
# node js 14 seems to want python 3.10.11
# python 3.10.11
# nodejs 12.22.12
# nodejs 10.24.1
# nodejs 8.17.0

3 changes: 3 additions & 0 deletions FIX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

lein run -- cli --token ARG107Z0FE94230T2SYN0T1F36QR6BT2

8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ source 'https://rubygems.org'

gem 'activesupport'
gem 'addressable'
gem 'capybara'
gem 'chromedriver-helper'
gem 'capybara', '>= 2.13.0', '< 3.0.0'
gem 'chromedriver-helper', '>= 1.1.0', '< 2.0.0'
gem 'faker'
gem 'faraday'
gem 'faraday_middleware'
gem 'filewatcher'
gem 'git'
gem 'json_roa-client', '>= 1.0.0', '< 2.0.0'
gem 'poltergeist'
# gem 'poltergeist'
gem 'pry'
gem 'rest-client'
gem 'rspec'
gem 'selenium-webdriver'
gem 'selenium-webdriver', '>= 3.4.0', '< 4.0.0'
175 changes: 87 additions & 88 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,129 +1,128 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.2)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
archive-zip (0.7.0)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
capybara (2.13.0)
base64 (0.2.0)
bigdecimal (3.1.7)
capybara (2.18.0)
addressable
mime-types (>= 1.16)
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.6.3)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.1.0)
archive-zip (~> 0.7.0)
nokogiri (~> 1.6)
cliver (0.3.2)
coderay (1.1.1)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
faker (1.7.3)
i18n (~> 0.5)
faraday (0.12.1)
xpath (>= 2.0, < 4.0)
childprocess (3.0.0)
chromedriver-helper (1.2.0)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
domain_name (0.6.20240107)
drb (2.2.1)
faker (3.2.3)
i18n (>= 1.8.11, < 2)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.11.0.1)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.18)
filewatcher (0.5.4)
trollop (~> 2.0)
git (1.3.0)
http-cookie (1.0.3)
filewatcher (2.1.0)
module_methods (~> 0.1.0)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (0.8.1)
io-like (0.3.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
json_roa-client (1.0.0)
addressable (~> 2)
faraday (~> 0.9)
faraday_middleware (~> 0.9)
method_source (0.8.2)
mime-types (3.1)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
multipart-post (2.0.0)
mime-types-data (3.2024.0305)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.3)
module_methods (0.1.0)
multipart-post (2.4.0)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
poltergeist (1.14.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.5)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
rest-client (2.0.2)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.9.1)
rack-test (2.1.0)
rack (>= 1.3)
rchardet (1.8.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubyzip (1.2.1)
selenium-webdriver (3.4.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
slop (3.6.0)
thread_safe (0.3.6)
trollop (2.1.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
websocket (1.2.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubyzip (2.3.2)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
ruby

DEPENDENCIES
activesupport
addressable
capybara
chromedriver-helper
capybara (>= 2.13.0, < 3.0.0)
chromedriver-helper (>= 1.1.0, < 2.0.0)
faker
faraday
faraday_middleware
filewatcher
git
json_roa-client (>= 1.0.0, < 2.0.0)
poltergeist
pry
rest-client
rspec
selenium-webdriver
selenium-webdriver (>= 3.4.0, < 4.0.0)

BUNDLED WITH
1.14.6
2.4.12
Loading

0 comments on commit 08b377f

Please sign in to comment.