1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-24 05:45:11 +03:00
Commit Graph

748 Commits

Author SHA1 Message Date
Artyom Kazak
cc33dea102 Merge pull request #191 from aelve/ghc-no-js
Add no-js option for building
2017-08-19 21:22:19 +03:00
vrom911
138265ac84 Add no-js option for building 2017-08-19 18:13:24 +03:00
Artyom
c5b0e561e9
Add a HLint settings file 2017-08-17 22:39:31 +03:00
Aaron Friel
3821eeb001 Force GHC to install on every build if necessary. 2017-08-17 13:28:47 -05:00
Aaron Friel
8370fcbee9 Use a different build image. 2017-08-17 13:23:43 -05:00
Artyom Kazak
30f0c24e40 Merge pull request #188 from aelve/new-fmt-version
Use fmt-0.4.0 with renewed operators +| |+
2017-08-13 21:13:05 +03:00
Artyom
a98c3eb757
Roll back some overzealous route fixing
Not all routes need /haskell/
2017-08-13 20:10:51 +03:00
Artyom
4ad47ec6f9
[travis] Build the JS part 2017-08-13 19:40:43 +03:00
Artyom
e6b3409d29
[travis] Use newer Selenium and chromedriver 2017-08-13 16:07:48 +03:00
Artyom
22fa7e9fd0
[travis] Install Chrome 2017-08-13 15:59:57 +03:00
Artyom
4b070105b4
Fix all routes because they all were broken 2017-08-13 15:40:32 +03:00
Aaron Friel
e5ab709488 Update .gitlab-ci.yml 2017-08-12 20:24:35 +00:00
vrom911
fba73d6531 Fix auth page 2017-08-12 18:09:17 +03:00
vrom911
11e8e92301 Use fmt-0.4.0 with renewed operators +| |+ 2017-08-12 12:56:41 +03:00
Aaron Friel
0aee35e67f Update .gitlab-ci.yml 2017-08-10 20:14:47 +00:00
Aaron Friel
3f7ae94398 Update .gitlab-ci.yml 2017-08-10 17:20:56 +00:00
Aaron Friel
1228892604 Update .gitlab-ci.yml 2017-08-10 16:54:42 +00:00
Aaron Friel
4434257f68 Update .gitlab-ci.yml 2017-08-10 15:48:16 +00:00
Aaron Friel
98f1f9ad23 Update .gitlab-ci.yml 2017-08-10 15:48:06 +00:00
Aaron Friel
854abcaf98 Update .gitlab-ci.yml 2017-08-10 07:56:33 +00:00
Aaron Friel
7259b1d7eb Add .gitlab-ci.yml 2017-08-10 07:40:27 +00:00
Artyom Kazak
8679428dda Merge pull request #182 from aelve/fix/sectore-ghc-warnings
Fix ghc warnings (#181)
2017-07-30 16:55:18 +03:00
Jens Krause
7f8ebb4cad
Fix warnings about shadowed variables (#181) 2017-07-30 12:31:35 +02:00
Jens Krause
b1d76d194a
Fix Spock.subcomponents warnings (#181) 2017-07-30 11:46:31 +02:00
Artyom
b894850b10
Remove the subtitle
No reason to prohibit posting on Reddit, really.
2017-07-30 03:49:45 +03:00
Artyom Kazak
7583f929c7 Merge pull request #179 from aelve/fmt-rename
Replace fmt operators to avoid conflicts (issue [#178])
2017-07-30 03:05:08 +03:00
vrom911
8ad08996d4 [#178] Replace fmt operators 2017-07-29 14:42:29 +03:00
Artyom
54cef2bf07
Fix pragma style 2017-07-23 02:54:35 +03:00
Artyom Kazak
17b241fc8b Merge pull request #175 from aelve/issue124-links
[#124] Add admin/links with broken links
2017-07-23 02:36:00 +03:00
Artyom
29794ac4ea
[#124] Use Uniplate for finding links 2017-07-23 02:31:54 +03:00
Artyom
b02ffe3dde
[#124] Show link statuses more concisely 2017-07-23 01:37:32 +03:00
Artyom
3b829ce447
[#124] Don't check duplicate links 2017-07-23 01:36:58 +03:00
Artyom
bf287005f5
[#124] Minor changes 2017-07-23 01:36:26 +03:00
vrom911
16e41e5e39 [#124] Split links into 3 tables 2017-07-21 04:05:27 +03:00
vrom911
df63c7a57f [#124] Add admin/links with broken links 2017-07-19 23:45:20 +03:00
Juan Bono
abce5536b4 Merge pull request #171 from aelve/referrers
Show referrers better
2017-07-09 19:30:48 -03:00
Artyom
929befb081
Make life easier by treating no referrer keyword as empty keyword 2017-07-10 01:23:38 +03:00
Artyom
5956158a73
Make code that shows visitors a bit better 2017-07-10 01:23:38 +03:00
Artyom
2998f9def8
Don't use 'fromJust' in 'toReferrerView'
There's no reason not to keep on the safer side here
2017-07-10 01:23:38 +03:00
Artyom
ba8b772b22
Fix 'extractKeyword' to not concatenate keywords
Before:

    > extractKeyword "https://google.com?q=foo&p=bar"
    Just "foobar"

After:

    > extractKeyword "https://google.com?q=foo&p=bar"
    Just "foo"
2017-07-10 01:23:38 +03:00
Artyom
0c5e8c874b
Use newer text-all with bytestring encoding/decoding 2017-07-10 01:23:37 +03:00
Artyom
7d10645ce2
Add some comments 2017-07-09 23:15:29 +03:00
Juan Bono
4130f887de remove eqKeyOrUrl function and replace it with (==) 2017-07-09 13:41:17 -03:00
Juan Bono
7e8af946e0 change ReferrerView's Ord instance 2017-07-09 12:55:58 -03:00
Juan Bono
421ef0f986 use encodeUtf8 instead of C8.pack 2017-07-08 21:38:07 -03:00
Juan Bono
7fb70a0f0d fix query parsing 2017-07-07 04:17:32 -03:00
Aaron Friel
b516ecd2e6 Remove bundle.js from index 2017-07-03 10:08:27 -05:00
Aaron Friel
995e90bd78 Add bundle.js to gitignore, it's a build artifact. 2017-07-03 10:04:59 -05:00
Aaron Friel
b80271622b Switch to post build for JS build (speeds up build cycle) 2017-07-03 09:50:54 -05:00
Juan Bono
d9e44e670c referrers: add a function to group similar referrers 2017-07-02 06:38:06 -03:00