Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate codebase to use squareball. again :)feature/squareball | Rafael G. Martins | 2019-09-02 | 1 | -166/+63 |
| | |||||
* | make: rules: added pagination_tags | Rafael G. Martins | 2019-07-15 | 1 | -1/+0 |
| | | | | needs tests, but is supposed to work | ||||
* | common: added bc_slist_sort | Rafael G. Martins | 2019-04-28 | 1 | -0/+20 |
| | |||||
* | blogc: sysinfo: simplified username impl. fixed tests | Rafael G. Martins | 2019-02-23 | 1 | -7/+2 |
| | |||||
* | blogc: rusage: added tests, fixed minor issue | Rafael G. Martins | 2019-02-10 | 1 | -0/+28 |
| | |||||
* | blogc: sysinfo: added tests | Rafael G. Martins | 2019-02-10 | 1 | -1/+59 |
| | |||||
* | blogc: funcvars: code simplified, added tests | Rafael G. Martins | 2019-02-10 | 1 | -0/+21 |
| | |||||
* | blogc: added hostmane template variable | Rafael G. Martins | 2019-02-03 | 1 | -0/+2 |
| | |||||
* | blogc: added template variables for memory and cpu time resource usage | Rafael G. Martins | 2019-02-02 | 1 | -0/+4 |
| | | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements. | ||||
* | removed blogc-github-lambda | Rafael G. Martins | 2019-01-15 | 1 | -2/+0 |
| | | | | it will be provided in a separate repository soon | ||||
* | make: added utilitary function to generate filenames | Rafael G. Martins | 2018-07-25 | 1 | -0/+21 |
| | |||||
* | git-receiver: centralize settings to reuse later | Rafael G. Martins | 2018-05-30 | 1 | -6/+8 |
| | |||||
* | make: added 'watch' rule. improved 'runserver' rule. | Rafael G. Martins | 2018-05-13 | 1 | -0/+2 |
| | |||||
* | make: git-receiver: fixed conversion from wait status to status code | Rafael G. Martins | 2018-05-13 | 1 | -0/+2 |
| | |||||
* | build: always add all prebuilt man pages to dist | Rafael G. Martins | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | build: do not ship prebuilt lambda function script | Rafael G. Martins | 2018-01-06 | 1 | -1/+0 |
| | |||||
* | build: travis: fix osx support | Rafael G. Martins | 2018-01-06 | 1 | -44/+61 |
| | | | | | | | | | This commit fixes builds of blogc and helper tools on osx, and enables travis tests on it. This also includes some general improvements for travis, and disable tests that require mocked functions if the linker does not supports `-wrap` ldflag | ||||
* | Revert "Make manpages generation optional" | Rafael G. Martins | 2017-11-18 | 1 | -3/+26 |
| | | | | | | | | The commit broke the release tarballs. I need to find a solution to allow people to build from git without ronn, but this patch needs to be reverted for now. This reverts commit 732f74f3b4cd13bdf393c716c0c350ca9bf34f4c. | ||||
* | man: added blogcfile.5, updated some other pages | Rafael G. Martins | 2017-11-18 | 1 | -0/+10 |
| | |||||
* | Make manpages generation optional | baylej | 2017-08-03 | 1 | -26/+3 |
| | | | | | Option --disable-ronn is said to ignore presence of ronn and disable man pages generation. | ||||
* | make: splitted reloader | Rafael G. Martins | 2017-03-04 | 1 | -0/+2 |
| | |||||
* | make: reworked binary lookups, added them to ctx | Rafael G. Martins | 2017-03-03 | 1 | -0/+1 |
| | |||||
* | make: parse runserver arguments from cli, instead of env | Rafael G. Martins | 2017-02-24 | 1 | -0/+19 |
| | | | | this is some over-optimized parser, to celebrate #cloudbleed :D | ||||
* | Revert "make: do not require pthreads" | Rafael G. Martins | 2017-02-11 | 1 | -0/+4 |
| | | | | This reverts commit dd0ff8219b749f89ae66261830d10f1c27940b19. | ||||
* | make: do not require pthreads | Rafael G. Martins | 2017-01-16 | 1 | -4/+0 |
| | |||||
* | make: added initial man page | Rafael G. Martins | 2017-01-03 | 1 | -0/+19 |
| | |||||
* | make: added a bunch of tests | Rafael G. Martins | 2017-01-01 | 1 | -0/+44 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+91 |
| | | | | | | | | | | | | | | | | | so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;) | ||||
* | build: link helper libs to libblogc_common.la | Rafael G. Martins | 2016-12-26 | 1 | -0/+3 |
| | |||||
* | lambda: add more dependencies | Rafael G. Martins | 2016-12-13 | 1 | -22/+1 |
| | |||||
* | build: strip blogc binary before creating github-lambda zipfile | Rafael G. Martins | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | build: github-lambda zipfile generation | Rafael G. Martins | 2016-12-12 | 1 | -11/+11 |
| | |||||
* | build: added missing backslash | Rafael G. Martins | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | github-lambda: initial implementation of AWS Lambda function | Rafael G. Martins | 2016-12-07 | 1 | -0/+26 |
| | |||||
* | build: fix configure args for "make distcheck" | Rafael G. Martins | 2016-11-07 | 1 | -1/+0 |
| | |||||
* | build: added missing backslash | Rafael G. Martins | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | build: travis: improve test running option/CFLAGS | Rafael G. Martins | 2016-10-30 | 1 | -3/+6 |
| | |||||
* | blogc: added some "integration" tests | Rafael G. Martins | 2016-10-15 | 1 | -0/+4 |
| | |||||
* | build: build debug.c into libblogc | Rafael G. Martins | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | build: if tests not explicitly requested, avoid errors if deps not found | Rafael G. Martins | 2016-10-12 | 1 | -0/+2 |
| | |||||
* | build: use bash, but get it properly during build time | Rafael G. Martins | 2016-10-12 | 1 | -4/+8 |
| | | | | hardcoding it for travis, as bash is always installed there. | ||||
* | build: fix test building | Rafael G. Martins | 2016-10-12 | 1 | -0/+4 |
| | |||||
* | build: run tests while building rpm | Rafael G. Martins | 2016-10-11 | 1 | -0/+1 |
| | |||||
* | build: check for test dependencies properly | Rafael G. Martins | 2016-10-11 | 1 | -2/+2 |
| | |||||
* | git-receiver: added tests for shell, fixed bug | Rafael G. Martins | 2016-10-11 | 1 | -0/+1 |
| | |||||
* | git-receiver: added test for post-receive. fixed leak | Rafael G. Martins | 2016-10-11 | 1 | -0/+1 |
| | |||||
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 1 | -9/+35 |
| | | | | this commit also includes some "integration test" in shell script | ||||
* | git-receiver: splitted/reimplemented and tested shell command parser | Rafael G. Martins | 2016-10-07 | 1 | -0/+21 |
| | |||||
* | git-receiver: splitted and tested pre-receive input parser | Rafael G. Martins | 2016-10-04 | 1 | -0/+47 |
| | |||||
* | git-receiver: splitted code | Rafael G. Martins | 2016-09-29 | 1 | -0/+21 |
| |