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

Use default task option description when provided one is "" (fixes #140)

github.com/boot-clj/boot - 49f935ef6fd8c5a25785d9ec9ad7e24c9c77a930 authored almost 10 years ago by Micha Niskin <[email protected]>
Let boot.util/{sh,dosh} accpet nil arguments (fixes #141)

github.com/boot-clj/boot - 19879a3fde4eeb606464e607aba60c4797752313 authored almost 10 years ago by Micha Niskin <[email protected]>
Use _ instead of nil to denote missing short option (updates #130)

github.com/boot-clj/boot - afc51782fb3364e3f02f618de2cd331c268e75e3 authored almost 10 years ago by Micha Niskin <[email protected]>
Add *usage* binding in body of cli fn (and task bodies)

- This commit adds the *usage* binding to the existing *opts* and *args*
bindings in the body ...

github.com/boot-clj/boot - f4dc1698c2515d44d0c45f07d1198def24bb6eed authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #135 from jgdavey/fake-classpath

Suppress updates when running show --fake-classpath

github.com/boot-clj/boot - f4d227fb68e8ff9c3d37b7ef3b8c9824a74b82b8 authored almost 10 years ago by Micha Niskin <[email protected]>
Support task options without short name (fixes #130)

github.com/boot-clj/boot - c8dc6988502fc65f670346d00c8e367352bd0f7a authored almost 10 years ago by Micha Niskin <[email protected]>
Don't create tag until *after* pushing to repo (fixes adzerk/bootlaces#6)

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

github.com/boot-clj/boot - d210c715a53319e78baac9e0c4aa55e0dc03ad38 authored almost 10 years ago by Micha Niskin <[email protected]>
at least log an error when delete-file fails

I could fix the issue by forcing an out of memory error since that also
forces garbage collectio...

github.com/boot-clj/boot - 5b34b810544020512934fe4eeebd46ba487bb713 authored almost 10 years ago by Ralf Schmitt <[email protected]>
fix file leak in pom-properties-map

see https://github.com/boot-clj/boot/issues/138

github.com/boot-clj/boot - 4e5a266b958868f306712fc617e3af6e31fa9f68 authored almost 10 years ago by Ralf Schmitt <[email protected]>
Restore ability to pass paths as strings to relative-to

github.com/boot-clj/boot - 6a8fb8861e1bfe4d2f6260486befa55ee516daa9 authored almost 10 years ago by Micha Niskin <[email protected]>
only strip-ansi on strings in auto-flush

this fixes https://github.com/boot-clj/boot/issues/136

github.com/boot-clj/boot - 47694d4c4b4dfff50e20d2ea59297b5932aa01e7 authored almost 10 years ago by Ralf Schmitt <[email protected]>
Suppress updates when running show --fake-classpath

github.com/boot-clj/boot - 4365b84514cb52f11ccdad244d9313f22616e9f5 authored almost 10 years ago by Joshua Davey <[email protected]>
deftask: warn on override, fixes #133

github.com/boot-clj/boot - 286b7f6f06c3aabbf338658d8c9ff73950bb572d authored almost 10 years ago by Alan Dipert <[email protected]>
Merge pull request #131 from jgdavey/show-fake-classpath

Add fake classpath show option

github.com/boot-clj/boot - 61f6e5926c9ab2cadc518697dfc87172bdebfa1d authored almost 10 years ago by Alan Dipert <[email protected]>
Add fake classpath show option

This is useful for IDE authors that may not have an active REPL
connection, but still need stati...

github.com/boot-clj/boot - 58a0ea0ac40eeb6aa2c0356702ef972eb8a5af6b authored almost 10 years ago by Joshua Davey <[email protected]>
Update nrepl dep (fixes #124)

github.com/boot-clj/boot - 8b70067a87a54fd3e76fd17e2a5ed65119772bf8 authored almost 10 years ago by Micha Niskin <[email protected]>
Rename watcher debounce env key and remove --debounce option from watch task

- Renamed :watcher-debounce-interval --> :watcher-debounce

- Watch task now uses the env key in...

github.com/boot-clj/boot - 696c61f98c6547307185f7fd51cc8e3f16bb53bf authored almost 10 years ago by Micha Niskin <[email protected]>
Rename *arg-zero* --> *boot-script*

github.com/boot-clj/boot - 4d1874c457d4932dc8cba1aae9692bef680fe725 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #126 from pandeiro/arg-zero

Fix #125: expose *arg-zero* to boot scripts

github.com/boot-clj/boot - 3fdf75c060037e65973c852f921f34db11b0f2bd authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #122 from lymar/master

Add configurable watcher debounce interval

github.com/boot-clj/boot - 80369fe3b7d6046184d88cfe05e9ae72501143a2 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix #125: expose *arg-zero* to boot scripts

github.com/boot-clj/boot - b0c1c9fff13c7b717c48706b7ba811e6a220e764 authored almost 10 years ago by Murphy McMahon <[email protected]>
Add configurable watcher debounce interval

github.com/boot-clj/boot - 38adfc1ad45fa328ac6c16774a3af1d46764952a authored almost 10 years ago by Sergey Lymar <[email protected]>
Simplify REPL colorization (fixes #120)

- Remove the --no-color option and instead use the global boot
colorization configuration.

- ...

github.com/boot-clj/boot - 37842cc3b0ae42e3a6bb3277111f61c427929360 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix incorrect base path (now rooted in BOOT_HOME)

- We simply no longer try to resolve a relative path.

github.com/boot-clj/boot - ac6e424719766e25e04961d59e7a05a841829678 authored almost 10 years ago by Micha Niskin <[email protected]>
describe BOOT_COLOR, allow 'yes' as valid value

BOOT_AS_ROOT also uses yes, so BOOT_COLOR should allow that too.

github.com/boot-clj/boot - c5cc693d0be4d62fbb20a63ee5d1bd2a71e96be7 authored almost 10 years ago by Ralf Schmitt <[email protected]>
warn when the version of required dependencies change

I've ran into an issue today. My project has a dependency on
ring/ring-devel "1.3.1", which itse...

github.com/boot-clj/boot - bc8f7f43955170034adc0ec0aa69ab0511cc7900 authored almost 10 years ago by Ralf Schmitt <[email protected]>
fix relative-to's accidental quoting of special characters

relative-to used to convert paths to URIs, which resulted in some
special characters being quote...

github.com/boot-clj/boot - 90a1cdc9deea7b86d329225f2cc2c9deb086801f authored almost 10 years ago by Ralf Schmitt <[email protected]>
uncomment deploy targets

github.com/boot-clj/boot - 835b8adf097b3f75806357896b95a3c39d5f560c authored almost 10 years ago by Micha Niskin <[email protected]>
update release links

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

github.com/boot-clj/boot - 9f6b49ea9c35b70562d2b6e6b14a1f43025ae181 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #115 from schmir/windows-color-issue-99

turn off colorization on Windows by default

github.com/boot-clj/boot - d032c7a17c17aa15ce11cba755abd8e4302c69bd authored almost 10 years ago by Micha Niskin <[email protected]>
turn off colorization on Windows by default

The default Windows console does not support the color escape codes, so
this should result in a ...

github.com/boot-clj/boot - fbda945ce8bc79d4a821971645e20bd3571b12f0 authored almost 10 years ago by Ralf Schmitt <[email protected]>
Merge pull request #114 from schmir/unpack-jar-case-insensite-fs

catch errors when unpacking jars in order to fix problems in windows

github.com/boot-clj/boot - cad3d8c7c607fe5ea81c4305e727558d7b0ea7ed authored almost 10 years ago by Micha Niskin <[email protected]>
catch errors when unpacking jars in order to fix problems in windows

some of my jars contain files such as

/LICENSE
/license/LICENSE.txt

which breaks when running ...

github.com/boot-clj/boot - abb64d20b760d81b19b1c32026af6173cab9377d authored almost 10 years ago by Ralf Schmitt <[email protected]>
Command line options override set-env! in build.boot (fixes #103)

- The expectation is that command line options override build.boot,
which was not the case wit...

github.com/boot-clj/boot - 9ca015132c3318471c23bef47152afa290b0e47a authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #111 from schmir/javac-npe-while-logging

fix NPE in javac task

github.com/boot-clj/boot - 2741f991417302775a3104a3afaf5755cbea98b1 authored almost 10 years ago by Micha Niskin <[email protected]>
fix NPE in javac task

handle the case where (.getSource d) returns nil. I ran into that with
the following warning:

,...

github.com/boot-clj/boot - db7138636103720c3216d38ef5f1b4d446cbf4dd authored almost 10 years ago by Ralf Schmitt <[email protected]>
Add merge-env! function

- Rename previously existing multimethod to pre-env!.
- Rename on-env! multimethod to post-env!....

github.com/boot-clj/boot - 5ef99a272643c8ed7c70e37285f08b24bde401b6 authored almost 10 years ago by Micha Niskin <[email protected]>
Improve bash header (fixes #107)

github.com/boot-clj/boot - 30549841b55abe316587bbdc17611d1eb6ad1b93 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #110 from schmir/aot-compile-order

use deterministic compile order and show progress in aot

github.com/boot-clj/boot - 6030c48edc14a37d76d0ef7c2e98de1e214fc91e authored almost 10 years ago by Micha Niskin <[email protected]>
use deterministic compile order and show progress in aot

github.com/boot-clj/boot - dff215480bfaaa5b2d042cc74aa36fe7e1e61fb9 authored almost 10 years ago by Ralf Schmitt <[email protected]>
Merge pull request #109 from schmir/fix-relative-to

return a File object from relative-to

github.com/boot-clj/boot - 51f7ed47c761eafc603f641f1dc575c179bd61bd authored almost 10 years ago by Micha Niskin <[email protected]>
return a File object from relative-to

this fixes https://github.com/boot-clj/boot/issues/85

The callers call .getPath on the return v...

github.com/boot-clj/boot - 056931dc2e21191d8a7ea37500e7e96f4ec7941a authored almost 10 years ago by Ralf Schmitt <[email protected]>
Merge pull request #108 from schmir/no-jdk-npe

throw a descriptive exception when the java compiler cannot be used

github.com/boot-clj/boot - 77b5bb1b8d4968122b30ecdc38b9a51772ebf16a authored almost 10 years ago by Micha Niskin <[email protected]>
throw a descriptive exception when the java compiler cannot be used

this may happen when running on a JRE instead of a full blown JDK.

github.com/boot-clj/boot - b18ed9ed9c239f9c1d42168973832da857977d76 authored almost 10 years ago by Ralf Schmitt <[email protected]>
Remove BOOT_CHANNEL env var support (fixes #97)

github.com/boot-clj/boot - eb4ffc75114a175a714383ab7751eca704f50b05 authored almost 10 years ago by Micha Niskin <[email protected]>
Guard release checking for compatibility

- Older versions of core libs won't have the github api namespace
available and will fail when...

github.com/boot-clj/boot - d8eb319efd2b455a5f1d57975ac972331b70e2f9 authored almost 10 years ago by Micha Niskin <[email protected]>
Derp, remove test code from app.

github.com/boot-clj/boot - 70d8e75ad3699c234ae9fa69f9deed89c4fe41ed authored almost 10 years ago by Micha Niskin <[email protected]>
Notify user of new executable releases in `boot -u` output (fixes #104)

Example:

$ boot -u

#https://github.com/boot-clj/boot
#Tue Jan 27 18:20:16 EST 2015...

github.com/boot-clj/boot - 98eac8fe726a2828ed933c66e9a408b4cde7c1d5 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #102 from pithyless/master

Update Readme download links to 2.0.0-rc8 release

github.com/boot-clj/boot - f4fc51221d6f1eebd71baeb58818bbc6ace989bb authored almost 10 years ago by Micha Niskin <[email protected]>
Update binaries from -rc6 to -rc8

github.com/boot-clj/boot - 61b7727d3e9db38ea66b2dc0c410fd53bba19a02 authored almost 10 years ago by Alan Dipert <[email protected]>
Update binaries from -rc4 to -rc6

github.com/boot-clj/boot - add079ba332b1ecf3aea749a68d8f2d7253a4e37 authored almost 10 years ago by Alan Dipert <[email protected]>
Update Readme download links to 2.0.0-rc8 release

github.com/boot-clj/boot - 174d867166982bc677b714dd104e5bc608003e53 authored almost 10 years ago by Norbert Wójtowicz <[email protected]>
2.0.0-rc8 -- Bump version

- This release includes changes to the Java executable, so please
re-download it (boot -u won'...

github.com/boot-clj/boot - ae3005726279051308c00b00d09922aaf669919f authored almost 10 years ago by Micha Niskin <[email protected]>
Support boot-shim.clj to monkey patch clojure

- If there is a file named boot-shim.clj in the current directory it
will be compiled and eval...

github.com/boot-clj/boot - d421f2c171103445534198de231c1674edee7bd5 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-rc7 -- bug fixes, -B option, file type in task option DSL

github.com/boot-clj/boot - 28c4313566a9f6624e551efad942909bbff242a0 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix install task --file option regression (fixes #96)

github.com/boot-clj/boot - 335043d460b374caf917e4764d74c54b31531f24 authored almost 10 years ago by Micha Niskin <[email protected]>
Add file type to cli DSL type checker (fixes #89)

github.com/boot-clj/boot - 1790c19429107a936ba021c7e012e95d18220908 authored almost 10 years ago by Micha Niskin <[email protected]>
Add option to skip build.boot (fixes #95)

github.com/boot-clj/boot - 53c8399e86c57c2451a7e3a132ab1fc466b4b4c1 authored almost 10 years ago by Micha Niskin <[email protected]>
aot regression: qualify call to boot.util, fixes #90

- not sure why this broke - maybe because of recent pod changes?

github.com/boot-clj/boot - 0e8985f03939b451c25f8f6e00db87d5c3271234 authored almost 10 years ago by Alan Dipert <[email protected]>
Make sure not using cached repo metadata, change show -s --> show -U

github.com/boot-clj/boot - dfa9a851065b9a59985d6e4daab2964bbe6eeee3 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #88 from Deraen/update-backtick

Update bundled backtick version

github.com/boot-clj/boot - 253f651a1890643b64fa1bb8877764943e421e11 authored almost 10 years ago by Micha Niskin <[email protected]>
Update bundled backtick version

This includes fix brandonbloom/backtick#2

github.com/boot-clj/boot - e61d7c82a8ec7a94e514af15c68811ed7f81cd8a authored almost 10 years ago by Juho Teperi <[email protected]>
*print-meta* true when emitting boot script, fixes #86

github.com/boot-clj/boot - 1f9c39613fc76905b4f3b1410c5cf51410c4f81b authored almost 10 years ago by Alan Dipert <[email protected]>
Remove with-env! macro

- The with-env! macro wasn't much use because tasks defer their
operations until the pipeline ...

github.com/boot-clj/boot - 65c2e57ce19819067aaddface94cb2a21f21af07 authored almost 10 years ago by Micha Niskin <[email protected]>
Ensure watcher runs pipeline at least once

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

github.com/boot-clj/boot - 71c531ce0318c789b7f650d261a8da715855bed8 authored almost 10 years ago by Micha Niskin <[email protected]>
Remove watcher from watch task; use last-file-change atom instead

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

greet.txt -> hello.txt

github.com/boot-clj/boot - 939227c00bda4c4582260dd5fc2793548217cf4e authored almost 10 years ago by Alan Dipert <[email protected]>
greet.txt -> hello.txt

github.com/boot-clj/boot - 9fdad964a869abea1ed00e4dfaa06d377226a24b authored almost 10 years ago by Daniel Szmulewicz <[email protected]>
2.0.0-rc6 -- bump version

github.com/boot-clj/boot - 2febf827cccf787bddc215c65d4e8e38ffbda425 authored almost 10 years ago by Micha Niskin <[email protected]>
Update shimdandy deps (thanks @tobias)

github.com/boot-clj/boot - 0234e8441a54ee36781563693ba5114f1dabb0b3 authored almost 10 years ago by Micha Niskin <[email protected]>
It Likes To Be Clean (tm)

github.com/boot-clj/boot - 378a3823cceb119ffd1f56816c7b56c55e231b23 authored almost 10 years ago by Micha Niskin <[email protected]>
Eliminate possible name clash when custom .m2 dir is /default

github.com/boot-clj/boot - 18fe78bc9036314ead3f1a48113dcaf6a0234460 authored almost 10 years ago by Micha Niskin <[email protected]>
Add boot option to remove ANSI escape codes (--no-colors) (fixes #74)

github.com/boot-clj/boot - f5b9fe9ae5a721a1503419a396589043d8f0e7be authored almost 10 years ago by Micha Niskin <[email protected]>
Support multiple licenses for pom task (fixes #79)

This is a breaking change.

- The pom task now accepts a map of license names => license urls
...

github.com/boot-clj/boot - cfd677e96cffafa38f7f433b13d83523dab8cc1d authored almost 10 years ago by Micha Niskin <[email protected]>
Update boot.pod/env in core pod when set-env! is called

- Namespaces that reference boot.pod/env can run in any pod---the core
pod or dynamically crea...

github.com/boot-clj/boot - b1a8eb142e0611551ae4eba8574d7b795490a95d authored almost 10 years ago by Micha Niskin <[email protected]>
When creating new pods store their environment in boot.pod/env (fixes #81)

github.com/boot-clj/boot - 02228bf8cd9540f2ea71ae81d25179703b22d8ac authored about 10 years ago by Micha Niskin <[email protected]>
Don't need dynamic *ns* binding to refer clojure

github.com/boot-clj/boot - 331b56352b74813812043586f2b1eb8593006d8b authored about 10 years ago by Micha Niskin <[email protected]>
Initialize pods with the 'pod' namespace (fixes #80)

github.com/boot-clj/boot - 9c1f816a4b75de54d8b3164ab6b7877257f36f65 authored about 10 years ago by Micha Niskin <[email protected]>
Merge pull request #78 from Deraen/master

Relative-to nil base test case and small changes

github.com/boot-clj/boot - 13e05cd83afbb3280ab0b5a0322842eb13af7ab0 authored about 10 years ago by Micha Niskin <[email protected]>
Removed up-parts and shared-parent, useless functions

github.com/boot-clj/boot - 6dfba07cea998718e4eb24ac717697e989062c76 authored about 10 years ago by Juho Teperi <[email protected]>
Added nil base test case for relative to plus small changes

- Split-path test and docstring
- Use parent fn instead of anon fn

github.com/boot-clj/boot - 3088b5e307a2213910291b389f6fb10ce8d93ef5 authored about 10 years ago by Juho Teperi <[email protected]>
Merge branch 'master' of gh:boot-clj/boot

github.com/boot-clj/boot - 446d51a00dbe6f579848d971935aa7d3f2e077bf authored about 10 years ago by Micha Niskin <[email protected]>
File watcher: send events even when watch service fails

github.com/boot-clj/boot - e928e8967f80577681304a540f1adb1b8b0102b7 authored about 10 years ago by Micha Niskin <[email protected]>
Merge pull request #77 from ohpauleez/show-classpath

The show command should have an option for getting the classpath

github.com/boot-clj/boot - 8496639eb26bcec933d1adb55c01a975f524315b authored about 10 years ago by Micha Niskin <[email protected]>
The show command should have an option for getting the classpath

github.com/boot-clj/boot - f88f7e4448efd39d8b96f264c528ea52153c08cd authored about 10 years ago by Paul deGrandis <[email protected]>
Add global and per-project cache dirs (fixes #73)

** NOTE: THIS REQUIRES UPDATING THE BOOT EXECUTABLE **

github.com/boot-clj/boot - cfb66057b0ae7fd9954fe0d579ea463c6666fd2e authored about 10 years ago by Micha Niskin <[email protected]>
Merge pull request #69 from Deraen/fix-relative-to

Relative-to should now work even if file is not inside base

github.com/boot-clj/boot - d86af9a82700cdc897c7d0f5ecc0f05d8855d8e9 authored about 10 years ago by Micha Niskin <[email protected]>
Fix #34 & add more watcher debugs

github.com/boot-clj/boot - fb248313a73144ce027b1da38d00c03afe820fe4 authored about 10 years ago by Micha Niskin <[email protected]>
Fileset tests, getting started

github.com/boot-clj/boot - 871c9a5725ebb8d89e0af721ee0d8504f1603457 authored about 10 years ago by Micha Niskin <[email protected]>
Ignore nonexistent source/resource/asset dirs (fixes #71)

- Also fixes adzerk/bootlaces#4

github.com/boot-clj/boot - 6b5717d45b0e961e3cc351360d331b149eb1f6a6 authored about 10 years ago by Micha Niskin <[email protected]>
Merge branch 'leblowl-master'

github.com/boot-clj/boot - 050e22998e48609f5a5a1a3bb8a1057e293ce74c authored about 10 years ago by Micha Niskin <[email protected]>
Merge branch 'master' of https://github.com/leblowl/boot into leblowl-master

Conflicts:
boot/core/src/boot/task/built_in.clj

github.com/boot-clj/boot - f8bbe19befc6ea3fc6bfa6a5a7f3e86d39202eb8 authored about 10 years ago by Micha Niskin <[email protected]>
fix invalid watch key failure

github.com/boot-clj/boot - 15eaec9c0cef348f8b77cbef902fa981a76b72fa authored about 10 years ago by Lucas Leblow <[email protected]>
Relative-to should now work even if file is not inside base

e.g. public/js, public/cljsjs/react.inc.js -> ../cljsjs/react.inc.js

github.com/boot-clj/boot - 5a9ebfb988bb8968bc70b0612e91c37a72bb774e authored about 10 years ago by Juho Teperi <[email protected]>
Add --add-jar option to sift task (fixes #67)

github.com/boot-clj/boot - 715298c6f2c5812e3a35000504fcce6ddc5b0f6c authored about 10 years ago by Micha Niskin <[email protected]>
Factor jar unpacking into boot.pod namespace

github.com/boot-clj/boot - e712bf623a0a5d393452508cb72b0ac70a72e518 authored about 10 years ago by Micha Niskin <[email protected]>
Provide defaults for cli type parser where possible

- This is only really useful in combination with split optargs, because
the optarg could possi...

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