• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cloudmarker / cloudmarker
94%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-1.26.5
DEFAULT BRANCH: master
Repo Added 17 Dec 2018 06:07PM UTC
Files 92
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH emaildocs
branch: emaildocs
CHANGE BRANCH
x
Reset
  • emaildocs
  • 0.1.0
  • alertdocs
  • apidocindent
  • audit-version
  • auditemails
  • azcloud
  • azstorage
  • azurecloud
  • azurecloud-exception
  • azvm_record_type
  • azwebapp
  • badges
  • baseconfig
  • bracket
  • buckets
  • build-matrix
  • changelog
  • clioptions
  • clouderror
  • common-plugins-config
  • consistency
  • copy-ext
  • copyext
  • cov_clean
  • dependabot/pip/cryptography-3.3.2
  • dependabot/pip/httplib2-0.18.0
  • dependabot/pip/httplib2-0.19.0
  • dependabot/pip/pyyaml-5.4
  • dependabot/pip/rsa-4.7
  • dependabot/pip/urllib3-1.26.5
  • dist
  • docfixes
  • doctest-fix
  • email_debug_param_from_config
  • emailbody
  • empty-port
  • esstore
  • firewalleventtest
  • firewallnorm
  • firewallruleevent
  • fix-esstore-done
  • fix-unused-input-queue
  • fix_cloud_worker
  • fixbuild
  • fixcoverage
  • fixindent
  • freeze
  • gcpcloudlogs
  • gcpcloudtest
  • iam_policy
  • ignore-virtual-machines
  • ioworkers
  • key_file_name_fix
  • lint
  • load_yaml_safely
  • log
  • logfixes
  • logger-defaults
  • logging-levels
  • master
  • maxrecs
  • mock-records
  • mockplugins
  • mongodbdefaults
  • mongodbfix
  • mongodbtests
  • multiprocessing
  • pluginframework
  • pluginloader
  • readable-version
  • readme
  • remove-email-config
  • removefirewallevent
  • rename_logger
  • renameparams
  • requirements
  • rest
  • reuse-mock
  • rm-venv
  • slackalert
  • smtpssl
  • sphinx
  • sphinx-rst-update
  • splunkfixes
  • splunkhecstore_docs
  • splunkhectokentest
  • splunkstore
  • sub_id_rename
  • tests
  • travis
  • userconfig
  • userdoc
  • userecordterm
  • verdev
  • webapp
  • worker-com-fields
  • worker-error-handling
  • workerlogs

pending completion
622

Pull #98

travis-ci-com

web-flow
Make EmailAlert docs and code consistent

The EmailAlert docstrings have been updated to make it look good from a
user's perspective. In some places, the docstrings have been fixed to
describe the functionality in the code correctly. In some other cases,
the code has been updated to be consistent with the updated docstrings.

The following changes have been made to the plugin parameters:

  - Rename `sender` to `from_addr`.
  - Rename `to` to `to_addrs`.
  - Remove `body`.
  - Add defaults for `subject`, `host`, and `port`.

The names `from_addr` and `to_addrs` have been picked from the Python
`smtplib` documentation. They have done the work of choosing good names,
so we just reuse it. The `to_addrs` name has an additional advantage
that it hints at the value being a list of addresses.

The `body` parameter has been removed because this is not a generic
emailer class. This is an alert plugin which will decide its own email
content based on the events it receives in its `write()` method.
There is never a situation where the email content can be specified via
configuration.

The defaults for `host` and `port` have also been picked from the Python
`smtplib` documentation. They implement sensible default behaviour for
these defaults, so we reuse that behaviour by choosing the same
defaults.
Pull Request #98: Make EmailAlert docs and code consistent

323 of 340 branches covered (95.0%)

Branch coverage included in aggregate %.

8 of 8 new or added lines in 1 file covered. (100.0%)

1566 of 1659 relevant lines covered (94.39%)

2.83 hits per line

Relevant lines Covered
Build:
Build:
1659 RELEVANT LINES 1566 COVERED LINES
2.83 HITS PER LINE
Source Files on emaildocs
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
622 emaildocs Make EmailAlert docs and code consistent The EmailAlert docstrings have been updated to make it look good from a user's perspective. In some places, the docstrings have been fixed to describe the functionality in the code correctly. In some other... Pull #98 23 Apr 2019 04:20PM UTC web-flow travis-ci-com pending completion  
621 emaildocs Make EmailAlert docs and code consistent The EmailAlert docstrings have been updated to make it look good from a user's perspective. In some places, the docstrings have been fixed to describe the functionality in the code correctly. In some other... push 23 Apr 2019 04:17PM UTC susam travis-ci-com pending completion  
592 emaildocs Make EmailAlert docs and code consistent The EmailAlert docstrings have been updated to make it look good from a user's perspective. In some places, the docstrings have been fixed to describe the functionality in the code correctly. In some other... Pull #98 22 Apr 2019 05:44PM UTC web-flow travis-ci-com pending completion  
591 emaildocs Make EmailAlert docs and code consistent The EmailAlert docstrings have been updated to make it look good from a user's perspective. In some places, the docstrings have been fixed to describe the functionality in the code correctly. In some other... push 22 Apr 2019 05:41PM UTC susam travis-ci-com pending completion  
590 emaildocs Polish EmailAlert docs; update code to agree The following changes are made to the plugin parameters: - Rename `sender` to `from_addr`. - Rename `to` to `to_addrs`. - Remove `body`. - Add defaults for `subject`, `host`, and `port`. The ... Pull #98 22 Apr 2019 05:35PM UTC web-flow travis-ci-com pending completion  
589 emaildocs Polish EmailAlert docs; update code to agree The following changes are made to the plugin parameters: - Rename `sender` to `from_addr`. - Rename `to` to `to_addrs`. - Remove `body`. - Add defaults for `subject`, `host`, and `port`. The ... push 22 Apr 2019 05:32PM UTC susam travis-ci-com pending completion  
585 emaildocs Polish EmailAlert docs; update code to agree The following changes are made to the plugin parameters: - Rename `sender` to `from_addr`. - Rename `to` to `to_addrs`. - Remove `body`. - Add defaults for `subject`, `host, and `port`. The n... Pull #98 22 Apr 2019 12:18PM UTC web-flow travis-ci-com pending completion  
583 emaildocs Polish EmailAlert docs; update code to agree The following changes are made to the plugin parameters: - Rename `sender` to `from_addr`. - Rename `to` to `to_addrs`. - Remove `body`. - Add defaults for `subject`, `host, and `port`. The n... push 22 Apr 2019 12:10PM UTC susam travis-ci-com pending completion  
577 emaildocs Polish EmailAlert docs; update code to agree The following changes are made: - Rename `sender` to `from_addr`. - Rename `to` to `to_addrs`. - Add defaults for `subject`, `host, and `port`. The names `from_addr` and `to_addrs` have been pi... Pull #98 22 Apr 2019 04:21AM UTC web-flow travis-ci-com pending completion  
576 emaildocs Polish EmailAlert docs; update code to agree The following changes are made: - Rename `sender` to `from_addr`. - Rename `to` to `to_addrs`. - Add defaults for `subject`, `host, and `port`. The names `from_addr` and `to_addrs` have been pi... push 22 Apr 2019 04:19AM UTC susam travis-ci-com pending completion  
See All Builds (953)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc