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

Netflix / security_monkey / 744
68%

Build:
DEFAULT BRANCH: develop
Ran 17 Feb 2017 04:36PM UTC
Jobs 1
Files 162
Run time 9s
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

pending completion
744

push

travis-ci

web-flow
Delete deprecated Account fields (#547) ✂️️

Delete deprecated Account fields

- Replaces references to Account.number with Account.identifier.
- Looks like the d08d0b37788a_.py migration copied account.identifier over to account.number.
- With the deprecated fields gone, the `aws_account.py` (`AWSAccountManager` class)  no longer needs to override `_populate_account()` or `lookup_account_by_identifier()`
- Replace any references to `Account.s3_name` or `Account.role_nam`e with code that checks the custom tags. (If there are queries filtering on these fields, may need to create a sqlalchemy hybrid property/method.)
- Replace `security_monkey.common.untils::add_account()` with `account_manager.create()`. (See `manage.py::add_account()`) https://github.com/Netflix/security_monkey/blob/develop/security_monkey/common/utils.py#L104
- Create a new DB migration:
-- Migration should copy over `Account.s3_name` to new custom tag field
-- Migration should copy over `Account.role_name` to new custom tag field
-- Migration should remove `Account.s3_name` and `Account.role_name` and `Account.number` fields
- Tests pass and travis builds.

4733 of 8949 relevant lines covered (52.89%)

0.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 744.1 17 Feb 2017 04:36PM UTC 0
52.89
Travis Job 744.1
Source Files on build 744
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #744
  • c666a012 on github
  • Prev Build on develop (#737)
  • Next Build on develop (#758)
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

© 2026 Coveralls, Inc