-
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.
* new webly, it compiles * compiling js ok * nbeval working * viewer working * ns refactored * viewer working * misc * repl working * viewer nb from url * viewer welcome notebook * ci fixed --------- Co-authored-by: awb99 <[email protected]>
- Loading branch information
Showing
72 changed files
with
774 additions
and
991 deletions.
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 |
---|---|---|
|
@@ -31,6 +31,8 @@ jobs: | |
run: | | ||
cd reval | ||
clojure -M:cljfmt | ||
cd ../reval-ui | ||
clojure -M:cljfmt | ||
shell: bash | ||
- name: test-clj | ||
run: | | ||
|
@@ -44,24 +46,8 @@ jobs: | |
CLOJARS_PASSWORD: ${{ secrets.ReleasePassword }} | ||
CODECOV_TOKEN: ${{ secrets.CodecovToken }} | ||
run: | | ||
cd reval-goldly | ||
cd reval-ui | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "CI/CD" | ||
clojure -T:build-jar jar | ||
clojure -T:build-jar deploy | ||
# clojure -M:release --patch | ||
# git push --tags | ||
# | ||
# rm src/goldly_bindings_generated.cljs | ||
# clojure -M:release tag --minor | ||
# clojure -M:release pom | ||
# clojure -M:release jar | ||
# clojure -M:release deploy | ||
# lein release | ||
# bash <(curl -s https://codecov.io/bash) | ||
# lein with-profile +relay-jetty cloverage | ||
# bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json | ||
# | ||
# Could not transfer metadata foo:bar/maven-metadata.xml from/to releases (https://clojars.org/repo): Read timed out | ||
# Default 10000 not enough for us | ||
# export LEIN_JVM_OPTS="-Dmaven.wagon.rto=90000" | ||
clojure -T:build jar | ||
clojure -T:build deploy |
This file was deleted.
Oops, something went wrong.
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
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,11 @@ | ||
{:name "demo-reval" | ||
:lazy true | ||
:depends-on #{:reval-ui} | ||
|
||
:cljs-routes {"" reval.page.viewer/viewer-page | ||
; "devtools/repl" :repl | ||
|
||
} | ||
|
||
; | ||
} |
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
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,11 @@ | ||
{:modular (modular.system/modular-env) ; {:profile "jetty" :config ["demo.edn" "secrets.edn"]} | ||
;:secrets #include "secrets.edn" ;; externalised and usually "mounted" as a docker/kubernetes secret | ||
:components | ||
{:config {:start (modular.config/load-config! (:config #ref [:modular]))} | ||
:exts {:start (extension/discover)} | ||
|
||
:reval {:start (reval.config/set-config! | ||
(:reval (deref (clip/ref :config))))} | ||
|
||
; | ||
}} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
Oops, something went wrong.