Skip to content

Tags: remac/kazoo

Tags

4.3.31

Toggle 4.3.31's commit message
[4.3] KAZOO-6081: created a system_config param to exclude certain MO…

…Db doc… (2600hz#5678)

* KAZOO-6081: created a list of doc types to exclude from the change notifications

* KAZOO-6081: make apis

4.3.30

Toggle 4.3.30's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jamesaimonetti James Aimonetti
HELP-43124: don't reverse bridge strings again when failover option i…

…s set (2600hz#5672)

4.3.29

Toggle 4.3.29's commit message
format_url : handle case where path has trailing / (2600hz#5660)

4.3.28

Toggle 4.3.28's commit message
[4.3] Date handling in tests (2600hz#5633)

* normalize date when prev month has fewer days than current

* fix for months without the day

4.3.27

Toggle 4.3.27's commit message
KAZOO-6073: [4.3] api to get summary grouped by sub-accounts (2600hz#…

…5624)

* KAZOO-6073: api to get summary grouped by sub-account

* KAZOO-6073: use map/reduce

* make fmt apis

* fix doc

* KAZOO-6073: put ledgers deeper in object and add total

* KAZOO-6073: add missing semicolon

4.3.26

Toggle 4.3.26's commit message
Kazoo 6071 4.3 (2600hz#5614)

* KAZOO-6071: added ability to skip callflow action/module temporarily

* KAZOO-6071: make apis

* KAZOO-6071: flip the logic

4.3.25

Toggle 4.3.25's commit message
KAZOO-6070: send notifications for all errors and get the last four f…

…rom services on internal errors (2600hz#5607)

4.3.24

Toggle 4.3.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kazoo 6067 4.3 (2600hz#5601)

* KAZOO-6067: anonymize caller id late, pass around privacy parameters

* KAZOO-6067: make apis

* KAZOO-6067: formatting

* KAZOO-6067: reverse it

* KAZOO-6067: formatting

4.3.23

Toggle 4.3.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
KAZOO-6058: expand good standing checks and item options (2600hz#5558)

* KAZOO-6058: expand good standing checks and item options

* KAZOO-6058: bump

* KAZOO-6058: formating

* KAZOO-6058: caching options and logging

* KAZOO-6058: make apis

* KAZOO-6058: formatting

4.3.22

Toggle 4.3.22's commit message
[4.3] HELP-41845: generate CSVs providing a consistent cell ordering (2…

…600hz#5495)

* HELP-41845: generate CSVs providing a consistent cell ordering

Rather than ouputting rows in an ad-hoc manner, apply a consistent
ordering of JSON paths to cells when processing JSON objects that may
vary in the paths present.

* return 204 no content for empty CSVs

* logging

* logline updates

* not really an error anymore

* type cleanup

* handle already-encoded CSVs

* more tests for CSV fetching

* if we have an acc use it

* HELP-41845: handle customized csv chunk response

* maybe not setting headers?

* let not set content-disposition to a file path

* make fmt