and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 24 Jun, 2014 12 commits
  2. 23 Jun, 2014 13 commits
  3. 22 Jun, 2014 1 commit
    • Jon Rosebaugh's avatar
      LQ-1144-B: (merge) Merge LQ-1144-B into master · 0fe23fb0
      Jon Rosebaugh authored
          f39e840b - LQ-1144-B: Fix quoting error
          0c32df09 - LQ-1144-B: date is not datetime
          353d6c33 - LQ-1144-B: fix route_events
          149f40f0 - LQ-1144-B: turn off Bizview on test1 and test2
          a3b7ad52 - LQ-1144-B: Remove fin_metrics email
          6b0481af - LQ-1144-B: Provide user_id when rendering unsubscribed page
          a8cca251 - LQ-1144-B: Order contact lists/tags alphabetically
          715b008f - LQ-1144-B: Some datetime.today() -> datetime.now(pytz.utc)
          a25a1a9d - LQ-1144-B: These columns are supposed to be string constants
          aa974ad9 - LQ-1144-B: Fix opp recipient sorting tplsql
          f879983e - LQ-1144-B: more contact import syntax fixes
          d1ab4ba3 - LQ-1144-B: Fix contact importing for postgres
          4c151bd8 - LQ-1144-B: current_timestamp doesn't take ()
          0f87fd4f - LQ-1144-B: log tplsql rendered queries to debug
          0d093fa6 - LQ-1144-B: Fix tplsql in opportunity sort by
          786b5297 - LQ-1144-B: Explicitly sort contacts pages by SORT_BY
          fa52d8b5 - LQ-1144-B: tplsql: name is a keyword, so use AS
          f5a6eac4 - LQ-1144-B: More tplsql fixes for Postgres
          16bb445b - LQ-1144-B: provide the full traceback
          7038d468 - LQ-1144-B more utc timezone fixes
          9da040d0 - LQ-1144-B: Another datetime timezone fix
          ae0940d9 - LQ-1144-B: Proper SQL syntax in inbound wrapper
          e43530fa - LQ-1144-B: Finish implementing auth user class and fix auth tests
          c4db0170 - LQ-1144-B: Disable BIZVIEW on test3 until we get it pointing at postgres
          62333639 - LQ-1144-B: Stop sear using mysql connection info when building
          17d094b7 - LQ-1144-B: Remove MYSQL connection info
          86e91762 - LQ-1144-B: Fix another tz-naive timestamp (call modal)
          16126b89 - LQ-1144-B: Use tz-aware timestamp for match_relationship_reply_date
          8f1d79e7 - LQ-1178: Change crontab to UTC from EST (-5)
          cfacde5a - LQ-1144-B: Fix more upsert idioms
          a0edff31 - LQ-1144-B: Remove statlog cronjobs that were going to nowhere
          a5ced735 - LQ-1144-B: tinyint to boolean in AMS
          befb102a - LQ-1144-B: Keep using CHAR(32) for uuids
          1ab6294a - LQ-1144-B: Remove old manual migrations
          605f9fab - LQ-1144-B: Another naive->aware datetime
          1782e9fa - LQ-1144-B: adding some debugging code to catch TP control errors
          8c9271cf - LQ-1144-B: Use savepoints to permit atomic contact note updates
          f0332965 - LQ-1144-B: Make sure last_activity_date has timezone info
          58f65503 - LQ-1144-B: More timezonifying.
          01d8acb6 - LQ-1144-B: keep timezone on member_since column
          83883652 - LQ-1144-B: Don't strip timezone when syncing company data
          ea62ffe4 - LQ-1144-B: a few more naive datetimes to aware
          e325f0c0 - LQ-1144-B: Move updated_on ON UPDATE behavior into the Python layer
          fcbd9506 - LQ-1144-B: update page_rank_refresh for postgres
          88c8c5a4 - LQ-1144-B: Use postgres advisory locks for AMS locking
          0ec1ecc5 - LQ-1144-B: fin_metrics update for postgres
          7e312f07 - LQ-1144-B: Use postgres in fin_metrics script
          737462a7 - LQ-1144-B: Prevent Django from stupidly turning off timezone support
          1d127afc - LQ-1144-B: Use db cursor as an iterator directly
          d38103a2 - LQ-1144-B: use datetime.now(pytz.utc) instead of .utcnow()
          ebb7d970 - LQ-1144-B: use correct timestamp function in model defaults
          11815b59 - LQ-1144-B: opp wizard fixes
          70663f31 - LQ-1144-B: correct count() structuring for postgres
          d6cfe804 - LQ-1144-B: Handle tz-aware datetimes when syncing company data
          e81372e0 - LQ-1144-B: Move naf to postgres
          eb9beb62 - LQ-1144-B: wtf is LONGTEXT
          c530b04e - LQ-1144-B: comment out mysqlwarning stuff in research book
          01d2139d - LQ-1144-B: fix enums in transactionprofile model
          725465fe - LQ-1144-B: Move doc service to postgres
          4fd93193 - LQ-1144-B: Move company service to postgres
          d52d4973 - LQ-1144-B: Make newauth connect to postgres
          97740654 - LQ-1144-B: make AMS connect to postgres
          9a9c3271 - LQ-1144-B: correct opp wizard backend for Postgres
          327e5b20 - LQ-1144-B: remove site_announcements tag from base template
          1ce7222a - LQ-1144-B: don't try to do ORDER BY when we're only selecting a count
          a72c2876 - LQ-1144-B: migrate tplsql to postgres syntax
          662a5dda - LQ-1144-B: Remove all alembic migrations but the base one.
          2b95a42d - LQ-1144-B: SQLAlchemy schema updates
          1c98c3fc - LQ-1144-B: add postgres connection options
          dbc0aca0 - LQ-1144-A: Update test2 Postgres database endpoint and credentials
          6bf2b4f7 - LQ-1144-A: Postgres migration configuration
          7ca92831 - LQ-1144-A: SQLAlchemy schema updates
          b250011e - LQ-1144-A: Update test3 configuration to point to test3 Postgres instance
          4b2c8f03 - LQ-1144-A: add postgres connection options
      0fe23fb0
  4. 21 Jun, 2014 4 commits
  5. 20 Jun, 2014 10 commits