summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Submit Nagios passive check results for maintanence jobsgentoobrowse-api-0.11.1Dan Goodliffe2020-02-02
|
* Simplify packPqVar with if constexprDan Goodliffe2020-02-02
|
* Add -Wlogical-opDan Goodliffe2020-02-02
|
* Tidy includesgentoobrowse-api-0.11Dan Goodliffe2019-08-07
|
* Set curl timeout on bug downloadDan Goodliffe2019-08-07
|
* Switch to IceTray loggersDan Goodliffe2019-08-07
| | | | Some tidyup probably required
* Tidier git pointer typedefsDan Goodliffe2019-07-31
|
* Always build testProcessAll as an exeDan Goodliffe2019-07-31
| | | | Don't configure it as a test app
* fetch_head commit can be constDan Goodliffe2019-07-18
|
* Repo should be constDan Goodliffe2019-07-16
|
* Update mask processor for change in date formatDan Goodliffe2019-07-12
|
* Split CSS into a related mime part not a big inlined messDan Goodliffe2019-06-10
|
* Return mime basic partsDan Goodliffe2019-06-10
|
* Generic xxd actionDan Goodliffe2019-06-10
|
* Minor XSL tweak to tidy outputDan Goodliffe2019-06-09
|
* Render dots between links with CSSDan Goodliffe2019-06-09
| | | | Prevents text version looking all weird with links render LIs with their own dots
* Remove references to website assetsDan Goodliffe2019-06-09
| | | | JS link not required, embed required CSS
* Switch to IceTray Cubes and MailsDan Goodliffe2019-06-09
|
* Regex for expected as it might be caught up a wrapped lineDan Goodliffe2019-06-09
|
* Adjust wrap of plain text content to recommended widthDan Goodliffe2019-06-09
|
* Fix unescaped property valueDan Goodliffe2019-06-09
|
* Add extra order by clause to getTopTrackedPackagesDan Goodliffe2019-06-09
| | | | Ensure predictable result order
* Get glibmm and libxml++ flags from pkg-configDan Goodliffe2019-06-09
|
* Add missing include guardDan Goodliffe2019-05-04
|
* Write last update time to systemd service statusDan Goodliffe2019-04-12
|
* Ignore fall-through warning in generated codeDan Goodliffe2019-04-01
|
* Use string_view in interfacesgentoobrowse-api-0.10.1Dan Goodliffe2019-02-09
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-04
|
* Git error deprecation fix needs to be version specificgentoobrowse-api-0.10.0.4Dan Goodliffe2019-02-04
|
* Fix up test gitErrorMessageDan Goodliffe2019-02-04
|
* Swap out deprecated giterr_last for git_error_lastgentoobrowse-api-0.10.0.3Dan Goodliffe2019-02-04
|
* Remove pointless db parametergentoobrowse-api-0.10.0.2Dan Goodliffe2019-01-14
|
* C++17 deprecation warnings from GCC 8.2Dan Goodliffe2018-11-07
|
* Add testProcessAll case for processing newsDan Goodliffe2018-05-23
| | | | And update news processor with string_view interface.
* Make testDependAll more generic ready for other thingsDan Goodliffe2018-05-02
|
* Update to new PluginMock interfacegentoobrowse-api-0.10.0.1Dan Goodliffe2018-04-22
|
* Ice 3.7gentoobrowse-api-0.10Dan Goodliffe2018-04-15
| | | | Rename service library as IceBox++11 expects ++11 suffix.
* C++17Dan Goodliffe2018-04-12
| | | | Remove straggling references to Boost things now in standard C++.
* Data-driven testDependAllDan Goodliffe2018-04-12
| | | | | Refactor testDependAll to be a Boost data-driven test. Now a new test case is created for each ebuild cache.
* Apply some C++17 love.Dan Goodliffe2018-04-12
|
* C++17 and Ice 3.7Dan Goodliffe2018-04-12
| | | | | Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries.
* Whitespace only lines between package masksgentoobrowse-api-0.9.7Dan Goodliffe2018-03-20
| | | | | | Add test case for whitespace only lines where empty lines expected between package.mask entries. This changes the regex to allow a whitespace only line to trigger a record break.
* Add a simple unit test over the existing mask lexerDan Goodliffe2018-03-20
|
* Extract mask lexer for testabilityDan Goodliffe2018-03-20
|
* User pruninggentoobrowse-api-0.9.6Dan Goodliffe2018-03-04
| | | | Purge out unverified users after a period of time.
* Refactor timer task setup to make it simplier, more genericDan Goodliffe2018-03-04
|
* Add a test user we never verifyDan Goodliffe2018-03-04
|
* Use Boost's GE tests, not > (the change to >= is deliberate)Dan Goodliffe2018-03-04
|
* Sign-upsDan Goodliffe2018-03-04
| | | | | | | Improves the handling of sign-up requests when an existing unverified user already exists and authentication for that user succeeds with the newly provided credentials. In this case, resend the verification email to the original address and return the original user model.
* Fix verification email linkgentoobrowse-api-0.9.5Dan Goodliffe2018-03-03
| | | | Fix up the verification email such that it contains a workable link.