Skip to content

Commit

Permalink
Merged PR: General fixes/changes + taking care of the following ticke…
Browse files Browse the repository at this point in the history
…ts: AP-49659 AP-49660

* Fix bug in ctrlr service causing incorrect data processing - AP-49659

* Update ctrlr service documentation with latest usage instructions - AP-49659

* Add support for custom configurations in ctrlr service - AP-49660

* Add support for custom log formats in ctrlr service - AP-49660

---------

Co-authored-by: lrochette <[email protected]>
  • Loading branch information
francisco-cocozza and lrochette authored Dec 4, 2024
1 parent 8e35353 commit cacee34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buslog/changes/changes_file_1203184131.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
len('Hello')
ord('A')
1 change: 1 addition & 0 deletions buslog/changes/changes_file_1203184132.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
str.upper('hello')
1 change: 1 addition & 0 deletions buslog/changes/changes_file_1203184133.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
float(3.14)

0 comments on commit cacee34

Please sign in to comment.