Skip to content

Update dep versions and make test pass - #42

Merged
pombredanne merged 6 commits into
developfrom
bump-versions
Apr 6, 2019
Merged

pombredanne merged 6 commits into
developfrom
bump-versions

Conversation

@singh1114

Copy link
Copy Markdown
Contributor
  • Django has released newer versions with some security patches and new updates.
  • Bumping versions of other things as well.

Signed-off-by: Ranvir Singh <ranvir.singh1114@gmail.com>
Signed-off-by: Ranvir Singh <ranvir.singh1114@gmail.com>
Signed-off-by: Ranvir Singh <ranvir.singh1114@gmail.com>
Signed-off-by: Ranvir Singh <ranvir.singh1114@gmail.com>
Signed-off-by: Ranvir Singh <ranvir.singh1114@gmail.com>
Comment thread vulnerabilities/models.py
Comment thread vulnerabilities/models.py
in a package repository, such as a Debian, Maven or NPM repository.
"""
package = models.ForeignKey('Package')
package = models.ForeignKey(Package, on_delete=models.CASCADE)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using classes as ForeignKeys rather than strings.

Comment thread requirements.txt

if 'TRAVIS' in os.environ:
DATABASES['default']['USER'] = 'postgres'
DATABASES['default']['PASSWORD'] = ''

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defaults for travisCI.

@pombredanne pombredanne left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks++ you made this green again... excellent!
See some review comments.

Comment thread README.md Outdated
```
python3.6 -m venv .
source bin/activate
python3 -m venv venv

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why calling the virtualenv directory venv and pushing it one level down?

Comment thread .travis.yml
Comment thread README.md Outdated
- Get Python 3.6+ installed first and pip (pip is included in the
Python.org downloads since Python 2.7.9)

- Install PostgreSQL 11.2 of later. (11.2 preferred)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure we have any such requirement to get the latest Postgres, do we?

Signed-off-by: Ranvir Singh <ranvir.singh1114@gmail.com>
@pombredanne pombredanne changed the title Bump versions Update dep versions and make test pass Apr 6, 2019

@pombredanne pombredanne left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@pombredanne
pombredanne merged commit 84af416 into develop Apr 6, 2019
@pombredanne
pombredanne deleted the bump-versions branch April 6, 2019 11:48
pombredanne pushed a commit that referenced this pull request Apr 2, 2025
Fixed #41 - Handled encoding issue when generating ABOUT files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants