This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
v0.0.1 #36
Draft
b0g3r
wants to merge
43
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add vk gate - Add function to obtain token - Add function to submit post to group (to be updated) - Group all Vk API requests into a small client - Add Vk API request exception
* Add OAuth2 authentication * Fix trailing commas 🙈 * Add instruction for oauth using and basic setting * Add user registration * Fix flake8-per-file-ignores with flake8 3.7.x issues :( more info: wemake-services/wemake-python-styleguide#472 (comment) * Fix code for passing flake8 linter checks
- Add a tiny tg api client. - Add a general function to post to telegram. - Change the function task to call the general function.
Bumps [django](https://github.com/django/django) from 2.1.5 to 2.1.7. **This update includes security fixes.** - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.1.5...2.1.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Add filers by query-string to publications endpoint * Fix small issue with typing variable as class object (not instance)
* Dockerize app Closes #7 - Add Dockerfile to ship the app in Docker containers - Add uwsgi config - Add missing typing_extensions dependency - Add docker image build stage to CI
Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@3.1.0...3.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Update Travis deployment condition
* Fix allowed_host for deployment postpost.app Fix #44
Because we route to /api via nginx
- Move gate API clients to their own module. - Add function to download media. - Modify gate API clients to work with IO instead of link to media.
Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](axnsan12/drf-yasg@1.13.0...1.14.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. **This update includes security fixes.** - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@3.13...5.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Add multiple attachments to publication
* Put serializers into separate files (issue #61)
Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@3.2.0...3.2.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md) - [Commits](getsentry/sentry-python@0.7.6...0.7.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [celery](https://github.com/celery/celery) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v4.2.2/Changelog) - [Commits](celery/celery@v4.2.1...v4.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Add pre-commit config * Update pipfiles
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.7.7 to 0.7.9. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md) - [Commits](getsentry/sentry-python@0.7.7...0.7.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](axnsan12/drf-yasg@1.14.0...1.15.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [celery](https://github.com/celery/celery) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/master/Changelog) - [Commits](celery/celery@v4.2.2...v4.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.14.4 to 1.15.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v1.14.4...v1.15.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Closes #58 * Add environment variables config
Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.1.7...2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mypy](https://github.com/python/mypy) from 0.670 to 0.700. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.670...v0.700) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.24.2. **This update includes security fixes.** - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](urllib3/urllib3@1.24.1...1.24.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mypy](https://github.com/python/mypy) from 0.700 to 0.701. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.700...v0.701) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v1.15.1...v1.15.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.7.10 to 0.7.11. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md) - [Commits](getsentry/sentry-python@0.7.10...0.7.11) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.7.11 to 0.7.12. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md) - [Commits](getsentry/sentry-python@0.7.11...0.7.12) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.7.12 to 0.7.14. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md) - [Commits](getsentry/sentry-python@0.7.12...0.7.14) Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ну, что-то работает.
Added
Security