Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: added listing_entry test | Rafael G. Martins | 2019-04-03 | 1 | -3/+14 |
| | |||||
* | make: added support for `blogc -e` | Rafael G. Martins | 2019-04-03 | 9 | -40/+98 |
| | | | | must still add tests | ||||
* | blogc: added `-e` cli option and `listing_entry` template block | Rafael G. Martins | 2019-04-02 | 9 | -49/+332 |
| | |||||
* | blogc: -p should return special code when variable not found | Rafael G. Martins | 2019-03-28 | 2 | -2/+8 |
| | |||||
* | blogc: exit 1 on error | Rafael G. Martins | 2019-03-28 | 1 | -10/+10 |
| | |||||
* | git-receiver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 4 | -33/+33 |
| | |||||
* | runserver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 2 | -12/+12 |
| | |||||
* | make: exit 1 on error | Rafael G. Martins | 2019-03-28 | 6 | -30/+30 |
| | |||||
* | man: improved description of `blogc -p` | Rafael G. Martins | 2019-03-28 | 1 | -7/+7 |
| | |||||
* | blogc: dump source file variables as well as global variables | Rafael G. Martins | 2019-03-27 | 2 | -8/+19 |
| | |||||
* | build: version bumpv0.15.1 | Rafael G. Martins | 2019-02-26 | 1 | -0/+3 |
| | |||||
* | build: remove unused configure.ac substitution | Rafael G. Martins | 2019-02-25 | 1 | -1/+0 |
| | |||||
* | blogc: content: do not escape inline code | Rafael G. Martins | 2019-02-24 | 3 | -5/+16 |
| | | | | | | this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code | ||||
* | blogc: sysinfo: simplified username impl. fixed tests | Rafael G. Martins | 2019-02-23 | 6 | -71/+14 |
| | |||||
* | build: version bumpv0.15.0 | Rafael G. Martins | 2019-02-11 | 1 | -0/+3 |
| | |||||
* | man: added documentation for predefined template variables | Rafael G. Martins | 2019-02-10 | 1 | -0/+47 |
| | |||||
* | blogc: test "inject" functions | Rafael G. Martins | 2019-02-10 | 2 | -0/+87 |
| | |||||
* | blogc: rusage: added tests, fixed minor issue | Rafael G. Martins | 2019-02-10 | 6 | -4/+141 |
| | |||||
* | blogc: sysinfo: added tests | Rafael G. Martins | 2019-02-10 | 7 | -5/+304 |
| | |||||
* | blogc: funcvars: code simplified, added tests | Rafael G. Martins | 2019-02-10 | 6 | -10/+117 |
| | |||||
* | blogc: template: allow whitespaces in template tags, not just spaces | Rafael G. Martins | 2019-02-09 | 4 | -16/+154 |
| | |||||
* | blogc: sysinfo: fix memory leak | Rafael G. Martins | 2019-02-08 | 1 | -0/+1 |
| | |||||
* | blogc: added "inside docker" template variable | Rafael G. Martins | 2019-02-04 | 4 | -1/+44 |
| | |||||
* | blogc: added username template variable | Rafael G. Martins | 2019-02-03 | 4 | -1/+50 |
| | |||||
* | blogc: added datetime template variable | Rafael G. Martins | 2019-02-03 | 3 | -0/+46 |
| | |||||
* | blogc: unistd.h wont provide gethostname | Rafael G. Martins | 2019-02-03 | 2 | -0/+3 |
| | |||||
* | blogc: added hostmane template variable | Rafael G. Martins | 2019-02-03 | 5 | -1/+80 |
| | |||||
* | blogc: rusage: fix formatting | Rafael G. Martins | 2019-02-02 | 1 | -4/+4 |
| | |||||
* | blogc: optimized getrusage calls | Rafael G. Martins | 2019-02-02 | 4 | -43/+31 |
| | |||||
* | blogc: fix rusage macro | Rafael G. Martins | 2019-02-02 | 1 | -2/+6 |
| | |||||
* | blogc: do not add rusage vars if not supported | Rafael G. Martins | 2019-02-02 | 3 | -1/+22 |
| | |||||
* | blogc: added template variables for memory and cpu time resource usage | Rafael G. Martins | 2019-02-02 | 7 | -4/+188 |
| | | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements. | ||||
* | build: version bumpv0.14.1 | Rafael G. Martins | 2019-01-15 | 1 | -0/+3 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 89 | -89/+89 |
| | |||||
* | removed blogc-github-lambda | Rafael G. Martins | 2019-01-15 | 5 | -281/+1 |
| | | | | it will be provided in a separate repository soon | ||||
* | make: fixed bug when trying to call a rule with incomplete name | Rafael G. Martins | 2019-01-15 | 1 | -1/+2 |
| | | | | | previous code was calling all the rules that matched the substring provided. it should only run exact matches. | ||||
* | renderer: fix a (very) unlikely segfault detected by scan-build | Rafael G. Martins | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Revert "travis: use ronn from apt on ubuntu" | Rafael G. Martins | 2018-12-20 | 1 | -6/+2 |
| | | | | This reverts commit 5eb6ae67eaf8aacd2adbee255c35d9657fa07ae8. | ||||
* | travis: use ronn from apt on ubuntu | Rafael G. Martins | 2018-12-20 | 1 | -2/+6 |
| | |||||
* | travis: migrate to ubuntu xenial. use homebrew addon | Rafael G. Martins | 2018-12-20 | 1 | -4/+6 |
| | |||||
* | make: include limits.h | Rafael G. Martins | 2018-12-17 | 1 | -0/+1 |
| | |||||
* | make: fixed memory leak | Rafael G. Martins | 2018-12-17 | 1 | -0/+1 |
| | |||||
* | git-receiver: make: runserver: improved realpath(3) usage | Rafael G. Martins | 2018-12-17 | 4 | -9/+26 |
| | |||||
* | make: settings: removed unused function | Rafael G. Martins | 2018-12-16 | 3 | -27/+0 |
| | |||||
* | github-lambda: http accept code is 202, not 201 | Rafael G. Martins | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 90 | -90/+90 |
| | |||||
* | github-lambda: fixed bytes/str mess | Rafael G. Martins | 2018-10-14 | 1 | -20/+21 |
| | |||||
* | github-lambda: print traceback on errors | Rafael G. Martins | 2018-10-14 | 1 | -1/+3 |
| | |||||
* | github-lambda: support python2. return error from blogc_handler | Rafael G. Martins | 2018-10-14 | 1 | -10/+22 |
| | |||||
* | github-lambda: api-gateway handler expects event, not body | Rafael G. Martins | 2018-10-14 | 1 | -1/+1 |
| |