Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Upgrade django,requests,numpy,pandas,pytz,boto* and their dependencies #437

Merged
merged 13 commits into from
Oct 13, 2021

Conversation

chiragjn
Copy link
Contributor

@chiragjn chiragjn commented Sep 20, 2021

Closes #398
Closes #403
Closes #406
Closes #407
Closes #408
Closes #409
Closes #412
Closes #413
Closes #414
Closes #415
Closes #438

JIRA Ticket Number

JIRA TICKET: IS-153, ML-2730

Description of change

  • Upgrades django, requests, pytz, boto*, numpy, pandas and few other minor libraries for security fixes
  • Overhaul Dockerfile, rename Dockerfile-python3 to Dockerfile
  • Renames config.example to .env.example
  • Drops s3 dependency for nginx config files

Checklist (OPTIONAL):

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

chatbot_ner/settings.py Show resolved Hide resolved
chatbot_ner/asgi.py Show resolved Hide resolved
@haptik-deployment
Copy link

👍 No lint errors found.

@chiragjn chiragjn changed the base branch from removed_unused_crf_code to develop September 20, 2021 08:25
@haptik-deployment
Copy link

👍 No lint errors found.

@haptik-deployment
Copy link

👍 No lint errors found.

@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #437 (4876edf) into develop (ef5c66f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #437   +/-   ##
========================================
  Coverage    41.96%   41.96%           
========================================
  Files           79       79           
  Lines         8869     8869           
========================================
  Hits          3722     3722           
  Misses        5147     5147           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef5c66f...4876edf. Read the comment docs.

@haptik-deployment
Copy link

👍 No lint errors found.

@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

@chiragjn chiragjn changed the title [WIP] build(deps): Upgrade django,requests,numpy,pandas,pytz,boto* and their dependencies build(deps): Upgrade django,requests,numpy,pandas,pytz,boto* and their dependencies Sep 21, 2021
@haptik-deployment
Copy link

👍 No lint errors found.

@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

docs/datastore_variables.md Outdated Show resolved Hide resolved
docker/Dockerfile Show resolved Hide resolved
chatbot_ner/settings.py Outdated Show resolved Hide resolved
docker/default.nginx.conf Outdated Show resolved Hide resolved
@haptik-deployment
Copy link

👍 No lint errors found.

tanaya-b
tanaya-b previously approved these changes Oct 13, 2021
@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

@haptik-deployment
Copy link

👍 No lint errors found.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@chiragjn chiragjn requested a review from tanaya-b October 13, 2021 09:58
@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

@chiragjn chiragjn merged commit 4a5d366 into develop Oct 13, 2021
@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment