Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rerun test on 0.3.9 #2080

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
0ff650e
t0060: fail if no nc
chriscool Oct 17, 2015
fa93a76
ipns_test: fix namesys.NewNameSystem() call
chriscool Oct 20, 2015
d4a6847
fix races in http cors
miolini Oct 12, 2015
63eca28
fix a few race conditions in mocknet
whyrusleeping Oct 20, 2015
1d44b43
fix streaming output to flush per write
whyrusleeping Oct 21, 2015
35a1320
add sharness test for streaming output from daemon
whyrusleeping Oct 21, 2015
3f4ce94
t0010: add tests for 'ipfs commands --flags'
chriscool Oct 19, 2015
40c3c96
allow ipfs id to work on self
whyrusleeping Oct 18, 2015
d989f32
add small test to ensure ipfs id <self> works
whyrusleeping Oct 20, 2015
47e8750
bitswap: clean log printf and humanize dup data count
cryptix Oct 23, 2015
c3d0950
put newlines between streaming json output objects
whyrusleeping Oct 22, 2015
40752f8
make swarm connect return an error when it fails
whyrusleeping Oct 25, 2015
c5f8e43
purposely fail builds pre1.5
whyrusleeping Oct 21, 2015
bb84314
update gobuilder.yml to not break gobuilder
whyrusleeping Oct 21, 2015
66a7179
vendor in logging lib changes
whyrusleeping Oct 27, 2015
857790a
update code to use new logging changes
whyrusleeping Oct 27, 2015
761f21a
force godeps to save windows import
whyrusleeping Oct 21, 2015
19a8e6a
fix path creation so it works on windows
whyrusleeping Oct 21, 2015
94996da
skip cli parse tests on windows due to no stdin
whyrusleeping Oct 21, 2015
77ffe22
add check to makefile to ensure windows builds dont fail silently
whyrusleeping Oct 22, 2015
4a8cc3a
content type on command responses default to text
whyrusleeping Oct 28, 2015
430707e
Add first version of sharness_test_coverage_helper.sh
chriscool Oct 15, 2015
6fad414
coverage_helper: remove more cruft
chriscool Oct 15, 2015
fa7f35e
coverage_helper: remove .ipfs
chriscool Oct 15, 2015
2086571
coverage_helper: remove grep commands
chriscool Oct 16, 2015
9bdfd14
coverage_helper: refactor egreps
chriscool Oct 16, 2015
6d43a43
coverage_helper: get commands from 'ipfs commands'
chriscool Oct 16, 2015
2a5b94d
coverage_helper: match commands from both sources
chriscool Oct 16, 2015
8298974
coverage_helper: output a result
chriscool Oct 16, 2015
2ba979e
coverage_helper: exclude variables definitions
chriscool Oct 16, 2015
fdc7b4c
coverage_helper: refactor matching commands
chriscool Oct 17, 2015
59e75af
coverage_helper: log found commands
chriscool Oct 17, 2015
6fa8fd4
coverage_helper: use 'ipfs commands --flags'
chriscool Oct 24, 2015
ad42fd0
coverage_helper: better group long and short options
chriscool Oct 24, 2015
4016185
test/Makefile: add coverage target
chriscool Oct 24, 2015
51fcb41
t0220: add 'ipfs bitswap stat' tests
chriscool Oct 29, 2015
7fea010
t0220: show breakage with ipfs bitswap wantlist -p
chriscool Oct 29, 2015
2f39e4d
t0021: test 'ipfs config show'
chriscool Oct 29, 2015
39d2308
fixing putHandler for --writable http gateway
cryptix Oct 22, 2015
dd31090
putHandler: addressed CR from @jbenet
cryptix Oct 31, 2015
4efcd64
webui updated to disable logs
jbenet Oct 31, 2015
e096714
Ipfs version 0.3.9
whyrusleeping Oct 30, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gobuilder.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
triggers:
- github.com/ipfs/go-ipfs/cmd/ipfs
no_go_fmt: true
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# go-ipfs changelog

### 0.3.9 - 2015-10-30

This patch update includes a good number of bugfixes, notably, it fixes
builds on windows, and puts newlines between streaming json objects for a
proper nsjon format.

* Features
* Writable gateway enabled again (@cryptix)

* Bugfixes
* fix windows builds (@whyrusleeping)
* content type on command responses default to text (@whyrusleeping)
* add check to makefile to ensure windows builds dont fail silently (@whyrusleeping)
* put newlines between streaming json output objects (@whyrusleeping)
* fix streaming output to flush per write (@whyrusleeping)
* purposely fail builds pre go1.5 (@whyrusleeping)
* fix ipfs id <self> (@whyrusleeping)
* fix a few race conditions in mocknet (@whyrusleeping)
* fix makefile failing when not in a git repo (@whyrusleeping)
* fix cli flag orders (long, short) (@rht)
* fix races in http cors (@miolini)
* small webui update (some bugfixes) (@jbenet)

* Tool Changes
* make swarm connect return an error when it fails (@whyrusleeping)
* Add short flag for `ipfs ls --headers` (v for verbose) (@rht)

* General Codebase
* bitswap: clean log printf and humanize dup data count (@cryptix)
* config: update pluto's peerID (@lgierth)
* config: update bootstrap list hostname (@lgierth)

* Documentation
* Pared down contribute to link to new go guidelines (@richardlitt)

* Testing
* t0010: add tests for 'ipfs commands --flags' (@chriscool)
* ipns_test: fix namesys.NewNameSystem() call (@chriscool)
* t0060: fail if no nc (@chriscool)

### 0.3.8 - 2015-10-09

This patch update includes changes to make ipns more consistent and reliable,
Expand Down
18 changes: 13 additions & 5 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE

This file was deleted.

Loading