Commit graph

569 commits

Author SHA1 Message Date
verytable
58a2d0919f wordcount: fix output format in readme. 2020-02-14 13:53:55 +03:00
Fedor Korotkiy
98b39757c0 Update tour0 README 2020-02-14 13:37:35 +03:00
verytable
5492c916b1 Fix http request docs ref. 2020-02-14 13:26:46 +03:00
Fedor Korotkiy
5d9a1344ca Try another fix 2020-02-14 00:04:48 +03:00
Fedor Korotkiy
ffd0ea8700 List only go files 2020-02-13 23:57:34 +03:00
verytable
555c710de0 fetchall: fix example in readme. 2020-02-13 23:21:54 +03:00
verytable
361279b1b5 Release fetchall. 2020-02-13 23:10:15 +03:00
verytable
228472b942 Merge branch '5-concurrent-url-fetch' into 'master'
Resolve "concurrent-url-fetch"

Closes #5

See merge request slon/shad-go-private!5
2020-02-13 20:04:47 +00:00
verytable
089a8d9f8a Merge branch '4-url-fetch' into 'master'
Resolve "url-fetch"

Closes #4

See merge request slon/shad-go-private!4
2020-02-13 19:54:24 +00:00
verytable
df4a9d56c3 Resolve "url-fetch" 2020-02-13 19:54:24 +00:00
verytable
8041717d54 Fix yaml. 2020-02-13 22:43:49 +03:00
verytable
3d7852a094 Release wordcount. 2020-02-13 22:37:49 +03:00
verytable
587daafa63 Add concurrent url fetch. 2020-02-13 19:00:29 +03:00
Fedor Korotkiy
fa5c208aad Update slides 2020-02-13 17:57:26 +03:00
Fedor Korotkiy
47c9bf5bf4 Add tour0 2020-02-13 16:00:28 +03:00
Fedor Korotkiy
3d9a69ac37 Fix lecture 2020-02-13 15:47:08 +03:00
Fedor Korotkiy
c989b9f92e Fix lecture 2020-02-13 14:54:17 +03:00
Fedor Korotkiy
1f1c1870c6 Update first lecture 2020-02-13 14:45:11 +03:00
Fedor Korotkiy
4006009c2c Update sum README.md 2020-02-13 03:25:45 +03:00
Fedor Korotkiy
d842678a2c Fix 2020-02-13 03:07:21 +03:00
Fedor Korotkiy
d4a0cca74d Debugging 2020-02-13 03:02:31 +03:00
Fedor Korotkiy
d09d084a1d Debugging 2020-02-13 02:58:32 +03:00
Fedor Korotkiy
0136bbfac5 Debugging 2020-02-13 02:56:04 +03:00
Fedor Korotkiy
796804edab Debugging 2020-02-13 02:50:16 +03:00
Fedor Korotkiy
e227b7e140 Fix 2020-02-13 02:31:40 +03:00
Fedor Korotkiy
3c626cafd5 Fix 2020-02-13 02:28:27 +03:00
Fedor Korotkiy
a361581536 Fix CI config. 2020-02-13 02:18:05 +03:00
Fedor Korotkiy
6a83a4f1fc Task grading 2020-02-13 02:10:17 +03:00
verytable
19f44ee666 wordcount: test lines with single occurence 2020-02-13 01:42:45 +03:00
verytable
735f5163b4 testenv.docker: fix testtool build command 2020-02-13 01:34:42 +03:00
verytable
8290d1179c Merge branch '3-word-count' into 'master'
Resolve "word-count"

Closes #3

See merge request slon/shad-go-private!3
2020-02-12 22:25:12 +00:00
verytable
dea434be37 Resolve "word-count" 2020-02-12 22:25:12 +00:00
Fedor Korotkiy
0de2390008 Squashed commit of the following:
commit 347ba11cfe4a49bff6fc29063b49416d90525e52
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 22:44:26 2020 +0300

    Sandboxed test execution.

commit c5c9557dd59c54971a78d424ec118655f6b2005c
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 21:13:13 2020 +0300

    Fix paths used during testing.

commit 1ba21eb0aad08f543c6a99bfd927721207943abb
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 20:56:32 2020 +0300

    Helper for process sandboxing

commit 54f0aa11156c1d2c998a060b60be7af8666d5da4
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 20:10:56 2020 +0300

    Package list helper.
2020-02-10 16:41:58 +03:00
Fedor Korotkiy
3290d0880c Add slide reference 2020-02-10 16:40:22 +03:00
Fedor Korotkiy
1a6f837afe First part of lecture 0. 2020-02-09 21:14:30 +03:00
Fedor Korotkiy
48455f1b45 Update docs 2020-02-07 13:45:23 +03:00
verytable
664f66105b Use cmd.Run instead of cmd.Start+cmd.Wait. 2020-02-02 01:21:12 +03:00
verytable
ff809b73c3 Start doc comments with the name being declared. 2020-02-02 01:19:13 +03:00
Fedor Korotkiy
7d8f8fcb31 Deploy slides 2020-02-01 23:57:53 +03:00
Fedor Korotkiy
ca85156a5a Build slides 2020-02-01 23:16:15 +03:00
Fedor Korotkiy
e227588757 Add CONTRIBUTING.md 2020-02-01 21:14:29 +03:00
Fedor Korotkiy
6fbac96f75 Better fix for running tests under goland 2020-02-01 04:47:01 +03:00
Fedor Korotkiy
f9280772ae Fix running tests under goland 2020-02-01 04:39:56 +03:00
Fedor Korotkiy
dc2f940fc0 Fix running tests under goland 2020-02-01 04:29:29 +03:00
Fedor Korotkiy
366629e7fe Last fix, hopefully. 2020-02-01 04:06:26 +03:00
Fedor Korotkiy
6a3bc49595 Fix branch name 2020-02-01 04:02:12 +03:00
Fedor Korotkiy
0521e63f80 Use tmp branch with random name 2020-02-01 03:59:45 +03:00
Fedor Korotkiy
ee1d741f4b Try fixing git magic. 2020-02-01 03:54:20 +03:00
Fedor Korotkiy
7e5b81d097 Try fixing git magic. 2020-02-01 03:52:09 +03:00
Fedor Korotkiy
2064ed6e46 Try fixing git magic. 2020-02-01 03:46:34 +03:00