Commit graph

2747 commits

Author SHA1 Message Date
Jean Niklas L'orange
179d829357 Add section about tests in CONTRIBUTING.md 2013-03-17 02:32:42 +01:00
Phil Hagelberg
43a9994171 Disable :prep-tasks in out-of-project runs. 2013-03-16 16:23:14 -07:00
Phil Hagelberg
ed9004ada4 Rename update task to update-in. 2013-03-16 16:19:00 -07:00
Phil Hagelberg
b42d5eab73 Use :user profile when running outside project root.
Make repl outside project dir go through eval-in-project anyway.

Fixes #966.
2013-03-16 16:18:49 -07:00
Phil Hagelberg
81413b3143 The :base profile makes no sense outside a project. 2013-03-16 14:01:09 -07:00
Michael Klishin
a91f40d3e1 Merge pull request #1066 from djpowell/lein-bat-fixes
lein.bat fixes
2013-03-15 15:15:40 -07:00
David Powell
f3059d4d25 Simplify handling of LEIN_JAVA_CMD to support parens in paths, such as with "Program Files (x86)" 2013-03-15 20:58:56 +00:00
David Powell
8df3d12ef8 Add back wget and curl support as a fallback for users without powershell. 2013-03-15 20:58:46 +00:00
Toby Crawley
da1856a5c4 Handle the case where gpg isn't installed; consolidate gpg usage. 2013-03-15 16:13:06 -04:00
Michael Klishin
825e9ffb56 Merge pull request #1065 from tobias/remove-dynapath-exclusion
Update to bultitude 0.2.2 across the board.
2013-03-15 09:12:11 -07:00
Toby Crawley
b2b0251382 Update to bultitude 0.2.2 across the board.
This eliminates the need to exclude dynapath, since pomegranate and
bultitude now use the same version. This also updates core's pom.xml
with other recent version updates.
2013-03-15 12:05:29 -04:00
Phil Hagelberg
d990ec5d94 Fix typo in key-manager-factory; memoize entire make-sslcontext. 2013-03-14 21:47:38 -07:00
Phil Hagelberg
2579b2989d Load key-manager-properties from user profile as well. 2013-03-14 21:37:40 -07:00
Stephen Nelson
18eab507e9 added default-key-manager that emulates the default JSSE behaviour.
Reads keyStore system properties and creates a KeyManagerFactory and
using it to create an SSLContext.
2013-03-14 21:21:20 -07:00
Phil Hagelberg
41df82ba5c Fix repl test. 2013-03-14 21:15:26 -07:00
Phil Hagelberg
b13700f7ac Rearrange repl task for greater clarity.
Fixes #966.
2013-03-14 19:40:48 -07:00
Phil Hagelberg
3e15fd2e32 Fix formatting of repl task.
[ci skip]
2013-03-14 18:05:06 -07:00
Phil Hagelberg
b43c085a42 Document requirement of test selectors to come at the end.
[ci skip]
2013-03-14 17:19:15 -07:00
Phil Hagelberg
82d894b024 Document :java-cmd and improve update task's docstring.
[ci skip]
2013-03-14 16:17:01 -07:00
Phil Hagelberg
ab439b29ca Oops; missed a reference to get-jar-filename. 2013-03-14 13:34:06 -07:00
Phil Hagelberg
c2325a73e0 Split out get-classified-jar-filename. Fixes #1039. 2013-03-14 13:33:14 -07:00
Colin Jones
3d1fc448a6 Add news about interrupt-on-repl-input
[ci skip]
2013-03-14 14:02:21 -05:00
Phil Hagelberg
37299a9c84 Bump clj-http version. 2013-03-14 11:58:13 -07:00
Phil Hagelberg
e57b9f1810 Move checking of LEIN_OFFLINE into defaults map to lower priority.
Fixes #961.
2013-03-14 11:58:02 -07:00
Phil Hagelberg
ea604f61c4 Suppress stack traces when dependencies can't resolve. 2013-03-14 11:56:25 -07:00
Phil Hagelberg
a8db759bfc Use set-profiles in trampoline task. Fixes #1044. 2013-03-14 11:35:41 -07:00
Phil Hagelberg
8c8a539ec0 Geez how did I forget THAT.
[ci skip]
2013-03-14 10:51:46 -07:00
Phil Hagelberg
e6de716766 Point people to the right place for bootstrapping instructions. 2013-03-14 10:46:55 -07:00
Phil Hagelberg
7ee4a5bd6a News updates. 2013-03-14 10:45:49 -07:00
Phil Hagelberg
f19897e921 Add update task for arbitrary project map transformations. 2013-03-14 10:45:49 -07:00
Laurent Petit
4c1d14bf81 When l.c.classpath/get-dependencies fails, it now propagates the root exc 2013-03-14 10:45:49 -07:00
Colin Jones
7663a004ed Tidy up a few tests
Mostly gets project maps in a format suitable for eval-in-project
(including the repositories), but also number-ifies port for aether (the
way the real URL.getPort method behaves).
2013-03-14 12:23:19 -05:00
Colin Jones
984f189606 Fix docstring typo 2013-03-14 12:12:11 -05:00
Colin Jones
192ff5d02a Go back up a directory for travis test run 2013-03-14 10:57:03 -05:00
Colin Jones
0599cd59ca Send https proxy property down to subprocesses
fixes #1060
2013-03-14 10:47:28 -05:00
Colin Jones
50dd466255 Specify :root in repl test so the stub works 2013-03-14 10:47:28 -05:00
Michael Klishin
800efff833 Use Clojure 1.5.1 in lein new templates
Fixes #1059
2013-03-14 00:21:42 +04:00
Nelson Morris
e2f19e5b77 Warn on version ranges for deps :tree
Use the new :repository-session-fn keyword for pomegranate
to add a DependencyChainFilter that checks for version ranges.

