##// 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:

r8260:a564e87a stable
r8382:e85f5bf7 default
Show More
index.rst
89 lines | 1.3 KiB | text/x-rst | RstLexer
updated docs, added sphinx build
r568 .. _index:
Mads Kiilerich
docs: cleanup of casing, markup and spacing of headings...
r5413 #######################
Thomas De Schampheleire
docs: create separate 'Administrator guide'...
r4975 Kallithea Documentation
Mads Kiilerich
docs: cleanup of casing, markup and spacing of headings...
r5413 #######################
Thomas De Schampheleire
docs: reorganize index page...
r7254 * :ref:`genindex`
* :ref:`search`
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258
Thomas De Schampheleire
docs: reorganize index page...
r7254 Readme
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258 ******
docs update, setup libs version bumps
r676
Mads Kiilerich
docs: rework stuff...
r4902 .. toctree::
:maxdepth: 1
updated docs, added sphinx build
r568
Mads Kiilerich
docs: rework stuff...
r4902 readme
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258
Thomas De Schampheleire
docs: reorganize index page...
r7254 Administrator guide
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258 *******************
Thomas De Schampheleire
docs: reorganize index page...
r7254
**Installation and upgrade**
updated docs, added sphinx build
r568
.. toctree::
:maxdepth: 1
Mads Kiilerich
docs: add installation overview section
r5081 overview
updated docs, added sphinx build
r568 installation
Denis Blanchette
docs: update Windows installation documentation for Windows 7/Server 2008 R2 and newer...
r4815 installation_win
Mads Kiilerich
docs: rename docs/installation_win.rst to docs/installation_win_old.rst, preparing for new docs
r4814 installation_win_old
Henrik Stuart
docs: describe installation under IIS
r4500 installation_iis
Robert Rauch
docs: add documentation for setup with puppet...
r5494 installation_puppet
Søren Løvborg
docs: restructure Kallithea upgrade instructions...
r5917 upgrade
whitespace cleanup
r3224
Thomas De Schampheleire
docs: reorganize index page...
r7254 **Setup and configuration**
.. toctree::
:maxdepth: 1
setup
Thomas De Schampheleire
docs: move authentication info to separate file...
r7262 administrator_guide/auth
Thomas De Schampheleire
docs: split vcs_support into admin/vcs_setup and usage/vcs_notes...
r7260 administrator_guide/vcs_setup
Thomas De Schampheleire
docs: reorganize index page...
r7254 usage/email
usage/customization
**Maintenance**
.. toctree::
:maxdepth: 1
usage/backup
usage/performance
usage/debugging
usage/troubleshooting
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258
Thomas De Schampheleire
docs: reorganize index page...
r7254 User guide
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258 **********
docs updates
r811
.. toctree::
:maxdepth: 1
docs update
r1025 usage/general
Thomas De Schampheleire
docs: split vcs_support into admin/vcs_setup and usage/vcs_notes...
r7260 usage/vcs_notes
docs update
r1025 usage/statistics
Thomas De Schampheleire
docs: reorganize index page...
r7254 api/api
Thomas De Schampheleire
docs: create separate 'Administrator guide'...
r4975
Thomas De Schampheleire
docs: reorganize index page...
r7254 Developer guide
Mads Kiilerich
formatting: accept cleanup from scripts/run-all-cleanup
r7258 ***************
docs updates
r811
.. toctree::
:maxdepth: 1
whitespace cleanup
r3224
docs updates
r811 contributing
Thomas De Schampheleire
docs: move i18n how_to directly under docs
r8260 dev/i18n
Søren Løvborg
docs: document how to use Alembic for database migrations
r5986 dev/dbmigrations
updated docs, added sphinx build
r568
Mads Kiilerich
docs: consistent spacing around headings...
r5433
updated docs, added sphinx build
r568 .. _python: http://www.python.org/
.. _django: http://www.djangoproject.com/
av6
docs: update links to Mercurial's website and wiki...
r6297 .. _mercurial: https://www.mercurial-scm.org/
docs update
r1123 .. _bitbucket: http://bitbucket.org/
updated docs, added sphinx build
r568 .. _subversion: http://subversion.tigris.org/
more docs update
r572 .. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _Sphinx: http://sphinx.pocoo.org/
whitespace cleanup
r3224 .. _vcs: http://pypi.python.org/pypi/vcs