]> granicus.if.org Git - icinga2/history - test
Implement a better Graphite tree schema
[icinga2] / test /
2015-09-04 Jean FlachUpdate url parser
2015-08-27 Jean FlachUpdate use of String::Trim()
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Gunnar BeutnerImplement support for unregistering objects
2015-08-03 Paul RichardsFix build error when using boost 1.59
2015-07-29 Jean FlachUpdate url parser
2015-07-16 Jean-Marcel FlachRename base-url test to remote-url
2015-07-16 Jean-Marcel FlachMove url handler to /lib/remote
2015-07-10 Jean-Marcel FlachRedo tests
2015-07-10 Jean-Marcel FlachAdd additional tests for urls
2015-07-08 Jean-Marcel FlachFix path interpretion in URL parser
2015-07-07 Jean-Marcel FlachImplement URL parser
2015-06-24 Michael FriedrichImplement the ApiUser object type
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-03-18 Gunnar BeutnerMake order for deferred initializers deterministic
2015-03-18 Gunnar BeutnerClean up the start-up process a bit
2015-03-10 Louis SautierFix check_disk default thresholds and document the...
2015-03-02 Jason YoungUpdate PerfdataValue::Parse to ignore invalid warn...
2015-02-20 Michael FriedrichTests: Add simple Livestatus query tests
2015-02-19 Gunnar BeutnerImplement the 'continue' and 'break' keywords
2015-02-18 Michael FriedrichLivestatus: Add GroupBy tables: hostsbygroup, servicesb...
2015-02-14 Gunnar BeutnerFix unit tests for the Stream class
2015-02-14 Gunnar BeutnerDon't use separate threads for each ApiClient object
2015-02-11 Michael FriedrichMove ValidateMacroString into the MacroProcessor class
2015-02-11 Michael FriedrichAdd macro config validator for command args, env, custo...
2015-02-03 Gunnar BeutnerImplement a unit test for nullary lambdas
2015-02-02 Gunnar BeutnerDocument operator precedence
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-08 Michael FriedrichFix sending notifications for volatile checks on OK...
2015-01-08 Gunnar BeutnerAllow side-effect-free expressions in a limited number...
2015-01-07 Gunnar BeutnerFix a compiler warning
2015-01-07 Gunnar BeutnerAdd unit tests for escape sequences
2014-12-16 Gunnar BeutnerUpdate unit tests to use the new variable syntax
2014-12-15 Gunnar BeutnerAdd another unit test for expressions
2014-12-15 Gunnar BeutnerAdd unit tests for the "var" keyword
2014-12-15 Gunnar BeutnerFix unit test
2014-12-14 Gunnar BeutnerOnly implicitly convert strings to indexers
2014-12-13 Gunnar BeutnerRemove obsolete unit test
2014-12-12 Michael FriedrichDB IDO: Update child object reachability if parentchang...
2014-12-12 Gunnar BeutnerRename VMFrame to ScriptFrame in the unit tests
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-12-12 Gunnar BeutnerImplement string indexers
2014-12-11 Gunnar BeutnerFix unit tests
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-12-10 Gunnar BeutnerFix failing unit tests
2014-12-10 Gunnar BeutnerRemove obsolete unit tests
2014-12-09 Gunnar BeutnerFix operator precedence for %, |, ^, &, in and !in...
2014-12-09 Gunnar BeutnerImplement more unit tests for typeof()
2014-12-08 Gunnar BeutnerAdd unit tests for the typeof() operator
2014-12-05 Michael FriedrichLivestatus: Fix missing host downtimes/comments
2014-12-04 Gunnar BeutnerFix crash in the unit tests
2014-12-01 Gunnar BeutnerFix problem with macro arguments which are not separate...
2014-11-28 Gunnar BeutnerFix the Expression unit tests
2014-11-27 Gunnar BeutnerImplement support for arrays in command arguments
2014-11-25 Gunnar BeutnerImplicitly convert Number argument to string for operator +
2014-11-24 Gunnar BeutnerAdd some more missing unit tests
2014-11-24 Gunnar BeutnerAdd missing unit tests to the project file
2014-11-23 Gunnar BeutnerFix the __return keyword
2014-11-23 Gunnar BeutnerFix unary minus operator
2014-11-23 Gunnar BeutnerFix the reduce/reduce conflicts
2014-11-23 Gunnar BeutnerImplement more unit tests
2014-11-23 Gunnar BeutnerImprove test coverage for the Convert class
2014-11-23 Gunnar BeutnerImplement unit tests for the config parser
2014-11-23 Gunnar BeutnerImprove test coverage for the array class
2014-11-12 Gunnar BeutnerMake sure all threads are dead before calling fork()
2014-11-12 Gunnar BeutnerFix crash in the unit tests
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-07 Gunnar BeutnerSpeed up type lookups
2014-11-04 Michael FriedrichLivestatus: Add 'cv_is_json' and encode CV arrays/dicts...
2014-11-04 Michael FriedrichDB IDO: Dump custom attributes as json encoded arrays...
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-19 Gunnar BeutnerRename qstring.{cpp,hpp} to string.{cpp,hpp}
2014-10-14 Michael FriedrichFix package builds after removal of icinga2-{en,dis...
2014-10-14 Gunnar BeutnerRemove icinga2-enable-feature and icinga2-disable-feature
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-09-01 Gunnar BeutnerImplement support for excluding files from unity builds
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-08-27 Michael FriedrichLog warning message if 'set_if' argument cannot be...
2014-08-05 Michael FriedrichUpdate manual test config for notifications
2014-06-13 Michael FriedrichMove the Vagrant VM to https://github.com/Icinga/icinga...
2014-06-12 Michael FriedrichLivestatus: Add 'host_name' and 'service_description...
2014-06-11 Michael FriedrichLivestatus: Fix 'OutputFormat:json' w/o space is valid...
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-10 Michael FriedrichLivestatus: Add 'check_source' to hosts table.
2014-05-10 Michael FriedrichMerge branch 'feature/is-reachable-6094' into next
2014-05-10 Michael FriedrichLivestatus: Add 'is_reachable' to hosts/services table.
2014-05-09 Gunnar BeutnerFix an issue where expired Timer pointers caused other...
2014-05-09 Gunnar BeutnerDisable timer unit tests.
2014-05-08 Gunnar BeutnerFix the timer_scope test.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-04 Michael FriedrichDon't allow "managed" downtimes to be deleted by users.
2014-05-03 Michael FriedrichAdd debug log entries for dependencies.
2014-05-03 Michael FriedrichImplement CompatUtility::GetCheckableCommandArgs()...
2014-05-03 Michael FriedrichImplement summary macros e.g. $icinga.num_services_crit...
2014-05-01 Michael FriedrichImport test config for existing issues.
2014-04-28 Gunnar BeutnerFix the IDO test.
2014-04-22 Michael FriedrichRevert "Add statusmap_image and coords host attributes."
2014-04-17 Michael FriedrichAdd statusmap_image and coords host attributes.
next