Skip to content

Bump tornado from 6.1 to 6.4.1 in /jobs/mozaggregator2bq #204

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
29 changes: 0 additions & 29 deletions jobs/eam-integrations/scripts/test.py
Original file line number Diff line number Diff line change
@@ -1,30 +1 @@
import requests
from requests.auth import HTTPBasicAuth

base_URL = "https://mozilla-np.xmatters.com/api/xm/1"

person_name = "342d509e-6ae3-4c0a-bd59-b07cdc7c6eb3"
endpoint_URL = "/people/" + person_name + "/supervisors"

url = base_URL + endpoint_URL

print("Sending request to url: " + url)
auth = HTTPBasicAuth("serviceuser", "welcome1")

response = requests.get(url, auth=auth)

responseCode = response.status_code
if responseCode == 200:
rjson = response.json()
for d in rjson.get("data"):
print(
'User "'
+ person_name
+ '" has supervisor "'
+ d["targetName"]
+ '" with first name "'
+ d["firstName"]
+ '" and last name "'
+ d["lastName"]
+ '"'
)
16 changes: 8 additions & 8 deletions jobs/mozaggregator2bq/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ ipykernel==5.4.3
# jupyter-console
# notebook
# qtconsole
ipython==7.19.0
# via
# ipykernel
# ipywidgets
# jupyter-console
ipython-genutils==0.2.0
# via
# nbformat
# notebook
# qtconsole
# traitlets
ipython==7.19.0
# via
# ipykernel
# ipywidgets
# jupyter-console
ipywidgets==7.6.3
# via jupyter
jedi==0.18.0
Expand All @@ -52,6 +52,8 @@ jinja2==2.11.2
# notebook
jsonschema==3.2.0
# via nbformat
jupyter==1.0.0
# via -r requirements-dev.in
jupyter-client==6.1.11
# via
# ipykernel
Expand All @@ -68,8 +70,6 @@ jupyter-core==4.7.0
# nbformat
# notebook
# qtconsole
jupyter==1.0.0
# via -r requirements-dev.in
jupyterlab-pygments==0.1.2
# via nbconvert
jupyterlab-widgets==1.0.0
Expand Down Expand Up @@ -158,7 +158,7 @@ terminado==0.9.2
# via notebook
testpath==0.4.4
# via nbconvert
tornado==6.1
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand Down