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

Fix issue with checking args when there are none

7dbb493cb205d20066c0f03e472e16ff978f9ec1 authored about 10 years ago
Better error messages when cli opts conflict

41fa180fb1bff201fdad6ce6e15a9405a4bacbe4 authored about 10 years ago
correct issues with reset-fileset, cleanup after watch task

b9b26b3b121683e012fa409de2e39582ab85f023 authored about 10 years ago
back out ill-advised moving of output files to source dirs instead of rm

5190d9979ac84598c5925929b0b8e5364b3c3c41 authored about 10 years ago
Add sift task, refactoring continues

7f451cec5b9e6202220d1c9bd6b8f40f002c388e authored about 10 years ago
Remove bangs from pure fileset methods

d7f5636de8f3fd9676bce7ef8fe6bd31211d4417 authored about 10 years ago
Ensure that fileset isn't modified in post-wrap phase

d06c51575fec30e5c383ad08f7d85e4f89a818ec authored about 10 years ago
Add file missing from previous commit

324562cf18fcdb64277adf9f7602ed8fc873108e authored about 10 years ago
Add assertions; refactor

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

2669232fc62c6e4551a4e4404d93a59500cc66ea authored about 10 years ago
Refactoring

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

c27461aa7555db3f461bc77f6225758958edc3e5 authored about 10 years ago
Remove task helpers that don't mesh well with tempdirs

7a25d8eb091b9a998edeb5cd04a7acddb6d3a142 authored about 10 years ago
Add cp! fileset method, improve fileset immutability

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

366d98c7d1f6b73d3707ff6747ee554189925bef authored about 10 years ago
Merge branch 'master' into tempdirs

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

f33c41fd88c79fd340e7894dbccbebb6dc313bca authored about 10 years ago
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 ...

645d88786624810bbe7db6331af115f9f8084c8a authored about 10 years ago
Copy files instead of hard link from user dirs

- This protects the user files from being overwritten.

a7a5ddb494e3af8e9e1c1b00296a53d0bdc44c65 authored about 10 years ago
Merge branch 'master' into tempdirs

33e5cee1ba44c28310ff228bdc8429e27480123c authored about 10 years ago
2.0.0-pre26 -- Fix #19

Conflicts:
version.properties

7cdcd808cfb085a5808c6fcbd9a6b578cc02a682 authored about 10 years ago
2.0.0-pre26 -- Fix #19

2f76bdf04010aec3bc85ddb544292a10b6b55241 authored about 10 years ago
2.0.0-pre25 -- fix #20 -- remove gitignore check in watch task

38c4fd787a8d8fff975724dd5a73491b46509595 authored about 10 years ago
rm! takes vector arg, by-ext takes optional TmpFiles

cea5a2ee3c43210196928d6f47309b4381259c1f authored about 10 years ago
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...

7428f68fe3fc7b42bdd695e9d6a2ea83ae9fc0d8 authored about 10 years ago
Add tmpdir machinery and convert built-in tasks accordingly

6a310fec67c919a9277373035cc56c85aa322039 authored about 10 years ago
Merge branch 'master' into tempdirs

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

d6bf1ce92a33fccd68729fd8a23600b149619f66 authored about 10 years ago
2.0.0-pre24 -- REPL task and blocking task improvements

3c9f7de6402314330fa8cf396e042aad9df3ce78 authored about 10 years ago
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...

1a76579304e816d3407a00c114b0bd4a8b82a549 authored about 10 years ago
Run tasks that block pipeline in post-wrap

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

d2430b3bf1aa78c7dee75e0e354de668b926bcdd authored about 10 years ago
Remove flash middleware and boot.repl namespace

5a6f20fa61d6aad77a4643825537998e7e46b5e1 authored about 10 years ago
Fix issue where TempDir objects returned instead of File objects

0d1495a16f80d3b78c1fadb1b232d729c5c72ed8 authored about 10 years ago
Merge branch 'master' into tempdirs

3556bffb1b10ea4d24d845636dea10052c3feb81 authored about 10 years ago
2.0.0-pre23 -- REPL task enhancements

3e6701e236f557cf44714e61fd430eb19b45c347 authored about 10 years ago
Don't try to compose handler with middleware

5a039825749be14a8306fe80be8a3859b721b55c authored about 10 years ago
Changes to repl task option handling

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

235e9eab44bfd600f3d274dd3f2da7bf87cdf6c8 authored about 10 years ago
readme

