1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00
Commit Graph

611 Commits

Author SHA1 Message Date
Boris M. Yartsev
29f879962e Made almost nice REPL and module for hackage and stackage lookup and update 2017-07-04 21:24:21 +03:00
Boris M. Yartsev
ee373b4b87 Added allupdate command, that updates stackage and hackage alltogether 2017-07-01 18:18:57 +03:00
Boris M. Yartsev
39f60ec4c3 Added ltsupdatepersist and ltsquerypersist commands, that update the persistent archive of stackage files and allow to query it 2017-07-01 15:49:12 +03:00
Boris M. Yartsev
a69cb08b11 Added the ltsshowmap command, that loads the snapshot list, loads lts and generates a map of all stackage packages with list of lts, they are present in 2017-07-01 03:08:11 +03:00
Boris M. Yartsev
3dba152d43 Moved the persistent part of hackage to subdirectory persist 2017-06-29 23:58:16 +03:00
Boris M. Yartsev
7d09f1dfe3 Added the ltsshowcont command, that shows all the needed data from the lts yaml file 2017-06-29 23:15:54 +03:00
Boris M. Yartsev
f9871b8f69 Added ltsallupdate command, that downloads all lts files from github taken from stackage snapshot 2017-06-27 22:04:39 +03:00
Boris M. Yartsev
6a3315faa7 Fixed bug in stackage update 2017-06-24 15:43:44 +03:00
Boris M. Yartsev
b485a64f03 Added a little bit of support to yaml files from stackage 2017-06-16 00:41:02 +02:00
Boris M. Yartsev
b257c44e36 Added the parsing of lts list from stackage.org 2017-06-11 16:38:52 +02:00
Boris M. Yartsev
f588861523 Parsed the cabal.config finally. Issue to stackage on github was created, because some of the packages are marked as 'installed' 2017-06-10 21:06:37 +02:00
Boris M. Yartsev
ebc0941571 Added stackage parsing. Refactored tests. 2017-06-10 19:30:59 +02:00
Boris M. Yartsev
b5c06150fb File used for testing of stackage lts packages 2017-06-10 19:30:18 +02:00
Boris M. Yartsev
8bd5adc5db commit message 2017-06-09 20:31:12 +02:00
Boris M. Yartsev
08f6fd4533 Refactoring 2017-06-09 20:30:50 +02:00
Boris M. Yartsev
c014b4bbf8 Ignore hackage update files and unpacked hackage archive 2017-06-09 20:29:12 +02:00
Boris M. Yartsev
c651325d0d Refactored. Made FileUtils and HttpDownload modules 2017-06-09 20:24:21 +02:00
Boris M. Yartsev
c505eb19d6 Updated the cabal file for guide with index-project library 2017-06-09 15:31:25 +02:00
Boris M. Yartsev
5bd1629a0d Made the library for GUIDE 2017-06-09 15:08:50 +02:00
Boris M. Yartsev
29d5343240 Made the library for GUIDE 2017-06-09 15:08:33 +02:00
Boris M. Yartsev
d51a342c62 Added support of ACID state 2017-06-06 02:22:48 +03:00
Boris M. Yartsev
86875c1a19 Make the smart update, that cuts the end on an archive in case the md5 did not match 2017-06-06 01:26:16 +03:00
Boris M. Yartsev
7112d7321e Fixed '-' parsing in package name bug and added Tasty HUint tests 2017-06-04 16:32:07 +03:00
Boris M. Yartsev
cb7b7eabf1 Refactored map update in a more generic way. 2017-06-04 15:54:24 +03:00
Boris M. Yartsev
e8751fa399 Broke the parsing of tar archive in two stages. At first create a map of versions by paths in tar archive. And then load only the latest versions 2017-06-04 04:18:10 +03:00
Boris M. Yartsev
46538b5ca9 REPL for hackage package 2017-06-03 01:14:04 +03:00
Artyom
9be1db3b50
Simplify/fix #29 handling 2017-06-01 20:29:12 +03:00
Artyom
f40299acf4
Merge branch 'catlink' 2017-06-01 19:25:45 +03:00
Artyom Kazak
e2860f35ef Merge pull request #160 from aelve/sessions
Add sessions and login/logout
2017-05-23 21:34:19 +03:00
Artyom
921f430869
Update bundle.js 2017-05-23 21:31:42 +03:00
Artyom
ffddc9b720
Merge branch 'master' into sessions 2017-05-23 21:30:53 +03:00
Sasa Bogicevic
5a7500ad76 Add category link 2017-05-22 21:41:21 +02:00
Artyom
d9b32e76ef
[#158] Bump LTS version to 8.13 2017-05-22 13:09:39 +03:00
Artyom
3e85850ceb
Fix the login form 2017-05-14 03:06:53 +03:00
Artyom
6a5f42543d
Create an admin user automatically 2017-05-14 03:01:05 +03:00
Artyom
98eabcb03b
Unindented branches of ifs break haskell-mode too 2017-05-13 03:46:41 +03:00
Artyom
2b97fb853d
Importing NeatInterpolation qualified breaks haskell-mode 2017-05-13 03:44:26 +03:00
Artyom
2187096d7b
[GD-3] Add a login/logout link 2017-05-13 01:37:48 +03:00
Artyom
763f4a0105
Fix the “guidejs is not defined” error 2017-05-12 21:51:38 +03:00
Artyom
4c4ecea2c5
[GD-7] Rename Guide.Server to Guide.Main 2017-05-03 04:28:16 +03:00
Artyom
d2c816f798
[GD-2] Style the login form 2017-04-30 01:00:54 +03:00
Artyom
e097dc9254
Fix the dumpSplices function 2017-04-27 02:33:25 +03:00
Artyom
9d4d5a0c21
Write comments for Guide.ServerStuff 2017-04-26 22:28:03 +03:00
Artyom
b67bebff5f
Write comments for Guide.Config 2017-04-26 22:15:58 +03:00
Artyom
1e6ae6ec50
Switch to fmt-0.2 2017-04-26 21:56:46 +03:00
Artyom
2dae6df953
Only add http:// in sanitiseUri if it didn't have *any* scheme 2017-04-26 21:33:03 +03:00
Artyom
e0ebf3da64
Rename 'insertGuaranteed' to 'insertOrAppend' 2017-04-26 21:32:41 +03:00
Artyom
7a6abc0315
Write comments for Guide.Types.Core 2017-04-26 00:22:15 +03:00
Artyom
6d93cbd770
Write comments for Guide.Utils 2017-04-25 17:22:39 +03:00
Artyom Kazak
4133affe4f Merge pull request #155 from aelve/restyle-edit-info-form
[GD-9] Restyle item-info form
2017-04-25 15:47:15 +03:00