56 Commits

Author SHA1 Message Date
8b77c09889 update deps and copyright
Signed-off-by: Sean Corfield <sean@corfield.org>
2024-12-15 10:38:00 -08:00
5cd9dd4207 add build ns docstring with deps help commands
Signed-off-by: Sean Corfield <sean@corfield.org>
2024-11-28 13:25:15 -08:00
89f0a05782 Merge branch 'develop' of github.com:seancorfield/usermanager-example into develop 2024-09-04 16:17:49 -07:00
77256cbcfb fix .gitignore
Signed-off-by: Sean Corfield <sean@corfield.org>
2024-09-04 16:17:46 -07:00
772d9c28e7 Link to "from first principles" version 2024-09-03 14:12:29 -07:00
2a9cf635cf fixes #18 by using better name for database component result
Signed-off-by: Sean Corfield <sean@corfield.org>
2024-07-23 22:29:21 -07:00
fc1824ad08 update clojure and other deps
Signed-off-by: Sean Corfield <sean@corfield.org>
2024-03-08 09:59:12 -08:00
2867c2040a remove http-kit mentions
Signed-off-by: Sean Corfield <sean@corfield.org>
2024-03-03 11:29:35 -08:00
d0bea76d86 update deps
Signed-off-by: Sean Corfield <sean@corfield.org>
2023-12-30 22:55:41 -08:00
5d91e82c0b link to xtdb version
Signed-off-by: Sean Corfield <sean@corfield.org>
2023-12-30 18:30:04 -08:00
5633c387cc fix test failure throw
Signed-off-by: Sean Corfield <sean@corfield.org>
2023-12-30 10:07:55 -08:00
f832e84830 ignore calva output window 2023-09-21 18:39:04 +00:00
14bfed7444 Link to my account for codespaces 2023-09-21 11:31:31 -07:00
97c7a9889a Merge pull request #14 from jwhitlark/develop
Add devcontainer/codespace setup and docs
2023-09-21 11:30:37 -07:00
e8849b73c7 change install tools versions based on feedback. 2023-09-21 18:00:07 +00:00
6d269719ce Simplify, improve, document. 2023-09-20 16:17:01 +00:00
417ce56981 first pass 2023-09-20 03:59:38 +00:00
3dac8353db Merge pull request #13 from michaelrkytch/michaelrkytch
Fix #12. Remove unused component parameter 'server'
2023-03-10 10:27:46 -08:00
268eb09577 Fix #12. Remove unused component parameter 'server' 2023-03-10 10:20:47 -08:00
2c46bda235 remove reference to build-clj 2023-02-04 13:53:08 -08:00
1a58880c69 update copyright and clj-kondo config 2023-01-30 19:09:37 -08:00
4de2b4ff05 fix #11 by removing build wrapper 2023-01-24 22:39:13 -08:00
9626f45b86 update to 2022 2022-05-25 19:02:04 -07:00
a31ebb80ec add build.clj and document 2022-05-25 19:01:42 -07:00
f658762010 Update test-runner 2021-05-09 11:42:40 -07:00
dbd02de4aa Merge pull request #8 from PrestanceDesign/patch-2
Remove superfluous str function
2021-04-13 09:52:57 -07:00
d7c32606cb Remove superfluous str function 2021-04-13 10:06:38 +02:00
24c8d85d3b Add link to Polylith version 2021-04-01 23:25:12 -07:00
e076255d16 Addresses #7 in the regular version 2021-04-01 22:29:20 -07:00
750c1eeb67 Minor cleanup 2021-03-29 17:06:22 -07:00
c16547a27d Remove http-kit, document promise, clean up REPL 2021-01-10 16:19:53 -08:00
61d47a9bdd Create FUNDING.yml 2020-12-15 11:38:04 -08:00
1350af433f Added link to Integrant/Reitit variant 2020-08-26 15:16:42 -07:00
badc95fc80 Update dependencies 2020-08-05 20:58:44 -07:00
cbe1a31dfa Update to http-kit 2.4.0-RC1
Show new `run-server` return value usage.
2020-07-27 18:12:14 -07:00
91732de94a Merge pull request #4 from seancorfield/next-jdbc-experiment
Bump dependencies & bug fix
2020-05-30 23:09:43 -07:00
a6dce3edcf Clean up the experiment 2020-05-30 23:06:24 -07:00
69f1e303f3 Bump H2 dep 2020-05-30 23:06:12 -07:00
3b7de614c1 Fix H2 syntax for .199 version 2020-05-30 23:05:40 -07:00
50079f4fbc start to expand rsmeta 2020-05-30 22:11:14 -07:00
3f7edb3ef5 expand database metadata support 2020-05-30 21:06:05 -07:00
dce70f6847 experiment 2020-05-30 20:40:02 -07:00
ddcc1fc0c1 Merge pull request #3 from sittim/master
Instructions in README.md on how to start server in REPL
2020-05-28 10:10:17 -07:00
c0442f92b2 Instructions in README.md on how to start server in REPL 2020-05-28 10:56:50 +00:00
1c1e5ec559 Add missing http-kit dependency! 2020-05-20 21:44:41 -07:00
d1b90f9db7 Add RCF to make it easier to use in several editors 2020-05-20 20:19:57 -07:00
ce9007270c Fixes #2 by ensuring WebServer stop returns the component
With `deliver` as the last line, the result of `stop` was not the 
updated component, meaning that it could not be restarted.
2020-05-01 15:42:53 -07:00
ad563770ac Add note on Var usage vs symbol
Per https://clojure.org/guides/repl/enhancing_your_repl_workflow#writing-repl-friendly-programs
2020-04-29 16:02:36 -07:00
af54f07c50 Bump next.jdbc to Beta 1 2019-05-25 15:59:04 -07:00
49715d191c Add some actual tests using H2 in-memory 2019-04-26 00:21:46 -07:00