Skip to content

Instantly share code, notes, and snippets.

@rafaelrinaldi
Last active May 7, 2020 21:10
Show Gist options
  • Select an option

  • Save rafaelrinaldi/a1a39bfda97a8c3abf3dfb7abe2e8d35 to your computer and use it in GitHub Desktop.

Select an option

Save rafaelrinaldi/a1a39bfda97a8c3abf3dfb7abe2e8d35 to your computer and use it in GitHub Desktop.

Revisions

  1. rafaelrinaldi revised this gist May 7, 2020. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,8 @@
    <details>
    <summary>Number of users impacted</summary>

    ```md
    | Number of users impacted | Tenant |
    |--- |--- |
    | 1530 | Better |
    | 155 | Ally |
    ```
    </details>
  2. rafaelrinaldi revised this gist May 7, 2020. 1 changed file with 3 additions and 13 deletions.
    16 changes: 3 additions & 13 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -1,20 +1,10 @@
    <details><summary>Number of users impacted</summary><blockquote>
    <details>
    <summary>Number of users impacted</summary>

    ```md
    | Number of users impacted | Tenant |
    |--- |--- |
    | 1530 | Better |
    | 155 | Ally |
    ```

    <details><summary>Query</summary><blockquote>

    ~~~
    select count(distinct uuid), tenant
    from derived.preapproval_flat
    where updated_at >= '2020-04-25'
    and updated_at < '2020-05-05'
    and user_agent ilike '%edge/18%'
    group by tenant
    ~~~
    </blockquote></details>
    </details>
  3. rafaelrinaldi revised this gist May 7, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    <details><summary>Number of users impacted</summary><blockquote>

    ~~~
    ```md
    | Number of users impacted | Tenant |
    |--- |--- |
    | 1530 | Better |
    | 155 | Ally |
    ~~~
    ```

    <details><summary>Query</summary><blockquote>

  4. rafaelrinaldi revised this gist May 7, 2020. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,12 @@
    <details><summary>Number of users impacted</summary><blockquote>

    ~~~
    | Number of users impacted | Tenant |
    |--- |--- |
    | 1530 | Better |
    | 155 | Ally |
    ~~~

    <details><summary>Query</summary><blockquote>

    ~~~
  5. rafaelrinaldi created this gist May 7, 2020.
    13 changes: 13 additions & 0 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <details><summary>Number of users impacted</summary><blockquote>

    <details><summary>Query</summary><blockquote>

    ~~~
    select count(distinct uuid), tenant
    from derived.preapproval_flat
    where updated_at >= '2020-04-25'
    and updated_at < '2020-05-05'
    and user_agent ilike '%edge/18%'
    group by tenant
    ~~~
    </blockquote></details>