Artyom
bd800a70bc
Fix a 404 test
2017-01-27 02:51:17 +03:00
Artyom
7938770e7b
Comment out a test that can't work in Chrome
2017-01-27 02:25:36 +03:00
Artyom
9330d0a4bb
Use smarter caching
...
Fixes #134 .
The new function 'uncache' does cache invalidation the right way – i.e. after
the database update, not before.
2017-01-24 13:03:15 +03:00
Artyom
a7e921be28
Use saveForm everywhere in tests
2017-01-24 13:00:35 +03:00
Artyom
a88f86d571
Fix the test with changing category status
2017-01-24 12:32:05 +03:00
Artyom
3b2d8b420a
Merge pull request #141 from aelve/lint-fixes
...
Fix some lints
2017-01-24 08:39:52 +02:00
Aaron Friel
421495d43c
Fix unnecesary additions of NoImplicitPrelude
2017-01-24 00:40:50 +00:00
Aaron Friel
f54658160f
Fix some lints
2017-01-23 18:09:24 +00:00
Artyom
a12ce760aa
Fix test compilation (due to hspec-webdriver version bump)
2017-01-23 13:21:05 +03:00
Artyom
2772834c12
Add an 'Imports' module
...
Now common imports are all available from one module (which should be
reimported in all other modules). `LANGUAGE NoImplicitPrelude` is a default
extension now and so it's not needed either.
2017-01-23 13:14:23 +03:00
Artyom
1667d2162b
Factor out two small functions
2017-01-23 02:47:05 +03:00
Artyom
edf9d7382c
Remove outdated TODO
2017-01-23 02:33:42 +03:00
Artyom
30426c0fc6
Fix some warnings
2016-11-27 14:48:10 +03:00
Artyom
bd1bd4c47c
Fix a bug when only “added” was shown
...
“if a then b else c >> d” is parsed as
“if a then b else (c >> d)”, while in our case we want it to be
“(if a then b else c) >> d”
2016-11-27 14:39:12 +03:00
Artyom
f1d234098d
Wrap item titles nicely
...
Fixes #55
2016-11-26 22:23:01 +03:00
Artyom
e8a6afd7e5
Switch to GHC 8
2016-11-26 03:40:46 +03:00
Artyom
8bd2720a8a
Get rid of some custom dependencies
2016-11-19 19:43:30 +03:00
Artyom
72d0b5c81f
Remove an accidentally-left-in '_pause'
2016-11-15 16:14:30 +03:00
Artyom
3ae4d4702e
Fix some tests
2016-11-15 15:17:53 +03:00
Artyom
3bce4c508e
Download Chromedriver
2016-11-15 13:36:26 +03:00
Artyom
371c38301a
Use Chrome in tests instead of Firefox
...
Firefox keeps breaking Selenium support
2016-11-15 12:42:47 +03:00
Artyom
27d4b6d7f6
Fix tests related to the redesign
2016-11-15 12:12:01 +03:00
Artyom
8684a4bef7
Remove 'CategoryMostlyDone'
2016-11-15 01:57:41 +03:00
Artyom
d466faf56e
Redesign front page and the header
...
Fixes #63
2016-11-15 01:57:24 +03:00
Artyom
6d7d254d43
Remove “hire me” from /donate
...
I have a job now
2016-10-23 14:09:13 +03:00
Artyom
7d64e80651
Wrap comments and some lines
...
See #133
2016-10-20 18:54:20 +03:00
Artyom
66494f0d07
Add a “Notes enabled” category setting
2016-10-17 19:02:52 +03:00
Artyom
297bc6cd86
Merge pull request #131 from babhishek21/#96-added-x-instead-of-changed-x
...
Quick-fix for Edit'Set* cases when old Text value is empty
2016-10-17 18:01:00 +03:00
Abhishek Bhattacharya
094eb9f134
Hide empty columns when value addition occurs instead of a change (Admin panel)
2016-10-17 18:06:17 +05:30
Artyom
bff7d58b73
Make 'changelog' actually work
...
It said “give me type name without version suffix” but it was a lie
2016-10-17 00:28:05 +03:00
Artyom
56d742ca82
Use the migration helper to remove boilerplate
2016-10-16 20:39:37 +03:00
Artyom
e3800a7048
Fix the test script to use stack
2016-10-16 20:21:57 +03:00
Artyom
231b88727b
Sort all fields and add a versioning helper
2016-10-16 20:05:47 +03:00
Abhishek Bhattacharya
f69acf774b
Quick-fix for Edit'Set* cases when old Text value is empty
2016-10-16 22:10:45 +05:30
Artyom
36b79b8d40
Merge pull request #130 from 2016rshah/master
...
Adds markdown symbol and fixes #48
2016-10-11 19:37:07 +03:00
Rushi Shah
f026a91003
Made icon smaller
2016-10-09 17:55:23 -05:00
Rushi Shah
6730e16034
Forgot to add class
2016-10-08 03:29:07 -05:00
Rushi Shah
30eac72e2a
Fixes #48
2016-10-08 03:27:01 -05:00
Artyom
6e866feb5f
Add default extensions for tests too
2016-10-05 01:33:34 +03:00
Artyom
2bcf9a83b7
[tests] moving item up
2016-10-05 01:27:48 +03:00
Artyom
fe70b9f73b
[tests] edit-cancel-edit for ecosystem
2016-09-18 19:26:47 +03:00
Artyom
a77a36ff17
[tests] Cancel discards edit
2016-09-18 02:14:19 +03:00
Artyom
d420077f36
[tests] Item ecosystem
2016-09-17 01:07:07 +03:00
Artyom
bffba6c1b8
[tests] Item description
2016-09-16 02:12:32 +03:00
Artyom
758c622a44
[tests] Test @hk
2016-09-14 22:57:20 +03:00
Artyom
e08238bea2
[tests] Markdown in item descriptions
2016-09-14 01:02:32 +03:00
Artyom
fec63b8a41
To hell with Travis optimisation
...
It doesn't work.
2016-09-13 01:56:47 +03:00
Artyom
d92c333701
More intelligent Travis optimisation
2016-09-13 01:42:38 +03:00
Artyom
0d565383e5
[tests] Increase wait delay again
2016-09-13 01:17:14 +03:00
Artyom
c38991e521
Fixup
2016-09-13 01:03:16 +03:00