)]}'
{"alerta/Dockerfile":[{"author":{"_account_id":8863,"name":"Andrii Ostapenko","email":"anost1986@gmail.com","username":"aostapenko"},"change_message_id":"328702e2cf687760cf009dc0ab7773259bce3cc0","unresolved":false,"context_lines":[{"line_number":4,"context_line":"ENV PIP_DISABLE_PIP_VERSION_CHECK\u003d1"},{"line_number":5,"context_line":"ENV PIP_NO_CACHE_DIR\u003d1"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"LABEL maintainer\u003d\"Openstack-helm-image Authors\""},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"ARG BUILD_DATE\u003dnow"},{"line_number":10,"context_line":"ARG VCS_REF"}],"source_content_type":"text/x-dockerfile","patch_set":11,"id":"9f560f44_d25caf4c","line":7,"range":{"start_line":7,"start_character":28,"end_line":7,"end_character":32},"updated":"2020-08-24 16:54:45.000000000","message":"Helm","commit_id":"9082bf07cd9bcf5964a6e4c89366a10375254687"},{"author":{"_account_id":8863,"name":"Andrii Ostapenko","email":"anost1986@gmail.com","username":"aostapenko"},"change_message_id":"328702e2cf687760cf009dc0ab7773259bce3cc0","unresolved":false,"context_lines":[{"line_number":4,"context_line":"ENV PIP_DISABLE_PIP_VERSION_CHECK\u003d1"},{"line_number":5,"context_line":"ENV PIP_NO_CACHE_DIR\u003d1"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"LABEL maintainer\u003d\"Openstack-helm-image Authors\""},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"ARG BUILD_DATE\u003dnow"},{"line_number":10,"context_line":"ARG VCS_REF"}],"source_content_type":"text/x-dockerfile","patch_set":11,"id":"9f560f44_32d7ebf0","line":7,"range":{"start_line":7,"start_character":32,"end_line":7,"end_character":38},"updated":"2020-08-24 16:54:45.000000000","message":"remove pls","commit_id":"9082bf07cd9bcf5964a6e4c89366a10375254687"},{"author":{"_account_id":8863,"name":"Andrii Ostapenko","email":"anost1986@gmail.com","username":"aostapenko"},"change_message_id":"328702e2cf687760cf009dc0ab7773259bce3cc0","unresolved":false,"context_lines":[{"line_number":27,"context_line":"RUN curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - \u0026\u0026 \\"},{"line_number":28,"context_line":"    echo \"deb https://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main\" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list \u0026\u0026 \\"},{"line_number":29,"context_line":"    apt-get update \u0026\u0026 \\"},{"line_number":30,"context_line":"    apt-get install -y --no-install-recommends \\"},{"line_number":31,"context_line":"    gettext-base \\"},{"line_number":32,"context_line":"    libffi-dev \\"},{"line_number":33,"context_line":"    libldap2-dev \\"},{"line_number":34,"context_line":"    libpq-dev \\"},{"line_number":35,"context_line":"    libsasl2-dev \\"},{"line_number":36,"context_line":"    nginx-light \\"},{"line_number":37,"context_line":"    postgresql-client \\"},{"line_number":38,"context_line":"    python3-dev \\"},{"line_number":39,"context_line":"    supervisor \\"},{"line_number":40,"context_line":"    wget \\"},{"line_number":41,"context_line":"    mongodb-org-shell \u0026\u0026 \\"},{"line_number":42,"context_line":"    apt-get -y clean \u0026\u0026 \\"},{"line_number":43,"context_line":"    apt-get -y autoremove \u0026\u0026 \\"},{"line_number":44,"context_line":"    rm -rf /var/lib/apt/lists/*"}],"source_content_type":"text/x-dockerfile","patch_set":11,"id":"9f560f44_9201976d","line":41,"range":{"start_line":30,"start_character":0,"end_line":41,"end_character":26},"updated":"2020-08-24 16:54:45.000000000","message":"please make sure to remove everything needed only for build, like *-dev packages. You\u0027ll need to have a single RUN section","commit_id":"9082bf07cd9bcf5964a6e4c89366a10375254687"},{"author":{"_account_id":8863,"name":"Andrii Ostapenko","email":"anost1986@gmail.com","username":"aostapenko"},"change_message_id":"328702e2cf687760cf009dc0ab7773259bce3cc0","unresolved":false,"context_lines":[{"line_number":51,"context_line":"    /venv/bin/pip install -r /app/requirements.txt"},{"line_number":52,"context_line":"ENV PATH $PATH:/venv/bin"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"RUN /venv/bin/pip install alerta\u003d\u003d${CLIENT_VERSION} alerta-server\u003d\u003d${SERVER_VERSION}"},{"line_number":55,"context_line":""},{"line_number":56,"context_line":"ENV ALERTA_SVR_CONF_FILE /app/alertad.conf"},{"line_number":57,"context_line":"ENV ALERTA_CONF_FILE /app/alerta.conf"}],"source_content_type":"text/x-dockerfile","patch_set":11,"id":"9f560f44_72f04368","line":54,"range":{"start_line":54,"start_character":0,"end_line":54,"end_character":84},"updated":"2020-08-24 16:54:45.000000000","message":"lets install it from code, you won\u0027t need to keep copies of requirements from alerta","commit_id":"9082bf07cd9bcf5964a6e4c89366a10375254687"},{"author":{"_account_id":8863,"name":"Andrii Ostapenko","email":"anost1986@gmail.com","username":"aostapenko"},"change_message_id":"328702e2cf687760cf009dc0ab7773259bce3cc0","unresolved":false,"context_lines":[{"line_number":62,"context_line":"COPY config.json /web/config.json"},{"line_number":63,"context_line":""},{"line_number":64,"context_line":"COPY wsgi.py /app/wsgi.py"},{"line_number":65,"context_line":"COPY uwsgi.ini /app/uwsgi.ini"},{"line_number":66,"context_line":"COPY nginx.conf /app/nginx.conf"},{"line_number":67,"context_line":""},{"line_number":68,"context_line":"RUN ln -sf /dev/stdout /var/log/nginx/access.log \\"},{"line_number":69,"context_line":"    \u0026\u0026 ln -sf /dev/stderr /var/log/nginx/error.log"}],"source_content_type":"text/x-dockerfile","patch_set":11,"id":"9f560f44_cd0ff22b","line":66,"range":{"start_line":65,"start_character":0,"end_line":66,"end_character":31},"updated":"2020-08-24 16:54:45.000000000","message":"should be mounted to container","commit_id":"9082bf07cd9bcf5964a6e4c89366a10375254687"},{"author":{"_account_id":8863,"name":"Andrii Ostapenko","email":"anost1986@gmail.com","username":"aostapenko"},"change_message_id":"328702e2cf687760cf009dc0ab7773259bce3cc0","unresolved":false,"context_lines":[{"line_number":74,"context_line":""},{"line_number":75,"context_line":"USER 1001"},{"line_number":76,"context_line":""},{"line_number":77,"context_line":"ENV HEARTBEAT_SEVERITY major"},{"line_number":78,"context_line":""},{"line_number":79,"context_line":"COPY docker-entrypoint.sh /usr/local/bin/"},{"line_number":80,"context_line":"COPY supervisord.conf /app/supervisord.conf"}],"source_content_type":"text/x-dockerfile","patch_set":11,"id":"9f560f44_6d286685","line":77,"range":{"start_line":77,"start_character":0,"end_line":77,"end_character":28},"updated":"2020-08-24 16:54:45.000000000","message":"should be passed from k8s","commit_id":"9082bf07cd9bcf5964a6e4c89366a10375254687"}],"alerta/contrib/kubernetes/backend/docker-entrypoint.sh":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"  BASE_PATH\u003d$(echo \"/\"${BASE_URL#*//*/} | tr -s /)"},{"line_number":16,"context_line":"  sed -i \u0027s@!BASE_PATH!@\u0027\"$BASE_PATH\"\u0027@\u0027 /app/uwsgi.ini"},{"line_number":17,"context_line":"  "},{"line_number":18,"context_line":"  # Init admin users and API keys"},{"line_number":19,"context_line":"  if [ -n \"${ADMIN_USERS}\" ]; then"},{"line_number":20,"context_line":"    alertad user --password ${ADMIN_PASSWORD:-alerta} --all"}],"source_content_type":"text/x-sh","patch_set":6,"id":"9f560f44_dcbd2b69","line":17,"range":{"start_line":17,"start_character":0,"end_line":17,"end_character":2},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs removing","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/contrib/kubernetes/helm/alerta/templates/deployment.yaml":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":57,"context_line":"            httpGet:"},{"line_number":58,"context_line":"              path: /"},{"line_number":59,"context_line":"              port: http"},{"line_number":60,"context_line":"            initialDelaySeconds: 300  "},{"line_number":61,"context_line":"          readinessProbe:"},{"line_number":62,"context_line":"            httpGet:"},{"line_number":63,"context_line":"              path: /"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"9f560f44_7ca69f55","line":60,"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":62,"context_line":"            httpGet:"},{"line_number":63,"context_line":"              path: /"},{"line_number":64,"context_line":"              port: http"},{"line_number":65,"context_line":"            initialDelaySeconds: 300  "},{"line_number":66,"context_line":"          volumeMounts:"},{"line_number":67,"context_line":"            - name: alerta-config"},{"line_number":68,"context_line":"              mountPath: /app/alertad.conf"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"9f560f44_dc624b16","line":65,"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/contrib/kubernetes/helm/alerta/values.yaml":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":63,"context_line":"#   DEBUG: \"True\""},{"line_number":64,"context_line":"#   AUTH_REQUIRED: \"True\""},{"line_number":65,"context_line":"#   PLUGINS: \"[\u0027normalise\u0027, \u0027enhance\u0027]\""},{"line_number":66,"context_line":"#   DATABASE_URL: \"\" # provide db url here if you\u0027re not using the postgres chart "},{"line_number":67,"context_line":""},{"line_number":68,"context_line":"# ref: http://docs.alerta.io/en/latest/webui.html"},{"line_number":69,"context_line":"# alertaWebUIConfig: |"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"9f560f44_fc6f4ff9","line":66,"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":75,"context_line":"#       \u0027provider\u0027    : \"basic\""},{"line_number":76,"context_line":"#     })"},{"line_number":77,"context_line":"#     .constant(\u0027colors\u0027, {});"},{"line_number":78,"context_line":"  "},{"line_number":79,"context_line":"postgresql:"},{"line_number":80,"context_line":"  enabled: true"},{"line_number":81,"context_line":"  postgresqlUsername: alerta"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"9f560f44_fc48ef87","line":78,"range":{"start_line":78,"start_character":0,"end_line":78,"end_character":2},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/alerta/README.md":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"9f560f44_a754a4cb","line":1,"updated":"2020-08-19 18:46:01.000000000","message":"Is this empty file needed?","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/alerta/config/alerta.conf":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"9f560f44_e75fbce2","line":1,"updated":"2020-08-19 18:46:01.000000000","message":"Is this empty file needed?","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/alerta/config/config.json":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"9f560f44_275a54f2","line":1,"updated":"2020-08-19 18:46:01.000000000","message":"Is this empty file needed?","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/apache/proxy/httpd.conf":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":2,"context_line":"# This is the main Apache HTTP server configuration file.  It contains the"},{"line_number":3,"context_line":"# configuration directives that give the server its instructions."},{"line_number":4,"context_line":"# See \u003cURL:http://httpd.apache.org/docs/2.4/\u003e for detailed information."},{"line_number":5,"context_line":"# In particular, see "},{"line_number":6,"context_line":"# \u003cURL:http://httpd.apache.org/docs/2.4/mod/directives.html\u003e"},{"line_number":7,"context_line":"# for a discussion of each configuration directive."},{"line_number":8,"context_line":"#"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_072590ab","line":5,"range":{"start_line":5,"start_character":20,"end_line":5,"end_character":21},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":2,"context_line":"# This is the main Apache HTTP server configuration file.  It contains the"},{"line_number":3,"context_line":"# configuration directives that give the server its instructions."},{"line_number":4,"context_line":"# See \u003cURL:http://httpd.apache.org/docs/2.4/\u003e for detailed information."},{"line_number":5,"context_line":"# In particular, see "},{"line_number":6,"context_line":"# \u003cURL:http://httpd.apache.org/docs/2.4/mod/directives.html\u003e"},{"line_number":7,"context_line":"# for a discussion of each configuration directive."},{"line_number":8,"context_line":"#"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_bc331713","line":5,"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":8,"context_line":"#"},{"line_number":9,"context_line":"# Do NOT simply read the instructions in here without understanding"},{"line_number":10,"context_line":"# what they do.  They\u0027re here only as hints or reminders.  If you are unsure"},{"line_number":11,"context_line":"# consult the online docs. You have been warned.  "},{"line_number":12,"context_line":"#"},{"line_number":13,"context_line":"# Configuration and logfile names: If the filenames you specify for many"},{"line_number":14,"context_line":"# of the server\u0027s control files begin with \"/\" (or \"drive:/\" for Win32), the"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_1c3b23eb","line":11,"range":{"start_line":11,"start_character":48,"end_line":11,"end_character":50},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":15,"context_line":"# server will use that explicit path.  If the filenames do *not* begin"},{"line_number":16,"context_line":"# with \"/\", the value of ServerRoot is prepended -- so \"logs/access_log\""},{"line_number":17,"context_line":"# with ServerRoot set to \"/usr/local/apache2\" will be interpreted by the"},{"line_number":18,"context_line":"# server as \"/usr/local/apache2/logs/access_log\", whereas \"/logs/access_log\" "},{"line_number":19,"context_line":"# will be interpreted as \u0027/logs/access_log\u0027."},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"#"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_fc3d8fdd","line":18,"range":{"start_line":18,"start_character":76,"end_line":18,"end_character":77},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":45,"context_line":"# ports, instead of the default. See also the \u003cVirtualHost\u003e"},{"line_number":46,"context_line":"# directive."},{"line_number":47,"context_line":"#"},{"line_number":48,"context_line":"# Change this to Listen on specific IP addresses as shown below to "},{"line_number":49,"context_line":"# prevent Apache from glomming onto all bound IP addresses."},{"line_number":50,"context_line":"#"},{"line_number":51,"context_line":"#Listen 12.34.56.78:80"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_bc1cb777","line":48,"range":{"start_line":48,"start_character":66,"end_line":48,"end_character":67},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":201,"context_line":"\u003cIfModule unixd_module\u003e"},{"line_number":202,"context_line":"#"},{"line_number":203,"context_line":"# If you wish httpd to run as a different user or group, you must run"},{"line_number":204,"context_line":"# httpd as root initially and it will switch.  "},{"line_number":205,"context_line":"#"},{"line_number":206,"context_line":"# User/Group: The name (or #number) of the user/group to run httpd as."},{"line_number":207,"context_line":"# It is usually good practice to create a dedicated user and group for"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_fc162f55","line":204,"range":{"start_line":204,"start_character":45,"end_line":204,"end_character":47},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":242,"context_line":""},{"line_number":243,"context_line":"#"},{"line_number":244,"context_line":"# Deny access to the entirety of your server\u0027s filesystem. You must"},{"line_number":245,"context_line":"# explicitly permit access to web content directories in other "},{"line_number":246,"context_line":"# \u003cDirectory\u003e blocks below."},{"line_number":247,"context_line":"#"},{"line_number":248,"context_line":"\u003cDirectory /\u003e"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_5c0d9b3c","line":245,"range":{"start_line":245,"start_character":62,"end_line":245,"end_character":63},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":300,"context_line":"\u003c/IfModule\u003e"},{"line_number":301,"context_line":""},{"line_number":302,"context_line":"#"},{"line_number":303,"context_line":"# The following lines prevent .htaccess and .htpasswd files from being "},{"line_number":304,"context_line":"# viewed by Web clients. "},{"line_number":305,"context_line":"#"},{"line_number":306,"context_line":"\u003cFiles \".ht*\"\u003e"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_3c08a72b","line":303,"range":{"start_line":303,"start_character":70,"end_line":303,"end_character":71},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":301,"context_line":""},{"line_number":302,"context_line":"#"},{"line_number":303,"context_line":"# The following lines prevent .htaccess and .htpasswd files from being "},{"line_number":304,"context_line":"# viewed by Web clients. "},{"line_number":305,"context_line":"#"},{"line_number":306,"context_line":"\u003cFiles \".ht*\"\u003e"},{"line_number":307,"context_line":"    Require all denied"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_e7fe9c03","line":304,"range":{"start_line":304,"start_character":24,"end_line":304,"end_character":25},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":354,"context_line":""},{"line_number":355,"context_line":"\u003cIfModule alias_module\u003e"},{"line_number":356,"context_line":"    #"},{"line_number":357,"context_line":"    # Redirect: Allows you to tell clients about documents that used to "},{"line_number":358,"context_line":"    # exist in your server\u0027s namespace, but do not anymore. The client "},{"line_number":359,"context_line":"    # will make a new request for the document at its new location."},{"line_number":360,"context_line":"    # Example:"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_c701d806","line":357,"range":{"start_line":357,"start_character":71,"end_line":357,"end_character":72},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":355,"context_line":"\u003cIfModule alias_module\u003e"},{"line_number":356,"context_line":"    #"},{"line_number":357,"context_line":"    # Redirect: Allows you to tell clients about documents that used to "},{"line_number":358,"context_line":"    # exist in your server\u0027s namespace, but do not anymore. The client "},{"line_number":359,"context_line":"    # will make a new request for the document at its new location."},{"line_number":360,"context_line":"    # Example:"},{"line_number":361,"context_line":"    # Redirect permanent /foo http://www.example.com/bar"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_2709b42b","line":358,"range":{"start_line":358,"start_character":70,"end_line":358,"end_character":71},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":372,"context_line":"    # the filesystem path."},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"    #"},{"line_number":375,"context_line":"    # ScriptAlias: This controls which directories contain server scripts. "},{"line_number":376,"context_line":"    # ScriptAliases are essentially the same as Aliases, except that"},{"line_number":377,"context_line":"    # documents in the target directory are treated as applications and"},{"line_number":378,"context_line":"    # run by the server when requested rather than as documents sent to the"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_070c7039","line":375,"range":{"start_line":375,"start_character":74,"end_line":375,"end_character":75},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":484,"context_line":"#MaxRanges unlimited"},{"line_number":485,"context_line":""},{"line_number":486,"context_line":"#"},{"line_number":487,"context_line":"# EnableMMAP and EnableSendfile: On systems that support it, "},{"line_number":488,"context_line":"# memory-mapping or the sendfile syscall may be used to deliver"},{"line_number":489,"context_line":"# files.  This usually improves server performance, but must"},{"line_number":490,"context_line":"# be turned off when serving from networked-mounted "}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_67128c5a","line":487,"range":{"start_line":487,"start_character":60,"end_line":487,"end_character":61},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":487,"context_line":"# EnableMMAP and EnableSendfile: On systems that support it, "},{"line_number":488,"context_line":"# memory-mapping or the sendfile syscall may be used to deliver"},{"line_number":489,"context_line":"# files.  This usually improves server performance, but must"},{"line_number":490,"context_line":"# be turned off when serving from networked-mounted "},{"line_number":491,"context_line":"# filesystems or if support for these functions is otherwise"},{"line_number":492,"context_line":"# broken on your system."},{"line_number":493,"context_line":"# Defaults: EnableMMAP On, EnableSendfile Off"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_470dc833","line":490,"range":{"start_line":490,"start_character":51,"end_line":490,"end_character":52},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":497,"context_line":""},{"line_number":498,"context_line":"# Supplemental configuration"},{"line_number":499,"context_line":"#"},{"line_number":500,"context_line":"# The configuration files in the conf/extra/ directory can be "},{"line_number":501,"context_line":"# included to add extra features or to modify the default configuration of "},{"line_number":502,"context_line":"# the server, or you may simply copy their contents here and change as "},{"line_number":503,"context_line":"# necessary."}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_8717e045","line":500,"range":{"start_line":500,"start_character":61,"end_line":500,"end_character":62},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":498,"context_line":"# Supplemental configuration"},{"line_number":499,"context_line":"#"},{"line_number":500,"context_line":"# The configuration files in the conf/extra/ directory can be "},{"line_number":501,"context_line":"# included to add extra features or to modify the default configuration of "},{"line_number":502,"context_line":"# the server, or you may simply copy their contents here and change as "},{"line_number":503,"context_line":"# necessary."},{"line_number":504,"context_line":""}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_e727bcb5","line":501,"range":{"start_line":501,"start_character":74,"end_line":501,"end_character":75},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"},{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":499,"context_line":"#"},{"line_number":500,"context_line":"# The configuration files in the conf/extra/ directory can be "},{"line_number":501,"context_line":"# included to add extra features or to modify the default configuration of "},{"line_number":502,"context_line":"# the server, or you may simply copy their contents here and change as "},{"line_number":503,"context_line":"# necessary."},{"line_number":504,"context_line":""},{"line_number":505,"context_line":"# Server-pool management (MPM specific)"}],"source_content_type":"text/plain","patch_set":6,"id":"9f560f44_c72a787c","line":502,"range":{"start_line":502,"start_character":70,"end_line":502,"end_character":71},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/keycloak/config/alertad.conf":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"9f560f44_a76dc499","line":1,"updated":"2020-08-19 18:46:01.000000000","message":"Is this empty file needed?","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/nginx/README.md":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":18,"context_line":""},{"line_number":19,"context_line":"## Endpoints"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"- web UI \u003d\u003e http://local.alerta.io/alerta/ui "},{"line_number":22,"context_line":"- API    \u003d\u003e http://local.alerta.io/alerta/api"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"## References"}],"source_content_type":"text/x-gfm","patch_set":6,"id":"9f560f44_a7e66443","line":21,"range":{"start_line":21,"start_character":44,"end_line":21,"end_character":45},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/prometheus/config/alertmanager.yml":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":16,"context_line":"  - url: \u0027http://alerta:8080/api/webhooks/prometheus\u0027"},{"line_number":17,"context_line":"    send_resolved: true"},{"line_number":18,"context_line":"    http_config:"},{"line_number":19,"context_line":"      basic_auth: "},{"line_number":20,"context_line":"        username: admin@alerta.io"},{"line_number":21,"context_line":"        password: alerta"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"9f560f44_c7d4384a","line":19,"range":{"start_line":19,"start_character":17,"end_line":19,"end_character":18},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}],"alerta/examples/prometheus/docker-compose.yml":[{"author":{"_account_id":18511,"name":"Brian Wickersham","email":"bkw86@bellsouth.net","username":"bw6938"},"change_message_id":"2003ec945233dd60b93b0075a78bc2b4879d1b2e","unresolved":false,"context_lines":[{"line_number":48,"context_line":"      - /var/lib/docker/:/var/lib/docker:ro"},{"line_number":49,"context_line":"    networks:"},{"line_number":50,"context_line":"      - promnet"},{"line_number":51,"context_line":"      "},{"line_number":52,"context_line":"networks:"},{"line_number":53,"context_line":"  alerta_sharednet:"},{"line_number":54,"context_line":"    external: true"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"9f560f44_67c56c8e","line":51,"range":{"start_line":51,"start_character":0,"end_line":51,"end_character":6},"updated":"2020-08-19 18:46:01.000000000","message":"extra space that needs to be removed","commit_id":"8fc7c3144100e96c3a858379a78fc8d8ddf0945f"}]}
