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

Fix issue with checking args when there are none

github.com/boot-clj/boot - 7dbb493cb205d20066c0f03e472e16ff978f9ec1 authored almost 10 years ago by Micha Niskin <[email protected]>
Better error messages when cli opts conflict

github.com/boot-clj/boot - 41fa180fb1bff201fdad6ce6e15a9405a4bacbe4 authored almost 10 years ago by Micha Niskin <[email protected]>
correct issues with reset-fileset, cleanup after watch task

github.com/boot-clj/boot - b9b26b3b121683e012fa409de2e39582ab85f023 authored almost 10 years ago by Micha Niskin <[email protected]>
back out ill-advised moving of output files to source dirs instead of rm

github.com/boot-clj/boot - 5190d9979ac84598c5925929b0b8e5364b3c3c41 authored almost 10 years ago by Micha Niskin <[email protected]>
Add sift task, refactoring continues

github.com/boot-clj/boot - 7f451cec5b9e6202220d1c9bd6b8f40f002c388e authored almost 10 years ago by Micha Niskin <[email protected]>
Remove bangs from pure fileset methods

github.com/boot-clj/boot - d7f5636de8f3fd9676bce7ef8fe6bd31211d4417 authored almost 10 years ago by Micha Niskin <[email protected]>
Ensure that fileset isn't modified in post-wrap phase

github.com/boot-clj/boot - d06c51575fec30e5c383ad08f7d85e4f89a818ec authored almost 10 years ago by Micha Niskin <[email protected]>
Add file missing from previous commit

github.com/boot-clj/boot - 324562cf18fcdb64277adf9f7602ed8fc873108e authored almost 10 years ago by Micha Niskin <[email protected]>
Add assertions; refactor

- Assert that task handlers get proper fileset objects as their argument
and that they correct...

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

- Rename:
call-in -> with-call-in,
eval-in -> with-eval-in,
call-worker -> w...

github.com/boot-clj/boot - c27461aa7555db3f461bc77f6225758958edc3e5 authored almost 10 years ago by Micha Niskin <[email protected]>
Remove task helpers that don't mesh well with tempdirs

github.com/boot-clj/boot - 7a25d8eb091b9a998edeb5cd04a7acddb6d3a142 authored almost 10 years ago by Micha Niskin <[email protected]>
Add cp! fileset method, improve fileset immutability

- The cp! protocol method replaces a tmpfile in the fileset with the
contents of the given jav...

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

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

github.com/boot-clj/boot - f33c41fd88c79fd340e7894dbccbebb6dc313bca authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre27 -- Fixes adzerk/boot-cljs#5 -- add guard to watch task

- The watch task should have been catching exceptions that are raised
during the build. Added ...

github.com/boot-clj/boot - 645d88786624810bbe7db6331af115f9f8084c8a authored almost 10 years ago by Micha Niskin <[email protected]>
Copy files instead of hard link from user dirs

- This protects the user files from being overwritten.

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

github.com/boot-clj/boot - 33e5cee1ba44c28310ff228bdc8429e27480123c authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre26 -- Fix #19

Conflicts:
version.properties

github.com/boot-clj/boot - 7cdcd808cfb085a5808c6fcbd9a6b578cc02a682 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre26 -- Fix #19

github.com/boot-clj/boot - 2f76bdf04010aec3bc85ddb544292a10b6b55241 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre25 -- fix #20 -- remove gitignore check in watch task

github.com/boot-clj/boot - 38c4fd787a8d8fff975724dd5a73491b46509595 authored almost 10 years ago by Micha Niskin <[email protected]>
rm! takes vector arg, by-ext takes optional TmpFiles

github.com/boot-clj/boot - cea5a2ee3c43210196928d6f47309b4381259c1f authored almost 10 years ago by Micha Niskin <[email protected]>
Fix really weird issue with OSX FSEvent API

