Dustin Wilson
035feae0ce
Removed postcss in favor of sass for building manual theme
2021-04-09 16:31:04 -05:00
J. King
ed285ee28b
Shut Robo up
2021-03-01 19:02:15 -05:00
J. King
b12f87e231
Support Xdebug 3.x for coverage
2021-01-03 16:51:25 -05:00
J. King
1d3725341a
Fix detection of Xdebug for coverage
2020-11-06 19:56:32 -05:00
J. King
bc53a2d24a
Style fixes
2020-03-01 15:16:50 -05:00
J. King
3aa17ee70f
Whitespace
2020-03-01 10:17:16 -05:00
J. King
d7e10e40ee
Prefer PCOV for code coverage
2020-02-01 23:43:46 -05:00
J. King
64c3ec3571
Coverage fixes and OPML bugfix
2019-10-17 13:00:56 -04:00
J. King
cf5c08459f
Remove unused Daux libs
2019-10-11 12:51:32 -04:00
J. King
9461cefc35
Upgrade Daux to 0.11
2019-10-11 12:00:48 -04:00
J. King
fb6e2babb9
Change some conditions to asserts
2019-09-12 08:32:40 -04:00
J. King
53aa7a4d0d
Style fixes
2019-09-05 10:21:36 -04:00
J. King
934c762cb8
Avoid problematic use of realpath
2019-08-14 12:21:08 -04:00
J. King
06b9049515
Update Daux and manual theme
2019-08-13 07:01:17 -04:00
J. King
ca49785f6f
Anticipate the next release of Daux
2019-08-11 12:48:18 -04:00
J. King
440ea11e27
Clarify highlight.js download process
2019-08-08 18:07:18 -04:00
J. King
150e301378
Fix manual cleanup
2019-08-04 21:59:25 -04:00
J. King
987ee631ab
Add manual to packaging
...
Excludes JS-related files from archive
Also default to "HEAD" instead of "head": Unix is case-sensitive
2019-08-04 20:49:50 -04:00
J. King
f360c64327
Slight fixes to Robo and PHPUnit
2019-08-04 19:21:09 -04:00
J. King
e7e4c823e4
Clean up theme files after generation
2019-08-04 16:21:58 -04:00
J. King
c334390db1
Robo task for rebuilding stylesheet only
2019-08-04 11:02:33 -04:00
J. King
6f8182b940
Working theme builder
2019-08-04 10:57:05 -04:00
J. King
b3566f8d48
Use Robo to extract zip archive
2019-08-03 22:06:57 -04:00
J. King
b514ac983b
Rely on Zip extension for extracting highlight.js
2019-08-03 21:32:13 -04:00
J. King
7dee5498d8
Procedure for downloading highlight.js
...
Currently slightly broken due to a bug in a dependency
2019-08-02 22:34:41 -04:00
J. King
8bbcae4aa4
First attempt at a custom Daux theme
2019-08-02 11:15:48 -04:00
J. King
d6220c1bbb
Merge branch 'master' into manual
2019-07-26 11:27:14 -04:00
J. King
f4d4feb69c
Suppress TLS error from mock server
2019-03-25 09:53:06 -04:00
J. King
f51d20a863
Unix Robo fixes
2019-03-20 22:25:00 -04:00
J. King
e07253867c
Add served manual to Robo tasks
2019-01-25 16:56:05 -05:00
J. King
00ca726e12
Partial first draft of a manual, generated using Daux
2019-01-22 17:49:14 -05:00
J. King
8dbf237626
Group PostgreSQL tests as slow
2018-12-10 12:39:09 -05:00
J. King
f6966659a9
Use smarter coverage executer; properly suppress stderr during CLI tests
2018-12-07 20:25:48 -05:00
J. King
cf896121b2
Style fixes
2018-12-05 17:28:11 -05:00
J. King
f2245861e3
Restore complete Database coverage
...
Also suppress PostgreSQL database function tests from normal coverage,
and add a "coverage:full" task to run them if needed.
2018-12-05 17:07:47 -05:00
J. King
ba8e208d79
Partial CLI tests
2018-11-06 12:32:28 -05:00
J. King
c7d4d8c262
Cleanup
2018-08-15 09:59:07 -04:00
J. King
095fe10aec
Reorganize PDO tests into namespaces
2017-12-22 11:41:54 -05:00
J. King
4bada691e9
PDO tests and fixes; improves #72
2017-12-19 19:08:08 -05:00
J. King
793af17c22
Pad out help for Robo tasks
2017-12-17 11:37:07 -05:00
J. King
73c8583744
Remove reliance on xdebug; fixes #113
...
Code coverage information is now gathered via phpdbg (a separate executable) by if available rather than xdebug, as the latter is hard to turn on and off.
A "test:quick" task has also been added to Robo, which excludes 31 tests which together account for almost two thirds of the test run time. This should pave the way for testing to be added as a commit hook for Git.
2017-12-17 10:27:34 -05:00
J. King
ceef0bd1d4
Fix coverage task
2017-12-16 10:49:26 -05:00
J. King
5cdcd2a7d3
Exclude robo helper scripts from releases
2017-12-08 15:22:37 -05:00
J. King
4bc3398157
Use Robo for programming task execution
...
The plan had originally been to use Bldr, but Bldr's features were not particularly compelling, and it has not been maintained recently. By contrast Robo has very useful features while still meeting my needs.
In addition to migrating the build process, the current Robo file also runs unit tests, with or without coverage reporting.
Fixes #116 ; improves #113
2017-12-08 14:37:49 -05:00