Commit graph

3939 commits

Author SHA1 Message Date
Phil Hagelberg
62385866c9 Merge pull request #1808 from mavbozo/gpg-agent-docs
Docs to fix gpg: can't query passphrase in batch mode in debian
2015-01-27 09:32:48 +07:00
Dmitri Sotnikov
7a88ff9000 fixed formatting for renderer 2015-01-26 13:50:42 -05:00
Jean Niklas L'orange
c652068fc8 Merge pull request #1812 from yogthos/master
provide ability to supply a custom rendering function
2015-01-26 19:14:53 +01:00
Dmitri Sotnikov
4c3faa9abe updated doc string to describe render-fn 2015-01-26 12:39:18 -05:00
Yogthos
df5cf771f5 provide ability to supply a custom rendering function 2015-01-26 10:57:40 -05:00
Avicenna
fe2ee5d5aa remove solution from DEPLOY.md and specifically mention gpg 1.4.12 in
GPG.md.

I only write the solution in GPG.md because there is a leiningen message

    See `lein help gpg` for how to install gpg.

reading troubleshooting section in GPG.md should be enough to find the solution.
2015-01-26 17:36:31 +07:00
Mike Blume
89e434e9c9 avoid duplicate entries in manifest 2015-01-25 15:02:41 -08:00
mavbozo
61e81c212e improve formatting 2015-01-24 18:22:42 +07:00
mavbozo
20cbacb3f4 add writings in the docs to solve gpg: can't query passphrase in batch
mode error.
2015-01-24 18:15:15 +07:00
Jean Niklas L'orange
f4cb405781 Merge pull request #1807 from brandonbloom/into-strings
Be explicit about array type.
2015-01-23 19:53:30 +01:00
Brandon Bloom
3282434f19 Be explicit about array type. 2015-01-23 13:29:25 -05:00
Jean Niklas L'orange
263c1701fd Merge pull request #1804 from tpope/drawbridge-port
Don't require port for drawbridge URLs
2015-01-22 21:26:17 +01:00
Jean Niklas L'orange
20abfc0462 Merge pull request #1801 from kephale/uberjarname
Fix for retaining :uberjar-name from profiles.
2015-01-22 16:18:50 +01:00
Kyle Harrington
de3df01567 reverting to previous jar.clj 2015-01-22 08:31:36 -05:00
Tim Pope
6ff23a922b Don't require port for drawbridge URLs 2015-01-20 19:13:01 -05:00
Gary Fredericks
0000b97826 Consistent capitalization of "Leiningen" 2015-01-17 19:38:49 -06:00
Kyle Harrington
77bd159038 Fix for retaining :uberjar-name from profiles. 2015-01-15 10:38:23 -05:00
Jean Niklas L'orange
24052b9652 Sorry 1.x, but we've moved on.
[ci skip]
2015-01-14 18:20:34 +01:00
Jean Niklas L'orange
d8f472d6d3 Merge pull request #1794 from k2n/plugin_doc_ja_translation
Translated Plugin page to Japanese. [ci skip]
2015-01-13 14:13:13 +01:00
Phil Hagelberg
7aef5c3cfc Bump version to 2.5.2-SNAPSHOT.
[ci skip]
2015-01-09 09:55:40 -08:00
Phil Hagelberg
27e5e20902 Update self-install URL in bat file too. 2015-01-09 09:51:32 -08:00
Phil Hagelberg
b630fa37b8 Release 2.5.1 2015-01-09 09:47:16 -08:00
Phil Hagelberg
f48846ff3c Github is being dumb and disallowing .jar uploads.
"Unfortunately, we don't support that file type. Try zipping it."

