Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

boot-clj

the clojure build tool.
Collective - Host: opensource - https://opencollective.com/boot-clj - Code: https://github.com/boot-clj/boot

The by-re function should match on path, not name (fixes #66)

github.com/boot-clj/boot - b50df9b3ae888105829e7e78165070386dba9baa authored almost 10 years ago by Micha Niskin <[email protected]>
Add jars-dep-graph function

github.com/boot-clj/boot - d2c45de6d7335002f4b18577da05f662768afda8 authored almost 10 years ago by Micha Niskin <[email protected]>
Refactor the sift task, again. It's good now.

github.com/boot-clj/boot - bb5876399f948feb9216a12eeb3f1d18f493322a authored almost 10 years ago by Micha Niskin <[email protected]>
Add --add-meta option to the sift task to tag files in the fileset

github.com/boot-clj/boot - e469ecdc38dfd0c7099da8e73a2760a41af13d8a authored almost 10 years ago by Micha Niskin <[email protected]>
tighten up

github.com/boot-clj/boot - 1ebcbb8dd78ee4fb88dad70e629630f9442a8b7a authored almost 10 years ago by Micha Niskin <[email protected]>
Change and expand sift task

- Sift now operates on all files in the fileset, not just output files.

- Changed the short opt...

github.com/boot-clj/boot - 864e0b7d1be9c64b3511da461627fc4cbe55c6e9 authored almost 10 years ago by Micha Niskin <[email protected]>
Add schema checks to set-env! to ensure correct types (fixes #59)

github.com/boot-clj/boot - 61adc49a475479e1042cc7a7edffb86b47cfd170 authored almost 10 years ago by Micha Niskin <[email protected]>
Add function that adds fileset metadata (fixes #63)

github.com/boot-clj/boot - 038d8dde09704e3d22b5cdfdd8be984825f04bf9 authored almost 10 years ago by Micha Niskin <[email protected]>
Whitespace, option description tweaks

github.com/boot-clj/boot - 3b00b6f1f735f9187f014b812bcdd7240ea8e3c1 authored almost 10 years ago by Micha Niskin <[email protected]>
Task-options! shouldn't merge updated options, it should replace them (fixes #65)

github.com/boot-clj/boot - 89f017fcd119740f0f09c9eb41f46fa9e306d0ac authored almost 10 years ago by Micha Niskin <[email protected]>
Refactor verbosity levels (fixes #64)

github.com/boot-clj/boot - 4c8cca538ad555926a696b7c294b5539c82f6a46 authored almost 10 years ago by Micha Niskin <[email protected]>
Documentation, move definitions around for clarity

github.com/boot-clj/boot - faf8ebe7eda067161b6d003c7363fe2dc490550a authored almost 10 years ago by Micha Niskin <[email protected]>
remove debug print

github.com/boot-clj/boot - a92f634f7e0ecee9078e789041bc08de383a6a1d authored almost 10 years ago by Lucas Leblow <[email protected]>
fix debounce option on watch task: clojure's natural numbers are java longs so no worries

github.com/boot-clj/boot - 220703993ee0aaeec2bb2e99b96de65edfe5b62a authored almost 10 years ago by Lucas Leblow <[email protected]>
The add-src task is back, via the --add-source option to sift task (fixes #58)

github.com/boot-clj/boot - 702d615ebef112fa86666f50dbfbda0e64a0d471 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #56 from pandeiro/master

launch4j dep only needed for windows

github.com/boot-clj/boot - 5daf3cbc72dd029eb7c2557c7967b2e3e5dfa46e authored almost 10 years ago by Micha Niskin <[email protected]>
Add --add-src option to sync task (back by popular demand!)

github.com/boot-clj/boot - 11c40541ca51eac7e474f5e03651e0a8f5324555 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix issue with add-tmp fileset protocol where it did nothing at all

github.com/boot-clj/boot - 173d96535305a0cc23d21ab928548878dc10ce47 authored almost 10 years ago by Micha Niskin <[email protected]>
Add fileset-reduce macro

github.com/boot-clj/boot - 06483958bcf7bc68f441fc8de2540a99d9e9bbb2 authored almost 10 years ago by Micha Niskin <[email protected]>
Whitespace

github.com/boot-clj/boot - 5239dd54ab4f02f0dcb260cb942b089e9bded79f authored almost 10 years ago by Micha Niskin <[email protected]>
boot.util - added without-exiting macro, closes #57

github.com/boot-clj/boot - 8a68e682f940a8343377e9d4ca01c9effe21188f authored almost 10 years ago by Alan Dipert <[email protected]>
note about running boot -u after building to use build locally

github.com/boot-clj/boot - a6afe1d1a5d2c83f90406b3636ce5f201485dbc2 authored almost 10 years ago by Murphy McMahon <[email protected]>
launch4j dep only needed for windows

github.com/boot-clj/boot - 09f9251af89d88a6e845fafd5a70cd6d6134ee76 authored almost 10 years ago by Murphy McMahon <[email protected]>
Merge branch 'rc5'

github.com/boot-clj/boot - fb7e6d4f867d4b29ff313e580807b3b3c24b9da0 authored almost 10 years ago by Micha Niskin <[email protected]>
Add git describe function (fixes #54)

github.com/boot-clj/boot - 4b4aec2183d88778e696c400aa0c7bc6350698ea authored almost 10 years ago by Micha Niskin <[email protected]>
Add fileset-{added,removed,changed} functions, tmptime, and fix docstings

github.com/boot-clj/boot - 8558317dd111bc40f01d114f0277342fc2881dd2 authored almost 10 years ago by Micha Niskin <[email protected]>
Add removed, added, and changed diff functions

- These functions, and the diff function itself, now take optional
arguments following the two...

github.com/boot-clj/boot - 75aee9a54b0829ecea9489243b72c6b8939b07f5 authored almost 10 years ago by Micha Niskin <[email protected]>
Add :time field to TmpFile record

github.com/boot-clj/boot - 6a1e0c702684ad93d2bba15ce02e2db0b9ffa307 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix issue where changed files were removed then copied again

github.com/boot-clj/boot - b51b17b7d78e2f6a0302dbb49e1a97baf0fadb0e authored almost 10 years ago by Micha Niskin <[email protected]>
Support backslash escape of splitting character in optargs

This should not affect calling from Clojure or the REPL.

- For example, the sift task takes a -...

github.com/boot-clj/boot - dcda1596c72e8ddbd53b149a5bc42aeba9ae03c2 authored almost 10 years ago by Micha Niskin <[email protected]>
Remove --chroot option from sift task in favor of --move regex replace

github.com/boot-clj/boot - fde8fb1b3cc65f48ab6e839d489e653e32b0013f authored almost 10 years ago by Micha Niskin <[email protected]>
Fix issue when moving files in fileset where to/from are the same

github.com/boot-clj/boot - d8cd2cc7c4d42d9516b7038d026eae5c1e379d20 authored almost 10 years ago by Micha Niskin <[email protected]>
Add regex type to cli options type checker/parser

github.com/boot-clj/boot - 2b7e2cf7c30631986cd42e4c112da02f2c8c09fa authored almost 10 years ago by Micha Niskin <[email protected]>
Bump version

github.com/boot-clj/boot - bcdb42f154cb8ea4ba6e15cdad332250eaa9a232 authored almost 10 years ago by Micha Niskin <[email protected]>
Don't remove packaged files from the fileset

github.com/boot-clj/boot - 95380d6a85436adae25166e872668fbd72c93fa5 authored almost 10 years ago by Micha Niskin <[email protected]>
Add add-tmp fileset protocol method, and mv-resource et al core fns

github.com/boot-clj/boot - 88e6f7b137ab1822af913ee422d3b8376820af60 authored almost 10 years ago by Micha Niskin <[email protected]>
Remove *locked* fileset phase -- it's premature to decide this now

github.com/boot-clj/boot - 900afb9fd2a52c441b39d2006c3be3ed8fce4447 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge branch 'master' of github.com:boot-clj/boot

github.com/boot-clj/boot - ef9c973d3239e6ec889659b3b916e8a0620e505a authored almost 10 years ago by Alan Dipert <[email protected]>
Merge branch 'master' into rc5

github.com/boot-clj/boot - 04d1f7827f4f517f89d5df6ad7c98325f31ba253 authored almost 10 years ago by Micha Niskin <[email protected]>
Add with-env! macro, update docs for rc4 binary download link

github.com/boot-clj/boot - a31f2e4a89db33c25bc11f7b36fcfbbb0b0851c2 authored almost 10 years ago by Micha Niskin <[email protected]>
Launch4J on linux is "special"

github.com/boot-clj/boot - b286192c2c299fe702234c78d02b765e2c605db2 authored almost 10 years ago by Micha Niskin <[email protected]>
WIP

github.com/boot-clj/boot - 66e188c2e7e41ea9f1e46ca421e600ae97d13271 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-rc4

- See http://bit.ly/1D0K0A8 for changes and fixes since RC3

github.com/boot-clj/boot - 4d2a04f424445cd2be8fb8b6b2299164ad9b701c authored almost 10 years ago by Alan Dipert <[email protected]>
Merge remote-tracking branch 'origin/update-always'

Fixes #35

github.com/boot-clj/boot - 8116af7c6ccdc2452a8621961bc6bc606d44b165 authored almost 10 years ago by Micha Niskin <[email protected]>
Tighten up

github.com/boot-clj/boot - 36ab323a145b4bcca1d51fa90d01a0fef8748ad0 authored almost 10 years ago by Micha Niskin <[email protected]>
Only create temp dirs in BOOT_HOME, not in CWD (fixes #50)

- No more ./.boot directory. All temp dirs are now created in
$BOOT_HOME, in a subtree mirrori...

github.com/boot-clj/boot - 03eace02b33763ec1b66d2b290e49d173a40470a authored almost 10 years ago by Micha Niskin <[email protected]>
Add --chroot option to sift task (fixes #51), add mv fileset protocol method

- The diff protocol method is now just a function in the tempdir
namespace, didn't make sense ...

github.com/boot-clj/boot - 8105e809ab417de511b32272fdeea0881668af66 authored almost 10 years ago by Micha Niskin <[email protected]>
fix App.java; supply a :repository-session-fn that :always updates

github.com/boot-clj/boot - 74d2b507dc4a409d6d699a6a839df33df1e08ff7 authored almost 10 years ago by Alan Dipert <[email protected]>
don't use cached maven data for boot -u refs #35

github.com/boot-clj/boot - 9b8bef16778621f30af8dea376f278f630dd0df8 authored almost 10 years ago by Alan Dipert <[email protected]>
Preserve previous behavior, but add default behavior for show task

github.com/boot-clj/boot - be6bddd224d5a40b37994860e60b4bdbf4df07cc authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #49 from piranha/master

show: print deps tree if no options passed

github.com/boot-clj/boot - 1475d1cd8194f6f4b9563a44c4bcf2992294df05 authored almost 10 years ago by Micha Niskin <[email protected]>
show: print deps tree if no options passed

github.com/boot-clj/boot - 58e684b0998af9ce9c7bcda2163235b1bf615413 authored almost 10 years ago by Alexander Solovyov <[email protected]>
Make output conform to lein repl format for things like cider

- These things actually parse the banner to get the port and stuff...

github.com/boot-clj/boot - b5ca9b3b3c06fd0d74e1476225acd3490ab01253 authored almost 10 years ago by Micha Niskin <[email protected]>
whitespace

github.com/boot-clj/boot - 6565d78ecafee6f60eabeefb71abb40f40c6b84b authored almost 10 years ago by Micha Niskin <[email protected]>
Don't pull in Clojure 1.2 with tools.nrepl anymore

github.com/boot-clj/boot - f5e077770152012b30b289645458e8bff5c1db74 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #46 from rkneufeld/reply-nrepl-bump

Bump tools.nrepl and reply versions for vim-fireplace compatibility

github.com/boot-clj/boot - 1a2397521b228dfd5d13d2a2946173b8d4844609 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #45 from rkneufeld/master

Update fake.class.path when adding dependencies

github.com/boot-clj/boot - 4c21f1117c6d05848efd37cb9cd66da0bf4858b5 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #48 from rkneufeld/load-data-readers

Add load-data-readers! function

github.com/boot-clj/boot - fd9915b5494220fdbe5e4c6d79ae1d31e4672b45 authored almost 10 years ago by Micha Niskin <[email protected]>
Boot show -u, show newer versions instead of outdated ones (Fixes #43)

github.com/boot-clj/boot - cabd31138d2f1cae6c2be85ae177cd243712a86c authored almost 10 years ago by Micha Niskin <[email protected]>
Add load-data-readers! function

github.com/boot-clj/boot - 1c2bf27d626b83c4b93d9903f36af6e4838557d6 authored almost 10 years ago by Ryan Neufeld <[email protected]>
Bump tools.nrepl and reply versions for vim-fireplace compat

github.com/boot-clj/boot - d32af11e580d2d375429345279e18337ae57eca7 authored almost 10 years ago by Ryan Neufeld <[email protected]>
Update fake.class.path when adding dependencies

github.com/boot-clj/boot - f37705bf02a06e18f8e4651adbfaf16bd015af4b authored almost 10 years ago by Ryan Neufeld <[email protected]>
Minor refactoring, remove memoization, rename things

github.com/boot-clj/boot - 0acedf4c752503e8a4441fbb17c22f3e81122862 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix issue where first invocation of file tracker didn't return all files

github.com/boot-clj/boot - 731e3fbcdea66cfdc86343463e27da832469ee82 authored almost 10 years ago by Micha Niskin <[email protected]>
Improved debug output (fisheye)

github.com/boot-clj/boot - d1de45f8ab5ad86177dfecf6e6254f6751656965 authored almost 10 years ago by Micha Niskin <[email protected]>
Faster filesystem diffs when there are large numbers of source files

github.com/boot-clj/boot - ed5d71a0fcf543657786363ca357e9154eb73714 authored almost 10 years ago by Micha Niskin <[email protected]>
Run aot compilation in a pod; add *compile-path* to pod's classpath. Fixes #42

github.com/boot-clj/boot - e86da38c31705b5e14ba761934a6e445e1950de1 authored almost 10 years ago by Alan Dipert <[email protected]>
2.0.0-rc3 -- Fix #40 (configure class path for javac task)

github.com/boot-clj/boot - 429aaa16fac4743038f37d14af85fac195aaf51d authored almost 10 years ago by Micha Niskin <[email protected]>
Configure Java compiler class path correctly

- This wasn't being done properly before. The compiler class needed to
be configured via the -...

github.com/boot-clj/boot - 26e43e9f801dd69527daa236a98e68fdd72545a7 authored almost 10 years ago by Micha Niskin <[email protected]>
Maintain a boot.class.path system property with dynamic class path

- This will be useful as a replacement for the java.class.path property
which does not reflect...

github.com/boot-clj/boot - 971d99dd03c151890c52335c4330b115ee5cabfe authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-rc2 -- fixes #38, bug in pom task

github.com/boot-clj/boot - ac60ba25bbd7d9b1bd90ed515b3fcc1ad76adbea authored almost 10 years ago by Alan Dipert <[email protected]>
Merge pull request #39 from pleasetrythisathome/master

exclusions is a vector of symbols, don't destructure.

github.com/boot-clj/boot - 87bc6983fb0e0660592ff8bc3b090ad66f8c5422 authored almost 10 years ago by Alan Dipert <[email protected]>
exclusions is a vector of symbols, don't destructure.

github.com/boot-clj/boot - caef3ee5a649dbea0e9ea968e638efaa424cbfef authored almost 10 years ago by Dylan Butman <[email protected]>
Merge branch 'vim-repl'

github.com/boot-clj/boot - 8321d6ad92579d3bf03e421aaa897151568c7c7b authored almost 10 years ago by Micha Niskin <[email protected]>
docstrings for core

github.com/boot-clj/boot - af993f3ef58d824d87627ca531e1d45fc9e96e5f authored almost 10 years ago by Micha Niskin <[email protected]>
remove add-src references, update task-options! examples, refs #36

github.com/boot-clj/boot - e08cdb2f6dabdaebb283870bd2257eac98757b0f authored almost 10 years ago by Alan Dipert <[email protected]>
README: src-paths => source-paths

- it's a boot 2.0.0-rc1 thang

github.com/boot-clj/boot - 6a960fd4df58547a3bf52093a37edd2a3815033d authored almost 10 years ago by Alan Dipert <[email protected]>
Maintain a "fake.class.path" system property with current class path info

github.com/boot-clj/boot - 8bd19a43200326da4d7a1a0fb134d982dd349562 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-rc1 -- tempdir, pod breaking API changes

- The event object carried through the task pipeline is now a Fileset
- Filesets are immutable r...

github.com/boot-clj/boot - 88edc090ab81025533f6e66e6a5508b4002cb4bb authored almost 10 years ago by Alan Dipert <[email protected]>
Diff returns second fileset when first is nil

github.com/boot-clj/boot - 03969c98b0a0b0718c3dabf8b5983b2d45f2b619 authored almost 10 years ago by Micha Niskin <[email protected]>
Add dbug function and boot-global verbosity level

github.com/boot-clj/boot - c2750beeddf4b21f5d753c29888f44bf0ff75841 authored almost 10 years ago by Micha Niskin <[email protected]>
Remove commented-out debug printfs

github.com/boot-clj/boot - 883236fd6bf7ddd8f3f717234dc62488a5a330e8 authored almost 10 years ago by Micha Niskin <[email protected]>
Fixes #31 -- invalid watch key on linux

github.com/boot-clj/boot - 3344e142323e433466e074690abe8783e8731e2b authored almost 10 years ago by Micha Niskin <[email protected]>
Remove tmpdir comment, add check that gpg pubkey actually exists

github.com/boot-clj/boot - d758156ff6df691cb7891935cff867a169724d04 authored almost 10 years ago by Micha Niskin <[email protected]>
Add fileset-diff function

github.com/boot-clj/boot - 2d4db0f994337034ec31ac76a0266f34250ef4ec authored almost 10 years ago by Micha Niskin <[email protected]>
Pod pool :refresh returns new current pod

github.com/boot-clj/boot - 2c5a083f03387e4a514f9f858423ddfe11243d25 authored almost 10 years ago by Micha Niskin <[email protected]>
Pod pool takes :size :init and :destroy kwargs

github.com/boot-clj/boot - 1cd0a7eccc0f726786de30362ca381c4aef822fc authored almost 10 years ago by Micha Niskin <[email protected]>
Task options now given as map and saved as meta on var

- The task-options! macro now takes pairs of tasks and maps of options
instead of vectors.

- ...

github.com/boot-clj/boot - 5fb041374fcc5442d62708ab33e6d95fc9a58db8 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix issue with cache dirs being deleted, add verbose opt to watch task

github.com/boot-clj/boot - 46c91a0db2c5a9f54901a2ff0604dfa4c99c29ce authored almost 10 years ago by Micha Niskin <[email protected]>
Merge branch 'master' into tempdirs

github.com/boot-clj/boot - 30a215e34aa9943bbe60bfa66d612faa5893c0e1 authored almost 10 years ago by Micha Niskin <[email protected]>
formatting

github.com/boot-clj/boot - abdca01926991239fd2c64d7479f414dbd08cec0 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge branch 'master' into tempdirs

github.com/boot-clj/boot - ebea807093d96b5c7882f8a8db01a506d0e38072 authored almost 10 years ago by Micha Niskin <[email protected]>
formatting

github.com/boot-clj/boot - 15bddac94fcb976264ff5ad4c9afbfcc2523682a authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre28 -- don't lock properties files when running on Windows

github.com/boot-clj/boot - 88b2bfadacd715ba2526c060ed206ef0206c4650 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #28 from allgress/master

Only explicitly lock files on non-Windows platforms.

github.com/boot-clj/boot - 9a49dbe0b293303c6a073cd585a860b3fe3fc3da authored almost 10 years ago by Micha Niskin <[email protected]>
sync directories before returning from set-env!

github.com/boot-clj/boot - b8747fe9eedee1f7e44bd46410098dc8a963a4d7 authored almost 10 years ago by Micha Niskin <[email protected]>
Only explicitly lock files on non-Windows platforms. Windows always locks when the file is opened, and the explicit lock results in a subsequent exception.

github.com/boot-clj/boot - 09c31d8f8941bf72196410d5d61e6db9b4b85a41 authored almost 10 years ago by Dave Dixon <[email protected]>
Change type hint from any -> edn

github.com/boot-clj/boot - 8e655d4267de340575d0a67f888acde5697b594b authored almost 10 years ago by Micha Niskin <[email protected]>
Update user files even if just modtime changed

github.com/boot-clj/boot - a805bdbc8f17bd0a930d1a7ee45d7e246dc195ac authored almost 10 years ago by Micha Niskin <[email protected]>
Fix logic that checks watch key validity

github.com/boot-clj/boot - 284f68becc7969f72bf60a27cdcf709a07217d52 authored almost 10 years ago by Micha Niskin <[email protected]>