Commit graph

3588 commits

Author SHA1 Message Date
Phil Hagelberg
e8ebbc0734 Support vcs tag prefix. 2014-06-09 15:59:23 -07:00
Phil Hagelberg
f8a9e54736 Allow project map to override :vcs. 2014-06-09 15:59:22 -07:00
Colin Jones
d1177bf0cc Bump reply version to get jline fixes 2014-06-10 06:08:04 +08:00
Phil Hagelberg
46f1556111 Document partial alias splicing.
[ci skip]
2014-06-08 15:21:05 -07:00
Phil Hagelberg
213e20ba20 Fix release task to use resolve-and-apply as its entry point.
This should be used by all tasks that try to run other tasks as if
they were invoked directly, which really isn't clear at all.
2014-06-08 15:15:45 -07:00
Phil Hagelberg
f8711c48e3 Fix splicing for partial aliases. 2014-06-08 15:12:29 -07:00
Phil Hagelberg
2fbec2be5e Allow project values to be spliced into alias invocations. 2014-06-08 12:48:58 -07:00
Phil Hagelberg
9730ec52dd Read uberjar filename after uberjar profile is merged.
Fixes #1552.
2014-06-08 12:46:49 -07:00
Phil Hagelberg
86a60f980a Fix some formatting in deploy task.
[ci skip]
2014-06-08 12:21:37 -07:00
Phil Hagelberg
e3a05474d3 Remove bogus test. 2014-06-08 08:33:42 -07:00
Phil Hagelberg
cba4fa6fca This is a no-op for the vast majority of users.
Those still on 32-bit machines are better served by tiered compilation
on the server JVM.
2014-06-08 08:10:06 -07:00
Phil Hagelberg
ff106cb7b7 Remove repo aliasing from deploy task; already done elsewhere.
Also clean up some formatting in deploy guide.

Fixes #1548
2014-06-06 18:14:43 -07:00
Phil Hagelberg
c6ba3deed5 Trim long lines in deploy task. 2014-06-06 18:09:49 -07:00
Phil Hagelberg
1e5f430ecd Rule 1: if you can use juxt, you use juxt. 2014-06-06 10:13:44 -07:00
Phil Hagelberg
3addf526e0 Auto-require namespace from :repl-options :caught.
Refs #799.
2014-06-05 12:20:07 -07:00
Phil Hagelberg
d41fe8d65e Add special-case for release task to prefer plugin if present.
Fixes #1544.
2014-06-05 12:09:10 -07:00
Phil Hagelberg
353d73912c Allow for plugins to override built-in tasks. 2014-06-05 12:08:06 -07:00
Phil Hagelberg
07f2995817 Document :repl-options :caught. Refs #799. 2014-06-05 12:01:27 -07:00
Phil Hagelberg
1845541b31 Don't bump patch version in alpha/beta/rc bumps.
Fixes #1539.
2014-06-03 15:07:13 -07:00
Jean Niklas L'orange
a518965183 Merge pull request #1549 from stuarth/patch-1
remove unnecessary quote escaping in composite profile example
2014-06-01 20:12:13 +02:00
Stuart Hinson
ba276eea4f remove unnecessary quote escaping in composite profile example 2014-06-01 13:00:10 -04:00
Phil Hagelberg
1c4eafb030 Merge remote-tracking branch 'jcrossley3/init-release'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-05-30 21:24:53 -07:00
Hugo Duncan
55c3740a8b Fix check task
Replaces `bind` with `binding`.
2014-05-30 17:49:22 -04:00
Jim Crossley
834485c382 Initialize the project to activate middleware, etc 2014-05-30 14:13:05 -04:00
Phil Hagelberg
84bc7a7cb7 Merge pull request #1542 from jcrossley3/1541
Add a :pom-location option to fix #1541
2014-05-28 22:22:52 -07:00
Phil Hagelberg
a5585d4b96 Merge pull request #1543 from jakemcc/unknown-vcs-results-in-short-error-message
`lein vcs TASK` gives non-stack trace message when unable to detect VCS.
2014-05-28 22:05:18 -07:00
Phil Hagelberg
a58a51abf0 Document use of the SSH wagon. Fixes #1540. 2014-05-28 22:03:47 -07:00
Jake McCrary
08361e3b64 signatures should match other defmethods 2014-05-28 23:03:50 -05:00
Jake McCrary
70d3058944 lein vcs TASK gives non-stacktrace message when unknown vcs. 2014-05-28 22:52:51 -05:00
Jim Crossley
ce5fef4023 Add a :pom-location option to fix #1541 2014-05-28 23:09:15 -04:00
Phil Hagelberg
d8634b2272 Pass a stringed symbol into bump-version instead of a keyword. 2014-05-27 16:37:59 -07:00
Phil Hagelberg
0dd5967651 Improve error message to change when args aren't all readable strings. 2014-05-27 16:04:32 -07:00
Phil Hagelberg
547f4a7b9c Formatting fix.
[ci skip]
2014-05-27 15:53:23 -07:00
Phil Hagelberg
004bc6ecc5 Point to the right help text in deploy auth message. 2014-05-27 15:05:23 -07:00
Phil Hagelberg
b3f3537386 Avoid need for double-escaping in :release-tasks.
As per the recommendation of @crisptrutski.
2014-05-27 15:05:00 -07:00
Phil Hagelberg
fd615c1d44 Technically :alpha, :beta, and :rc aren't semantic levels.
[ci skip]
2014-05-27 14:33:23 -07:00
Phil Hagelberg
88ce99b421 Update NEWS.md. 2014-05-27 13:37:35 -07:00
Phil Hagelberg
ecdccda9eb Support :alpha, :beta, and :rc bump levels. 2014-05-27 13:37:22 -07:00
Phil Hagelberg
b1a07d03ec Pass arguments to f in change task through the reader.
This means that you can use non-strings as args in the change task,
but it requires double-quoting when you do want strings.
2014-05-27 11:46:15 -07:00
Phil Hagelberg
dd7447544b Encourage use of main/info and friends for plugin output. 2014-05-27 11:24:13 -07:00
Phil Hagelberg
5ddc3fd67d Clean up deploy repository aliasing to work with both :repositories entries. 2014-05-27 11:17:51 -07:00
Phil Hagelberg
7cdd68ea15 Propagate args to lein vcs push to underlying command. 2014-05-27 10:56:49 -07:00
Phil Hagelberg
ad522387f3 Move level parsing to release task function. Default to :patch. 2014-05-27 10:56:36 -07:00
Phil Hagelberg
88f2d3458e Reword a few things in deploy.md. 2014-05-27 10:46:37 -07:00
Phil Hagelberg
3e6b8a1818 Merge remote-tracking branch 'waynr/deploy-repositories-aliasing'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-05-27 10:38:02 -07:00
Phil Hagelberg
912566cfdf Merge remote-tracking branch 'waynr/lein-release'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-05-27 10:13:30 -07:00
Phil Hagelberg
73d5e4c9f3 Ensure project.clj is written to project root.
Without this, tools such as grenchman will write project.clj to the
directory from which Leiningen was launched.

Also make require-resolve work like resolve for unqualified symbols.
2014-05-27 09:53:13 -07:00
Phil Hagelberg
573ebd8481 Merge remote-tracking branch 'arr-ee/fix-1534'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-05-27 09:36:34 -07:00
Max Barnash
a031b9807d Use sjacket.parser/space-nodes instead of enumerating them ourselves 2014-05-27 14:30:53 +04:00
Wayne
07c1c7a7f8 Enable simple aliasing in :deploy-repositories. 2014-05-26 19:00:35 -07:00