)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"cdb2518a9a767450fbb2a1f94a108068856b02e0","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"7be617e3_dfcff29f","updated":"2022-08-04 00:00:01.000000000","message":"I\u0027ve followed up with some script enhancements; will monitor","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"}],"grafana/run-grafana.sh":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"60d22d1a0bc46b68311f667bad1a721619ff6266","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":3,"id":"16cd91ee_1a5961e7","updated":"2022-03-16 11:41:53.000000000","message":"Nit: chmod +x?","commit_id":"e5e832e808e05bda4323ae8618c7c401cb879f93"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"0ba6c379a3cf663c4b150ca43f59521a14f816cb","unresolved":true,"context_lines":[{"line_number":1,"context_line":"#!/bin/bash"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"DOCKER\u003ddocker"},{"line_number":4,"context_line":"GRAFYAML_DIR\u003d$(pwd)"},{"line_number":5,"context_line":"SECRETS_DIR\u003d$(pwd)/grafana-secrets"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"if [ ! -d ${SECRETS_DIR} ]; then"}],"source_content_type":"text/x-sh","patch_set":9,"id":"3a264c2f_3579df2e","line":4,"updated":"2022-07-22 22:02:02.000000000","message":"Nit, if we convert this to something like:\n\n  SCRIPT_PATH\u003d$(readlink -f $0)\n  GRAFYAML_DIR\u003d$(dirname $SCRIPT_PATH)\n  \nThen we don\u0027t have to run the script out of the grafyaml dir.","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"299d6225f69dad91d5fc26a31538f2db13743ffb","unresolved":false,"context_lines":[{"line_number":1,"context_line":"#!/bin/bash"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"DOCKER\u003ddocker"},{"line_number":4,"context_line":"GRAFYAML_DIR\u003d$(pwd)"},{"line_number":5,"context_line":"SECRETS_DIR\u003d$(pwd)/grafana-secrets"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"if [ ! -d ${SECRETS_DIR} ]; then"}],"source_content_type":"text/x-sh","patch_set":9,"id":"26a8ac97_fb13f9f1","line":4,"in_reply_to":"3a264c2f_3579df2e","updated":"2022-08-03 06:29:38.000000000","message":"https://review.opendev.org/c/openstack/project-config/+/851956","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"0ba6c379a3cf663c4b150ca43f59521a14f816cb","unresolved":true,"context_lines":[{"line_number":4,"context_line":"GRAFYAML_DIR\u003d$(pwd)"},{"line_number":5,"context_line":"SECRETS_DIR\u003d$(pwd)/grafana-secrets"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"if [ ! -d ${SECRETS_DIR} ]; then"},{"line_number":8,"context_line":"    mkdir -p ${SECRETS_DIR}"},{"line_number":9,"context_line":"    echo \"password\" \u003e ${SECRETS_DIR}/admin_password"},{"line_number":10,"context_line":"    echo \"admin\" \u003e ${SECRETS_DIR}/admin_user"}],"source_content_type":"text/x-sh","patch_set":9,"id":"fa5d778a_f5e2d282","line":7,"updated":"2022-07-22 22:02:02.000000000","message":"Should we add this path to our .gitignore for this repo?","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"299d6225f69dad91d5fc26a31538f2db13743ffb","unresolved":false,"context_lines":[{"line_number":4,"context_line":"GRAFYAML_DIR\u003d$(pwd)"},{"line_number":5,"context_line":"SECRETS_DIR\u003d$(pwd)/grafana-secrets"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"if [ ! -d ${SECRETS_DIR} ]; then"},{"line_number":8,"context_line":"    mkdir -p ${SECRETS_DIR}"},{"line_number":9,"context_line":"    echo \"password\" \u003e ${SECRETS_DIR}/admin_password"},{"line_number":10,"context_line":"    echo \"admin\" \u003e ${SECRETS_DIR}/admin_user"}],"source_content_type":"text/x-sh","patch_set":9,"id":"96b4556d_bbe1804f","line":7,"in_reply_to":"fa5d778a_f5e2d282","updated":"2022-08-03 06:29:38.000000000","message":"https://review.opendev.org/c/openstack/project-config/+/851956","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"0ba6c379a3cf663c4b150ca43f59521a14f816cb","unresolved":true,"context_lines":[{"line_number":33,"context_line":""},{"line_number":34,"context_line":"echo \"Reloading dashboards\""},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"${DOCKER} run --rm -t --network\u003dhost \\"},{"line_number":37,"context_line":"          -e \u0027GRAFANA_URL\u003dhttp://admin:password@localhost:3000\u0027 \\"},{"line_number":38,"context_line":"          -v ${GRAFYAML_DIR}:/grafana:ro \\"},{"line_number":39,"context_line":"          opendevorg/grafyaml"}],"source_content_type":"text/x-sh","patch_set":9,"id":"c9bfb978_af589fe2","line":36,"range":{"start_line":36,"start_character":19,"end_line":36,"end_character":21},"updated":"2022-07-22 22:02:02.000000000","message":"Do we need a tty?","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"299d6225f69dad91d5fc26a31538f2db13743ffb","unresolved":false,"context_lines":[{"line_number":33,"context_line":""},{"line_number":34,"context_line":"echo \"Reloading dashboards\""},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"${DOCKER} run --rm -t --network\u003dhost \\"},{"line_number":37,"context_line":"          -e \u0027GRAFANA_URL\u003dhttp://admin:password@localhost:3000\u0027 \\"},{"line_number":38,"context_line":"          -v ${GRAFYAML_DIR}:/grafana:ro \\"},{"line_number":39,"context_line":"          opendevorg/grafyaml"}],"source_content_type":"text/x-sh","patch_set":9,"id":"3abab39c_6788804e","line":36,"range":{"start_line":36,"start_character":19,"end_line":36,"end_character":21},"in_reply_to":"c9bfb978_af589fe2","updated":"2022-08-03 06:29:38.000000000","message":"https://review.opendev.org/c/openstack/project-config/+/851956","commit_id":"859005d497fe14bcd7335bfd8bd95a0bdaa5e63b"}]}
