Commit graph

652 commits

Author SHA1 Message Date
Fedor Korotkiy
8aff7885fa Merge branch 'pprof-allocs' into 'master'
Add allocs task

See merge request slon/shad-go-private!33
2020-09-07 03:45:05 +00:00
Denis Tarasov
4adf293c0c Add draft of allocs task 2020-08-26 22:34:08 +03:00
Fedor Korotkiy
f71609afb9 Merge branch 'master' of gitlab.com:slon/shad-go-private 2020-05-30 16:23:11 +03:00
Fedor Korotkiy
3854aef63a Pre-fill module cache 2020-05-30 16:22:42 +03:00
Fedor Korotkiy
c9e15f4409 Update .deadlines.yml 2020-04-29 21:51:51 +00:00
Fedor Korotkiy
9a6eaeca09 gofmt 2020-04-29 14:27:44 +03:00
Vladimir Kuznetsov
53d176f38a fix error with windows filepath parse from URL 2020-04-29 14:26:46 +03:00
Alexey Stytsenko
cd75697ac3 Fix UploadSingleFile test in distbuild/pkg/filecache 2020-04-28 16:32:30 +03:00
Николай Луцяк
7cca06a1a3 Fix TestJobCaching. Swap WriteFile and second Client.Build 2020-04-28 16:30:44 +03:00
Arseny Balobanov
f00962e44d io-lecture: fix slide order 2020-04-23 20:56:09 +03:00
Fedor Korotkiy
97270c1cd5 Update .deadlines.yml 2020-04-23 17:46:10 +00:00
Arseny Balobanov
ff46a72f53 io-lecture: replace f.Read(...) with io.ReadAtLeast(f, ...) in http chunking solution 2020-04-23 19:42:40 +03:00
Arseny Balobanov
9f02fb6a2b io-lecture: fix typo 2020-04-23 19:30:31 +03:00
Fedor Korotkiy
b5cfeae7e0 Add slide about syscall 2020-04-23 18:54:49 +03:00
Fedor Korotkiy
e8511cd2d7 Update syllabus.md 2020-04-23 15:52:34 +00:00
Fedor Korotkiy
666f355c69 Low-level lecture 2020-04-23 18:37:17 +03:00
verytable
73ecb31b1b Merge branch 'io-lecture' into 'master'
io lecture

See merge request slon/shad-go-private!31
2020-04-23 15:00:25 +00:00
Arseny Balobanov
daa4051650 Add strings.Builder vs bytes.Buffer; different options for line reading; http chunking; 2020-04-23 17:39:10 +03:00
Arseny Balobanov
51a73f98b2 adding io lecture; first commit 2020-04-23 04:40:13 +03:00
Fedor Korotkiy
1b9ca4549f Clarify scheduler 2020-04-22 01:35:28 +03:00
Fedor Korotkiy
52b9d0d370 Clarify scheduler 2020-04-22 01:35:28 +03:00
Fedor Korotkiy
ba7a89b5dd Update README.md 2020-04-21 21:23:53 +00:00
Fedor Korotkiy
188c2b2c91 Pass PATH to testing process 2020-04-21 16:21:00 +03:00
Fedor Korotkiy
e70bce4922 Fix running test under testtool 2020-04-21 00:08:29 +03:00
Fedor Korotkiy
d705570870 Check error 2020-04-21 00:08:29 +03:00
Fedor Korotkiy
c956826073 Update README.md 2020-04-19 22:04:06 +00:00
Fedor Korotkiy
884c85ebed Fix 2020-04-17 19:47:08 +03:00
Fedor Korotkiy
1523bbeba2 Update readme 2020-04-17 19:41:14 +03:00
Arseny Balobanov
2dda61337e Releasing 'Reflect' task group with 3 tasks. 2020-04-16 19:37:15 +03:00
verytable
b38930111f Merge branch 'jsonrpc' into 'master'
jsonrpc

See merge request slon/shad-go-private!30
2020-04-16 16:32:03 +00:00
Arseny Balobanov
5dbddc0ff6 jsonrpc: add readme 2020-04-16 19:14:56 +03:00
Fedor Korotkiy
8ddace7b75 Merge branch 'reflect_lecture' into 'master'
Reflect lecture

See merge request slon/shad-go-private!29
2020-04-16 15:06:20 +00:00
Fedor Korotkiy
31558fe3b4 Add jsonrpc 2020-04-16 17:20:03 +03:00
Fedor Korotkiy
0bb71917f1 Update reflect lecture 2020-04-16 16:16:40 +03:00
Fedor Korotkiy
ce8a26a0ea Merge branch 'jsonlist' into 'master'
Add jsonlist task

See merge request slon/shad-go-private!28
2020-04-16 12:19:22 +00:00
Fedor Korotkiy
63272619d9 Check errors 2020-04-16 15:14:19 +03:00
Fedor Korotkiy
f0342454af Working on reflect lecture 2020-04-16 15:08:39 +03:00
Fedor Korotkiy
82ce3ce8ab Merge branch 'reversemap' into 'master'
Add reversemap task

See merge request slon/shad-go-private!27
2020-04-16 11:23:12 +00:00
Fedor Korotkiy
0d5e80e772 WIP: jsonrpc 2020-04-16 13:27:30 +03:00
Fedor Korotkiy
a270d1ed87 Add jsonlist task 2020-04-15 23:52:59 +03:00
Fedor Korotkiy
84e79c473c Add reversemap task 2020-04-15 23:29:34 +03:00
Fedor Korotkiy
9493247586 Update syllabus.md 2020-04-15 16:35:11 +00:00
Rak Alexey
bbab13a995 Add test with many endpoints 2020-04-14 14:37:28 +03:00
Fedor Korotkiy
f2ae922024 Fix tarstream test 2020-04-14 14:22:08 +03:00
Fedor Korotkiy
3c16ac34ee Fix x/net 2020-04-12 22:44:59 +03:00
mfgnik
9278167277 Добавил тест, проверяющий конфиг, состоящий только из endpoint. Ломает мое, уже решение, проходящее все остальные тесты. 2020-04-11 23:41:50 +03:00
Fedor Korotkiy
3f16dea924 Workaround for umask problem in goland 2020-04-11 23:34:36 +03:00
Ilya Sinelnikov
31453a6a83 lectures: 07-sql 2020-04-09 20:25:56 +03:00
Ilya Sinelnikov
4fa9ba4834 lectures: 07-sql rc3 2020-04-09 16:33:34 +03:00
Ilya Sinelnikov
2e5b38b90a lectures: 07-sql rc2 2020-04-09 16:18:49 +03:00