- 09 May, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 04 May, 2016 2 commits
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 28 Apr, 2016 1 commit
-
-
Kevin Atkinson authored
Move the go commands that should run under cmd/ipfs in the Makefile in cmd/ipfs rather than doing a "cd cmd/ipfs && go ..." in the root Makefile. The "cd cmd/ipfs && go ..." lines causes problems with GNU Emacs's compilation mode. With the current setup Emacs is unable to jump to the location of the error outputted by go compiler as it can not find the source file. The problem is that the embedded "cd" command causes Emacs's compilation mode to lose track of the current directory and thus attempts to look for the source file in the wrong directory. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 27 Apr, 2016 1 commit
-
-
Jeromy Johnson authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 13 Apr, 2016 1 commit
-
-
Andrew Chin authored
License: MIT Signed-off-by: Andrew Chin <achin@eminence32.net>
-
- 28 Mar, 2016 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 10 Mar, 2016 2 commits
-
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 02 Mar, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 01 Mar, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 27 Feb, 2016 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 24 Feb, 2016 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 23 Feb, 2016 2 commits
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 14 Feb, 2016 1 commit
-
-
Jakub Sztandera authored
Build scripts should never touch user's environment. This patch intoduces existance and version check for gx and gx-go Prints nice error message if they are missing or outdated. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
-
- 06 Feb, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 05 Feb, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 30 Jan, 2016 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 27 Jan, 2016 1 commit
-
-
Thomas Gardner authored
License: MIT Signed-off-by: Thomas Gardner <tmg@fastmail.com>
-
- 14 Dec, 2015 1 commit
-
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 23 Nov, 2015 1 commit
-
-
Jeromy Johnson authored
License: MIT Signed-off-by: Jeromy Johnson <why@ipfs.io>
-
- 28 Oct, 2015 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 17 Oct, 2015 1 commit
-
-
Caio Alonso authored
License: MIT Signed-off-by: Caio Alonso <caio@caioalonso.com>
-
- 12 May, 2015 1 commit
-
-
Juan Batiz-Benet authored
After losing jenkins, it's been difficult to test all commits manually. This commit adds a Makefile target that makes travis do it. Unfortunately, this is way too slow. It takes longer than the allotted 10min. After asking the travis people what to do, someone suggested making sure that each commit is pushed to github independently. This makes travis run CI on every single commit in the PR, and gives us nice status indicators on each one (so we know which ones did not pass). This approach means that we need to push a branch to the repo for each commit in the PR-- otherwise travis may cancel its run if it detects that the branch is no longer there. We could automate this with a bot that essentially does: for each PR: git fetch the PR branch push a branch per commit: <branch>-<commit> for each closed PR: delete all branches with pattern <branch>-<commit>
-
- 18 Mar, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 05 Mar, 2015 1 commit
-
-
Henry authored
-
- 27 Feb, 2015 1 commit
-
-
Henry authored
This way, the following tests can already used the newly build libraries and don't have to build them again.
-
- 13 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
-
- 07 Jan, 2015 2 commits
-
-
Christian Couder authored
The dockertest/ directory has been moved into test/ and it has been renamed 3nodetest/ in commit 28cf220d (dockertest -> test/3nodetest). License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
kept bin in place
-
- 06 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 05 Jan, 2015 2 commits
-
-
Juan Batiz-Benet authored
We use make test as the measure of correctness. This laxity has let bugs creep into several systems. This commit changes our target to always run expensive tests, unless one specifically runs `make test_short` (we would do well to remove most if not all timing-- that's usually what makes tests take a long time.)
-
Juan Batiz-Benet authored
-
- 23 Dec, 2014 2 commits
-
-
Juan Batiz-Benet authored
this commit changes how the dockertest image is built. it moves the command into dockertest/Makefile. It also uses a cached file that -- if removed with make clean -- can signal whether the image should be rebuilt. (it may be ideal to have it either detect code has changed, or just rebuild every time. )
-
Brian Tiger Chow authored
-