Commit graph

4047 commits

Author SHA1 Message Date
Jean Niklas L'orange
86ad734b0f Merge pull request #2004 from pietromenna/pedantic-abort-when-true
Return non zero status when :pedantic? is set to true or :abort
2015-10-12 00:19:31 +02:00
Pietro F. Menna
d2a2076477 Return non zero status when :pedantic? is set to true or :abort
Closes #1856.
2015-10-11 17:16:46 -03:00
Jean Niklas L'orange
696ccf90fd Merge pull request #2002 from timvisher/add-timvisher-to-news
Add exit code change to NEWS
2015-10-02 18:51:34 +02:00
Tim Visher
180490c485 Add Tim Visher to NEWS 2015-10-02 12:43:02 -04:00
Jean Niklas L'orange
d701275464 Quote components in ()s in lein.bat
Thanks for modulus @ freenode/#leiningen for the fix.
2015-09-26 16:36:19 +02:00
Jean Niklas L'orange
89f7ba1465 Merge pull request #1991 from MichaelBlume/container-build
allow travis to do a container build
2015-09-23 09:52:14 +02:00
Jean Niklas L'orange
7b6537a02c Merge pull request #1993 from rwilson/master
Added to template docs explaining mustache delimiters
2015-09-23 09:50:03 +02:00
Ryan Wilson
de4ec3e970 Added section to template documentation explaining mustache delimiters. 2015-09-22 17:47:44 -07:00
Michael Blume
a0c6df0916 allow travis to do a container build 2015-09-21 16:22:12 -07:00
Jean Niklas L'orange
87c7e07da9 Back to snapshot 2015-09-22 00:37:56 +02:00
Jean Niklas L'orange
574aabb9d4 Release 2.5.3 2015-09-21 23:23:51 +02:00
Jean Niklas L'orange
783ba1ed11 Update NEWS.md 2015-09-21 22:31:58 +02:00
Jean Niklas L'orange
3b0bd543e4 Merge pull request #1988
Conflicts:
	test/leiningen/test/new.clj
2015-09-20 17:25:53 +02:00
Jean Niklas L'orange
a8907c496d Add CHANGELOG.md to tests. 2015-09-20 17:18:40 +02:00
Jean Niklas L'orange
afa31af346 Pin potemkin. Ref #1693
It seems like potemkin is kept at 0.3.x, but some libraries seem to
depend on its transitive dependency, clj-tuple. In particular, some
dependency wants to use `clojure.lang.PersistentUnrolledVector`, which it
cannot find.

Pinning it to the latest version seems to cause issues like #1693 go
away.
2015-09-20 16:12:15 +02:00
Jean Niklas L'orange
aeee655881 Only merge in mirrors (if key exist) 2015-09-20 15:47:11 +02:00
Jean Niklas L'orange
af387e9e7c Merge pull request #1970 from Hardtack/master
Fix #1785
2015-09-20 15:43:35 +02:00
Jean Niklas L'orange
37e9c8cfbf Merge pull request #1830 from winks/issue-1420
Fixes #1420
2015-09-20 14:44:38 +02:00
Daniel Compton
804d96190f Add CHANGELOG.md to lein new templates
`lein new` commands will create a CHANGELOG.md template.

Fixes #1982
2015-09-12 23:44:51 +12:00
Jean Niklas L'orange
d40fdd4da3 Merge pull request #1986 from danielcompton/vcs-tag-without-signing
Add option to not sign tags when running "vcs" "tag"
2015-09-10 23:47:54 +02:00
Daniel Compton
eb98e855cf Add option to not sign tags when running "vcs" "tag"
- Add vcs tag commandline argument parser
- Update documentation to show new options

