Skip to content

Commit 20dd1c8

Browse files
committed
fix doc, regen public
1 parent 16f2d5f commit 20dd1c8

250 files changed

Lines changed: 36685 additions & 36219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/intemporal/doc.cljs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@
6666

6767

6868
(defn render-tables! [the-store]
69-
(let [tasks (vals @(::s/task-store the-store))
70-
events (->> (vals @(::s/history-store the-store))
71-
(flatten)
69+
(let [tasks (s/list-tasks mstore)
70+
events (->> (s/list-events mstore)
7271
(sort-by :id))]
7372
(render-table! "tasks" tasks)
7473
(render-table! "events" events)
@@ -86,7 +85,7 @@
8685
(p/then (fn [r]
8786
(js/console.log "res" r)
8887
(set-results! (prn-str r))
89-
(render-tables! @mstore)))
88+
(render-tables! mstore)))
9089

9190
(p/catch (fn [r]
9291
(js/console.error "error" r)

docker/fdb.cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker:docker@172.18.0.3:4500
1+
docker:docker@172.19.0.3:4500

public/automata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<main class="container">
2323
<h1 class=>Intemporal demo with in-memory store</h1>
24-
This demo is running intemporal with an in-memory store
24+
<p>This demo is running intemporal with an in-memory store</p>
2525
Demos:
2626
<ul>
2727
<li><a href="index.html">main</a></li>

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<body>
2323
<main class="container">
2424
<h1 class=>Intemporal demo with in-memory store</h1>
25-
This demo is running intemporal with an in-memory store
25+
<p>This demo is running intemporal with an in-memory store</p>
2626
Demos:
2727
<ul>
2828
<li><a href="index.html">main</a></li>

public/js/automata.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/cljs-runtime/cljs.core.async.impl.buffers.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/cljs-runtime/cljs.core.async.impl.buffers.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)