- OSX FSEvent API (or barbary watchservice, it's hard to tell which) was
not picking up filesy...

github.com/boot-clj/boot - 7428f68fe3fc7b42bdd695e9d6a2ea83ae9fc0d8 authored almost 10 years ago by Micha Niskin <[email protected]>
Add tmpdir machinery and convert built-in tasks accordingly

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

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

github.com/boot-clj/boot - d6bf1ce92a33fccd68729fd8a23600b149619f66 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre24 -- REPL task and blocking task improvements

github.com/boot-clj/boot - 3c9f7de6402314330fa8cf396e042aad9df3ce78 authored almost 10 years ago by Micha Niskin <[email protected]>
Expose repl task dependencies

The repl task is special because it can't run in a pod. It needs to
run in the project context a...

github.com/boot-clj/boot - 1a76579304e816d3407a00c114b0bd4a8b82a549 authored almost 10 years ago by Micha Niskin <[email protected]>
Run tasks that block pipeline in post-wrap

- This ensures that artifacts are written to target dir before pipeline
gets blocked by the task.

github.com/boot-clj/boot - d2430b3bf1aa78c7dee75e0e354de668b926bcdd authored almost 10 years ago by Micha Niskin <[email protected]>
Remove flash middleware and boot.repl namespace

github.com/boot-clj/boot - 5a6f20fa61d6aad77a4643825537998e7e46b5e1 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix issue where TempDir objects returned instead of File objects

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

github.com/boot-clj/boot - 3556bffb1b10ea4d24d845636dea10052c3feb81 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre23 -- REPL task enhancements

github.com/boot-clj/boot - 3e6701e236f557cf44714e61fd430eb19b45c347 authored almost 10 years ago by Micha Niskin <[email protected]>
Don't try to compose handler with middleware

github.com/boot-clj/boot - 5a039825749be14a8306fe80be8a3859b721b55c authored almost 10 years ago by Micha Niskin <[email protected]>
Changes to repl task option handling

- The -m/--middleware option can take namespaced symbols. These are
resolved by the repl-serve...

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

github.com/boot-clj/boot - a92130df06b2a6670f9d03ff8006dc076d186817 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #17 from martinklepsch/custom-repl-handler

add `handler` option to repl task

github.com/boot-clj/boot - 22d03ebb44bb35367eab441275c505b02448523a authored almost 10 years ago by Micha Niskin <[email protected]>
add `handler` option to repl task

This commits allows users to specify a custom handler
function when running the repl task:

user...

github.com/boot-clj/boot - f037d90988436f53db4e192d5e6122166f54be7d authored almost 10 years ago by Martin Klepsch <[email protected]>
working

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

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

github.com/boot-clj/boot - e7c8f901859bfdd5e1a262675e6ce4d2e9d2d6c6 authored almost 10 years ago by Micha Niskin <[email protected]>
rename require-in-pod -> require-in for consistency

github.com/boot-clj/boot - 549f68b57b3286bb8a8ad49f32b4d4b134c8416b authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre22 -- Fix #10, use javac 1.7 source/target

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

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

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

github.com/boot-clj/boot - a197468b5de340fd4732b7e47a8828796f582858 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre21 -- compile bytecode for java 1.6

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

Conflicts:
version.properties

github.com/boot-clj/boot - 40a2488a28e5b6291cec2497be4a8901abb508ff authored almost 10 years ago by Micha Niskin <[email protected]>
Update README.md

github.com/boot-clj/boot - 9217bbd4b7bd71f8f9d363c1e11a3ebd51fe7e81 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre20 -- Fix -d when group and artifact ids are same

github.com/boot-clj/boot - 9f003d68cbf0b2ea7a9aa6cd1638a578fdd0031f authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre19 -- fix issue with shadowed temp files

github.com/boot-clj/boot - 600a628a6735359c3238d81d3bd7758ee35f9229 authored almost 10 years ago by Micha Niskin <[email protected]>
Filter out ignored files, not ignored dirs

github.com/boot-clj/boot - e97b61465c3f310450f6316e5b27742db844df0c authored almost 10 years ago by Micha Niskin <[email protected]>
Don't double-filter ignored files when syncing dirs

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

Conflicts:
boot/core/src/boot/core.clj
version.properties

github.com/boot-clj/boot - 6d47c5c3986937d426ac80b5a2a3b0289dc1fd82 authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre18 -- ensure that cleanup happens in all cases

github.com/boot-clj/boot - 97256ff09bccb53336fb8be8750c0b810100d46a authored almost 10 years ago by Micha Niskin <[email protected]>
2.0.0-pre17 -- Fix #6

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

github.com/boot-clj/boot - ab6b0ccb1bd917117ff8d0b0904494074b191f8f authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #5 from boot-clj/the-promise

*the-end* dynvar, a per-build promise

github.com/boot-clj/boot - 40ca20d7a36418b1c275df2b387ed56872d96700 authored almost 10 years ago by Micha Niskin <[email protected]>
*the-end* dynvar, a per-build promise

- modified wait builtin to use

github.com/boot-clj/boot - 4ced5edfcb9de2a0b1bba7af687dcc3a765e825e authored almost 10 years ago by Alan Dipert <[email protected]>
2.0.0-pre15

github.com/boot-clj/boot - 7421fa4339c8b2af68441c76fa78858c3bf869d6 authored almost 10 years ago by Micha Niskin <[email protected]>
Merge pull request #4 from boot-clj/cleanup

Added the-end promise to boot.core

github.com/boot-clj/boot - e5a714100772b33d5ae2b42a29d848f74d8a5ead authored almost 10 years ago by Micha Niskin <[email protected]>
Remove spurious (cleanup#) call

github.com/boot-clj/boot - bece773e3a78a093a78f94c88e484d8c6734bf2f authored almost 10 years ago by Alan Dipert <[email protected]>
Added the-end promise to boot.core

- Used to block by wait task
- Tested on Java 7 and Java 8 (OS X)

github.com/boot-clj/boot - ed367ae93cb0313903431f161a09e6012ba5f5e9 authored almost 10 years ago by Alan Dipert <[email protected]>
Update README.md

github.com/boot-clj/boot - 1ebf7c5c9cf140b89030dc9366c1e671f053fade authored almost 10 years ago by Alan Dipert <[email protected]>
working

github.com/boot-clj/boot - 8f489eb9bd4f50bf116711bb687e9641cc053f98 authored almost 10 years ago by Micha Niskin <[email protected]>
remove unused pprint :require

github.com/boot-clj/boot - c14a52b08f76e4246f21a585552a103eb74d7106 authored almost 10 years ago by Alan Dipert <[email protected]>
Add cleanup handler; start namespace deps tracking

- The `cleanup` macro adds a handler to run after the build. This is
used to clean up after th...

github.com/boot-clj/boot - 328321505d6ef6b93eb903dcf252a54310a76e1f authored almost 10 years ago by Micha Niskin <[email protected]>
Fix sync issues; add pod-pool and util macros

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

github.com/boot-clj/boot - d847d809645eaea6b96d46952941b4c0c7e2f5ff authored almost 10 years ago by Micha Niskin <[email protected]>
Temporarily remove gitignore checks--the boy aint right

github.com/boot-clj/boot - 6980ff63c5b160fe858582e4ce8470d82bfdae90 authored almost 10 years ago by Micha Niskin <[email protected]>
Must add trailing slash to dir entries

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

github.com/boot-clj/boot - 03049f40ab53325988dd04fe01645c4b6fcd96c5 authored almost 10 years ago by Micha Niskin <[email protected]>
Search parent dirs for git repo

- Fix #1 -- Look in parent directories for git repo.

- Default to HEAD when scm info is specifi...

github.com/boot-clj/boot - f5643122e73acc8fabc544f9469aef5a9f515cbf authored almost 10 years ago by Micha Niskin <[email protected]>
pre11 release & remove dead code

github.com/boot-clj/boot - a2040b58c6173d1094a12422d48175fe499dbe16 authored almost 10 years ago by Micha Niskin <[email protected]>
Add --quiet option to watch task; continue refactoring

- The watch task now has a --quiet option to suppress all output.
- Added src-files* and src-fil...

github.com/boot-clj/boot - 5a842de250343ba002fac8bf8a34e9841ab68466 authored almost 10 years ago by Micha Niskin <[email protected]>
Makefile maintainance, tempfile/sync updates and fixes

- Makefile now correctly uses downloaded lein to build and outputs key
info in green color to ...

github.com/boot-clj/boot - 09b7021c2ba2222315459fd59dcdea3a6345765c authored almost 10 years ago by Micha Niskin <[email protected]>
Fix logic bug in disable-sudo code; add docs

github.com/boot-clj/boot - d6638de25b193e7f47d006c05cf8aba6793260cc authored almost 10 years ago by Micha Niskin <[email protected]>
Remove default jvm opts; replace gitignore with jgit impl

github.com/boot-clj/boot - ddc3ff72fdaefb175b60d6284d97bd0c1f9a7d15 authored almost 10 years ago by Micha Niskin <[email protected]>
Temporarily suspend building windows exe

github.com/boot-clj/boot - f3180930539b01bdf7ce4ce5598409d945a8bad2 authored almost 10 years ago by Micha Niskin <[email protected]>
Refuse to run as root; move tailrecursion -> boot-clj

github.com/boot-clj/boot - 6598692237eddb467ef7ab7cfefbb7a8e28fa512 authored almost 10 years ago by Micha Niskin <[email protected]>
Add touch function, like the unix touch(1) program

github.com/boot-clj/boot - d455b8fb622402e137725a3fa3f55f91d944d0d6 authored almost 10 years ago by Micha Niskin <[email protected]>
Bump version, don't start new REPL servers for incremental builds

github.com/boot-clj/boot - 4bc09a6ae9b34801d593b849cbd362ace6e277ef authored almost 10 years ago by Micha Niskin <[email protected]>
Add deps to pods, fix sync issue, reset warnings count

- Add functions in boot.pod to add dependencies to pods:
add-dependencies-in, and add-dependen...

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

github.com/boot-clj/boot - 1b33e8050d2432cab6daa24e6ba19c82975c18f1 authored almost 10 years ago by Micha Niskin <[email protected]>
Add syncs for :rsc-paths added via set-env!

github.com/boot-clj/boot - 0ac0418a8092d1e9db83762264fbe3d856e1169f authored almost 10 years ago by Micha Niskin <[email protected]>
Logic fail fix for default paths when no bootscript

github.com/boot-clj/boot - b5166141a676cb20d034a1e020d6f7b428bb81c6 authored almost 10 years ago by Micha Niskin <[email protected]>
Fix readable form test, set target and source paths when no bootscript

- When no build.boot script is present, set target path to . if no -t
option was specified, an...

github.com/boot-clj/boot - 5b6d12b7e94f383fff2b615d37956389657a7f97 authored almost 10 years ago by Micha Niskin <[email protected]>
Add default source and target paths

github.com/boot-clj/boot - cda5e142899c0516854ddda1ee5e2c74d94eee6e authored almost 10 years ago by Micha Niskin <[email protected]>
Add task exports, default version for -d, and pod metadata

- Namespaces packaged in jars in maven may now declare that they export
boot tasks. This makes...

github.com/boot-clj/boot - 5cc7a06dbe7aae54739e06d2a760cb9dbba2d36e authored almost 10 years ago by Micha Niskin <[email protected]>
Add show -u -- print outdated deps

github.com/boot-clj/boot - d3c9337379c022719a8cbf6a65a188f01aad159c authored almost 10 years ago by Micha Niskin <[email protected]>
Add directory entries to jars, resource paths for file on cp

github.com/boot-clj/boot - 910cc5a2685f23f7d54884518371d887ba4b8152 authored almost 10 years ago by Micha Niskin <[email protected]>
change long-option for gpg-user-id

github.com/boot-clj/boot - 098102079a5e80c62080792e1b68758c88aa9a95 authored almost 10 years ago by Micha Niskin <[email protected]>
Add jar signing capabilities

github.com/boot-clj/boot - ebd8c8d7362b78021cee618462705dfc0cf8ea7a authored almost 10 years ago by Micha Niskin <[email protected]>
Merge branch 'v2-nevergreen' of gh:tailrecursion/boot into v2-nevergreen

github.com/boot-clj/boot - c6c8a573fb68abe54c9225dc6c0cc90243bfb343 authored about 10 years ago by Micha Niskin <[email protected]>
add jgit support and improve many things, basically

github.com/boot-clj/boot - 3ca37f4caffc10910a3529ef5e100d164d8375b7 authored about 10 years ago by Micha Niskin <[email protected]>
Update README.md

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

github.com/boot-clj/boot - 52a5d655138b925b72f506f603dcb03e9856bcda authored about 10 years ago by Micha Niskin <[email protected]>
Update README.md

github.com/boot-clj/boot - 14ab97ffa40dbe5ca7e5d4b0abdf24f4b0f621fa authored about 10 years ago by Micha Niskin <[email protected]>
Update README.md

github.com/boot-clj/boot - 3b82a4085af931c69eb618daae4e6b751f5a1770 authored about 10 years ago by Micha Niskin <[email protected]>
Add json, yaml, and jgit to worker

github.com/boot-clj/boot - 95ce5c3ee1eff9f16b3543e32abc6b9b93780685 authored about 10 years ago by Micha Niskin <[email protected]>
Add jgit to worker pod; add git-files function

github.com/boot-clj/boot - a426d58670a904f3dab4b13432a78047ccd1a297 authored about 10 years ago by Micha Niskin <[email protected]>
Fix issue with in-order parsing of cli task options

github.com/boot-clj/boot - 366124cf7e370825ed93ce285fbcd4aa504957de authored about 10 years ago by Micha Niskin <[email protected]>
Don't start server in future

- That just complicates connecting from REPL clients

github.com/boot-clj/boot - 47d2cdc2e8504ed0e22d03448550adeff654213e authored about 10 years ago by Micha Niskin <[email protected]>
Add reply repl client options to repl task

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