You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Barış Soner Uşaklı 805dcd7ca2
Async refactor in place (#7736)
* feat: allow both callback&and await

* feat: ignore async key

* feat: callbackify and promisify in same file

* Revert "feat: callbackify and promisify in same file"

This reverts commit cea206a9b8e6d8295310074b18cc82a504487862.

* feat: no need to store .callbackify

* feat: change getTopics to async

* feat: remove .async

* fix: byScore

* feat: rewrite topics/index and social with async/await

* fix: rewrite topics/data.js

fix issue with async.waterfall, only pass result if its not undefined

* feat: add callbackify to redis/psql

* feat: psql use await

* fix: redis 🌋

* feat: less returns

* feat: more await rewrite

* fix: redis tests

* feat: convert sortedSetAdd

rewrite psql transaction to async/await

* feat: 🐶

* feat: test

* feat: log client and query

* feat: log bind

* feat: more logs

* feat: more logs

* feat: check perform

* feat: dont callbackify transaction

* feat: remove logs

* fix: main functions

* feat: more logs

* fix: increment

* fix: rename

* feat: remove cls

* fix: remove console.log

* feat: add deprecation message to .async usage

* feat: update more dbal methods

* fix: redis :voodoo:

* feat:  fix redis zrem, convert setObject

* feat: upgrade getObject methods

* fix: psql getObjectField

* fix: redis tests

* feat: getObjectKeys

* feat: getObjectValues

* feat: isObjectField

* fix: add missing return

* feat: delObjectField

* feat: incrObjectField

* fix: add missing await

* feat: remove exposed helpers

* feat: list methods

* feat: flush/empty

* feat: delete

* fix: redis delete all

* feat: get/set

* feat: incr/rename

* feat: type

* feat: expire

* feat: setAdd

* feat: setRemove

* feat: isSetMember

* feat: getSetMembers

* feat: setCount, setRemoveRandom

* feat: zcard,zcount

* feat: sortedSetRank

* feat: isSortedSetMember

* feat: zincrby

* feat: sortedSetLex

* feat: processSortedSet

* fix: add mising await

* feat: debug psql

* fix: psql test

* fix: test

* fix: another test

* fix: test fix

* fix: psql tests

* feat: remove logs

* feat: user arrow func

use builtin async promises

* feat: topic bookmarks

* feat: topic.delete

* feat: topic.restore

* feat: topics.purge

* feat: merge

* feat: suggested

* feat: topics/user.js

* feat: topics modules

* feat: topics/follow

* fix: deprecation msg

* feat: fork

* feat: topics/posts

* feat: sorted/recent

* feat: topic/teaser

* feat: topics/tools

* feat: topics/unread

* feat: add back node versions

disable deprecation notice
wrap async controllers in try/catch

* feat: use db directly

* feat: promisify in place

* fix: redis/psql

* feat: deprecation message

logs for psql

* feat: more logs

* feat: more logs

* feat: logs again

* feat: more logs

* fix: call release

* feat: restore travis, remove logs

* fix: loops

* feat: remove .async. usage
6 years ago
..
accounts feat: ability to sort watched topics, closes #3735 6 years ago
admin feat: ACP analytics API route (#7725) 6 years ago
404.js fix: #7274 incorrect handling of client script 404s 6 years ago
accounts.js Add settings page to control watched categories (#6648) 7 years ago
admin.js closes #6854 7 years ago
api.js fix: #7659 add option to change cookie link url 6 years ago
authentication.js fix: bad usage of async requisition 6 years ago
categories.js Categories optimize (#6999) 6 years ago
category.js fix: #7040 6 years ago
composer.js fix: add post queue to /compose POST route 6 years ago
errors.js fix: #6806 6 years ago
globalmods.js fix: #7316 6 years ago
groups.js fix: closes #7217 6 years ago
helpers.js Topic await errors (#7727) 6 years ago
home.js Parse int (#6853) 7 years ago
index.js fix: #7567, allow invite and approval at the same time 6 years ago
mods.js chore(deps): update dependency eslint-config-airbnb-base to v13 (#6599) 7 years ago
osd.js Add Support for Firefox OSD 8 years ago
ping.js Home route (#7039) 6 years ago
popular.js closes #6612 7 years ago
posts.js Use topics:read privilege for topic filtering use cases (#7462) 6 years ago
recent.js fix: #7008 6 years ago
search.js feat: quick search 6 years ago
sitemap.js closes #6972 6 years ago
tags.js feat: returning category data in tags page 6 years ago
top.js closes #6612 7 years ago
topics.js Async refactor in place (#7736) 6 years ago
unread.js fix: #7008 6 years ago
uploads.js fix: strip exif data on image uploads 6 years ago
user.js fix: #6806 6 years ago
users.js Parse int (#6853) 7 years ago