rbx 3.22.1.dev185__tar.gz → 3.22.2.dev187__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.
Files changed (46) hide show
  1. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/PKG-INFO +1 -1
  2. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/pyproject.toml +2 -2
  3. rbx-3.22.2.dev187/rbx/__init__.py +1 -0
  4. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/web/handlers.py +27 -7
  5. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx.egg-info/PKG-INFO +1 -1
  6. rbx-3.22.1.dev185/rbx/__init__.py +0 -1
  7. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/LICENSE +0 -0
  8. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/README.md +0 -0
  9. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/auth/__init__.py +0 -0
  10. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/auth/decorators.py +0 -0
  11. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/auth/id_token.py +0 -0
  12. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/auth/keystore.py +0 -0
  13. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/auth/mock.py +0 -0
  14. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/aws/__init__.py +0 -0
  15. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/aws/s3.py +0 -0
  16. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/buildtools/__init__.py +0 -0
  17. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/buildtools/cli.py +0 -0
  18. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/buildtools/tasks/__init__.py +0 -0
  19. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/buildtools/tasks/ec2.py +0 -0
  20. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/buildtools/tasks/image.py +0 -0
  21. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/buildtools/tasks/misc.py +0 -0
  22. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/__init__.py +0 -0
  23. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/adsquare.py +0 -0
  24. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/broadsign.py +0 -0
  25. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/oxr.py +0 -0
  26. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/panels.py +0 -0
  27. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/place.py +0 -0
  28. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/reporting.py +0 -0
  29. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/clients/retry.py +0 -0
  30. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/exceptions.py +0 -0
  31. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/gcp/__init__.py +0 -0
  32. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/gcp/cloud_tasks.py +0 -0
  33. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/gcp/pubsub.py +0 -0
  34. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/gcp/storage.py +0 -0
  35. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/logging.py +0 -0
  36. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/settings.py +0 -0
  37. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/utils/__init__.py +0 -0
  38. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/utils/mdm.py +0 -0
  39. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/utils/vast.py +0 -0
  40. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx/web/__init__.py +0 -0
  41. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx.egg-info/SOURCES.txt +0 -0
  42. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx.egg-info/dependency_links.txt +0 -0
  43. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx.egg-info/entry_points.txt +0 -0
  44. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx.egg-info/requires.txt +0 -0
  45. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/rbx.egg-info/top_level.txt +0 -0
  46. {rbx-3.22.1.dev185 → rbx-3.22.2.dev187}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rbx
3
- Version: 3.22.1.dev185
3
+ Version: 3.22.2.dev187
4
4
  Summary: A collection of common tools for Scoota services.
5
5
  Author-email: The Scoota Engineering Team <engineering@scoota.com>
6
6
  License:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rbx"
7
- version = "3.22.1.dev185"
7
+ version = "3.22.2.dev187"
8
8
  description = "A collection of common tools for Scoota services."
9
9
  authors = [
10
10
  { name = "The Scoota Engineering Team", email = "engineering@scoota.com" }
@@ -80,7 +80,7 @@ homepage = "https://github.com/rockabox/rbx"
80
80
  repository = "https://github.com/rockabox/rbx.git"
81
81
 
82
82
  [tool.bumpversion]
83
- current_version = "3.22.1.dev185"
83
+ current_version = "3.22.2.dev187"
84
84
  commit = true
85
85
  parse = """
86
86
  (?P<major>\\d+)\\.
@@ -0,0 +1 @@
1
+ __version__ = "3.22.2.dev187"
@@ -1,10 +1,11 @@
1
+ import traceback
1
2
  import os
2
3
 
3
4
  from flask import jsonify, request
4
5
  from google.cloud.error_reporting import Client
5
6
  from google.cloud.error_reporting.util import build_flask_context
6
7
 
7
- from ..exceptions import BadRequest, TransientException
8
+ from ..exceptions import BadRequest, FatalException, TransientException
8
9
 
9
10
 
10
11
  def register_error_handlers(app):
@@ -20,6 +21,11 @@ def register_error_handlers(app):
20
21
 
21
22
  >>> raise BadRequest('Message')
22
23
 
24
+ Important: the `PYTHONNODEBUGRANGES` environment variable must be set for the traceback
25
+ to be formatted in a format Google App Reporting understands.
26
+
27
+ >>> PYTHONNODEBUGRANGES=1
28
+
23
29
  """
24
30
 
25
31
  @app.errorhandler(401)
@@ -79,15 +85,18 @@ def register_error_handlers(app):
79
85
  response.status_code = 408
80
86
  return response
81
87
 
88
+ # FatalException exceptions
89
+ @app.errorhandler(FatalException)
90
+ def fatal_exception(error):
91
+ report_exception(app)
92
+ response = jsonify(message=str(error))
93
+ response.status_code = 500
94
+ return response
95
+
82
96
  # Uncaught exceptions
83
97
  @app.errorhandler(Exception)
84
98
  def unhandled_exception(error):
85
- if os.getenv("GAE_ENV", "").startswith("standard"):
86
- client = Client()
87
- client.report_exception(http_context=build_flask_context(request))
88
- else:
89
- app.logger.exception(f"Unhandled Exception: {error}")
90
-
99
+ report_exception(app)
91
100
  response = jsonify(
92
101
  message="Something went wrong!",
93
102
  details=[
@@ -98,3 +107,14 @@ def register_error_handlers(app):
98
107
  )
99
108
  response.status_code = 500
100
109
  return response
110
+
111
+
112
+ def report_exception(app, message=None):
113
+ context = build_flask_context(request)
114
+ context.responseStatusCode = 500
115
+ message = message or traceback.format_exc()
116
+
117
+ if os.getenv("GAE_ENV", "").startswith("standard"):
118
+ Client().report(message, http_context=context)
119
+ else:
120
+ app.logger.error(message)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rbx
3
- Version: 3.22.1.dev185
3
+ Version: 3.22.2.dev187
4
4
  Summary: A collection of common tools for Scoota services.
5
5
  Author-email: The Scoota Engineering Team <engineering@scoota.com>
6
6
  License:
@@ -1 +0,0 @@
1
- __version__ = "3.22.1.dev185"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes