Commit graph

3017 commits

Author SHA1 Message Date
Logan Campbell
2000619e38 Changed installation path recommendation in README. 2013-03-22 20:26:25 +11:00
Phil Hagelberg
3edc5c3d44 Bump version back to 2.2.0-SNAPSHOT 2013-03-21 15:41:14 -07:00
Phil Hagelberg
bc84d8d166 Release 2.1.1 2013-03-21 15:32:09 -07:00
Phil Hagelberg
4a5ca55d70 Fix a bug I introduced to show-profiles; woo. 2013-03-21 13:28:24 -07:00
Phil Hagelberg
e495e0ef7d Newsies. 2013-03-21 13:28:21 -07:00
Phil Hagelberg
56a0bb1187 Add :test-paths to :checkout-deps-shares.
Fixes #950.
2013-03-21 12:40:24 -07:00
Phil Hagelberg
5c294e66e7 Allow run task to operate outside project directory.
Fixes #1086.
2013-03-21 12:39:29 -07:00
Phil Hagelberg
50a15b9d2a Merge remote-tracking branch 'origin/with-profile-symmetry'
# 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.
2013-03-20 15:15:04 -07:00
Phil Hagelberg
0a028f3fb7 Fix trampolined repl. 2013-03-20 14:50:24 -07:00
Michael Klishin
04f116fac0 Mention JDK 6+ requirement in README
References #1042
2013-03-21 01:24:06 +04:00
Phil Hagelberg
305bfc1410 Bump version numbers to 2.2.0-SNAPSHOT.
[ci skip]
2013-03-20 12:49:31 -07:00
Phil Hagelberg
48d1f42923 Merge pull request #1083 from djpowell/master
update-in error
2013-03-20 12:49:29 -07:00
David Powell
db4d0c0076 Update update_in.clj
Fix unintended recursion and error
2013-03-20 19:27:23 +00:00
Phil Hagelberg
cada4bde39 Fix NEWS dates and add a few missing entries.
[ci skip]
2013-03-20 09:38:06 -07:00
Colin Jones
3a2cf94324 Grant non-project profile access to with-profile 2013-03-19 23:13:39 -05:00
Colin Jones
fe6a0d1db2 Unify & expand the profile list for show-profiles 2013-03-19 23:12:12 -05:00
Phil Hagelberg
6359868172 Oh yeah... would have helped to catch that five minutes ago.
[ci skip]
2013-03-19 19:52:11 -07:00
Phil Hagelberg
904f2c91a4 Release 2.1.0 2013-03-19 19:45:21 -07:00
Phil Hagelberg
b22e6706d2 Update NEWS.md. 2013-03-19 19:41:23 -07:00
Phil Hagelberg
fa602e807b Look for bare maps in ~/.lein/profiles.d/*; disallow :user there.
Fixes #1068.
2013-03-19 19:39:36 -07:00
Phil Hagelberg
fb4a7268d9 Remove tests-in-src; tidy up compilation-specs. 2013-03-19 16:28:02 -07:00
Joshua P. Tilles
437e63daab Adjust compile task to make use of regex fns
Also update documentation.
2013-03-19 16:12:08 -07:00
Phil Hagelberg
ededa95c2d Merge remote-tracking branch 'marcliberatore/natives-update-java-library-path' 2013-03-19 14:25:48 -07:00
Marc Liberatore
d9e943e519 fix error in test introduced in 43581e2 2013-03-19 16:07:06 -04:00
Marc Liberatore
8540c73c17 document user-visible changes addressing #898 2013-03-19 15:39:28 -04:00
Marc Liberatore
43581e240f update java.library.path based on :native-prefix, addressing #898 2013-03-19 15:25:51 -04:00
Phil Hagelberg
3816f67861 Bump cheshire, slingshot, and pomegranate deps. 2013-03-19 10:24:56 -07:00
Phil Hagelberg
d54f82695e Don't blow up when test eval-in-project doesn't return a number.
Hopefully only an issue when using :eval-in-leiningen.
2013-03-19 10:24:56 -07:00
Phil Hagelberg
4f4e66e01b Tag tests which require network access. 2013-03-19 10:24:56 -07:00
Phil Hagelberg
b8a6a090fe Remove outdated link to GitHub downloads page. 2013-03-19 10:24:56 -07:00
Tim McCormack
d14f5149f1 #949 Allow specification of artifact signing key.
Add :signing {:gpg-key "..."} option to project maps (global value)
and to :deploy-repositories maps (per-repo value). Does not yet work
in :repositories specs.

Also:
* Document per-repo :sign-releases option
* Delete unused defn deploy/signature-for
2013-03-19 10:24:56 -07:00
Michael Klishin
85a5b0a7aa Merge pull request #1078 from djpowell/more-bat-fixes
Support higher-order tasks and aliases that use trampolines in lein.bat
2013-03-18 13:01:19 -07:00
Michael Klishin
8a06fbdb22 Merge pull request #1077 from djpowell/windows-system-profile
use an appropriate location for system profiles on windows
2013-03-18 12:59:15 -07:00
Toby Crawley
437cf551f6 Move gpg setup notes from DEPLOY to GPG [fixes #1073] 2013-03-18 12:51:56 -07:00
Phil Hagelberg
863684ee63 A few more news entries. 2013-03-18 09:50:12 -07:00
Phil Hagelberg
d6d173eb9a Formatting in tasks. 2013-03-18 09:38:09 -07:00
Phil Hagelberg
811acc2d5e Exclude in update-in task. 2013-03-18 09:34:55 -07:00
Phil Hagelberg
568065d4d9 Formatting for leiningen-core files. 2013-03-18 09:34:40 -07:00
Phil Hagelberg
8f953e21cf Bootstrap leiningen-core with the base profile only. 2013-03-18 09:21:00 -07:00
Phil Hagelberg
2b6e29c272 Prefer ^:private to closing over an atom.
For consistency more than anything else.
2013-03-18 09:11:43 -07:00
Phil Hagelberg
d4ea69d93b Warn when system profiles contain :repositories. 2013-03-18 09:10:35 -07:00
Phil Hagelberg
a23f4be441 Add :system to list of profiles applied by default. 2013-03-18 09:03:37 -07:00
david.powell
4ef01fcaa9 always process trampolines, even when used in aliases and higher-order tasks
remove unused leiningen.trampoline-file system property
2013-03-18 16:02:24 +00:00
david.powell
05bf3de42c use an appropriate location for system profiles on windows
move os detection into leiningen.core.utils
2013-03-18 15:20:54 +00:00
david.powell
f3e71aa03f ensure only one set of quotes around java command in trampolines 2013-03-18 15:16:03 +00:00
Jean Niklas L'orange
d27ec33cd7 credentials-fn != credentials 2013-03-18 02:44:16 +01:00
Jean Niklas L'orange
90688a8ca9 Merge pull request #1074 from timmc/master
Bugfix: Restrict repo credential lookup to known keys.
2013-03-17 18:07:55 -07:00
Tim McCormack
90f8cad903 Bugfix: Restrict repo credential lookup to known keys.
The last test in that set is a regression test discovered while working
on #949.
2013-03-17 20:55:28 -04:00
Toby Crawley
224fdf3e67 Remove unneeded bindings around consolidated gpg. 2013-03-17 17:10:46 -07:00
Toby Crawley
e836a57e1b Add notice about 'help gpg' to error output.
This covers artifact signing, credential decryption, and dependency
verification.
2013-03-17 17:08:51 -07:00