Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/boot-clj/boot
Build tooling for Clojure.
https://github.com/boot-clj/boot
7dbb493cb205d20066c0f03e472e16ff978f9ec1 authored about 10 years ago
41fa180fb1bff201fdad6ce6e15a9405a4bacbe4 authored about 10 years ago
b9b26b3b121683e012fa409de2e39582ab85f023 authored about 10 years ago
5190d9979ac84598c5925929b0b8e5364b3c3c41 authored about 10 years ago
7f451cec5b9e6202220d1c9bd6b8f40f002c388e authored about 10 years ago
d7f5636de8f3fd9676bce7ef8fe6bd31211d4417 authored about 10 years ago
d06c51575fec30e5c383ad08f7d85e4f89a818ec authored about 10 years ago
324562cf18fcdb64277adf9f7602ed8fc873108e authored about 10 years ago
- Assert that task handlers get proper fileset objects as their argument
and that they correct...
- Rename:
call-in -> with-call-in,
eval-in -> with-eval-in,
call-worker -> w...
7a25d8eb091b9a998edeb5cd04a7acddb6d3a142 authored about 10 years ago
- The cp! protocol method replaces a tmpfile in the fileset with the
contents of the given jav...
Conflicts:
boot/core/src/boot/task/built_in.clj
- The watch task should have been catching exceptions that are raised
during the build. Added ...
- This protects the user files from being overwritten.
a7a5ddb494e3af8e9e1c1b00296a53d0bdc44c65 authored about 10 years ago33e5cee1ba44c28310ff228bdc8429e27480123c authored about 10 years ago
Conflicts:
version.properties
2f76bdf04010aec3bc85ddb544292a10b6b55241 authored about 10 years ago
38c4fd787a8d8fff975724dd5a73491b46509595 authored about 10 years ago
cea5a2ee3c43210196928d6f47309b4381259c1f authored about 10 years ago
- OSX FSEvent API (or barbary watchservice, it's hard to tell which) was
not picking up filesy...
6a310fec67c919a9277373035cc56c85aa322039 authored about 10 years ago
Conflicts:
boot/core/src/boot/core.clj
boot/core/src/boot/task/built_in.clj
3c9f7de6402314330fa8cf396e042aad9df3ce78 authored about 10 years ago
The repl task is special because it can't run in a pod. It needs to
run in the project context a...
- This ensures that artifacts are written to target dir before pipeline
gets blocked by the task.
5a6f20fa61d6aad77a4643825537998e7e46b5e1 authored about 10 years ago
0d1495a16f80d3b78c1fadb1b232d729c5c72ed8 authored about 10 years ago
3556bffb1b10ea4d24d845636dea10052c3feb81 authored about 10 years ago
3e6701e236f557cf44714e61fd430eb19b45c347 authored about 10 years ago
5a039825749be14a8306fe80be8a3859b721b55c authored about 10 years ago
- The -m/--middleware option can take namespaced symbols. These are
resolved by the repl-serve...
a92130df06b2a6670f9d03ff8006dc076d186817 authored about 10 years ago
add `handler` option to repl task
22d03ebb44bb35367eab441275c505b02448523a authored about 10 years ago
This commits allows users to specify a custom handler
function when running the repl task:
user...
f037d90988436f53db4e192d5e6122166f54be7d authored about 10 years ago377d7f6c7eb3525643d9690b10beaf18f6e00d28 authored about 10 years ago
Conflicts:
boot/core/src/boot/core.clj
549f68b57b3286bb8a8ad49f32b4d4b134c8416b authored about 10 years ago
ff6ced7e285595d9c70c7f051e3510cd71d25a46 authored about 10 years ago
e15a33dc2ad489cfa209818280e230c9475e3ecc authored about 10 years ago
52f9fd99b8c4a4ab60705e2e8ce5674a22403519 authored about 10 years ago
a197468b5de340fd4732b7e47a8828796f582858 authored about 10 years ago
ee1e89904f09b4e469a7a209ebe61f67e842c28c authored about 10 years ago
Conflicts:
version.properties
9217bbd4b7bd71f8f9d363c1e11a3ebd51fe7e81 authored about 10 years ago
9f003d68cbf0b2ea7a9aa6cd1638a578fdd0031f authored about 10 years ago
600a628a6735359c3238d81d3bd7758ee35f9229 authored about 10 years ago
e97b61465c3f310450f6316e5b27742db844df0c authored about 10 years ago
ec479b76282f8d6d8fa84671db73c655f672fecb authored about 10 years ago
Conflicts:
boot/core/src/boot/core.clj
version.properties
97256ff09bccb53336fb8be8750c0b810100d46a authored about 10 years ago
65171d20ea531da6702838735a8b3eb45dc7e0e1 authored about 10 years ago
ab6b0ccb1bd917117ff8d0b0904494074b191f8f authored about 10 years ago
*the-end* dynvar, a per-build promise
40ca20d7a36418b1c275df2b387ed56872d96700 authored about 10 years ago- modified wait builtin to use
4ced5edfcb9de2a0b1bba7af687dcc3a765e825e authored about 10 years ago7421fa4339c8b2af68441c76fa78858c3bf869d6 authored about 10 years ago
Added the-end promise to boot.core
e5a714100772b33d5ae2b42a29d848f74d8a5ead authored about 10 years agobece773e3a78a093a78f94c88e484d8c6734bf2f authored about 10 years ago
- Used to block by wait task
- Tested on Java 7 and Java 8 (OS X)
1ebf7c5c9cf140b89030dc9366c1e671f053fade authored about 10 years ago
8f489eb9bd4f50bf116711bb687e9641cc053f98 authored about 10 years ago
c14a52b08f76e4246f21a585552a103eb74d7106 authored about 10 years ago
- The `cleanup` macro adds a handler to run after the build. This is
used to clean up after th...
34099081e399b80b7425df5d330f543034d85654 authored about 10 years ago
d847d809645eaea6b96d46952941b4c0c7e2f5ff authored about 10 years ago
6980ff63c5b160fe858582e4ce8470d82bfdae90 authored about 10 years ago
cee9b9e50f59a48dfb4f1c4faed18f8ff8083c5c authored about 10 years ago
03049f40ab53325988dd04fe01645c4b6fcd96c5 authored about 10 years ago
- Fix #1 -- Look in parent directories for git repo.
- Default to HEAD when scm info is specifi...
f5643122e73acc8fabc544f9469aef5a9f515cbf authored about 10 years agoa2040b58c6173d1094a12422d48175fe499dbe16 authored about 10 years ago
- The watch task now has a --quiet option to suppress all output.
- Added src-files* and src-fil...
- Makefile now correctly uses downloaded lein to build and outputs key
info in green color to ...
d6638de25b193e7f47d006c05cf8aba6793260cc authored over 10 years ago
ddc3ff72fdaefb175b60d6284d97bd0c1f9a7d15 authored over 10 years ago
f3180930539b01bdf7ce4ce5598409d945a8bad2 authored over 10 years ago
6598692237eddb467ef7ab7cfefbb7a8e28fa512 authored over 10 years ago
d455b8fb622402e137725a3fa3f55f91d944d0d6 authored over 10 years ago
4bc09a6ae9b34801d593b849cbd362ace6e277ef authored over 10 years ago
- Add functions in boot.pod to add dependencies to pods:
add-dependencies-in, and add-dependen...
1b33e8050d2432cab6daa24e6ba19c82975c18f1 authored over 10 years ago
0ac0418a8092d1e9db83762264fbe3d856e1169f authored over 10 years ago
b5166141a676cb20d034a1e020d6f7b428bb81c6 authored over 10 years ago
- When no build.boot script is present, set target path to . if no -t
option was specified, an...
cda5e142899c0516854ddda1ee5e2c74d94eee6e authored over 10 years ago
- Namespaces packaged in jars in maven may now declare that they export
boot tasks. This makes...
d3c9337379c022719a8cbf6a65a188f01aad159c authored over 10 years ago
910cc5a2685f23f7d54884518371d887ba4b8152 authored over 10 years ago
098102079a5e80c62080792e1b68758c88aa9a95 authored over 10 years ago
ebd8c8d7362b78021cee618462705dfc0cf8ea7a authored over 10 years ago
c6c8a573fb68abe54c9225dc6c0cc90243bfb343 authored over 10 years ago
3ca37f4caffc10910a3529ef5e100d164d8375b7 authored over 10 years ago
c403ffae175f23a48c11d4b85b8a860314f88079 authored over 10 years ago
52a5d655138b925b72f506f603dcb03e9856bcda authored over 10 years ago
14ab97ffa40dbe5ca7e5d4b0abdf24f4b0f621fa authored over 10 years ago
3b82a4085af931c69eb618daae4e6b751f5a1770 authored over 10 years ago
95ce5c3ee1eff9f16b3543e32abc6b9b93780685 authored over 10 years ago
a426d58670a904f3dab4b13432a78047ccd1a297 authored over 10 years ago
366124cf7e370825ed93ce285fbcd4aa504957de authored over 10 years ago
- That just complicates connecting from REPL clients
47d2cdc2e8504ed0e22d03448550adeff654213e authored over 10 years ago18ca670814f1dd978bb94fc01786b108b766ddde authored over 10 years ago