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

Automatically load data readers when new dependencies are added

b54a714de33a9645d5ffffb34a03fd38fc2df470 authored almost 9 years ago by Micha Niskin <[email protected]>
Add -o, --offline boot option

e411308f2eef7e190b381e5fa42dccd36489b6df authored almost 9 years ago by Micha Niskin <[email protected]>
SQUASH ME -- improve debug message in fileset commit

fdd9c39442a8a7a49e6080f21125fe1d28df9ac4 authored almost 9 years ago by Micha Niskin <[email protected]>
tighten up

d2a264929ec209b4f1c0b4eb66f24ce56ff4392b authored almost 9 years ago by Micha Niskin <[email protected]>
More efficient syncing of project dirs to temp dirs

c6800438b3610453c6c0a48e66e45784f6a5a8f9 authored almost 9 years ago by Micha Niskin <[email protected]>
Merge branch 'master' into 2.6.0-SNAPSHOT

Conflicts:
CHANGES.md
version.properties

4aee5fadffa61be7673c27691f6cf2a85866c716 authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #377 from tobias/verify-deps

Add option to show task to verify deps [#375]

7605a731902a77b577ad1aa869166612568d866d authored almost 9 years ago by Micha Niskin <[email protected]>
Add option to show task to verify deps [#375]

This also enhances `boot.util/print-tree` to allow per-node prefixing
and custom node display.

79203a39bd406decb0ceb4737bf0dcd12e4aaec7 authored almost 9 years ago by Toby Crawley <[email protected]>
2.5.5

- Fix issue where process could exit before finishing writing to target.

802ed80581a056078fe95e24442ad1a195fc137b authored almost 9 years ago by Micha Niskin <[email protected]>
2.5.4

0858aaa06216691f156ade6c00b76ba78252e107 authored almost 9 years ago by Micha Niskin <[email protected]>
Target task should fall back to copying when hardlinks not possible

- Fixes #373

150fb501445caa6c83a0c8f8e97008dc8efba053 authored almost 9 years ago by Micha Niskin <[email protected]>
Add -U, --update-snapshot, add optional argument to -u, --update

- -U, --update-snapshot updates boot to latest snapshot release
- -u, --update now takes an opti...

c4ba6c665e518499f9f0837dd8e3a48e33f44118 authored almost 9 years ago by Micha Niskin <[email protected]>
Add the --checkouts boot option / :checkouts env key

- Deprecate the checkout task, replaced by this option / env key.

79a4bc240ce63fadab0753ca659f511da1dfee25 authored almost 9 years ago by Micha Niskin <[email protected]>
Add pod-name function to get/set the name of a pod

4f976cbdec31f38780fbadcb029261ab865900d4 authored almost 9 years ago by Micha Niskin <[email protected]>
Add this-pod, with-invoke-in, and with-invoke-worker

b772ec5ff75f393c4795eb9728329367119ad93a authored almost 9 years ago by Micha Niskin <[email protected]>
bump to 2.6.0-SNAPSHOT

286906491714a44b08cb4193861c1d1943a9ed06 authored almost 9 years ago by Micha Niskin <[email protected]>
Minor edits

dd86f8850ffdaae337bd9a2c95ab4a86833128b4 authored almost 9 years ago by Micha Niskin <[email protected]>
Update build instructions, remove references to launch4j

d1a5f7f31662fb4dc29efba647e550868544922a authored almost 9 years ago by Micha Niskin <[email protected]>
Update README with Windows support clarification and correct code typos

- Fixes #368
- Fixes #370

e2647cdea4acb62e4c16409ad1074d61a22016df authored almost 9 years ago by Micha Niskin <[email protected]>
Cleanup

2443aa4b0b9e7991d90d911bc6954b3c645690d4 authored almost 9 years ago by Micha Niskin <[email protected]>
Clarify which namespaces are available in which pods

b249cac668ec039870d8308b4886961f5744c36f authored almost 9 years ago by Micha Niskin <[email protected]>
Fix links in markdown

39271c8b77c4042bc6c8940051e4cee4559ccfe9 authored almost 9 years ago by Micha Niskin <[email protected]>
2.5.3

- Add API docstrings etc.

61b8df15b30c41aced567e4b4dbe740df7618b22 authored almost 9 years ago by Micha Niskin <[email protected]>
Clarify which versions of boot are supported by boot.sh/exe

9db35c8d03b8d9164d933c2e292bd8829e429c03 authored almost 9 years ago by Micha Niskin <[email protected]>
Point to latest version of boot-bin

307b97344a7ed162132d4aa789b9f895b0cbe32d authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #367 from ducky427/patch-1

Added clojure syntax highlighting in Readme

8321210459dd1c6b4a2b7149dfcb8be0e97245a5 authored almost 9 years ago by Micha Niskin <[email protected]>
Added clojure syntax highlighting in Readme

I've added some missing clojure syntax highlighting in the the readme file.

38ad86e56b578927bcc85f1c3327244e2a09c41a authored almost 9 years ago by Ducky <[email protected]>
2.5.2

5da9ea0bc4bc5474397503e045014777df462f0b authored almost 9 years ago by Micha Niskin <[email protected]>
Remove impossible files from fileset on commit

- Impossible files are files that are both files and directories at the
same time. Impossible ...

f36026002a344fd8670e56b0494b05a48f91dab9 authored almost 9 years ago by Micha Niskin <[email protected]>
Copy jars into cache atomically

- Prevents corrupted cache if interrupted while copying

4d6b2f65bb101a2fb80746d53bffe61e117aa113 authored almost 9 years ago by Micha Niskin <[email protected]>
Match ignores against fileset path, not filesystem path

- Also there is no need for comments in the .bootignore file

6916b692b07a15390fbc0ef046984d030067ac87 authored almost 9 years ago by Micha Niskin <[email protected]>
Boot ignore source files via .bootignore regexes (fixes #348)

- Create a file named .bootignore in the project directory.
- Comments start with a # and end at...

6afed5f095867870c1be9b34163aa6f4ac80a225 authored almost 9 years ago by Micha Niskin <[email protected]>
Pretty-print boot.user file when --verbose (fixes #315)

77a6f455497d7bcabe3b580bbf111f73c14567e5 authored almost 9 years ago by Micha Niskin <[email protected]>
Copy jars into cache when --as-jars option (fixes #290)

efaaaaefd61338ee103db32e453504ceed6f975b authored almost 9 years ago by Micha Niskin <[email protected]>
Don't try to read a pom.xml if none exist

6e0bc1ea6d1ca09247830ae3415f9c0083664591 authored almost 9 years ago by Micha Niskin <[email protected]>
Restore support for --as-jars option that was accidentally removed

a75e694881258f7a4b5bb630ad9eeb7f4a881336 authored almost 9 years ago by Micha Niskin <[email protected]>
Warn on fileset merge conflicts

- fixes #361
- fixes #364

d5810ba2255de03a72a4148a41d64920a9960b0f authored almost 9 years ago by Micha Niskin <[email protected]>
Revert "Warn when merging a file with a directory of the same name"

This reverts commit 9443143693dc196a1ac404f69f2061700c56605b.

5a2e91d8c82847b3a614d14bd54cc89e5fde1af1 authored almost 9 years ago by Micha Niskin <[email protected]>
bump version for 2.5.2-SNAPSHOT

469a3876ca898416f9fc2cc4697bd8ed7f58aa7b authored almost 9 years ago by Micha Niskin <[email protected]>
Warn when merging a file with a directory of the same name

- fixes #361
- fixes #364

9443143693dc196a1ac404f69f2061700c56605b authored almost 9 years ago by Micha Niskin <[email protected]>
Correctly pass extra arguments to clifn and throw on unknown option

- fixes #346

2e1753d09b96b4b66791b64d74a16cea59faaf40 authored almost 9 years ago by Micha Niskin <[email protected]>
Update windows install dir to %SystemRoot%

e9edebe42b99ac82dc62c5b40d68efd710fce5e8 authored almost 9 years ago by Micha Niskin <[email protected]>
2.5.1

8e756e808ec914c65d4152b7c91028cba517bd27 authored almost 9 years ago by Micha Niskin <[email protected]>
Update changelog

55de4f9c27d5a8867c11b090c0c624b497397400 authored almost 9 years ago by Micha Niskin <[email protected]>
Preparing for 2.5.1 release

5c03d6061fb078a115c27f6fced4717c2765ab4e authored almost 9 years ago by Micha Niskin <[email protected]>
Create scratch dirs in BOOT_HOME instead of system tmp (fixes #362)

9caa4d23b6da304556c2e8b6e3f672c7ffc32127 authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #363 from instilled/master

make sure manifest gets written

d65454ab82aeb05816f5a6ff89d833b294eb6545 authored almost 9 years ago by Micha Niskin <[email protected]>
Remove link file if it exists before creating link

18596a0c34ff2630d8a87f376a41719f1cd2f00d authored almost 9 years ago by Micha Niskin <[email protected]>
make sure manifest gets written

bdbdbe4f5efbc8aff51ca733e687eecc8c12aa4a authored almost 9 years ago by Fabio <[email protected]>
Friendly jar name when there is exactly one pom.xml in the fileset

- The jar task will now name the jarfile <project>-<version>.jar when
there is exactly one pom...

44f9b8989310e6c30356f0455c97abe689f6b47c authored almost 9 years ago by Micha Niskin <[email protected]>
Add --no-clean option and default --dir option to target task

f74bd6f655c04b46fbff208398b9d0d5fde77e17 authored almost 9 years ago by Micha Niskin <[email protected]>
Only warn when cli argspec is invalid (compatibility)

86167dcdffded19d7a493558cf7ef446a23d3777 authored almost 9 years ago by Micha Niskin <[email protected]>
Update README.md

dcba3a46c8927d489f393a60ba9d6fc08c1e5dc4 authored almost 9 years ago by Micha Niskin <[email protected]>
Update README.md

393dd909baf2a63f7224131fdce17183a5aa889b authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #357 from jgrimes/master

Fixed BOOT_EMIT_TARGET warning message

263d26b1b8ef62828c5a65ea158bf7f3ebc6090d authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #359 from boot-clj/fix-358

Convert url only repos to maps in push task

51ce52da2230e678c93f43055a07dc91ee6aac2e authored almost 9 years ago by Micha Niskin <[email protected]>
Use canonical-form for default-repositories

Fixes #358

3891fccad620080debec36c12af7b379b13c421b authored almost 9 years ago by Juho Teperi <[email protected]>
Fixed BOOT_EMIT_TARGET warning message

7e4dae9f6f97cede729e5ee11f0eb39b62100958 authored almost 9 years ago by Justin Grimes <[email protected]>
update changelog to reflect 2.5.0 release

78c3d7cff52691be36d95b8cca390b4b2b5085ff authored almost 9 years ago by Micha Niskin <[email protected]>
2.5.0

b7f944ef821ff5754e260b4f322caa74a661dc1f authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #354 from boot-clj/2.5.0-RC

2.5.0

022c21fd49808d9bb818a9d4e721c9993273f87e authored almost 9 years ago by Micha Niskin <[email protected]>
Add get-sys-env & set-sys-env! to access system props and env vars

6426a009050c1e0edeeaffea545cfd79ab8cdf44 authored almost 9 years ago by Micha Niskin <[email protected]>
Incremental sync to target dir, use hard-links to tmpfiles

- When writing files out to the target dir use the fileset patching
mechanisms for efficiency....

9ece1c6436b272ddd616124c6768996724a24a86 authored almost 9 years ago by Micha Niskin <[email protected]>
Ensure that source, resource, and asset paths don't overlap (fixes #235)

9a0096cab517d2b6f68f70e02b858047ff6ac5cb authored almost 9 years ago by Micha Niskin <[email protected]>
Don't validate short option when there isn't one (fixes #350)

- Also improve error messages in general.

e2dd32f5d06b8f42c908bf839bed156f7e769f6f authored almost 9 years ago by Micha Niskin <[email protected]>
Evaluate forms in ./profile.boot in addition to BOOT_HOME/profile.boot

fc892e0ebbdc5a11e7769c8f768dee83f7fe174a authored almost 9 years ago by Micha Niskin <[email protected]>
Add BOOT_WARN_DEPRECATED to suppress deprecation warnings

7cdd779b066afc877d9b3a6693adaa162b297a0f authored almost 9 years ago by Micha Niskin <[email protected]>
Fix issue with sign-jar, add gpg-decrypt boot.core fn

1ca8ca1d97550b569c59d9f291091dc0e34c3008 authored almost 9 years ago by Micha Niskin <[email protected]>
Ensure compile with java 1.7 before deploy

067fa52125d3052293c26aa1a412d68071fcf429 authored almost 9 years ago by Micha Niskin <[email protected]>
Cleanup

5fc0ff347e8dfd8d97137a8b85eaeb9bef4b4451 authored almost 9 years ago by Micha Niskin <[email protected]>
Add --no-link option to target task, deprecate implicit target dir

f03ade02099fd04efb13cb5e5602380933aadd41 authored almost 9 years ago by Micha Niskin <[email protected]>
Use configure-repositories! instead of credentials gpg file

cd2d694821ef1db553f386f2ce47b6d6e063b796 authored almost 9 years ago by Micha Niskin <[email protected]>
Update jar files in place for incremental builds

Added:

- The boot.core functions input-fileset and output-fileset functions
that return a new...

f890ff83bcebfdd278b4ef66e5f4b172cf8d4138 authored almost 9 years ago by Micha Niskin <[email protected]>
document #270 in changelog

3e15eaa7d4138e01f91225014a5477331a097e8e authored almost 9 years ago by Martin Klepsch <[email protected]>
show --list-pods prints a sorted list of pod names

c210c5be160298177843493fa767454fc6cf4b60 authored almost 9 years ago by Micha Niskin <[email protected]>
Launch-nrepl returns thunk that will stop the server when called

1eae243de09e49d0836eacdda8e71e625c006073 authored almost 9 years ago by Micha Niskin <[email protected]>
Start in-pod REPLs in the 'pod namespace; throw when pod not found

f094929fc43de856843226c1b60862f542b0dce6 authored almost 9 years ago by Micha Niskin <[email protected]>
Start nREPL in any pod; add --list-pods option to show task

- The repl task now accepts a --pod option whose optarg is the name of
the pod in which the nR...

05f3e509ccacacf073af17a043dfcdfcce1596e0 authored almost 9 years ago by Micha Niskin <[email protected]>
move repl machinery to where it's available in any pod

9e1e9d74d59f842241f9bf7554e8d9bbb8924148 authored almost 9 years ago by Micha Niskin <[email protected]>
Let the loader be in control of BOOT_VERSION.

81e35bebd42cde32b611f50621accca652e5ebd4 authored almost 9 years ago by Micha Niskin <[email protected]>
Don't use old boot.properties location anymore.

bebce56699223dfa4d6de5e31b7e0a3a3baeedc8 authored almost 9 years ago by Micha Niskin <[email protected]>
tweak changelog

536e55db6d4aec0bcee48fe3da9994d00539cf50 authored almost 9 years ago by Micha Niskin <[email protected]>
Add --pom option to install and push tasks (fixes #112, #278)

- Jar task produces jar with default name (project.jar) when multiple
poms are found in the ja...

c21a86d89ebc001dcb23eb51c58855bdc661b6ee authored almost 9 years ago by Micha Niskin <[email protected]>
Realize lazy seq to prevent "zip file closed" exception

c1d451002de7e1060e06a981befa0e23cdc39d47 authored almost 9 years ago by Micha Niskin <[email protected]>
Return the properties object

2c495b56c108533ef34b74be6f083d5b8043cf8e authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #313 from boot-clj/resource-closing

Resource closing

e2aa587882880c93098b55301d9d7675a2dc1a3f authored almost 9 years ago by Micha Niskin <[email protected]>
Merge pull request #343 from boot-clj/update-nrepl

update to tools.nrepl 0.2.12

6b269400488384f501966bd03dd6b0de64361729 authored almost 9 years ago by Micha Niskin <[email protected]>
Throw exception when cli argspec is invalid (fixes #285)

a4db0ed9c88acae25e7995da420f46dbec78864d authored almost 9 years ago by Micha Niskin <[email protected]>
Bind *compile-path* when starting nREPL server (fixes #294)

32585458a536a7b791a8247c9c340d3eb9ba11c2 authored almost 9 years ago by Micha Niskin <[email protected]>
update to tools.nrepl 0.2.12

in contrast to 0.2.8 this version supports evaluation
of forms containing reader conditionals

89ea02c0afc4131d01147e85e0d7d30c4c0d98d0 authored almost 9 years ago by Martin Klepsch <[email protected]>
Change name to get/setStash

418973b69d7de1f0beb9681ad232e0c479d2dc13 authored almost 9 years ago by Micha Niskin <[email protected]>
Add "registers" for pod data; add send! function (see #339)

Test case:

#!/usr/bin/env boot
(require '[boot.pod :as pod])
(def p (pod/make-pod))...

8f4eabd0dbeb450a486c69284fc4fdaca30434fe authored almost 9 years ago by Micha Niskin <[email protected]>
Avoid unnecessary reduction of fileset when filter isn't needed

5717632522e89b609c295567eee98bceb7d803c4 authored almost 9 years ago by Micha Niskin <[email protected]>
Hygeine, cosmetic cleanup

51f0972c05e79f57f6a0e39c6b8468a15fabdfaa authored almost 9 years ago by Micha Niskin <[email protected]>
Support BOOT_<REPO>_USERNAME, etc. Change BOOT_GPG to BOOT_GPG_COMMAND

c4c05a7494326bcc13f7434d9d2945ee91ba07ff authored almost 9 years ago by Micha Niskin <[email protected]>
Properties files are more efficient than parsing EDN

43e83d447e077a27a72b6a5153aa37aba4402c45 authored almost 9 years ago by Micha Niskin <[email protected]>
Move macro so it will compile :/

623de52902aedcf68e1f1db32f89bc26a12365cd authored almost 9 years ago by Micha Niskin <[email protected]>
Add with-pass-thru macro

9857d97e1de90d04fc55b244a6b2f9b714e2be11 authored almost 9 years ago by Micha Niskin <[email protected]>
Don't create empty tempfiles; don't write jars from worker; cleanup

071a2ec2fff9e1c5da9cae387e776c6070597246 authored almost 9 years ago by Micha Niskin <[email protected]>
Add caching of immutable files, like jar entries for uberjar

963c597af6730c56d0d8dc5b06f6c5a6380927fa authored almost 9 years ago by Micha Niskin <[email protected]>