summaryrefslogtreecommitdiff
path: root/tests/test_sorcery.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-07-04sorcery: Add support for object stalenessMatt Jordan
2015-05-12sorcery: Add API to insert/remove a wizard to/from an object type's listGeorge Joseph
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-05sorcery: Add additional observer capabilities.George Joseph
2014-11-21sorcery: Make is_object_field_registered handle field names that are regexes.George Joseph
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-07-22Fix more dev-mode build issuesKinsey Moore
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
2014-03-17Revert changes to sorcery that accidentally got committed.Mark Michelson
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-08-23Fix sorcery unit testsMatthew Jordan
2013-06-22Make sorcery details opaque and add extended fields.Joshua Colp
2013-05-06Add support for observers and JSON objectset creation to sorcery.Joshua Colp
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-03-20Pass the sorcery instance to wizards for CUD operations as well as retrieve.Joshua Colp
2013-03-01Add support for registering a sorcery handler which supports multiple fields ...Joshua Colp
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-10Add additional functionality to the Sorcery API.Joshua Colp
2013-01-29Fix an issue where building with DEBUG_FD_LEAKS enabled would not work due to...Joshua Colp
2013-01-27Add a unit test which confirms the apply handler callback is called when it s...Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp