summaryrefslogtreecommitdiffstats
path: root/hammer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* list of api and mes files are independently available in Makefile.am and ↵Michal Nowikowski2019-08-131-1/+1
| | | | conf.py now
* Added support for PostgreSQL DB on FreeBSD systemsmanu2019-08-101-2/+16
|
* hammer: disabled creating debugsoure rpm packageMichal Nowikowski2019-08-091-1/+3
|
* hammer: added missing deps for sphinx (texlive) and fixed installing cassandraMichal Nowikowski2019-08-071-2/+4
|
* hammer: fixed problems with repo updated and missing argsMichal Nowikowski2019-08-061-4/+4
|
* improved detecting sphinx and pdflatex in configure.ac, improved building ↵Michal Nowikowski2019-07-301-4/+7
| | | | docs in hammer
* fixed building docs on some systemsMichal Nowikowski2019-07-301-13/+40
|
* improved building docs on some systemsMichal Nowikowski2019-07-301-3/+7
| | | | | | - improved handling sphinx in configure.ac - adjusted hammer with new deps for docs - updated docs about new deps for docs
* fixed building sphinx docs on ubuntu 18.04Michal Nowikowski2019-07-301-1/+1
|
* hammer: fixed building on debian busterMichal Nowikowski2019-07-221-4/+13
|
* hammer: fixed handling repos over httpsMichal Nowikowski2019-06-271-0/+3
|
* hammer: added support for debian-10, some other various fixesMichal Nowikowski2019-06-251-19/+29
|
* hammer: added support for ubuntu 19.04Michal Nowikowski2019-06-151-2/+8
|
* hammer: added installing freeradius serviceMichal Nowikowski2019-06-151-0/+2
|
* hammer: added support for fedora 30 and moreMichal Nowikowski2019-06-151-12/+28
| | | | | | - added support for fedora 30 - improved creating system boxes - fixed installing cassandra and postgres dependencies on fedora 30
* added check if --repository-url is passed when native-pkg is enabledMichal Nowikowski2019-05-161-0/+5
|
* hammer: added more retries in case of error in apt updateMichal Nowikowski2019-05-161-3/+5
|
* hammer: added retry when apt update failsMichal Nowikowski2019-05-161-1/+4
|
* fixed bringing up lxc container when there is conflicting one presentMichal Nowikowski2019-05-161-3/+18
|
* improved support for building native packages: rpm and debMichal Nowikowski2019-05-161-54/+205
|
* fixed adding cassandra repo for the second timeMichal Nowikowski2019-04-151-1/+1
|
* hammer improvementsMichal Nowikowski2019-04-151-42/+251
| | | | | | | | | | - improved updating box when there is newer available - improved pkgs installation by skipping installing when pkgs are already present - added uploading prepared base kea box to vagrant cloud - added measuring time of preparation - completed installing and configuring posgresql on debian and old ubuntu - fixed installing cassandra on centos 7 - added aggregating unit test results
* added CCache support to HammerMichal Nowikowski2019-03-191-16/+76
|
* hammer: added checking vagrant version, removed hammer from EXTRA_DISTMichal Nowikowski2019-03-051-18/+38
|
* perfdhcp avalache: improvements after reviewMichal Nowikowski2019-02-191-5/+10
| | | | | | | | | | | | - simplified differentiating for IP version and exchange types - added more comments - fixed unittest for receiver by mocking socket - added option for building perfdhcp by hammer - added workaround for compiler bug that cannot handle enum class as a key to std::unordered_map - hidden warnings from boost by changing compiler flag from -I<boost-path> to -isystem <boost-path> - removed unused options_ field from StatsMgr class
* [#372,!181] hammer: added printing help when no command is providedMichal Nowikowski2019-01-311-2/+5
|
* [#372,!181] hammer: reduced line lenghts, added docstrings, unified naming, ↵Michal Nowikowski2019-01-311-132/+217
| | | | fixed terminating timed out process
* [#372,!181] Added many missing commentsTomek Mrugalski2019-01-311-0/+24
|
* [#372,!181] hammer: added distcheck feature, fixed mysql in freebsdMichal Nowikowski2019-01-311-18/+43
|
* [#372,!181] hammer: hardened running builds, improved building with mysql ↵Michal Nowikowski2019-01-311-68/+97
| | | | support
* [#372,!181] hammer: fixes after running pylint checkerMichal Nowikowski2019-01-311-255/+284
|
* [#372,!181] hammer: lots of improvements:Michal Nowikowski2019-01-311-49/+118
| | | | | | | - added comments and documentation, - added missing passing env to execute calls, - fixed checking revision, - removed unnecessary code
* [#372,!181] hammer: added checking system revision, fixed prepare-systemMichal Nowikowski2019-01-311-1/+14
|
* [#372,!181] hammer: improved docs, added hammer.py to EXTRA_DISTMichal Nowikowski2019-01-311-11/+61
|
* hammer: improved help and commands, added new commands for listing and ↵Michal Nowikowski2019-01-311-77/+158
| | | | destroying existing systems
* hammer: added configuring for forgeMichal Nowikowski2019-01-311-16/+46
|
* hammer: hardened vagrant upload, tuned timeoutsMichal Nowikowski2019-01-311-3/+17
|
* hammer: tuned timeouts to some commandsMichal Nowikowski2019-01-311-2/+2
|
* hammer: various improvementsMichal Nowikowski2019-01-311-7/+20
| | | | | | - added sql script for mysql used on debian 9 to fix MariaDB issue - added enabling kea-shell feature - removed hack for detecting boost on FreeBSD as it is fixed in Kea now
* hammer: fixed reference to undefined ve variableMichal Nowikowski2019-01-311-1/+2
|
* hammer: fixed handling lxc rootfs pathMichal Nowikowski2019-01-311-0/+1
|
* hammer: fixed conflict when hammer is used from 2 repo folders on the same ↵Michal Nowikowski2019-01-311-21/+29
| | | | computer, added jobs switch for forcing number of parallel compilation processes
* hammer: added building with radiusMichal Nowikowski2019-01-311-2/+41
|
* hammer: fixed missing argMichal Nowikowski2019-01-311-5/+5
|
* hammer: added copyright headerMichal Nowikowski2019-01-311-0/+7
|
* hammer: added handling much more things (more systems, running unit tests ↵Michal Nowikowski2019-01-311-185/+587
| | | | with mysql, pgsql and cql)
* initial version of Hammer: a tool for building and unittesting KeaMichal Nowikowski2019-01-311-0/+670