a92130df06b2a6670f9d03ff8006dc076d186817 authored about 10 years ago
Merge pull request #17 from martinklepsch/custom-repl-handler

add `handler` option to repl task

22d03ebb44bb35367eab441275c505b02448523a authored about 10 years ago
add `handler` option to repl task

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

user...

f037d90988436f53db4e192d5e6122166f54be7d authored about 10 years ago
working

377d7f6c7eb3525643d9690b10beaf18f6e00d28 authored about 10 years ago
Merge branch 'master' into tempdirs

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

e7c8f901859bfdd5e1a262675e6ce4d2e9d2d6c6 authored about 10 years ago
rename require-in-pod -> require-in for consistency

549f68b57b3286bb8a8ad49f32b4d4b134c8416b authored about 10 years ago
2.0.0-pre22 -- Fix #10, use javac 1.7 source/target

ff6ced7e285595d9c70c7f051e3510cd71d25a46 authored about 10 years ago
working

e15a33dc2ad489cfa209818280e230c9475e3ecc authored about 10 years ago
Merge branch 'master' into tempdirs

52f9fd99b8c4a4ab60705e2e8ce5674a22403519 authored about 10 years ago
Merge branch 'master' of gh:boot-clj/boot

a197468b5de340fd4732b7e47a8828796f582858 authored about 10 years ago
2.0.0-pre21 -- compile bytecode for java 1.6

ee1e89904f09b4e469a7a209ebe61f67e842c28c authored about 10 years ago
Merge branch 'master' into tempdirs

Conflicts:
version.properties

40a2488a28e5b6291cec2497be4a8901abb508ff authored about 10 years ago
Update README.md

9217bbd4b7bd71f8f9d363c1e11a3ebd51fe7e81 authored about 10 years ago
2.0.0-pre20 -- Fix -d when group and artifact ids are same

9f003d68cbf0b2ea7a9aa6cd1638a578fdd0031f authored about 10 years ago
2.0.0-pre19 -- fix issue with shadowed temp files

600a628a6735359c3238d81d3bd7758ee35f9229 authored about 10 years ago
Filter out ignored files, not ignored dirs

e97b61465c3f310450f6316e5b27742db844df0c authored about 10 years ago
Don't double-filter ignored files when syncing dirs

ec479b76282f8d6d8fa84671db73c655f672fecb authored about 10 years ago
Merge branch 'master' into tempdirs

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

6d47c5c3986937d426ac80b5a2a3b0289dc1fd82 authored about 10 years ago
2.0.0-pre18 -- ensure that cleanup happens in all cases

97256ff09bccb53336fb8be8750c0b810100d46a authored about 10 years ago
2.0.0-pre17 -- Fix #6

65171d20ea531da6702838735a8b3eb45dc7e0e1 authored about 10 years ago
2.0.0-pre16

ab6b0ccb1bd917117ff8d0b0904494074b191f8f authored about 10 years ago
Merge pull request #5 from boot-clj/the-promise

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

40ca20d7a36418b1c275df2b387ed56872d96700 authored about 10 years ago
*the-end* dynvar, a per-build promise

- modified wait builtin to use

4ced5edfcb9de2a0b1bba7af687dcc3a765e825e authored about 10 years ago
2.0.0-pre15

7421fa4339c8b2af68441c76fa78858c3bf869d6 authored about 10 years ago
Merge pull request #4 from boot-clj/cleanup

Added the-end promise to boot.core

