sentry-nodestore-elastic 1.0.1__tar.gz → 1.0.2__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_nodestore_elastic-1.0.1/sentry_nodestore_elastic.egg-info → sentry_nodestore_elastic-1.0.2}/PKG-INFO +16 -6
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/README.md +2 -2
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2/sentry_nodestore_elastic.egg-info}/PKG-INFO +16 -6
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic.egg-info/requires.txt +1 -1
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/setup.py +2 -3
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/LICENSE +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/MANIFEST.in +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic/__init__.py +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic/backend.py +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic.egg-info/SOURCES.txt +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic.egg-info/dependency_links.txt +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic.egg-info/not-zip-safe +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/sentry_nodestore_elastic.egg-info/top_level.txt +0 -0
- {sentry_nodestore_elastic-1.0.1 → sentry_nodestore_elastic-1.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: sentry-nodestore-elastic
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Sentry nodestore Elasticsearch backend
|
|
5
5
|
Home-page: https://github.com/andrsp/sentry-nodestore-elastic
|
|
6
6
|
Author: andrsp@gmail.com
|
|
@@ -12,7 +12,6 @@ Project-URL: Source Code, https://github.com/andrsp/sentry-nodestore-elastic
|
|
|
12
12
|
Keywords: sentry,elasticsearch,nodestore,backend
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
16
15
|
Classifier: Operating System :: POSIX
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Operating System :: Microsoft :: Windows
|
|
@@ -20,8 +19,19 @@ Classifier: Programming Language :: Python
|
|
|
20
19
|
Classifier: Operating System :: OS Independent
|
|
21
20
|
Description-Content-Type: text/markdown
|
|
22
21
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: sentry==
|
|
22
|
+
Requires-Dist: sentry==25.*
|
|
24
23
|
Requires-Dist: elasticsearch==8.*
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: author-email
|
|
26
|
+
Dynamic: classifier
|
|
27
|
+
Dynamic: description
|
|
28
|
+
Dynamic: description-content-type
|
|
29
|
+
Dynamic: home-page
|
|
30
|
+
Dynamic: keywords
|
|
31
|
+
Dynamic: license
|
|
32
|
+
Dynamic: project-url
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: summary
|
|
25
35
|
|
|
26
36
|
# sentry-nodestore-elastic
|
|
27
37
|
|
|
@@ -29,7 +39,7 @@ Sentry nodestore Elasticsearch backend
|
|
|
29
39
|
|
|
30
40
|
[](https://pypi.python.org/pypi/sentry-nodestore-elastic)
|
|
31
41
|
|
|
32
|
-
Supported Sentry
|
|
42
|
+
Supported Sentry 25.x & elasticsearch 8.x versions
|
|
33
43
|
|
|
34
44
|
Use Elasticsearch cluster for store node objects from Sentry
|
|
35
45
|
|
|
@@ -46,7 +56,7 @@ Switching nodestore to dedicated Elasticsearch cluster provides more scalability
|
|
|
46
56
|
Rebuild sentry docker image with nodestore package installation
|
|
47
57
|
|
|
48
58
|
``` shell
|
|
49
|
-
FROM getsentry/sentry:
|
|
59
|
+
FROM getsentry/sentry:25.1.0
|
|
50
60
|
RUN pip install sentry-nodestore-elastic
|
|
51
61
|
```
|
|
52
62
|
|
|
@@ -4,7 +4,7 @@ Sentry nodestore Elasticsearch backend
|
|
|
4
4
|
|
|
5
5
|
[](https://pypi.python.org/pypi/sentry-nodestore-elastic)
|
|
6
6
|
|
|
7
|
-
Supported Sentry
|
|
7
|
+
Supported Sentry 25.x & elasticsearch 8.x versions
|
|
8
8
|
|
|
9
9
|
Use Elasticsearch cluster for store node objects from Sentry
|
|
10
10
|
|
|
@@ -21,7 +21,7 @@ Switching nodestore to dedicated Elasticsearch cluster provides more scalability
|
|
|
21
21
|
Rebuild sentry docker image with nodestore package installation
|
|
22
22
|
|
|
23
23
|
``` shell
|
|
24
|
-
FROM getsentry/sentry:
|
|
24
|
+
FROM getsentry/sentry:25.1.0
|
|
25
25
|
RUN pip install sentry-nodestore-elastic
|
|
26
26
|
```
|
|
27
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: sentry-nodestore-elastic
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Sentry nodestore Elasticsearch backend
|
|
5
5
|
Home-page: https://github.com/andrsp/sentry-nodestore-elastic
|
|
6
6
|
Author: andrsp@gmail.com
|
|
@@ -12,7 +12,6 @@ Project-URL: Source Code, https://github.com/andrsp/sentry-nodestore-elastic
|
|
|
12
12
|
Keywords: sentry,elasticsearch,nodestore,backend
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
16
15
|
Classifier: Operating System :: POSIX
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Operating System :: Microsoft :: Windows
|
|
@@ -20,8 +19,19 @@ Classifier: Programming Language :: Python
|
|
|
20
19
|
Classifier: Operating System :: OS Independent
|
|
21
20
|
Description-Content-Type: text/markdown
|
|
22
21
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: sentry==
|
|
22
|
+
Requires-Dist: sentry==25.*
|
|
24
23
|
Requires-Dist: elasticsearch==8.*
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: author-email
|
|
26
|
+
Dynamic: classifier
|
|
27
|
+
Dynamic: description
|
|
28
|
+
Dynamic: description-content-type
|
|
29
|
+
Dynamic: home-page
|
|
30
|
+
Dynamic: keywords
|
|
31
|
+
Dynamic: license
|
|
32
|
+
Dynamic: project-url
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: summary
|
|
25
35
|
|
|
26
36
|
# sentry-nodestore-elastic
|
|
27
37
|
|
|
@@ -29,7 +39,7 @@ Sentry nodestore Elasticsearch backend
|
|
|
29
39
|
|
|
30
40
|
[](https://pypi.python.org/pypi/sentry-nodestore-elastic)
|
|
31
41
|
|
|
32
|
-
Supported Sentry
|
|
42
|
+
Supported Sentry 25.x & elasticsearch 8.x versions
|
|
33
43
|
|
|
34
44
|
Use Elasticsearch cluster for store node objects from Sentry
|
|
35
45
|
|
|
@@ -46,7 +56,7 @@ Switching nodestore to dedicated Elasticsearch cluster provides more scalability
|
|
|
46
56
|
Rebuild sentry docker image with nodestore package installation
|
|
47
57
|
|
|
48
58
|
``` shell
|
|
49
|
-
FROM getsentry/sentry:
|
|
59
|
+
FROM getsentry/sentry:25.1.0
|
|
50
60
|
RUN pip install sentry-nodestore-elastic
|
|
51
61
|
```
|
|
52
62
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
sentry==
|
|
1
|
+
sentry==25.*
|
|
2
2
|
elasticsearch==8.*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from setuptools import setup, find_namespace_packages
|
|
2
2
|
|
|
3
3
|
install_requires = [
|
|
4
|
-
'sentry==
|
|
4
|
+
'sentry==25.*',
|
|
5
5
|
'elasticsearch==8.*',
|
|
6
6
|
]
|
|
7
7
|
|
|
@@ -10,7 +10,7 @@ with open("README.md", "r") as readme:
|
|
|
10
10
|
|
|
11
11
|
setup(
|
|
12
12
|
name='sentry-nodestore-elastic',
|
|
13
|
-
version='1.0.
|
|
13
|
+
version='1.0.2',
|
|
14
14
|
author='andrsp@gmail.com',
|
|
15
15
|
author_email='andrsp@gmail.com',
|
|
16
16
|
url='https://github.com/andrsp/sentry-nodestore-elastic',
|
|
@@ -25,7 +25,6 @@ setup(
|
|
|
25
25
|
classifiers=[
|
|
26
26
|
'Development Status :: 5 - Production/Stable',
|
|
27
27
|
'Intended Audience :: Developers',
|
|
28
|
-
'License :: OSI Approved :: Apache Software License',
|
|
29
28
|
'Operating System :: POSIX',
|
|
30
29
|
'Operating System :: MacOS :: MacOS X',
|
|
31
30
|
'Operating System :: Microsoft :: Windows',
|
|
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
|