Commit Graph

807 Commits

Author SHA1 Message Date
codl 61131f4298
Merge branch 'fix-refresh' 2019-02-24 16:36:23 +01:00
codl 4054ebfffd
Merge branch 'master' into fix-refresh 2019-02-24 16:35:44 +01:00
codl b3168278d3
Merge branch 'new-fetch' 2019-02-24 16:32:27 +01:00
codl 34814b4661
update changelog 2019-02-24 16:31:57 +01:00
codl d5e0b43c9e
fix: posts not getting refreshed
turns out i was not touching updated_at, so i'd always be refreshing
the same posts unless one of them actually changed

this is embarassing, there are posts in the DB that haven't been
refreshed since 2017
2019-02-24 16:28:59 +01:00
codl b4ce1964f5
update changelog 2019-02-24 15:40:41 +01:00
codl a6c5361138
more robust fetching. closes #13
this also refactors libforget so neither the twitter or mastodon lib
insert posts directly
2019-02-24 15:40:41 +01:00
codl 649b68793c
libforget mastodon: same thing. raise temporaryerror if no access 2019-02-24 13:11:31 +01:00
codl 60e2357597
twitter: raise temporaryerror when no access instead of silently failing 2019-02-24 12:48:58 +01:00
codl 68ac747f7e
Merge remote-tracking branch 'github/master' into update-more-deps 2019-02-24 11:05:23 +01:00
dependabot[bot] 8ae7338652 Bump rollup from 0.66.6 to 1.2.3
Bumps [rollup](https://github.com/rollup/rollup) from 0.66.6 to 1.2.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v0.66.6...v1.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-24 00:08:11 +00:00
codl d01b85b584
update more deps 2019-02-24 00:55:18 +01:00
dependabot[bot] cfd2318b2c Bump rollup-plugin-svelte from 4.3.2 to 5.0.3
Bumps [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) from 4.3.2 to 5.0.3.
- [Release notes](https://github.com/rollup/rollup-plugin-svelte/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-svelte/compare/v4.3.2...v5.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 23:50:36 +00:00
codl e2cef52eb1
update changelog 2019-02-24 00:44:47 +01:00
codl 4d001f31f3
Merge branch 'update-deps' 2019-02-24 00:42:40 +01:00
dependabot[bot] c42265070b Bump coverage from 4.5.1 to 4.5.2
Bumps [coverage](https://bitbucket.org/ned/coveragepy) from 4.5.1 to 4.5.2.
- [Changelog](https://bitbucket.org/ned/coveragepy/src/default/CHANGES.rst)
- [Commits](https://bitbucket.org/ned/coveragepy/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 23:41:09 +00:00
codl e9749f70e0
no more florps. that joke is getting dated 2019-02-24 00:40:28 +01:00
codl fc25e6ca7b
fix picture tags having an extra comma in their srcset 2019-02-24 00:40:25 +01:00
dependabot[bot] af3a51ae19 Bump svelte from 2.15.0 to 2.16.1
Bumps [svelte](https://github.com/sveltejs/svelte) from 2.15.0 to 2.16.1.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/v2.16.1/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v2.15.0...v2.16.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 23:29:04 +00:00
dependabot[bot] bff6df0314 Bump raven from 6.9.0 to 6.10.0
Bumps [raven](https://github.com/getsentry/raven-python) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/getsentry/raven-python/releases)
- [Changelog](https://github.com/getsentry/raven-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/raven-python/compare/6.9.0...6.10.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 23:16:56 +00:00
dependabot[bot] 6266a1d603 Bump requests from 2.20.0 to 2.21.0
Bumps [requests](https://github.com/requests/requests) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/requests/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.20.0...v2.21.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 22:58:49 +00:00
dependabot[bot] 6355addcfb Bump redis from 2.10.6 to 3.0.1
Bumps [redis](https://github.com/andymccurdy/redis-py) from 2.10.6 to 3.0.1.
- [Release notes](https://github.com/andymccurdy/redis-py/releases)
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/andymccurdy/redis-py/compare/2.10.6...3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-23 22:37:09 +00:00
codl 0cb94cfa01 remove x- prefix from headers 2018-11-30 23:04:37 +01:00
codl 74d04ce7aa
release v1.4.1 2018-10-29 22:07:48 +01:00
codl 170c535928
Merge remote-tracking branch 'github/master' 2018-10-29 22:01:53 +01:00
dependabot[bot] e647e5322a Bump pytest from 3.8.2 to 3.9.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.8.2 to 3.9.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/3.8.2...3.9.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 20:57:40 +00:00
dependabot[bot] f5f404b3d1 Bump rollup from 0.66.4 to 0.66.6
Bumps [rollup](https://github.com/rollup/rollup) from 0.66.4 to 0.66.6.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v0.66.4...v0.66.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 20:49:37 +00:00
dependabot[bot] 3f0a5a193e Bump svelte from 2.13.5 to 2.15.0
Bumps [svelte](https://github.com/sveltejs/svelte) from 2.13.5 to 2.15.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v2.13.5...v2.15.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 20:40:03 +00:00
dependabot[bot] 536574df8b Bump flask-migrate from 2.2.1 to 2.3.0
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.2.1...v2.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 20:26:56 +00:00
dependabot[bot] 71a6d52303 Bump brotli from 1.0.6 to 1.0.7
Bumps [brotli](https://github.com/google/brotli) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/google/brotli/releases)
- [Commits](https://github.com/google/brotli/compare/v1.0.6...v1.0.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 20:16:23 +00:00
dependabot[bot] aa8011f72e Bump alembic from 1.0.0 to 1.0.1
Bumps [alembic](https://bitbucket.org/zzzeek/alembic) from 1.0.0 to 1.0.1.
- [Changelog](https://bitbucket.org/zzzeek/alembic/src/master/CHANGES)
- [Commits](https://bitbucket.org/zzzeek/alembic/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 20:01:24 +00:00
codl dcd12407e5
update changelog 2018-10-29 21:00:18 +01:00
dependabot[bot] d8b8ca6612 Bump requests from 2.19.1 to 2.20.0
Bumps [requests](https://github.com/requests/requests) from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/requests/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.19.1...v2.20.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 19:51:53 +00:00
codl 34fa0c7f57
release v1.4.0 2018-10-06 02:21:41 +02:00
codl 4363a8d7bd
Merge branch 'master' into remove-yarn 2018-10-06 02:18:44 +02:00
codl 4147673915
Merge pull request #92 from codl/archive-warn
warn when archive looks too big
2018-10-06 02:18:12 +02:00
codl 52781672e0
Merge branch 'master' into archive-warn 2018-10-06 02:15:57 +02:00
codl bbcbbffeaa
update requirements manifests 2018-10-06 02:09:48 +02:00
codl fa6a462755
bump pytest and pillow versions 2018-10-06 02:05:58 +02:00
codl 8d71c868f6
travis npm version is too old for npm ci 2018-10-06 02:01:35 +02:00
codl 12a09eddab
remove yarn lock. just use npm 2018-10-06 01:54:36 +02:00
dependabot[bot] eb30308c94 Bump rollup-plugin-svelte from 4.3.1 to 4.3.2
Bumps [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/rollup/rollup-plugin-svelte/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-svelte/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-05 23:53:28 +00:00
dependabot[bot] f9c85093c0 Bump rollup from 0.66.2 to 0.66.4
Bumps [rollup](https://github.com/rollup/rollup) from 0.66.2 to 0.66.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v0.66.2...v0.66.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-05 23:49:41 +00:00
dependabot[bot] e17736e117 Bump brotli from 1.0.4 to 1.0.6
Bumps [brotli](https://github.com/google/brotli) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/google/brotli/releases)
- [Commits](https://github.com/google/brotli/compare/v1.0.4...v1.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-05 23:45:29 +00:00
codl efd0fe60f8
update changelog 2018-10-06 01:43:45 +02:00
codl 93299bd72f
polish archive size warning
copy, styling

lowered the threshold to 10 MB and made it not disable the form in case
someone does have a giant tweet archive
2018-10-06 01:33:35 +02:00
codl c89602315f
remove leftover console.logs 2018-10-06 01:30:01 +02:00
codl cd096599a2
add warning when trying to upload a large twitter archive 2018-10-06 00:57:25 +02:00
codl 5f2922f27a
doit: js depends on rollup config 2018-10-06 00:55:11 +02:00
dependabot[bot] 297d9398bb Bump rollup-plugin-svelte from 4.3.0 to 4.3.1
Bumps [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/rollup/rollup-plugin-svelte/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-svelte/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-24 10:49:23 +00:00