It's already a zip file, genius.
2015-01-09 09:43:34 -08:00
Jean Niklas L'orange
e3dd2ad881 Update NEWS. 2015-01-09 09:27:34 -08:00
Phil Hagelberg
d63b2fa40f Don't skip the certificate checking in lein.bat, geeeeeeeeez.
Fixes #1733.
2015-01-07 15:52:06 -08:00
Kenji Nakamura
a372202d94 Translated Plugin page to Japanese. 2015-01-03 15:47:29 +09:00
Jean Niklas L'orange
370423622c Merge PR #1720, fixes #1719. 2014-12-30 21:34:39 +01:00
Jean Niklas L'orange
893876c912 Emphasise on password visibility in console. 2014-12-30 21:33:47 +01:00
Jean Niklas L'orange
aace7db2fe Merge pull request #1793 from m00nlight/hgignore
Add .hgignore to lein new output
2014-12-30 00:28:16 +01:00
m00nlight
09c8272124 remove pom changes 2014-12-29 14:22:54 -08:00
m00nlight
e97c36084b Add gitignore to ignore all mercurial related files and hgignore all git related files 2014-12-29 11:33:08 +08:00
m00nlight
ac302d3125 Add hgignore for programmer prefer mercurial DRCS 2014-12-29 11:16:39 +08:00
Phil Hagelberg
1f324dad13 Merge pull request #1786 from jafingerhut/master
Correct relative priority of profiles.clj and project.clj in Merging doc...
2014-12-15 20:55:41 -08:00
Andy Fingerhut
b4602d4a4b Correct relative priority of profiles.clj and project.clj in Merging docs 2014-12-15 20:32:04 -08:00
Phil Hagelberg
bebce21441 Use main/abort instead of throwing exception in clean. 2014-12-05 09:25:22 -08:00
Phil Hagelberg
26dff1929c Don't pass through :doc on alias metadata propagation.
It's likely that the alias vector provides additional arguments that
change the semantics of the invocation, so blindly propagating the
docstring would be misleading.
2014-12-05 09:25:18 -08:00
Phil Hagelberg
b4ed2564d5 Merge pull request #1769 from RyanMcG/fix-pass-through-help-on-vector-aliases
Fix pass-through-help on vector aliases by merging meta on aliases
2014-12-05 09:04:07 -08:00
Phil Hagelberg
1296288b59 Merge pull request #1776 from jcrossley3/1721
A more efficient alternative fix for #1721
2014-12-05 08:55:07 -08:00
Jim Crossley
0e20baf378 Account for absolute target paths 2014-12-03 14:31:17 -05:00
Jim Crossley
1cff1b8498 An alternative fix for #1721 to clean all profile paths
If we detect a format specifier in the raw :target-path, e.g. a percent
sign, we adjust the :target-path in the project to be cleaned to reflect
the parent directory of the spliced profile.

Thus we avoid activating every single profile for the project,
potentially activating resource-intensive middleware, just to delete a
directory.
2014-12-03 09:23:19 -05:00
Jim Crossley
d3297be9da Add test for cleaning spliced target path 2014-12-03 09:16:43 -05:00
Jean Niklas L'orange
fade5c25d3 Merge branch 'improve-write-permissions'. 2014-12-02 13:40:08 +01:00
Jean Niklas L'orange
fda96ddbbc Check write permissions in lein jvm, fixes #1775.
This doesn't check the legacy repl port file, presumably that's okay as
it's... well, legacy.
2014-12-02 13:34:35 +01:00
Jean Niklas L'orange
d0ef5cbf1c Improve with-write-permissions macro. 2014-12-02 11:58:01 +01:00
Ryan McGowan
02c9f3134a Merge meta on aliases.
This fixes pass-through-help when used on vector valued aliases. Ex:

    :aliases {"a" ^:pass-through-help ["run" "-m" "some.core"]
              "b" ^:any-meta ["a"]}

The meta on task b will be `{:pass-through-help true, :any-meta true}`.
2014-12-01 20:06:24 -08:00
Jean Niklas L'orange
6ed53ab6a7 Add :pass-through-help documentation.
[ci skip]
2014-11-26 23:35:55 +01:00
Jean Niklas L'orange
a8093da794 Merge pull request #1770 from cakebaker/fix_new_doc
Remove reference to "lein help new"
2014-11-25 17:08:21 +01:00
Daniel Hofstetter
1c9b9b09fb Remove reference to "lein help new" 2014-11-25 16:14:34 +01:00
Jean Niklas L'orange
e2a410487f Merge pull request #1766 from ernestas/check-for-write-permissions
Check write permissions before writing .nrepl-port
2014-11-22 15:06:28 +01:00
Jean Niklas L'orange
bc88241f4f Merge pull request #1767 from danielcompton/patch-1
Clarify .lein-classpath usage with plugin deps
2014-11-22 14:56:53 +01:00