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

web task: fixes #206, web.xml format regression

github.com/boot-clj/boot - 23d2cee41ecac78873da4731e885822f1830e58a authored over 9 years ago by Alan Dipert <[email protected]>
Update README.md

github.com/boot-clj/boot - 62a560b95b7332773a82352ff8c1a08af2787efd authored over 9 years ago by Alan Dipert <[email protected]>
Update download links to point to 2.0.0

github.com/boot-clj/boot - bf64c51100257c28f3f515d336cd0ea144c78e9f authored over 9 years ago by Alan Dipert <[email protected]>
2.0.0

Fixed
=====

* #101 Stack overflow when using pprint in build.boot file
* #197 White text looks ...

github.com/boot-clj/boot - 97f56d08667dd870c17f48d2e57efe124be9b672 authored over 9 years ago by Micha Niskin <[email protected]>
Fixes #101 (stack overflow when using pprint in build.boot)

github.com/boot-clj/boot - b470f485e9a3e656cbc9c517aab8e42299f42e99 authored over 9 years ago by Micha Niskin <[email protected]>
Merge pull request #203 from boot-clj/ServletContextListener

web builtin: support context create, destroy handlers

github.com/boot-clj/boot - e7607809f138d56064b3624c4f5e5df2253a3a77 authored over 9 years ago by Micha Niskin <[email protected]>
web builtin: support context create, destroy handlers

- called when servlet initially loaded and finally unloaded
- bump clojure.data.xml 0.0.7 -> 0.0...

github.com/boot-clj/boot - 4f5f9138024c54a62e9cc1fe61565210c780e42d authored over 9 years ago by Alan Dipert <[email protected]>
Add with-err-str macro to utils

github.com/boot-clj/boot - 71ed7c9cdd0bd3889c38fccff2527622a109244a authored over 9 years ago by Micha Niskin <[email protected]>
Only warn for deprecated once; dbug print stack trace in verbose mode

