Commit graph

  • c2a2f54c61
    Merge pull request #13 from nvllsvm/dep_stuff main Gavin M. Roy 2022-06-28 11:39:17 -0400
  • ec795d17e9 Run tests on PR Andrew Rabert 2022-03-15 18:33:46 -0400
  • 555c5195bd Add support for aiodns>3,<4 There is nothing between 2.0.0 and 3.0.0 which breaks our usage https://github.com/saghul/aiodns/compare/aiodns-2.0.0...aiodns-3.0.0#diff-747d6ba768991c3ef9a3f37637383ba3ef677cd84599372ddc49562bc1411ca5 Andrew Rabert 2021-08-04 19:38:48 -0400
  • f0adbedf51 Fix broken test ttl was -1 for this host, thus the test failed. Not sure what the intention of this test was; ttl is never used by sprockets-postgres. Andrew Rabert 2021-08-04 19:36:33 -0400
  • a424ce0b84 Fix tests with aiopg>=1.3; still compatible with aiopg<1.3 Andrew Rabert 2021-08-04 19:13:51 -0400
  • e2b753e962
    Merge pull request #12 from pianoman19372/upgrade-setuptools 1.8.1 Gavin M. Roy 2021-05-10 16:18:53 -0400
  • c4f10992e5 fix typo in version, be explicit in python3 in setup.py Edward F Long, Jr 2021-05-10 16:07:28 -0400
  • 266f881738 version bump Edward F Long, Jr 2021-05-10 15:40:15 -0400
  • 2850cdab1d remove extra space Edward F Long, Jr 2021-05-10 15:23:05 -0400
  • 87579ab994 pin setuptools dependency in metadata Edward F Long, Jr 2021-05-10 15:21:37 -0400
  • 5739f4dbda version bump Edward F Long, Jr 2021-05-07 08:57:34 -0400
  • aeb20c47e2 pin minimum version of setuptools required Edward F Long, Jr 2021-05-07 08:56:59 -0400
  • af5dc0d444 version bump Edward F Long, Jr 2021-05-07 08:57:34 -0400
  • 151a10d835 pin minimum version of setuptools required Edward F Long, Jr 2021-05-07 08:56:59 -0400
  • d9b2ed5c69
    Merge pull request #10 from gmr/master 1.8.0 Andrew Rabert 2021-04-15 11:22:05 -0400
  • 661a5986c7 Attempt to fix the reconnection race condition Gavin M. Roy 2021-04-14 15:59:13 -0400
  • 4c2a3f78d6 For clients that use sprockets.mixins.metrics, DB metrics use a "db" subpath. Christopher Wolfe 2021-02-25 20:44:23 -0500
  • d0740754c9
    Revert the version bump 1.7.0 Gavin M. Roy 2021-01-20 16:53:26 -0500
  • 57c41365f1
    Bump the version Gavin M. Roy 2021-01-20 16:51:25 -0500
  • 3d7940ee9c
    Merge pull request #8 from nvllsvm/fix_before_connect Gavin M. Roy 2021-01-20 16:46:41 -0500
  • afb6ea99a5 Fix postgres_status before first connection attempt It's possible to call postgres_status before the first connection is established. Before this fix, an exception was raised due to self._postgres_connected being None. Andrew Rabert 2021-01-20 16:01:13 -0500
  • 16b12cf470 Explicitly raise a FK error Gavin M. Roy 2021-01-11 22:31:54 -0500
  • 849cd5bb21 Update supported versions for next time Gavin M. Roy 2021-01-08 18:29:11 -0500
  • 230983e803 Melt a few flake8 flakes 1.6.1 Gavin M. Roy 2021-01-08 18:19:46 -0500
  • 3d6345a882 Missed some abstractions from envvars in 1.6 Gavin M. Roy 2021-01-08 18:14:39 -0500
  • ca362e2bc5 Allow for settings based configuration 1.6.0 Gavin M. Roy 2021-01-08 14:55:25 -0500
  • 6c2e26ef0f
    Merge pull request #7 from gmr/master 1.5.0 Andrew Rabert 2020-09-17 12:06:44 -0400
  • 499972a7e8 Remove detail due to potential info disclosure issues Gavin M. Roy 2020-09-17 12:05:18 -0400
  • 839fb82034 Fix a missing edge case for no error handler, add tests Gavin M. Roy 2020-09-17 11:40:34 -0400
  • e2e80eea2f Add tornado-problem-details support Gavin M. Roy 2020-09-16 19:57:01 -0400
  • b7ddd137b6
    Merge pull request #5 from nvllsvm/on_error Gavin M. Roy 2020-09-16 19:28:52 -0400
  • e63396be2c
    Merge pull request #6 from nvllsvm/override Gavin M. Roy 2020-09-16 19:28:21 -0400
  • fbb7b4dd9a Add on_postgres_error and on_postgres_timing to public API of RequestHandlerMixin The methods are intended to be overrideable, but the leading underscore convention conflicts with Python practice. Andrew Rabert 2020-09-16 17:28:19 -0400
  • e57646df00 Make on_error optional for PostgresConnector Andrew Rabert 2020-09-16 17:20:50 -0400
  • 69b806f9b3
    Merge pull request #4 from bkorty/obscure-password 1.4.1 Gavin M. Roy 2020-09-01 14:47:35 -0400
  • 4bbcf51132 Bump version to 1.4.1 Brian Korty 2020-09-01 10:57:50 -0400
  • 893308e340 Obscure password in debug logs. Brian Korty 2020-09-01 10:55:06 -0400
  • ce6e2ecee7 Bump the version for the next release 1.4.0 Gavin M. Roy 2020-08-11 19:41:31 -0400
  • e880017fc8 Add a little context of why this code exists Gavin M. Roy 2020-08-11 19:40:56 -0400
  • 9a49d769df Include a StatusRequestHandler to make things easy Gavin M. Roy 2020-08-11 19:40:14 -0400
  • 507704a6e7 Merge branch 'master' of github.com:sprockets/sprockets-postgres Gavin M. Roy 2020-08-11 19:31:56 -0400
  • 664bedbb24 Don't blindly swallow ProgrammingError Gavin M. Roy 2020-08-11 19:25:34 -0400
  • 54a92667d1 Don't catch every psycopg2 exception in connector Gavin M. Roy 2020-08-11 18:30:30 -0400
  • 11b829c166 correct version update Sairam Aripirala 2020-08-11 16:17:10 -0400
  • b937f07efb version update Sairam Aripirala 2020-08-11 16:09:58 -0400
  • 9a2bd07468 added resp body check back Sairam Aripirala 2020-08-11 16:07:28 -0400
  • 9a833e3178 added test for postgres error passthrough Sairam Aripirala 2020-08-11 15:53:56 -0400
  • 2eb4dd0f9e added psycopg2.Error back Sairam Aripirala 2020-08-11 15:47:04 -0400
  • 725fba8728 updated exception raising Sairam Aripirala 2020-08-11 14:35:01 -0400
  • 970aabfdb4 updated exception raising Sairam Aripirala 2020-08-11 14:33:33 -0400
  • f95e40ef7d
    Merge pull request #2 from cknave/fix-record-timing-args 1.3.3 Gavin M. Roy 2020-07-30 15:11:27 -0400
  • 1e7279916c Bump version to 1.3.3 Kevin Vance 2020-07-30 15:09:55 -0400
  • c53cf4f94b Fix argument order for record_timing() Kevin Vance 2020-07-30 14:51:19 -0400
  • 3dc8030c3e Fix tests 1.3.2 Gavin M. Roy 2020-07-08 14:44:10 -0400
  • 440def6f3c Dont create objects if we do not need to Gavin M. Roy 2020-07-08 14:34:41 -0400
  • 4f60c7bf0a Delay the initialization of asyncio objects to on_start Gavin M. Roy 2020-07-08 14:33:04 -0400
  • 70cf5c005b Show the actual URL that is being connected to 1.3.1 Gavin M. Roy 2020-07-07 18:37:06 -0400
  • aaf0548bdf Fix indentation, duplicate test name 1.3.0 Gavin M. Roy 2020-07-07 17:31:16 -0400
  • a1736bccae Actually wait while the first in reconnects Gavin M. Roy 2020-07-07 16:21:01 -0400
  • ecc070e974 Add reconfiguration for SRV based connections Gavin M. Roy 2020-07-07 16:17:56 -0400
  • 9c448c11e3 Include libffi-dev for testing 1.2.0 Gavin M. Roy 2020-06-02 11:34:11 -0400
  • b64a2ee204 Include aiodns in the requirements list Gavin M. Roy 2020-06-02 11:32:44 -0400
  • 3e36210c91 Add support for SRV based configuration Gavin M. Roy 2020-06-02 11:26:07 -0400
  • 10b98cba10 Change sprockets_postgres.QueryResult to a class 1.1.0 Gavin M. Roy 2020-04-27 18:16:18 -0400
  • 86b6c022f0 Update DEFAULT_POSTGRES_MAX_POOL_SIZE 1.0.2 Gavin M. Roy 2020-04-13 14:20:09 -0400
  • 3ba6c8c069 Remove the extra backtick 1.0.1 Gavin M. Roy 2020-04-10 16:42:29 -0400
  • 4e70836ddd More documentaiton updates Gavin M. Roy 2020-04-10 16:37:23 -0400
  • d7406ac1d3 docstring update for class linking Gavin M. Roy 2020-04-10 16:34:39 -0400
  • 8aee0fec5e Fix README badges Gavin M. Roy 2020-04-10 16:31:21 -0400
  • 58100b3a54 pymodules -> py_modules, fix packaging Gavin M. Roy 2020-04-10 16:26:18 -0400
  • 9056d9b8b1
    Merge pull request #1 from gmr/master 1.0.0 Gavin M. Roy 2020-04-10 15:38:28 -0400
  • a7b15254f4 Bump the version Gavin M. Roy 2020-04-08 18:48:10 -0400
  • d057b140ae Add docstrings, fix edge cases Gavin M. Roy 2020-04-08 18:43:51 -0400
  • fb816ddca7 Add CONTRIBUTING info Gavin M. Roy 2020-04-08 18:23:42 -0400
  • 75b8d49bed Documentation updates Gavin M. Roy 2020-04-08 18:22:24 -0400
  • 58d349e790 Add documentation Gavin M. Roy 2020-04-08 18:15:50 -0400
  • 603eb4d6dd Testing update and fixes found in testing Gavin M. Roy 2020-04-07 16:59:06 -0400
  • 611dfd1ec7 WIP refactor Gavin M. Roy 2020-04-07 13:42:02 -0400
  • b9c9495545 Better conditional Gavin M. Roy 2020-04-06 18:33:17 -0400
  • 324347e328 Only deploy on main branch Gavin M. Roy 2020-04-06 18:32:18 -0400
  • a7f8ef35c8 Only upload coverage if on main repo Gavin M. Roy 2020-04-06 18:31:29 -0400
  • ad92604caa Fix coverage report Gavin M. Roy 2020-04-06 18:24:38 -0400
  • 780a428f9d Specify the max size of the lrucache for Python 3.7 Gavin M. Roy 2020-04-06 18:23:53 -0400
  • b620e1048c Address flake8 errors Gavin M. Roy 2020-04-06 18:20:34 -0400
  • 705be45ff1 apk, not apt Gavin M. Roy 2020-04-06 17:58:56 -0400
  • 05cedb1d57 install psql Gavin M. Roy 2020-04-06 17:51:28 -0400
  • ff541b7c19 Include the VERSION file when packaging Gavin M. Roy 2020-04-06 17:49:03 -0400
  • ca5dc26de3 Move from a package to a module Gavin M. Roy 2020-04-06 17:47:50 -0400
  • 137c32c6e5 README updates Gavin M. Roy 2020-04-06 17:41:19 -0400
  • 46f829fc4a Initial WIP commit Gavin M. Roy 2020-04-06 17:39:52 -0400
  • 0811cf66ab
    Initial commit Gavin M. Roy 2020-04-06 12:27:33 -0400