I have things to say that I think will clarify the situation for myself
I have things to say that I think will help others understand
I am curious
I have things to say I think will help other people feel safer
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
# .github/codeql/config.yml | |
name: "CodeQL-Config" | |
queries: | |
- uses: security-and-quality | |
paths-ignore: | |
- "path/to/your/file.js" |
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
name: Authenticate with GitHub App | |
on: [push] | |
jobs: | |
authenticate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code |
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
name: Trigger Remote Workflow with GitHub CLI and Wait for Completion | |
on: | |
workflow_dispatch: | |
inputs: | |
branch: | |
description: 'Branch to trigger workflow on' | |
required: true | |
default: 'main' | |
playwright_cli: |
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 re | |
class IsUnfortunatelyALowerCasedName(ValueError): | |
pass | |
class IsActuallyAFirstName(ValueError): | |
pass | |
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
{ | |
"ProductIds": [ | |
{ | |
"IdType": "ProductId", | |
"Id": "79257" | |
}, | |
{ | |
"IdType": "NDC9", | |
"Id": "65757-0402" | |
} |
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
@facility-selection | |
Feature: The Order Management Service accurately selects a facility based on information about an order # tests/integration/features/facility_selection.feature:2 | |
{"message": "Putting DynamoDB item", "levelname": "DEBUG", "pathname": "/Users/dt/.local/share/virtualenvs/order-management-service-PZpAi_Z5/lib/python3.8/site-packages/divvydose/aws_utils/dynamodb.py", "funcName": "put_item", "lineno": 245, "table": "order-management_orders-20220120220435933", "item": {"degree": "Doctor", "directories_prescriber_id": "54bea4cc-1eaf-4637-818b-a82be3506227", "first_name": "Alice", "last_name": "Doctor", "middle_initial": null, "title": "Doctor", "thor_prescriber_id": "a999eb8c-7763-41e8-b7a4-e40289ff78fb", "PK": "Prescriber#a999eb8c-7763-41e8-b7a4-e40289ff78fb", "SK": "Prescriber#54bea4cc-1eaf-4637-818b-a82be3506227", "entity": "Prescriber"}, "condition": null, "timestamp": "2022-01-21T19:36:52.884181Z"} | |
{"message": "Received DynamoDB response", "levelname": "DEBUG", "pathname": "/Users/dt/.local/s |
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
{ | |
"Products": [ | |
{ | |
"BrandGenericStatus": "Generic", | |
"FederalDEAClass": "NA", | |
"IngredientStrengthRouteFormInfo": [ | |
{ | |
"FDAForm": { | |
"Id": 37, | |
"Name": "Tab" |
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
{ | |
"ProductIds": [ | |
{ | |
"IdType": "ProductId", | |
"Id": "48875" | |
}, | |
{ | |
"IdType": "NDC9", | |
"Id": "68462-0188" | |
} |
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
# | |
# Order management service shortcuts | |
# | |
# Go to OM | |
alias om="cd ~/repos/order-management-service" | |
# ROLES | |
function omsandbox() { | |
unset AWS_PROFILE |
NewerOlder