github.com/boot-clj/boot - 86c4df3fe5931bf0d4cd51b515bf43d06c424ed2 authored over 9 years ago by Micha Niskin <[email protected]>
Change boot.core/boot to be a function instead of a macro (fixes #199)

github.com/boot-clj/boot - a36d7a031071e1715e2a534d00603717c96409ef authored over 9 years ago by Micha Niskin <[email protected]>
Print --version info from Clojure when necessary (fixes #198)

- When no other options are present, the Java bootstrapping class can
print the version info w...

github.com/boot-clj/boot - 6623ea80df29fb84b8c5f47d8f05c64c83bf1360 authored over 9 years ago by Micha Niskin <[email protected]>
Only bold INFO output, don't make white (fixes #197)

github.com/boot-clj/boot - 0b26572b6227c9a940ff5ff955b2482444fa5727 authored over 9 years ago by Micha Niskin <[email protected]>
Merge pull request #195 from serzh/push-seq-regexes

Push seq regexes

github.com/boot-clj/boot - d0836de6fdd1e57d7e1fb1b6f3260f56b8f706f2 authored over 9 years ago by Micha Niskin <[email protected]>
Add set of regexes for push task

github.com/boot-clj/boot - 9f482304a4b882d9d5fb8bae5f904a3c09ab3157 authored over 9 years ago by serzh <[email protected]>
Merge pull request #1 from serzh/tmpdir-protocol

Fix bug related to the #96

github.com/boot-clj/boot - b1f21857403a1056fa437b2a04cf49bc50653de8 authored over 9 years ago by serzh <[email protected]>
Fix bug related to the #96

Fix bug with

No implementation of method: :path of protocol: #'boot.tmpdir/ITmpFile found f...

github.com/boot-clj/boot - b0fbe789989d08a8bd3d53c5c7fa30103743b6c2 authored over 9 years ago by serzh <[email protected]>
More fileset API changes, fixed deprecate! macro

github.com/boot-clj/boot - 26fd3d5042917808a9718c2484f5f0432f114a6a authored over 9 years ago by Alan Dipert <[email protected]>
tmpfile -> tmp-file, tmpfile? -> tmp-file?

github.com/boot-clj/boot - c9a93d00670fbe5565e49fa6842306656c1f78d3 authored over 9 years ago by Alan Dipert <[email protected]>
tmpdir -> tmp-dir

github.com/boot-clj/boot - 0f22ad2250db92638b4d98bd495fefafbe1ff143 authored over 9 years ago by Alan Dipert <[email protected]>
tmppath -> tmp-path

github.com/boot-clj/boot - e567d47c1fb70787ee7b7d1718b6251ad2503995 authored over 9 years ago by Alan Dipert <[email protected]>
temp-dir -> tmp-dir

github.com/boot-clj/boot - 3ad9dfee4f119aa9dc722165cf8ad274cd2b816a authored over 9 years ago by Alan Dipert <[email protected]>
WIP fileset API name revisitation

github.com/boot-clj/boot - 9493ac621132f74bac9276e5be2521444f544016 authored over 9 years ago by Alan Dipert <[email protected]>
Minor README update, closes #191

Remix for clarity. I was like... what is Project-A?

github.com/boot-clj/boot - b8f77e0c8ab2412e06f50d4575a34963d746c9fc authored over 9 years ago by Daemian Mack <[email protected]>
Add suppport for BOOT_FILE env var: use another file as build.boot

github.com/boot-clj/boot - a3196216f3ff9e1732295afaa5135bec59e96a10 authored over 9 years ago by Micha Niskin <[email protected]>
Don't "listify" arguments to the boot macro

- (def task3 (comp (task1) (task2)))
- (boot task3) ; Now works

github.com/boot-clj/boot - 34c79e3ff1a777fcf153c96d657bff8a696cca63 authored over 9 years ago by Alan Dipert <[email protected]>
Add debug output of aether traffic

github.com/boot-clj/boot - 976fbde7bf91fbb2efbdfdde07e12211718eb33f authored over 9 years ago by Micha Niskin <[email protected]>
Handle verbosity-related options as early as possible in the bootstrap process

github.com/boot-clj/boot - 9ce5677354982cb5d9afc42eca35cffaa33a3e4a authored over 9 years ago by Micha Niskin <[email protected]>
Print `boot show -f` output as formatted tree (fixes #186)

github.com/boot-clj/boot - 2248922e507307b351e404ebfa8b4213cfd5c2a3 authored over 9 years ago by Micha Niskin <[email protected]>
download version

github.com/boot-clj/boot - 5bd1d290d45f94fe20c7f6c61de40915d6d12254 authored over 9 years ago by Micha Niskin <[email protected]>
2.0.0-rc14

Added
=====

- #179 -- The `with-pre-wrap` and `with-post-wrap` macros accept the
fileset bind...

github.com/boot-clj/boot - 2a58a076bb1e4b2742ea0f131c159641a2659dbf authored over 9 years ago by Micha Niskin <[email protected]>
Really, really fixes #183, once and for all time.

github.com/boot-clj/boot - 9d695af5a9d4212a76e0a69bc0a96df6ab842a56 authored over 9 years ago by Micha Niskin <[email protected]>
Improved script location detection

github.com/boot-clj/boot - f9d3c35d526ce5538ee63584c4eefcc37f66ec12 authored over 9 years ago by Micha Niskin <[email protected]>
Throw sane exception when parent directories can't be created.

github.com/boot-clj/boot - 8acf3f40bb2767bcd3100ac6cf85762d686721f8 authored over 9 years ago by Micha Niskin <[email protected]>
Don't follow symlinks when deleting directories recursively (fixes #180)

github.com/boot-clj/boot - 2f6b771761e51585ed25153aac49355616ea42c5 authored over 9 years ago by Micha Niskin <[email protected]>
Allow with-pre/post-wrap bindings to be introduced in square brackets (fixes #179)

github.com/boot-clj/boot - 5f57be14e8c5dc8b551b0359896e64ce3be58740 authored over 9 years ago by Micha Niskin <[email protected]>
Rename link fn args for clarity (fixes #178)

github.com/boot-clj/boot - 4b2663675d5bdea660d1cd57be0aae4a70ec55b4 authored over 9 years ago by Micha Niskin <[email protected]>
Roll back failed fix for #30 (see #181, #174)

github.com/boot-clj/boot - e6aa79808e02d97637f868c5c5742546ad81e846 authored over 9 years ago by Micha Niskin <[email protected]>
Really fixes #183

github.com/boot-clj/boot - 7c28d6b7e791b362d20b41d8881a199fb75ce1ab authored over 9 years ago by Micha Niskin <[email protected]>
Exclude clojure.core.reducers .class files from jars (fixes #183)

github.com/boot-clj/boot - f8feadaced7b111c0ed6187257be97fadc9daf89 authored over 9 years ago by Micha Niskin <[email protected]>
Load $BOOT_HOME/boot-shim.clj in addition to ./boot-shim.clj (fixes #173)

This can be used to modify how boot works at the lowest levels, in every
pod. For example, we co...

github.com/boot-clj/boot - 045d01101d61d947e1efd729e1f73b5690020928 authored over 9 years ago by Micha Niskin <[email protected]>
Merge pull request #176 from boot-clj/travis-ci

Travis CI

github.com/boot-clj/boot - 8b72edca947ab67cb94bcead5afea8889eb4e524 authored over 9 years ago by Alan Dipert <[email protected]>
Added build status badge to the README

github.com/boot-clj/boot - 0466e371b668a7b9ebb3dc5471963114ef91cb31 authored over 9 years ago by Josh Johnson <[email protected]>
first try at a travis CI config

github.com/boot-clj/boot - 554a49f4bc46cbe97b9ee891297aa7ca34f822f5 authored over 9 years ago by Josh Johnson <[email protected]>
Merge pull request #175 from sdegutis/patch-1

Pretty-print Clojure forms in `show` task.

github.com/boot-clj/boot - 31e691bfb7e9a10094a6678a5ca693eb41364899 authored over 9 years ago by Micha Niskin <[email protected]>
Pretty-print Clojure forms in `show` task.

github.com/boot-clj/boot - 4896de1493b7472aeea63a69fe7a43921dfcfb97 authored over 9 years ago by Steven Degutis <[email protected]>
Merge pull request #171 from jeremyheiler/patch-1

Update the repl task docs to mention the correct ns

github.com/boot-clj/boot - 469bb63abd8a076bd62e08b6b7f6682d6b58f5f1 authored over 9 years ago by Micha Niskin <[email protected]>
Update the repl task docs to mention the correct ns

github.com/boot-clj/boot - 9130c26b9e8388662cec994b847fa42365668ccd authored over 9 years ago by Jeremy Heiler <[email protected]>
2.0.0-rc13

Fixed
=====

- #164 Fix regression in `uber` task where debugging output was spewing
to stderr...

github.com/boot-clj/boot - b7ffb64795345ff2e2e0a62731e36c97f158f159 authored over 9 years ago by Micha Niskin <[email protected]>
Revert "Bump the reply dep to 0.3.6"

This reverts commit 329de7e0aa275bff38ebcc71c7e98c9d797e266a and
reopens #168.

Reply version 0....

github.com/boot-clj/boot - 250b07b2a5057385dc9a381dde815fd4d5242540 authored over 9 years ago by Micha Niskin <[email protected]>
Merge pull request #167 from bbatsov/patch-1

Bump the nREPL dep to 0.2.8

github.com/boot-clj/boot - c1ab5b7d4a7ec88dffc1b716492e7e230d688854 authored over 9 years ago by Micha Niskin <[email protected]>
Merge pull request #168 from bbatsov/patch-2

Bump the reply dep to 0.3.6

github.com/boot-clj/boot - a3950639cd535ed4979680be25769aed11c271b0 authored over 9 years ago by Micha Niskin <[email protected]>
Bump the reply dep to 0.3.6

github.com/boot-clj/boot - 329de7e0aa275bff38ebcc71c7e98c9d797e266a authored over 9 years ago by Bozhidar Batsov <[email protected]>
Bump the nREPL dep to 0.2.8

github.com/boot-clj/boot - 536fe108e7272888d088bac0c9d26b840e7103c2 authored over 9 years ago by Bozhidar Batsov <[email protected]>
Really fix #82

github.com/boot-clj/boot - 9ce29a86093597206852796423509ab8e58bc758 authored over 9 years ago by Micha Niskin <[email protected]>
Fix arity exception (fixes #166)

github.com/boot-clj/boot - c195c7d6ff83eeb2b031fd87177a53985d1f62e0 authored over 9 years ago by Micha Niskin <[email protected]>
Support pods with different Clojure versions (fixes #165)

github.com/boot-clj/boot - dd70847cf53f5ffac4bcff4fdba63879c2f958a3 authored over 9 years ago by Micha Niskin <[email protected]>
Consolidate boot files under $BOOT_HOME (fixes #157)

NOTES:

- This commit deprecates ~/.profile.boot in favor of
$BOOT_HOME/profile.boot

- This c...

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

github.com/boot-clj/boot - 1e3d851aa007162ce02bd9e817e5bc0b25c89e77 authored over 9 years ago by Micha Niskin <[email protected]>
Cygwin TTY workarounds for JLine, REPLy (fixes #30)

github.com/boot-clj/boot - 536d0734b38fa8297623c3fa96f5fa4a9021cfef authored over 9 years ago by Micha Niskin <[email protected]>
remove errant util/warn in pod/unpack-jar; fixes #164

github.com/boot-clj/boot - 4a625018217ebd72be6a01eca1fd7e37848e6353 authored over 9 years ago by Alan Dipert <[email protected]>
Merge branch 'master' of gh:boot-clj/boot

github.com/boot-clj/boot - 658a1ecc41b007e4accaa33e5a17db6a5ca2f612 authored over 9 years ago by Micha Niskin <[email protected]>
Start REPL server on 127.0.0.1 by default (fixes #162)

github.com/boot-clj/boot - 397a50700062904a9c41b94636d572b99e3f0df6 authored over 9 years ago by Micha Niskin <[email protected]>
Checksum in README doesn't really protect

If there is mischief involved with dowloading a JAR from GitHub Releases, you can't trust the RE...

github.com/boot-clj/boot - 140e295e6334ab8c591fc50e5b530364ecfebccb authored over 9 years ago by Micha Niskin <[email protected]>
Synchronize at finer granularity to avoid inception (really fixes #160)

github.com/boot-clj/boot - c6bef3874975fcd034545f1c6fd5047ce2e6efe8 authored over 9 years ago by Micha Niskin <[email protected]>
Fixup fileset synchronization, add deeper level for REPL (fixes #160)

- The REPL is a special case because it's running as a boot task, but we
want to have files co...

github.com/boot-clj/boot - 7687ae2dc411288430b7b7e8ed3987daf960b9c8 authored over 9 years ago by Micha Niskin <[email protected]>
Print app version as well as lib version for -V/--version (fixes #161)

Mistakenly implemented this feature for -u/--update in issue #145. This
correctly implements it ...

github.com/boot-clj/boot - da5f8905b00556ce220cca8d1b6a0cbc062cdb0f authored over 9 years ago by Micha Niskin <[email protected]>
Synchronize writes to the fileset's underlying directories (fixes #160)

github.com/boot-clj/boot - 8ce639eb57e7b355aa203cbb39b2bdba7341f103 authored over 9 years ago by Micha Niskin <[email protected]>
Remove debug derpism

github.com/boot-clj/boot - 6804760104278407ad53a900203a5e2e4ac8a7fe authored over 9 years ago by Micha Niskin <[email protected]>
Use HTTPS for Maven repository default URIs (fixes #159)

github.com/boot-clj/boot - 761622efc377521f476c60655380bd4b8d6a6515 authored over 9 years ago by Micha Niskin <[email protected]>
2.0.0-rc12

Added
=====

* #154 Add `checkout` task (similar to lein checkouts dir)

Changed
=======

* #155...

github.com/boot-clj/boot - dd064f2361a9e288fae84dd86f782a05c4ebf3b8 authored over 9 years ago by Micha Niskin <[email protected]>
Just print the exception when we can't delete a file

github.com/boot-clj/boot - d53edd9a47e42e2a111a83185741527b74b2cffa authored over 9 years ago by Micha Niskin <[email protected]>
Fix race condition, cleanup in background thread to not delay exit (fixes #156)

github.com/boot-clj/boot - dcbb90d7d28f6731474864b8e49dd41b65ce37a2 authored over 9 years ago by Micha Niskin <[email protected]>
Fix regression

github.com/boot-clj/boot - 4bc2d4820d848b3ca0d706fac6361bb0e23a738f authored over 9 years ago by Micha Niskin <[email protected]>
Add option to disable caching/memoization for pod functions (fixes #155)

github.com/boot-clj/boot - 683d95778db41031387bef4ed24076b9077b0b42 authored over 9 years ago by Micha Niskin <[email protected]>
Merge branch 'master' of gh:boot-clj/boot

github.com/boot-clj/boot - bbf269b22a81c8f9b2ae76386e800a7b728db374 authored over 9 years ago by Micha Niskin <[email protected]>
Minor output formatting tweak

github.com/boot-clj/boot - 852a4ea0ae40085abd6f11b69524cc4866943be1 authored over 9 years ago by Micha Niskin <[email protected]>
Fix issue where boot with no cli args exited without printing usage info

github.com/boot-clj/boot - 8d3621761cf4b773e9d8ca2f9fc130470ad3e2ac authored over 9 years ago by Micha Niskin <[email protected]>
Add checkout task (fixes #154)

github.com/boot-clj/boot - 11f2fbe6ba360b1660f6e1aff0a37c175fb6b4b1 authored over 9 years ago by Micha Niskin <[email protected]>
Update README.md

github.com/boot-clj/boot - 5543ab89322357440458dc7058d579dc1b1c9e5e authored over 9 years ago by Micha Niskin <[email protected]>
Use boot.util/fail to print error message

github.com/boot-clj/boot - 9136ef87a0335311c034b7293e763ece946a640c authored over 9 years ago by Micha Niskin <[email protected]>
Colorize dbug/info/warn/fail output (fixes #137)

github.com/boot-clj/boot - 39830b96a32d63ff75ceabd197b9d476813b7f45 authored over 9 years ago by Micha Niskin <[email protected]>
Remove reference to ./.boot/ from main usage info (fixes #153)

github.com/boot-clj/boot - 29ad3e8688cdf084e41c363c470eb82a7863a03b authored over 9 years ago by Micha Niskin <[email protected]>
Don't create :target-path unless tasks change the fileset (fixes #152)

github.com/boot-clj/boot - b2ce29c3a661d807f771393660a186a22f4d4e4d authored over 9 years ago by Micha Niskin <[email protected]>
Fix issue where -C/--no-colors boot option was being ignored (fixes #150)

github.com/boot-clj/boot - 545a292db6bd3b7fec69e92c39b3db5dcc82c88e authored over 9 years ago by Micha Niskin <[email protected]>
Print extra version info to stderr, not stdout (fixes #149)

github.com/boot-clj/boot - dec8cd2fb7fd10c82621976fc1ca2aff214fd1c3 authored over 9 years ago by Micha Niskin <[email protected]>
2.0.0-rc11

New Features / Enhancements

- #147 -- Add boot show --pedantic task to describe dependency conf...

github.com/boot-clj/boot - f09eed05a4a0cb137e43845b9f54adcc32b7fb8b authored over 9 years ago by Micha Niskin <[email protected]>
Revert "Boot show --predantic formatting tweaks"

This reverts commit e070877243976de67bf68f39815b13677ea643f3.

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

github.com/boot-clj/boot - be80d067013571c1534c5da10d9ac7b595b1eef2 authored over 9 years ago by Micha Niskin <[email protected]>
Boot show --predantic formatting tweaks

github.com/boot-clj/boot - e070877243976de67bf68f39815b13677ea643f3 authored over 9 years ago by Micha Niskin <[email protected]>
Merge pull request #148 from christianromney/patch-1

Note the sha1sum of boot.sh for the paranoid

github.com/boot-clj/boot - 76df6dfd5f9322d642ccbd608fae232055fa4cad authored over 9 years ago by Alan Dipert <[email protected]>
Note the sha1sum of boot.sh for the paranoid

Because you can never be too careful

github.com/boot-clj/boot - 47fce040dafc86c8b3df1b599ae6bf3bad9c23c2 authored over 9 years ago by Christian Romney <[email protected]>
Output formatting tweaks

github.com/boot-clj/boot - 368ec0316a38fd9578f7951d5ff1c8b9b2c04502 authored over 9 years ago by Micha Niskin <[email protected]>
Add show --pedantic to describe dependency conflicts (fixes #147)

github.com/boot-clj/boot - 9764f365ec4dce0d3371e4094abc2c9d77b0b877 authored over 9 years ago by Micha Niskin <[email protected]>
Add global :exclusions to env (fixes #146)

github.com/boot-clj/boot - 756714598ab1ec51a962bc1bb2c313085917b685 authored over 9 years ago by Micha Niskin <[email protected]>
Remove requirement for .boot extension on scripts (fixes #105)

github.com/boot-clj/boot - 716917e324a6c51c1b692e0f3960b84e489c573d authored over 9 years ago by Micha Niskin <[email protected]>
Set boot.app.path system property with full path to executable

github.com/boot-clj/boot - c410e67ee67d6a6078b5ea79689146434a05b4a0 authored over 9 years ago by Micha Niskin <[email protected]>
Fix formatting

github.com/boot-clj/boot - 77748d463de126c1dd3233101a8a3622580f1c75 authored over 9 years ago by Micha Niskin <[email protected]>
Print app version in properties file in comment (fixes #145)

github.com/boot-clj/boot - 518f2d74af76139b9923718c86066a5760699763 authored over 9 years ago by Micha Niskin <[email protected]>
Add :take "method" to pod pool service (fixes #142)

github.com/boot-clj/boot - 5a7e5dd8dddc8a136be2a8808a16571f7c0ff5a2 authored over 9 years ago by Micha Niskin <[email protected]>
At least print stack trace when :init-ns fails to compile/load (fixes #139)

github.com/boot-clj/boot - b9b89f4e3c26b2e146733594bb5f4980599802b3 authored over 9 years ago by Micha Niskin <[email protected]>