Fixes #1873, fixes #1799
2015-09-11 09:29:53 +12:00
Jean Niklas L'orange
bafe36205e Merge pull request #1985 from danielcompton/add-development-section
Split README documentation links into Usage and Development sections
2015-09-10 16:44:19 +02:00
Jean Niklas L'orange
fd6c7b6a4b Merge pull request #1984 from shimanekb/issue1944
issue #1944 Fix
2015-09-10 16:43:20 +02:00
B025994
a78259d5a0 changed .printStackTrace with println .getMessage 2015-09-10 09:12:33 -05:00
Daniel Compton
de56f0bd80 Split README documentation links into Usage and Development sections
Fixes #1971
2015-09-10 11:53:01 +12:00
B025994
e2ee014dd1 fixed printStackTrace bug using std out error 2015-09-09 16:47:54 -05:00
Jean Niklas L'orange
6538837be0 Merge pull request #1980 from j-allard/relax-file-not-found-test
Make the file-not-found test less strict
2015-09-08 16:37:18 +02:00
Jeremy Allard
bdc2e3ab33 Change the file-not-found test to be less strict on the output 2015-09-08 01:35:49 -04:00
Jean Niklas L'orange
e9d6d78857 Merge pull request #1974 from weavejester/create-classpaths-on-eval
Create source, resource and test paths for eval prep
2015-09-04 08:50:33 +02:00
James Reeves
1ecbb98ffc Create source, resource and test paths for eval prep
If a directory on the classpath does not exist when the JVM is started,
it's ignored even if it is subsequently created. This commit ensures
that source, resource and test paths exist as part of the prep work for
eval-in-project.
2015-09-04 04:20:32 +01:00
Jean Niklas L'orange
ee6d34e368 Add link to "build" steps, ref #1971
[ci skip]
2015-09-02 10:35:29 +02:00
Jean Niklas L'orange
0a24be8370 Merge pull request #1972 from timvisher/feature/honor-sh-return-codes
Feature/honor sh return codes
2015-09-02 10:32:38 +02:00
Tim Visher
53a03e9c64 Use eval/sh-with-exit-code in vcs
This should fail the release process if any command exits non-0.
2015-09-01 20:53:01 -04:00
Tim Visher
30fccae5a1 Add eval/sh-with-exit-code
Exactly like `sh` except that it requires a failure message and if the
command exits with a non-0 code, it use the failure message to throw an
Exception.

Added unit tests as well.
2015-09-01 20:51:38 -04:00
GunWoo Choi
d9fa141629 Add test for new template with mirror settings 2015-08-30 16:59:55 +09:00
GunWoo Choi
5192dda1cc Add value of :mirrors in user profiles to fake project. 2015-08-29 02:12:53 +09:00
Jean Niklas L'orange
1bc9d42c43 Merge pull request #1964 from shimanekb/issue1963
Extend gpg environment instead of replacing it
2015-08-23 15:31:29 +02:00
shimanekb
e972e10cea fixed LANGUAGE only env variable 2015-08-22 23:00:41 -05:00
Jean Niklas L'orange
123bfd61b2 Merge pull request #1933 from shalu214patil/update-lein-failure
Modify .lein-failures. Help retest individual tests.
2015-08-18 11:35:01 +02:00
Shalaka
0f8ced0ab5 Modify .lein-failures. Help retest individual tests.
Sometimes it is preferable and time-saving to retest :only failed tests,
instead of retesting the entire namespace.

To enable this, we can write a map to .lein-failures like this:
{"failed-ns-1" ["failed-test-1" "failed-test-2"]
 "failed-ns-2" ["failed-test-1"]
 ... ... ...}

But we do NOT change the API or behaviour of `lein-retest`.

We only modify it to read namespace names from a map instead of a set.

We now have the option to write a custom plugin or wrapper that retests
only failed tests.
2015-08-18 14:28:43 +05:30
Jean Niklas L'orange
7b0003c101 Merge pull request #1954 from orderthruchaos/master
Allow check for root user to process correctly on Solaris.
2015-08-15 13:55:34 +02:00
Brett N. DiFrischia
80ff1f29a4 Allow check for root user to process correctly on Solaris. 2015-08-14 11:27:36 -05:00
Phil Hagelberg
10cb2e7035 Merge pull request #1951 from pietromenna/lein-upgrade-snapshot-message
Updated old reference to hacking section of README from lein script
2015-08-12 12:58:53 +07:00
Pietro F. Menna
d55c34c712 Updated old reference to hacking section of README to "Bootstrapping" from CONTRIBUTING.md from lein script
fixes #1950
2015-08-11 23:33:32 -03:00
Phil Hagelberg
0ef4c2de82 Merge pull request #1948 from laforge49/master
Added gpg note for windows users
2015-08-12 08:02:24 +07:00
Bill La Forge
54743c5e2a gpa, not gpg 2015-08-11 09:09:53 -04:00
Bill La Forge
53492b3b5b suggested edits 2015-08-11 09:07:05 -04:00
Bill La Forge
8377d5ef19 Added gpg note for windows users
Instructions for installing and running pinentry agent.
2015-08-10 07:22:10 -04:00
Phil Hagelberg
5ef752760c Add downgrade as first-class alias.
Upgrade/downgrade are "primitive" tasks that must be implemented in the
shell script for bootstrapping reasons. We have a dummy task just for
the purposes of having somewhere to hang a docstring; this commit adds
the alias for downgrade.

Fixes #1947
2015-08-10 10:58:27 +07:00
Jean Niklas L'orange
35aef5832b Back to snapshot. 2015-08-09 15:58:37 +02:00