This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import requests | |
from jira import JIRA | |
from config import ( | |
JIRA_SERVER, | |
JIRA_API_TOKEN, | |
JIRA_EMAIL, | |
JIRA_PROJECT_KEY, | |
JIRA_EPIC, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import requests | |
from jira import JIRA | |
from config import ( | |
JIRA_SERVER, | |
JIRA_API_TOKEN, | |
JIRA_EMAIL, | |
JIRA_PROJECT_KEY, | |
JIRA_EPIC, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import requests | |
from jira import JIRA | |
from config import ( | |
JIRA_SERVER, | |
JIRA_API_TOKEN, | |
JIRA_EMAIL, | |
JIRA_PROJECT_KEY, | |
JIRA_EPIC, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import requests | |
from jira import JIRA | |
from config import ( | |
JIRA_SERVER, | |
JIRA_API_TOKEN, | |
JIRA_EMAIL, | |
JIRA_PROJECT_KEY, | |
JIRA_EPIC, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import requests | |
from jira import JIRA | |
from config import ( | |
JIRA_SERVER, | |
JIRA_API_TOKEN, | |
JIRA_EMAIL, | |
JIRA_PROJECT_KEY, | |
JIRA_EPIC, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import datetime | |
import requests | |
from jira import JIRA | |
from config import ( | |
JIRA_SERVER, | |
JIRA_API_TOKEN, | |
JIRA_EMAIL, | |
JIRA_PROJECT_KEY, | |
JIRA_EPIC, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Monkey Patching | |
from gevent import monkey | |
monkey.patch_all() | |
from sqlalchemy import JSON | |
import gevent | |
from requests.adapters import HTTPAdapter | |
from io import BytesIO | |
from urllib.parse import urlparse | |
from sqlalchemy.exc import OperationalError |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Domain Monitor</title> | |
<!-- <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script> --> | |
<link href="/static/css/main.css" rel="stylesheet"> | |
<!-- jQuery has been removed in favor of vanilla JavaScript --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */ | |
@layer theme, base, components, utilities; | |
@layer theme { | |
:root, :host { | |
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", | |
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; | |
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, | |
"Liberation Mono", "Courier New", monospace; | |
--color-red-50: oklch(0.971 0.013 17.38); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Domain Monitor</title> | |
<!-- <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script> --> | |
<link href="/static/css/main.css" rel="stylesheet"> | |
<!-- jQuery has been removed in favor of vanilla JavaScript --> | |
<link rel="icon" type="image/x-icon" href="data:image;base64,iVBORw0KGgo="> |
NewerOlder