e5a714100772b33d5ae2b42a29d848f74d8a5ead authored about 10 years ago
Remove spurious (cleanup#) call

bece773e3a78a093a78f94c88e484d8c6734bf2f authored about 10 years ago
Added the-end promise to boot.core

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

ed367ae93cb0313903431f161a09e6012ba5f5e9 authored about 10 years ago
Update README.md

1ebf7c5c9cf140b89030dc9366c1e671f053fade authored about 10 years ago
working

8f489eb9bd4f50bf116711bb687e9641cc053f98 authored about 10 years ago
remove unused pprint :require

c14a52b08f76e4246f21a585552a103eb74d7106 authored about 10 years ago
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...

328321505d6ef6b93eb903dcf252a54310a76e1f authored about 10 years ago
Fix sync issues; add pod-pool and util macros

34099081e399b80b7425df5d330f543034d85654 authored about 10 years ago
bumpversion

d847d809645eaea6b96d46952941b4c0c7e2f5ff authored about 10 years ago
Temporarily remove gitignore checks--the boy aint right

6980ff63c5b160fe858582e4ce8470d82bfdae90 authored about 10 years ago
Must add trailing slash to dir entries

cee9b9e50f59a48dfb4f1c4faed18f8ff8083c5c authored about 10 years ago
tightenup

03049f40ab53325988dd04fe01645c4b6fcd96c5 authored about 10 years ago
Search parent dirs for git repo

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

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

f5643122e73acc8fabc544f9469aef5a9f515cbf authored about 10 years ago
pre11 release & remove dead code

a2040b58c6173d1094a12422d48175fe499dbe16 authored about 10 years ago
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...

5a842de250343ba002fac8bf8a34e9841ab68466 authored about 10 years ago
Makefile maintainance, tempfile/sync updates and fixes

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

09b7021c2ba2222315459fd59dcdea3a6345765c authored about 10 years ago
Fix logic bug in disable-sudo code; add docs

d6638de25b193e7f47d006c05cf8aba6793260cc authored over 10 years ago
Remove default jvm opts; replace gitignore with jgit impl

ddc3ff72fdaefb175b60d6284d97bd0c1f9a7d15 authored over 10 years ago
Temporarily suspend building windows exe

f3180930539b01bdf7ce4ce5598409d945a8bad2 authored over 10 years ago
Refuse to run as root; move tailrecursion -> boot-clj

6598692237eddb467ef7ab7cfefbb7a8e28fa512 authored over 10 years ago
Add touch function, like the unix touch(1) program

d455b8fb622402e137725a3fa3f55f91d944d0d6 authored over 10 years ago
Bump version, don't start new REPL servers for incremental builds

4bc09a6ae9b34801d593b849cbd362ace6e277ef authored over 10 years ago
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...

cb355086a2d2948e7d8cae5905303d53402706e8 authored over 10 years ago
minor cleanup

1b33e8050d2432cab6daa24e6ba19c82975c18f1 authored over 10 years ago
Add syncs for :rsc-paths added via set-env!

0ac0418a8092d1e9db83762264fbe3d856e1169f authored over 10 years ago
Logic fail fix for default paths when no bootscript

b5166141a676cb20d034a1e020d6f7b428bb81c6 authored over 10 years ago
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...

5b6d12b7e94f383fff2b615d37956389657a7f97 authored over 10 years ago
Add default source and target paths

cda5e142899c0516854ddda1ee5e2c74d94eee6e authored over 10 years ago
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...

5cc7a06dbe7aae54739e06d2a760cb9dbba2d36e authored over 10 years ago
Add show -u -- print outdated deps

d3c9337379c022719a8cbf6a65a188f01aad159c authored over 10 years ago
Add directory entries to jars, resource paths for file on cp

910cc5a2685f23f7d54884518371d887ba4b8152 authored over 10 years ago
change long-option for gpg-user-id

098102079a5e80c62080792e1b68758c88aa9a95 authored over 10 years ago
Add jar signing capabilities

ebd8c8d7362b78021cee618462705dfc0cf8ea7a authored over 10 years ago
Merge branch 'v2-nevergreen' of gh:tailrecursion/boot into v2-nevergreen

c6c8a573fb68abe54c9225dc6c0cc90243bfb343 authored over 10 years ago
add jgit support and improve many things, basically

3ca37f4caffc10910a3529ef5e100d164d8375b7 authored over 10 years ago
Update README.md

c403ffae175f23a48c11d4b85b8a860314f88079 authored over 10 years ago
Update README.md

52a5d655138b925b72f506f603dcb03e9856bcda authored over 10 years ago
Update README.md

14ab97ffa40dbe5ca7e5d4b0abdf24f4b0f621fa authored over 10 years ago
Update README.md

3b82a4085af931c69eb618daae4e6b751f5a1770 authored over 10 years ago
Add json, yaml, and jgit to worker

95ce5c3ee1eff9f16b3543e32abc6b9b93780685 authored over 10 years ago
Add jgit to worker pod; add git-files function

a426d58670a904f3dab4b13432a78047ccd1a297 authored over 10 years ago
Fix issue with in-order parsing of cli task options

366124cf7e370825ed93ce285fbcd4aa504957de authored over 10 years ago
Don't start server in future

- That just complicates connecting from REPL clients

47d2cdc2e8504ed0e22d03448550adeff654213e authored over 10 years ago
Add reply repl client options to repl task

18ca670814f1dd978bb94fc01786b108b766ddde authored over 10 years ago