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
Jens Krause
52aadd4dcc
Fetch grand categories ( #166 )
2017-07-09 06:43:11 +02:00
Jens Krause
ab199b4798
Add purescript-profunctor-lenses
( #168 )
...
and `ps-psci-support`
2017-07-09 06:40:44 +02:00
Jens Krause
d9aef376e2
Add NominalDiffTime
( #168 )
2017-07-09 06:39:59 +02:00
Jens Krause
45c4905783
Change port to 3080 ( #166 )
...
to avoid conflicts with front-end
2017-07-09 06:38:20 +02:00
Juan Bono
421ef0f986
use encodeUtf8 instead of C8.pack
2017-07-08 21:38:07 -03:00
Jens Krause
2c9cf845e5
Type-safety API ( #166 )
...
* `api/all-categories`
* `api/category/{id}`
2017-07-08 21:02:53 +02:00
Jens Krause
98e4d2f969
Generate PS types ( #168 )
...
by using `purescript-bridge`
2017-07-08 18:40:34 +02:00
Juan Bono
7fb70a0f0d
fix query parsing
2017-07-07 04:17:32 -03:00
Jens Krause
5fde033cd3
Roundtrip to fetch data (isomorphic approach) #166
2017-07-04 19:41:38 +02:00
Jens Krause
ef8dcceb0f
Use preact
devtools
2017-07-04 19:40:10 +02:00
Jens Krause
f98a8dcb3f
Fix FFI of isomorphic-fetch
( #166 )
2017-07-04 19:37:31 +02:00
Jens Krause
10e31a82ea
Extract express config #167
2017-07-04 19:35:08 +02: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
Jens Krause
b836a16b05
[ #166 ] WIP - Fetch data
...
- add `isomorphic-fetch`
- first FFI of `isomorphic-fetch`
- fetch mock data
- show progress (webpack)
2017-07-02 17:49:40 +02:00
Juan Bono
d9e44e670c
referrers: add a function to group similar referrers
2017-07-02 06:38:06 -03:00
Artyom
7436696a49
Fix tests compilation
2017-07-02 00:03:50 +03:00
Artyom
f987c7e6ea
Move safecopy utils to a separate package (safecopy-migrate)
2017-07-02 00:03:50 +03:00
Jens Krause
5faed67fc9
Add first routes and navigation
...
- remove css (it will be generated by `postcss`) later on
- rename folder `App` to `Guide`
- add env. vars `$PRODUCTION`, `$SERVER` (both are failing, has to be
fixed later on)
2017-07-01 20:26:26 +02:00
Artyom Kazak
e1dcb4d73c
Merge pull request #161 from sectore/feature/add-build-nix-option
...
Add `--nix` option to run build script
2017-07-01 21:15:23 +03:00
Jens Krause
f7fc9bb820
Update dependencies (npm only)
2017-07-01 17:05:46 +02:00
Jens Krause
b804b5791b
Clone pux-starter-app
...
to have a base structure to build an `isomorphic` app
2017-07-01 16:56:09 +02:00
Juan Bono
f77ac60620
add ReferrerView type and some helper functions
2017-06-30 03:51:01 -03:00
Jens Krause
0e63dd1467
Add --nix
option to run build script
2017-06-29 20:17:36 +02:00
Artyom
68d7ea2072
Return showing all edits on the /admin page
2017-06-11 13:01:25 +02:00
Artyom
9cd6e2afd5
Speed up diffs again and make them better
2017-06-11 13:01:11 +02:00
Artyom
9e07bc3b08
Speed up diffs
2017-06-11 11:43:42 +02:00
Artyom
0a48a8e2be
Show insertion/deletion places in diffs
2017-06-10 21:06:38 +02:00
Artyom
1c5512cd68
Add diffing of edits in /admin
2017-06-10 20:45:32 +02:00
Artyom
adb69daf8b
[GD-11] Rewrite ProsConsWrapper
2017-06-09 17:05:38 +02:00
Artyom
b7a5d41714
[GD-11] Use markup.css
2017-06-09 16:33:59 +02:00
Artyom
d1d72611ab
[GD-11] Fix category status
2017-06-09 16:29:35 +02:00
Artyom
50b40cc035
[GD-11] Implement the category status banner
2017-06-09 16:00:33 +02:00
Artyom
cbd526b0fa
[GD-11] Fix indentation for some CSS
2017-06-09 14:29:28 +02:00
Artyom
d87565ca5a
Fix
2017-06-09 14:02:46 +02:00
Artyom
9cfad287e2
Add Zurihac instructions
2017-06-09 13:57:19 +02:00
Artyom
ae008e6279
Add a script for downloading the database
2017-06-09 13:57:05 +02:00
Artyom
2b086d1b98
[GD-11] Get rid of ReactMarkdown
2017-06-06 00:43:45 +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