We store them in an atom because this might happen on another thread,
and we need to allow all of the ranges to be found.

Fixes #734
2013-03-13 00:04:12 -05:00
Phil Hagelberg
8af176a22e Merge pull request #1058 from hugoduncan/feature/add-bootstrap-alias
Add alias for bootstrap in leningen-core
2013-03-12 20:00:24 -07:00
Hugo Duncan
6ade0b7822 Add alias for bootstrap in leningen-core 2013-03-12 22:58:50 -04:00
Michael Klishin
e7f1e5664f Merge pull request #1057 from megri/master
Added a few lines to support using lein from a windows msys console
2013-03-12 15:17:49 -07:00
megri
fb1db2cec4 added support for windows/msys 2013-03-12 23:14:39 +01:00
Michael Klishin
c85fc14030 Bump Clojure to 1.5.1 2013-03-12 20:37:10 +04:00
Michael Klishin
3a258bad04 Merge pull request #1056 from timmc/expand-uberjar-whitelist
Allow use of mirrors when building a jar.
2013-03-11 10:47:31 -07:00
Tim McCormack
f1f0aecc76 Allow use of mirrors when building a jar.
Adds :mirrors to jar/whitelist-keys.
2013-03-11 13:38:24 -04:00
Phil Hagelberg
2340166b2f Document non-traditional javac compilation order. (from Quoll) Fixes #847. 2013-03-09 17:21:26 -08:00
Phil Hagelberg
81f51b6adf Bump http-wagon version. Fixes #1051. 2013-03-07 09:10:05 -08:00
Chas Emerick
749998bda9 fix :checkout-deps-shares to work with non-project-key fns, fixes gh-1049 2013-03-06 13:58:10 -05:00
Phil Hagelberg
b9a4147cf2 Merge pull request #1046 from hugoduncan/feature/fix-repo-credentials
Fix repo credentials when no credentials in url
2013-03-04 15:19:36 -08:00
Hugo Duncan
7dc109df88 Fix repo credentials when no credentials in url
Credentials were being overwritten with nil when there was no username or
password in the repository url.  Fixes regression introduced in
a61d6a66a6.
2013-03-04 18:08:07 -05:00