After a misconfigured pruning job destroyed the only common snapshot between my local and offsite ZFS pools, I was facing a month-long full retransmit over a
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 { readFileSync } from "node:fs"; | |
| import type { API, FileInfo } from "jscodeshift"; | |
| const typeFiles = [ | |
| "alerts", | |
| "auth", | |
| "breadcrumbs", | |
| "controlSiloOrganization", | |
| "core", | |
| "debugFiles", |
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
| 1 static/app/actionCreators/organization.spec.tsx | |
| 1 static/app/components/charts/intervalSelector.spec.tsx | |
| 1 static/app/components/collapsible.spec.tsx | |
| 1 static/app/components/events/interfaces/utils.spec.tsx | |
| 1 static/app/components/globalModal/index.spec.tsx | |
| 1 static/app/components/group/releaseStats.spec.tsx | |
| 1 static/app/components/modals/diffModal.spec.tsx | |
| 1 static/app/components/modals/teamAccessRequestModal.spec.tsx | |
| 1 static/app/components/teamSelector.spec.tsx | |
| 1 static/app/utils/discover/arrayValue.spec.tsx |
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
| commit 66a8ed628e9bb6958b5a5aa2d362c380964caa03 | |
| Author: Evan Purkhiser <evanpurkhiser@gmail.com> | |
| Date: Wed Mar 8 17:05:15 2023 -0800 | |
| ref(py): Group URLs into blocks for easier readability | |
| diff --git a/src/sentry/api/urls.py b/src/sentry/api/urls.py | |
| index 70b0edbaa3..89a17dd8aa 100644 | |
| --- a/src/sentry/api/urls.py | |
| +++ b/src/sentry/api/urls.py |
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
| Only in ua-parser-0.7: .github | |
| Only in ua-parser-0.7: .travis.yml | |
| Only in ua-parser-0.7: bower.json | |
| Common subdirectories: ua-parser-0.7/dist and ua-parser-1.0.33/dist | |
| Only in ua-parser-0.7: package.js | |
| diff --unified ua-parser-0.7/package.json ua-parser-1.0.33/package.json | |
| --- ua-parser-0.7/package.json 2023-02-24 13:58:01 | |
| +++ ua-parser-1.0.33/package.json 2023-02-24 13:58:22 | |
| @@ -1,9 +1,9 @@ | |
| { |
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
| # 2m should mean 2 minutes for duration filters (as opposed to 2 million) | |
| - query: transaction.duration:>2m | |
| result: | |
| - type: filter | |
| filter: duration | |
| negated: false | |
| operator: '>' | |
| key: { type: keySimple, value: transaction.duration, quoted: false } | |
| value: { type: valueDuration, value: 2, unit: m } | |
| - { type: spaces, value: "" } |
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: simple | |
| cases: | |
| - desc: test with raw search query at the end | |
| query: user.email:foo@example.com release:1.2.1 hello | |
| result: | |
| - type: filter | |
| filter: text | |
| negated: false | |
| key: | |
| type: keySimple |
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
| console.log("testing"); |
NewerOlder
