sentry-devenv 1.20.0__tar.gz → 1.21.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/PKG-INFO +15 -6
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/README.md +14 -5
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/main.py +1 -1
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/pyproject.toml +1 -1
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/PKG-INFO +15 -6
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/ci/integration/repo/devenv/sync.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/__main__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/bootstrap.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/dockerConfig.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/dockerDesktop.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/limaDns.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/checks/test.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/colima.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/constants.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/doctor.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/fetch.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/archive.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/brew.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/colima.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/config.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/context.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/direnv.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/docker.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/fs.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/gcloud.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/github.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/limactl.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/modules.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/node.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/proc.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/repository.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/rosetta.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/tenv.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib/venv.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib_check/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib_check/brew.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/lib_check/types.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/pin_gha.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/py.typed +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/pythons.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/sync.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/devenv/update.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/SOURCES.txt +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/dependency_links.txt +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/entry_points.txt +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/requires.txt +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/sentry_devenv.egg-info/top_level.txt +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/setup.cfg +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/checks/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/checks/test_dockerConfig.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/conftest.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/__init__.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/bad_check.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/bad_fix.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/broken_check.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/broken_fix.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/failing_check.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/failing_check_with_msg.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/no_check.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/no_name.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/no_tags.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/passing_check.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_attempt_fix.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_filter_failing_checks.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_load_checks.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_prompt_for_fix.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/test_run_checks.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_archive.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_brew.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_direnv.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_fs.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_github.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_proc.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_repository.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/lib/test_venv.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/test_main.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/test_pythons.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/test_sync.py +0 -0
- {sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sentry_devenv
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.21.0
|
|
4
4
|
Summary: Utilities for setting up a Sentry development environment
|
|
5
5
|
Author-email: Joshua Li <joshua.li@sentry.io>, Ian Woodard <ian.woodard@sentry.io>, Buck Evan <buck.evan@sentry.io>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -47,7 +47,6 @@ To update this installation, run `devenv update`.
|
|
|
47
47
|
|
|
48
48
|
This is intended for initial setup of a new machine.
|
|
49
49
|
|
|
50
|
-
|
|
51
50
|
`devenv fetch [repository name]`
|
|
52
51
|
|
|
53
52
|
Any repository on github in the form of `[org]/[reponame]`
|
|
@@ -71,7 +70,6 @@ In general, our library is designed to isolate, as much as possible, a repo's de
|
|
|
71
70
|
For example, [gcloud](#gcloud) is installed to `[reporoot]/.devenv/bin/gcloud` (with the gcloud sdk at `[reporoot]/.devenv/bin/google-cloud-sdk`).
|
|
72
71
|
An exception to this would be python virtualenvs, which was implemented before the idea of `[reporoot]/.devenv`.
|
|
73
72
|
|
|
74
|
-
|
|
75
73
|
`devenv doctor`
|
|
76
74
|
|
|
77
75
|
Use this to diagnose and fix common issues.
|
|
@@ -79,14 +77,25 @@ Use this to diagnose and fix common issues.
|
|
|
79
77
|
Repo-specific checks and fixes can be defined in `[reporoot]/devenv/checks`.
|
|
80
78
|
Otherwise we have "builtin" checks and fixes in `devenv.checks`.
|
|
81
79
|
|
|
80
|
+
`devenv update`
|
|
81
|
+
|
|
82
|
+
This updates the global devenv installation, and global tools.
|
|
83
|
+
|
|
84
|
+
If you're upgrading from a particularly old devenv, it won't have `update` so you need to:
|
|
85
|
+
`~/.local/share/sentry-devenv/venv/bin/pip install -U sentry-devenv`
|
|
86
|
+
|
|
82
87
|
|
|
83
88
|
## technical overview
|
|
84
89
|
|
|
85
90
|
Everything devenv needs is in `~/.local/share/sentry-devenv`.
|
|
86
91
|
|
|
87
|
-
- `~/.local/share/sentry-devenv/bin` contains
|
|
88
|
-
-
|
|
89
|
-
-
|
|
92
|
+
- `~/.local/share/sentry-devenv/bin` contains:
|
|
93
|
+
- `devenv` itself
|
|
94
|
+
- `direnv`
|
|
95
|
+
- we currently rely on direnv and a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
|
|
96
|
+
- see [examples](#examples) for .envrc suggestions
|
|
97
|
+
- global tools: `docker` (cli), `colima`
|
|
98
|
+
|
|
90
99
|
|
|
91
100
|
### runtime
|
|
92
101
|
|
|
@@ -34,7 +34,6 @@ To update this installation, run `devenv update`.
|
|
|
34
34
|
|
|
35
35
|
This is intended for initial setup of a new machine.
|
|
36
36
|
|
|
37
|
-
|
|
38
37
|
`devenv fetch [repository name]`
|
|
39
38
|
|
|
40
39
|
Any repository on github in the form of `[org]/[reponame]`
|
|
@@ -58,7 +57,6 @@ In general, our library is designed to isolate, as much as possible, a repo's de
|
|
|
58
57
|
For example, [gcloud](#gcloud) is installed to `[reporoot]/.devenv/bin/gcloud` (with the gcloud sdk at `[reporoot]/.devenv/bin/google-cloud-sdk`).
|
|
59
58
|
An exception to this would be python virtualenvs, which was implemented before the idea of `[reporoot]/.devenv`.
|
|
60
59
|
|
|
61
|
-
|
|
62
60
|
`devenv doctor`
|
|
63
61
|
|
|
64
62
|
Use this to diagnose and fix common issues.
|
|
@@ -66,14 +64,25 @@ Use this to diagnose and fix common issues.
|
|
|
66
64
|
Repo-specific checks and fixes can be defined in `[reporoot]/devenv/checks`.
|
|
67
65
|
Otherwise we have "builtin" checks and fixes in `devenv.checks`.
|
|
68
66
|
|
|
67
|
+
`devenv update`
|
|
68
|
+
|
|
69
|
+
This updates the global devenv installation, and global tools.
|
|
70
|
+
|
|
71
|
+
If you're upgrading from a particularly old devenv, it won't have `update` so you need to:
|
|
72
|
+
`~/.local/share/sentry-devenv/venv/bin/pip install -U sentry-devenv`
|
|
73
|
+
|
|
69
74
|
|
|
70
75
|
## technical overview
|
|
71
76
|
|
|
72
77
|
Everything devenv needs is in `~/.local/share/sentry-devenv`.
|
|
73
78
|
|
|
74
|
-
- `~/.local/share/sentry-devenv/bin` contains
|
|
75
|
-
-
|
|
76
|
-
-
|
|
79
|
+
- `~/.local/share/sentry-devenv/bin` contains:
|
|
80
|
+
- `devenv` itself
|
|
81
|
+
- `direnv`
|
|
82
|
+
- we currently rely on direnv and a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
|
|
83
|
+
- see [examples](#examples) for .envrc suggestions
|
|
84
|
+
- global tools: `docker` (cli), `colima`
|
|
85
|
+
|
|
77
86
|
|
|
78
87
|
### runtime
|
|
79
88
|
|
|
@@ -103,7 +103,7 @@ def main() -> ExitCode:
|
|
|
103
103
|
# https://sentry.sentry.io/settings/projects/sentry-dev-env/keys/
|
|
104
104
|
dsn="https://9bdb053cb8274ea69231834d1edeec4c@o1.ingest.sentry.io/5723503",
|
|
105
105
|
# enable performance monitoring
|
|
106
|
-
|
|
106
|
+
traces_sample_rate=1.0,
|
|
107
107
|
)
|
|
108
108
|
|
|
109
109
|
return devenv(sys.argv, f"{home}/.config/sentry-devenv/config.ini")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sentry_devenv
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.21.0
|
|
4
4
|
Summary: Utilities for setting up a Sentry development environment
|
|
5
5
|
Author-email: Joshua Li <joshua.li@sentry.io>, Ian Woodard <ian.woodard@sentry.io>, Buck Evan <buck.evan@sentry.io>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -47,7 +47,6 @@ To update this installation, run `devenv update`.
|
|
|
47
47
|
|
|
48
48
|
This is intended for initial setup of a new machine.
|
|
49
49
|
|
|
50
|
-
|
|
51
50
|
`devenv fetch [repository name]`
|
|
52
51
|
|
|
53
52
|
Any repository on github in the form of `[org]/[reponame]`
|
|
@@ -71,7 +70,6 @@ In general, our library is designed to isolate, as much as possible, a repo's de
|
|
|
71
70
|
For example, [gcloud](#gcloud) is installed to `[reporoot]/.devenv/bin/gcloud` (with the gcloud sdk at `[reporoot]/.devenv/bin/google-cloud-sdk`).
|
|
72
71
|
An exception to this would be python virtualenvs, which was implemented before the idea of `[reporoot]/.devenv`.
|
|
73
72
|
|
|
74
|
-
|
|
75
73
|
`devenv doctor`
|
|
76
74
|
|
|
77
75
|
Use this to diagnose and fix common issues.
|
|
@@ -79,14 +77,25 @@ Use this to diagnose and fix common issues.
|
|
|
79
77
|
Repo-specific checks and fixes can be defined in `[reporoot]/devenv/checks`.
|
|
80
78
|
Otherwise we have "builtin" checks and fixes in `devenv.checks`.
|
|
81
79
|
|
|
80
|
+
`devenv update`
|
|
81
|
+
|
|
82
|
+
This updates the global devenv installation, and global tools.
|
|
83
|
+
|
|
84
|
+
If you're upgrading from a particularly old devenv, it won't have `update` so you need to:
|
|
85
|
+
`~/.local/share/sentry-devenv/venv/bin/pip install -U sentry-devenv`
|
|
86
|
+
|
|
82
87
|
|
|
83
88
|
## technical overview
|
|
84
89
|
|
|
85
90
|
Everything devenv needs is in `~/.local/share/sentry-devenv`.
|
|
86
91
|
|
|
87
|
-
- `~/.local/share/sentry-devenv/bin` contains
|
|
88
|
-
-
|
|
89
|
-
-
|
|
92
|
+
- `~/.local/share/sentry-devenv/bin` contains:
|
|
93
|
+
- `devenv` itself
|
|
94
|
+
- `direnv`
|
|
95
|
+
- we currently rely on direnv and a minimal [`[reporoot]/.envrc`](#direnv) to add `[reporoot]/.devenv/bin` to PATH
|
|
96
|
+
- see [examples](#examples) for .envrc suggestions
|
|
97
|
+
- global tools: `docker` (cli), `colima`
|
|
98
|
+
|
|
90
99
|
|
|
91
100
|
### runtime
|
|
92
101
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sentry_devenv-1.20.0 → sentry_devenv-1.21.0}/tests/doctor/devenv/checks/failing_check_with_msg.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|