| changeset | 3d7292d222d1 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | doc: update version in doc/mysql.txt; remove bdb support for mysql. Remove obsolete info from doc and code. |
| files |
| changeset | 3071db43bfb6 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | feat: issue2550852 - support using a specified PostgreSQL db schema Finally after 7 years this is closed. roundup/backends/back_postgresql.py: Support use of schema when specified in RDBMS_NAME. Stuart McGraws code is finally merged 8-). test/test_postgresql.py, test/conftest.py: Run all postgresql tests in the schema db as well. Also make sure that db_nuke raises an error when trying to delete the schema test database. Conftest defines pg_schema mark that can be used to exclude schema tests with pytest -m "not pg_schema". roundup/configuration.py: change doc on RDBMS_NAME to include db.schema form. .travis.yml, .github/workflows/ci-test.yml: create schema test db; add user for testing with schema; grant new user create privs for schema. doc/installation.txt: Reference to roundup-admin init deleting schema added. doc/mysql.txt doc/postgresql.txt: New documentation on psql/mysql commands to set up a production db. doc/upgrading.txt: mention schema support, also document service setting for selecting connection from pg_service.conf. doc/reference.txt: update config.ini documentation for RDBMS_NAME. |
| files |
| changeset | b21ebabeb2ef |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Add warning rounduptest user: pg;mysql; add db account creation pg |
| files |
| changeset | fc9e16fe3991 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | typo fix. |
| files |
| changeset | 81ae33038ec5 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | more index entries. |
| files |
| changeset | c2fd254c9257 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Doc updates/indexing. doc/admin_guide.txt, doc/customizing.txt, doc/features.txt, doc/installation.txt, doc/mysql.txt, doc/postgresql.txt: adding index entries doc/customizing.txt: reference schema changes later in document in addition to wiki. website/www/contents.txt: make wiki url https:.... Remove indices/tables as they don't show up in web interface. Put docs/announcement.txt into hidden toctree to silence warning from sphinx. Announcement.txt is referenced from index.txt so can't silence by adding to conf.py exclude_patern. website/www/index.txt: mention security and other improvements in jinja2 templates. website/www/conf.py: get rid of all warning by using exclude_patterns to ignore docs that aren't included. Remove exclude_trees using exclude_pattern instead. Make html_add_permalinks value acceptable so no warning reported. website/www/_static/style.css, website/www/_templtes/layout.html: add prev/next/index links for all doc pages. |
| files |
| changeset | 392f887652f0 |
|---|---|
| branch | maint-1.6 |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | issue2550966: fix suboptimal links in docs. I think I got the majority of them. Some links still don't resolve because they are gone and there is no replacement afaict. Also the check is picking up example links like: https://.../rest and http://localhost:8017/... which should not be checked but are. |
| files |
| changeset | e48b039b0ec0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | issue2550966: fix suboptimal links in docs. I think I got the majority of them. Some links still don't resolve because they are gone and there is no replacement afaict. Also the check is picking up example links like: https://.../rest and http://localhost:8017/... which should not be checked but are. |
| files |
| changeset | 64ceb9c14b28 |
|---|---|
| branch | maint-1.6 |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Changed references to http://issues.roundup-tracker.org to https now that the site is TLS enabled. |
| files |
| changeset | 0df5f9eeefd4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | Changed references to http://issues.roundup-tracker.org to https now that the site is TLS enabled. |
| files |
| changeset | e2978ed3b550 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Christof Meerwald <cmeerw@cmeerw.org> |
| description | update link to new mysqlclient module and recommend update in upgrading.txt |
| files |
| changeset | 98fdc1f98194 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | issue2550743 - Reindex with MySQL Server failed. It looks like indexing large documents may require increasing mysql's max_allowed_packet setting. Documented the issue in doc/mysql.txt. |
| files |
| changeset | 33a1f03b9de0 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Eric S. Raymond <esr@thyrsus.com> |
| description | Remove $-cookies that have been misleading since roundup moved off CVS. One of these, a $Date$ cookie, might accidentally expanded correctly by Subversion *if* keyword expansion was enabled on that file; but judging by the ancientness of the date, it probably wasn't. In any case, git doesn't do any keyword expansion at all, so there isn't an equivalent to translate these into. |
| files |
| changeset | 6a32a2fb95b4 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
| description | Docs update for mysql and postgresl: Mentioned test/db_test_base.py because that is the place where the default database parameters comes from. |
| files |
| changeset | a472391156ae |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Justus Pendleton <jpend@users.sourceforge.net> |
| description | mysql table creation syntax change The MySQL people gratuitously changed the syntax for specifying the storage engine a while back and the current alpha drops support for the old syntax. This patch changes TYPE to ENGINE in the mysql backend and updates the documentation to show that we require MySQL 4.0.18 because of that. I also removed a note in the mysql docs about a bug in InnoDB that has been fixed as of the required version. This fixes [SF#1727529] |
| files |
| changeset | ad4fb8a14a97 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | more doc updates, not so many TODOs any more |
| files |
| changeset | 653c7ffce402 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Alexander Smishlajev <a1s@users.sourceforge.net> |
| description | remove obsolete configuration notes |
| files |
| changeset | 7b2ea468381a |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge from HEAD |
| files |
| changeset | c0d6d5004464 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | rdbms doc updates |
| files |
| changeset | 096063697f77 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | merge |
| files |
| changeset | ef226254ef46 |
|---|---|
| branch | maint-0.7 |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | some more documentation work |
| files |
| changeset | dbb78664e427 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | *** empty log message *** |
| files |
| changeset | d929c31a3620 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | clarified minimum version required for MySQL backend (4.0.16) |
| files |
| changeset | 2b0ab61db194 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | fixes for [SF#818339] fixes for metakit for the new db unit tests |
| files |
| changeset | 5c6f3da9856f |
|---|---|
| branch | maint-0.6 |
| bookmark | |
| tag | |
| user | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
| description | Merge back doc changes from HEAD. |
| files |
| changeset | 06f5b36b201b |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Richard Jones <richard@users.sourceforge.net> |
| description | Fix a couple of failures in mysql backend unit tests. Fix the mysql backend docs Note requirement of MySQL version 4.0+ with InnoDB or BDB mysql backend |
| files |
| changeset | 5a28eea9a33c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
| description | rewrite to fix english. |
| files |
| changeset | 1fb2e44d02e3 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
| description | english nits |
| files |
| changeset | b953750bdc04 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Andrey Lebedev <kedder@users.sourceforge.net> |
| description | trackers on mysql can be initialised added mechanism for backends to detect and clear database |
| files |
| changeset | 8429095241d7 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | Andrey Lebedev <kedder@users.sourceforge.net> |
| description | mysql tests will not be run if there is no chance of passing. Notes about mysql backend added |
| files |