Skip to content

Tags: DocNow/docnow

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edsu Ed Summers
Adaptable search endpoint

When the app is not configured with academic research prodcut track keys
it will not try to search the '/all' endpoint even when asked to. Fixes

This commit also fixes a bug in server.twitter when performing a single
search (no paging). The problem was that the search callback was getting
called twice, the second time with no next token, when search was told
to just do one search (once: true). This was a problem for the
SearchLoader which was receiving that second callback with no next token
and flagging the search as complete, even though there were more
results to fetch.

v0.3.1

Toggle v0.3.1's commit message
Sleep 3 seconds

To stay within the 300 requests per 15 minute window on the search/all endpoint we need to sleep 3 seconds between requests. Theoeretically the SearchLoader could keep track of how many searches it has done and adjust accordingly, but that is for a future work cycle.

v0.3.0

Toggle v0.3.0's commit message
latest build

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edsu Ed Summers
latest build

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edsu Ed Summers
latest build

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edsu Ed Summers
latest build w/ a bugfix

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edsu Ed Summers
Merge branch 'main' of github.com:DocNow/docnow into main

v0.1.4

Toggle v0.1.4's commit message
new release (again)

v0.1.3

Toggle v0.1.3's commit message
new release

v0.1.2

Toggle v0.1.2's commit message
new release