##// END OF EJS Templates
middleware: drop sentry support...
middleware: drop sentry support Our sentry support didn't seem to work with py3. It doesn't seem to ever have been tested on py3 - it failed already when installing. It seems like we used the 'legacy client': https://docs.sentry.io/clients/python/ and nowadays one is expected to use: https://docs.sentry.io/platforms/python/ which has integrations for Pyramid and other frameworks (but not TG2). There are Celery and SQLAlchemy integrations too. See also the migration guide: https://docs.sentry.io/platforms/python/migration/ . Also, there is not much essential code in the old sentry support, and it seems like it would be easier to reimplement from scratch. There is thus not much lost by dropping it.

File last commit:

r8098:b6b69559 default
r8382:e85f5bf7 default
Show More
models.rst
29 lines | 511 B | text/x-rst | RstLexer
Lukasz Balcerzak
Fixed models link at documentation
r849 .. _models:
docs updates
r811
docs
r2095 ========================
Mads Kiilerich
docs: cleanup of casing, markup and spacing of headings...
r5413 The :mod:`models` module
docs updates
r811 ========================
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model
docs updates
r811 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.comment
docs update
r1839 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.permission
docs updates
r811 :members:
docs update
r1839
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.repo
whitespace cleanup
r3224 :members:
docs updates
r811
Bradley M. Kuhn
docs: fix building html
r4226 .. automodule:: kallithea.model.repo_group
docs update
r1839 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.scm
docs updates
r811 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.user
whitespace cleanup
r3224 :members:
Bradley M. Kuhn
docs: fix building html
r4226 .. automodule:: kallithea.model.user_group
whitespace cleanup
r3224 :members: