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

SPIKE: diagnose and find fix for NR agent error on 404 response - bump newrelic agent to latest #1032

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile.selenium
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM selenium/standalone-chrome-debug
ENV PYTHONUNBUFFERED 1
USER root
# libpq-dev: ubuntu dev lib for psypsycopg2 sdist build
RUN apt-get update && apt-get install -yq python3.7 python3-pip git libpq-dev libffi-dev
RUN apt-get update && apt-get install -yq python3.8 python3-pip git libpq-dev libffi-dev
RUN mkdir /code
ADD . /code/
WORKDIR /code
RUN ln -s /usr/bin/python3 /usr/local/bin/python
RUN pip install --upgrade pip
RUN pip install selenium
RUN pip install pyyaml==6.0 Pillow==9.0.1
RUN make reqs-install-dev
RUN pip3 install --upgrade pip
RUN pip3 install selenium
RUN pip3 install pyyaml==6.0 pillow==9.0.1 newrelic==7.16.0.178
RUN pip3 install -r requirements/requirements.dev.txt --no-index --find-links ./vendor/
18 changes: 16 additions & 2 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,22 @@ mccabe==0.6.1 \
--hash=sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42 \
--hash=sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f
# via flake8
newrelic==4.4.1.104 \
--hash=sha256:eb60752a2c2a9904ea1eaf6b25dfbe8181e02fca9c11f895c13469057971b343
newrelic==7.16.0.178 \
--hash=sha256:0f3c4a6b4c558ffb74acfcb5ba6991e0df4a9d8fcbb103c37044ea41da931d2c \
--hash=sha256:16afa8c95c9cd20bb7687f0f99abbb94f21967c7c7a5c55be01dddfda9b341d5 \
--hash=sha256:4d00b345c54973efd1c5b6c9778a842d896fc0a99d2969dd0ddafca7de5ee81b \
--hash=sha256:588e1fb3e15f15ad5b617b5525bbe1d1d6b6a9d3cdce49abed4f878473967ca1 \
--hash=sha256:5d12f98469a32274dbdd31038a270bc173c7e6612726a1a233cb2e4b861a67fa \
--hash=sha256:6b63e6a16a6676403ac890bb85a357e88955c47e4af576620b92259b4bbae12c \
--hash=sha256:967746253875548068f3d52efe5f41b097672a135d223101c31ea821d8fe311c \
--hash=sha256:b31b38e04436cd583eaebf178cf50a7f2c0501f6a0cce72f1dc08eaec64d20da \
--hash=sha256:c4e9c2f19de08782c138c1fecf96a21cb8dfa2159c4a32f11fbad37fbf615824 \
--hash=sha256:ceae5f12e3541b9b88d86a060fa51a4ab4ef9066256fa3fbe28c3f93857afa37 \
--hash=sha256:d0fd11f1a268b119fbb8fe1b73a9bc1bc991c7b0d3a747e207d1705ad3c80ec5 \
--hash=sha256:de2ee2292bb12270c4cc92b45c59906f4a671e7030533d30b6a084a63b12687f \
--hash=sha256:e4f22613d95c00df6a6143b721a8477b8f59acdfb76f4a1689e81238b4fe10ae \
--hash=sha256:f2e6116d45776491e282f93f331bb942d3cdf26859ec20c527ef751c5eb3254f \
--hash=sha256:f42a04818c2ab0ade18c0a1a5d35652bb0d1d8cc2cfcb16304fffb15f556f117
# via -r requirements/requirements.in
oauthlib==3.1.0 \
--hash=sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889 \
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytz
configparser==3.5.0
dj-database-url
pyjwt==1.6.4
newrelic==4.4.1.104
newrelic==7.16.0.178
psycopg2-binary==2.9.3
sqlparse
Pillow==9.0.1
Expand Down
18 changes: 16 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,22 @@ jsonschema==3.2.0 \
jwcrypto==1.2 \
--hash=sha256:edf4309321721e5161cefccdd64b04509e03924feaf3de085b47780765989ae3
# via django-oauth-toolkit
newrelic==4.4.1.104 \
--hash=sha256:eb60752a2c2a9904ea1eaf6b25dfbe8181e02fca9c11f895c13469057971b343
newrelic==7.16.0.178 \
--hash=sha256:0f3c4a6b4c558ffb74acfcb5ba6991e0df4a9d8fcbb103c37044ea41da931d2c \
--hash=sha256:16afa8c95c9cd20bb7687f0f99abbb94f21967c7c7a5c55be01dddfda9b341d5 \
--hash=sha256:4d00b345c54973efd1c5b6c9778a842d896fc0a99d2969dd0ddafca7de5ee81b \
--hash=sha256:588e1fb3e15f15ad5b617b5525bbe1d1d6b6a9d3cdce49abed4f878473967ca1 \
--hash=sha256:5d12f98469a32274dbdd31038a270bc173c7e6612726a1a233cb2e4b861a67fa \
--hash=sha256:6b63e6a16a6676403ac890bb85a357e88955c47e4af576620b92259b4bbae12c \
--hash=sha256:967746253875548068f3d52efe5f41b097672a135d223101c31ea821d8fe311c \
--hash=sha256:b31b38e04436cd583eaebf178cf50a7f2c0501f6a0cce72f1dc08eaec64d20da \
--hash=sha256:c4e9c2f19de08782c138c1fecf96a21cb8dfa2159c4a32f11fbad37fbf615824 \
--hash=sha256:ceae5f12e3541b9b88d86a060fa51a4ab4ef9066256fa3fbe28c3f93857afa37 \
--hash=sha256:d0fd11f1a268b119fbb8fe1b73a9bc1bc991c7b0d3a747e207d1705ad3c80ec5 \
--hash=sha256:de2ee2292bb12270c4cc92b45c59906f4a671e7030533d30b6a084a63b12687f \
--hash=sha256:e4f22613d95c00df6a6143b721a8477b8f59acdfb76f4a1689e81238b4fe10ae \
--hash=sha256:f2e6116d45776491e282f93f331bb942d3cdf26859ec20c527ef751c5eb3254f \
--hash=sha256:f42a04818c2ab0ade18c0a1a5d35652bb0d1d8cc2cfcb16304fffb15f556f117
# via -r requirements/requirements.in
oauthlib==3.1.0 \
--hash=sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889 \
Expand Down
Binary file removed vendor/newrelic-4.4.1.104.tar.gz
Binary file not shown.
Binary file not shown.