13 Commits (43299ab804afd550b13a92039672840df32d1c93)

Author SHA1 Message Date
Barış Soner Uşaklı 6b34065f2a refactor: remove async.waterfall from remaining upgrade scripts 4 years ago
Peter Jaszkowiak 23f212a4c0 chore: eslint prefer-destructuring 4 years ago
Peter Jaszkowiak dab3b23575 chore: eslint no-var, vars-on-top 4 years ago
Peter Jaszkowiak b56d9e12b5 chore: eslint prefer-arrow-callback 4 years ago
Barış Soner Uşaklı 29e3ab247d fix: #8560, fix old upgrade script
db.connect no longer exists at the root
5 years ago
Ben Lubar 33228bb7fe PostgreSQL database driver (#5861)
* [test/database/list] Fix test list 4 being used in two different tests

* [database/postgres] PostgreSQL database driver

* [database/postgres] Make transactions work based on continuation scope.

* [database/postgres] Implement nested transactions

* eslint --fix

* Add database changes from earlier this week to the PostgreSQL driver.

* Fix typo

* Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN

* [database/postgres] Fix sortedSetsCard returning an array of strings.

* Update socket.io postgres adapter

* Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation.

Add a test case to catch this error.

* Fix lint errors.

* Only prune sessions on one instance in a cluster to avoid deadlocks.

They're caught and handled by the database server, but they spam the logs.

* Fix arguments.slice.
7 years ago
Barış Soner Uşaklı 14914b7610 handle missing config.json 7 years ago
Peter Jaszkowiak dfbb96d47b Remove require.main.require 8 years ago
Julian Lam db4fdbaebe removing jslint directive at top of upgrade scripts @pitaj 8 years ago
barisusakli 2ab028a4bc update upgrade script to use batch 8 years ago
Julian Lam e5f7eed8ec adding progress bar to session deletion upgrade script 8 years ago
barisusakli 56ba08f17e fix require path 8 years ago
Julian Lam 542cf1a982 Merge remote-tracking branch 'origin/master' into develop 8 years ago