-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/acknowledged by showed in task logs (#721)
* Create function to save acknowledged task completion in logs Signed-off-by: angatupyry <fierrofenix@gmail.com> * Save ack by in logs Signed-off-by: angatupyry <fierrofenix@gmail.com> * Remove unused import Signed-off-by: angatupyry <fierrofenix@gmail.com> * Use instance of Phases instead of dict in get task logs functions Signed-off-by: angatupyry <fierrofenix@gmail.com> * Get phases key correctly and add comments to describe changes Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add comment to describe code changes Signed-off-by: angatupyry <fierrofenix@gmail.com> * Lint warning and erros fixed Signed-off-by: angatupyry <fierrofenix@gmail.com> * Unused import Signed-off-by: angatupyry <fierrofenix@gmail.com> * remove the construction of task_repo Signed-off-by: angatupyry <fierrofenix@gmail.com> * Revert changes Signed-off-by: angatupyry <fierrofenix@gmail.com> * Adding try catch to handle error Signed-off-by: angatupyry <fierrofenix@gmail.com> * Lint fix Signed-off-by: angatupyry <fierrofenix@gmail.com> * Remove instance of TaskRepository and pass it as params in Alert Signed-off-by: angatupyry <fierrofenix@gmail.com> * Add task repository dependency in alert repository Signed-off-by: angatupyry <fierrofenix@gmail.com> --------- Signed-off-by: angatupyry <fierrofenix@gmail.com>
- Loading branch information
1 parent
ca0e27e
commit 3f563d3
Showing
3 changed files
with
81 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters