Skip to content

Commit 285a62a

Browse files
committed
Added achievements from other sprints, all contribs for Feb
1 parent 02ce22e commit 285a62a

File tree

1 file changed

+96
-4
lines changed

1 file changed

+96
-4
lines changed

published/005-2016-Feb-1.md

Lines changed: 96 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
If you would like to get this update as an email, sign up for our [weekly newsletter](//tinyletter.com/ipfsweekly)!
66

7-
Here are some of the highlights for the [February 1st](//github.com/ipfs/pm/issues/88) and [February 8](//github.com/ipfs/pm/issues/89) sprints:
7+
Here are some of the highlights for the February sprints:
88

99
## Updates
1010

1111
* [**go-ipfs**](//github.com/ipfs/go-ipfs)
1212
- [@noffle](//github.com/noffle) made [a fix](https://github.com/ipfs/go-ipfs/pull/2296) for when your FUSE connection is terminated.
13+
- [@noffle](//github.com/noffle), [@whyrusleeping](//github.com/whyrusleeping) and [@chriscool](//github.com/chriscool) have been doing lots to make our tests greener. This'll let us get PRs in faster because we won't need to wonder whether our CI is lying to us or not. This gives us more confidence about the code we ship, and allows us to ship more often.
14+
- [@noffle](//github.com/noffle) also made progress toward getting `go-ipfs` compatible with vanilla `go get` installation. Hope to have more tangible results to show by end of the month.
1315
- [@RichardLitt](//github.com/RichardLitt) made a lot of documentation fixes to the CLI while working on the IPFS HTTP API.
1416
- [@lgierth](//github.com/lgierth) improved the automated [docker image](https://github.com/ipfs/go-ipfs/pull/2308) for go-ipfs, which is now named `ipfs/go-ipfs`. Give it a try: `docker run -i --net=host ipfs/go-ipfs`. The new image is built automatically for every commit, and has automatic tags for the coming releases. It's also a few MB smaller, and doesn't require mounting a volume for the IPFS repository anymore. Instead, if there's no volume mounted, it'll generate an ephemeral identity and configuration which will be lost when the container exits. This is ideal for testing or just trying something out real quick. Images for go-ipfs 0.3.x are not provided, because the Dockerfile shipped with these version isn't suitable for Docker Hub automatic builds.
1517
- [@chriscool](//github.com/chriscool) rewrote [the build documentation for Windows](//github.com/ipfs/go-ipfs/blob/master/docs/windows.md), which enabled [@slothbag](//github.com/slothbag) to get Windows builds working again with minimal fuss.
@@ -24,6 +26,22 @@ Here are some of the highlights for the [February 1st](//github.com/ipfs/pm/issu
2426
- As well, thanks to [@dignifiedquire](//github.com/dignifiedquire)'s efforts, the js-ipfs API now returns promises if there isn't a specified callback, allowing both major methods used by the Javascript community to work equally well.
2527
* [**registry-mirror**](//github.com/diasdavid/registry-mirror)
2628
- [@diasdavid](//github.com/diasdavid) merged registry-static into registry-mirror and removed all of the unnecessary stuff [(this was huge)](https://github.com/diasdavid/registry-mirror/pull/33).
29+
* [**station**](//github.com/ipfs/station)
30+
- [@dignifiedquire](//github.com/dignifiedquire) fixed drag and drop
31+
file uploading, and some dependency issues. So go ahead and try it
32+
out.
33+
* [**ipfs-geoip**](//github.com/ipfs/ipfs-geoip)
34+
- [@dignifiedquire](//github.com/dignifiedquire) rewrote the generation
35+
script and cleaned up the code so that now the data is consistently
36+
reproducable and fully stored on IPFS. This ensures that geoip lookups
37+
over IFPS will work in all future releases.
38+
* [**fs-repo-migrations**](//github.com/ipfs/fs-repo-migrations)
39+
- [@chriscool](//github.com/chriscool) Improved fs-repo-migrations tests by checking that the objects are the same and checking that garbage collection does not change anything. He also cleaned up sharness tests.
40+
* [**http-api-spec**](//github.com/ipfs/http-api-spec)
41+
- @RichardLitt finished logging all existing `ipfs` commands for the HTTP API Spec. This means that if you have any questions about how the HTTP API should work, you can see them either in master or as open PRs to that issue. One step closer to a fully functional API...
42+
* [**community**](//github.com/ipfs/community)
43+
- @RichardLitt proposed using the new [GitHub Templates]() for IPFS. What do you think about this idea? Chime in [here](https://github.com/ipfs/community/issues/108).
44+
- We now have [a list of community events](https://github.com/ipfs/community#events-calendar) for IPFS on the ipfs/community README. Do you have any that you'd like to add? Check out past events, too.
2745

2846
## Work in Progress
2947

@@ -35,72 +53,146 @@ Here are some of the highlights for the [February 1st](//github.com/ipfs/pm/issu
3553

3654
## Contributors
3755

38-
Across the entire IPFS GitHub organization, the following people have committed code, created issues, or made a comment on GitHub between February 1st (noon, GMT) and February 8th. We're autogenerating this list using [this tool](//github.com/ipfs/weekly/blob/master/tools/get_commits.py) and [this other tool](//github.com/richardlitt/name-your-contributors), so please let us know if your name isn't here.
56+
Across the entire IPFS GitHub organization, the following people have committed code, created issues, or made a comment on GitHub between February 1st (noon, GMT) and February 29th. We're autogenerating this list using [this tool](//github.com/ipfs/weekly/blob/master/tools/get_commits.py) and [this other tool](//github.com/richardlitt/name-your-contributors), so please let us know if your name isn't here.
3957

58+
- [@abacon](//github.com/abacon) (Bacon)
59+
- [@almereyda](//github.com/almereyda) (jon r)
60+
- [@amstocker](//github.com/amstocker) (Andrew Stocker)
61+
- [@anacrolix](//github.com/anacrolix) (Matt Joiner)
4062
- [@anarcat](//github.com/anarcat) (anarcat)
4163
- [@Ape](//github.com/Ape) (Lauri Niskanen)
4264
- [@area](//github.com/area)
4365
- [@ARezaK](//github.com/ARezaK)
66+
- [@Asgraf](//github.com/Asgraf) (Michal Turek)
67+
- [@Balancer](//github.com/Balancer) (Balancer)
68+
- [@balupton](//github.com/balupton) (Benjamin Lupton)
69+
- [@bierlingm](//github.com/bierlingm)
4470
- [@BigBlueHat](//github.com/BigBlueHat) (BigBlueHat)
71+
- [@boergsen](//github.com/boergsen)
4572
- [@boxxa](//github.com/boxxa) (Boxxa)
4673
- [@briantigerchow](//github.com/briantigerchow) (Brian Tiger Chow)
4774
- [@brimstone](//github.com/brimstone) (Matt)
75+
- [@bussiere](//github.com/bussiere) (bussiere)
76+
- [@bzz](//github.com/bzz) (Alexander)
77+
- [@chpio](//github.com/chpio)
78+
- [@chris-martin](//github.com/chris-martin) (Christopher Martin)
4879
- [@chriscool](//github.com/chriscool) (Christian Couder)
4980
- [@christianlundkvist](//github.com/christianlundkvist) (Christian Lundkvist)
5081
- [@ChristopherA](//github.com/ChristopherA) (Christopher Allen)
5182
- [@cjcase](//github.com/cjcase) (Cj Case)
5283
- [@cleichner](//github.com/cleichner) (Chas)
84+
- [@codeburd](//github.com/codeburd)
5385
- [@Crest](//github.com/Crest) (Crest)
5486
- [@cryptix](//github.com/cryptix) (Henry)
87+
- [@daveajones](//github.com/daveajones) (Dave Jones)
88+
- [@David-Leudolph](//github.com/David-Leudolph) (David Leudolph)
89+
- [@david415](//github.com/david415) (David Stainton)
5590
- [@davidar](//github.com/davidar) (David A Roberts)
5691
- [@denisnazarov](//github.com/denisnazarov) (Denis Nazarov)
92+
- [@dginev](//github.com/dginev) (Deyan Ginev)
5793
- [@diasdavid](//github.com/diasdavid) (David Dias)
5894
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
5995
- [@djdv](//github.com/djdv) (Dominic Della Valle)
96+
- [@dominictarr](//github.com/dominictarr) (Dominic Tarr)
6097
- [@Dumptel](//github.com/Dumptel)
6198
- [@dylanPowers](//github.com/dylanPowers) (Dylan Powers)
99+
- [@edent](//github.com/edent) (Terence Eden)
100+
- [@ehd](//github.com/ehd) (Stephan Seidt)
101+
- [@EliasGabrielsson](//github.com/EliasGabrielsson) (Elias Gabrielsson)
62102
- [@emardee](//github.com/emardee)
63103
- [@eminence](//github.com/eminence) (Andrew Chin)
104+
- [@faebser](//github.com/faebser) (Fabian Frei)
64105
- [@fazo96](//github.com/fazo96) (Enrico Fasoli)
106+
- [@Fil](//github.com/Fil) (Fil)
65107
- [@frabrunelle](//github.com/frabrunelle) (Francis Brunelle)
66108
- [@GitCop](//github.com/GitCop)
109+
- [@GravisZro](//github.com/GravisZro) (Gravis)
67110
- [@greenkeeperio-bot](//github.com/greenkeeperio-bot) (Greenkeeper)
68111
- [@halseth](//github.com/halseth)
112+
- [@harlantwood](//github.com/harlantwood) (Harlan T Wood)
113+
- [@hitchcott](//github.com/hitchcott) (Chris Hitchcott)
69114
- [@hosh](//github.com/hosh) (Ho-Sheng Hsiao)
115+
- [@hutenosa](//github.com/hutenosa)
70116
- [@IanCal](//github.com/IanCal) (Ian Calvert)
71117
- [@ianopolous](//github.com/ianopolous) (Ian Preston)
72-
- [@JAremko](//github.com/JAremko) (Eugene Yaremenko)
118+
- [@ingokeck](//github.com/ingokeck) (Ingo Keck)
119+
- [@insanity54](//github.com/insanity54) (Chris Grimmett)
120+
- [@ion1](//github.com/ion1) (Johan Kiviniemi)
121+
- [@j-h-scheufen](//github.com/j-h-scheufen)
122+
- [@j4nu5](//github.com/j4nu5) (Kushagra Sinha)
123+
- [@jamescarlyle](//github.com/jamescarlyle) (James Carlyle)
73124
- [@jbenet](//github.com/jbenet) (Juan Benet)
125+
- [@jbshirk](//github.com/jbshirk) (Joe)
74126
- [@jedahan](//github.com/jedahan) (Jonathan Dahan)
127+
- [@jeffscottward](//github.com/jeffscottward) (Jeff Ward)
128+
- [@jefft0](//github.com/jefft0) (Jeff Thompson)
129+
- [@johncant](//github.com/johncant) (John Cant)
75130
- [@kalmi](//github.com/kalmi) (Tarnay Kálmán)
76131
- [@Kolomona](//github.com/Kolomona) (Kolomona Myer)
132+
- [@krl](//github.com/krl) (kristoffer)
77133
- [@Kubuxu](//github.com/Kubuxu) (Jakub Sztandera)
134+
- [@kyledrake](//github.com/kyledrake) (Kyle Drake)
135+
- [@kyrias](//github.com/kyrias) (Johannes Löthberg)
78136
- [@lamarpavel](//github.com/lamarpavel)
137+
- [@lernisto](//github.com/lernisto) (Terrel Shumway)
79138
- [@lgierth](//github.com/lgierth) (Lars Gierth)
80139
- [@lidel](//github.com/lidel) (Marcin Rataj)
140+
- [@lockedshadow](//github.com/lockedshadow)
81141
- [@lovelaced](//github.com/lovelaced)
82142
- [@mappum](//github.com/mappum) (ᴍᴀᴛᴛ ʙᴇʟʟ)
143+
- [@matshenricson](//github.com/matshenricson) (Mats Henricson)
83144
- [@MichaelMure](//github.com/MichaelMure) (Michael Muré)
84145
- [@mildred](//github.com/mildred) (Mildred Ki'Lya)
85146
- [@mindhog](//github.com/mindhog)
147+
- [@Mithgol](//github.com/Mithgol)
148+
- [@mnp](//github.com/mnp) (Mitchell Perilstein)
149+
- [@montagsoup](//github.com/montagsoup)
150+
- [@MrChrisJ](//github.com/MrChrisJ) (Chris Ellis)
151+
- [@mseri](//github.com/mseri)
152+
- [@NDuma](//github.com/NDuma) (NDuma)
153+
- [@nginnever](//github.com/nginnever) (Nathan Ginnever)
154+
- [@NightRa](//github.com/NightRa) (Ilan Godik)
155+
- [@NodeGuy](//github.com/NodeGuy) (David Braun)
86156
- [@noffle](//github.com/noffle) (Stephen Whitmore)
157+
- [@odipar](//github.com/odipar) (rapido)
158+
- [@olizilla](//github.com/olizilla) (Oli Evans)
87159
- [@palesz](//github.com/palesz) (Palesz)
160+
- [@palkeo](//github.com/palkeo) (palkeo)
88161
- [@parkan](//github.com/parkan) (Arkadiy Kukarkin)
89162
- [@peerchemist](//github.com/peerchemist)
163+
- [@pietsch](//github.com/pietsch) (Christian Pietsch)
164+
- [@prusnak](//github.com/prusnak) (Pavol Rusnak)
90165
- [@randomshinichi](//github.com/randomshinichi)
166+
- [@reit-c](//github.com/reit-c)
167+
- [@rethore](//github.com/rethore) (Pierre-Elouan Réthoré)
91168
- [@rht](//github.com/rht)
92169
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
170+
- [@richardschneider](//github.com/richardschneider) (Richard Schneider)
171+
- [@rsynnest](//github.com/rsynnest)
93172
- [@rubiojr](//github.com/rubiojr) (Sergio Rubio)
173+
- [@se3000](//github.com/se3000) (Steve Ellis)
174+
- [@Shaaah](//github.com/Shaaah) (Shaaah)
175+
- [@shtukas](//github.com/shtukas) (Pascal Honoré)
94176
- [@sivachandran](//github.com/sivachandran) (Sivachandran)
95177
- [@sleep-walker](//github.com/sleep-walker) (Tomáš Čech)
178+
- [@slothbag](//github.com/slothbag)
179+
- [@Stebalien](//github.com/Stebalien) (Steven Allen)
180+
- [@suisha](//github.com/suisha) (David Mai)
96181
- [@thelinuxkid](//github.com/thelinuxkid) (Andres Buritica)
182+
- [@tidux](//github.com/tidux) (Todixu)
183+
- [@tinybike](//github.com/tinybike) (Jack Peterson)
97184
- [@tomgg](//github.com/tomgg) (tmg)
98185
- [@tv42](//github.com/tv42) (Tv)
99186
- [@void4](//github.com/void4)
187+
- [@wanderer](//github.com/wanderer)
188+
- [@wasserfuhr](//github.com/wasserfuhr) (RainerWasserfuhr)
100189
- [@whyrusleeping](//github.com/whyrusleeping) (Jeromy Johnson)
190+
- [@xicombd](//github.com/xicombd) (Francisco Baio Dias)
191+
- [@yangwao](//github.com/yangwao) (Matej Nemček)
101192
- [@zignig](//github.com/zignig) (Simon Kirkby)
193+
- [@Zogg](//github.com/Zogg)
102194

103-
Thanks, and see you next week! The more people mention items they want to see in the weekly there, the easier it is to make this and send it out.
195+
This newsletter is also a community effort. If you have cool things to share for the next weekly, drop a comment about it in [the weekly repo](//github.com/ipfs/weekly! The more people mention items they want to see in the weekly there, the easier it is to make this and send it out.
104196

105197
- Richard Littauer and Andrew Chin
106198

0 commit comments

Comments
 (0)