Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

v0.0.1 #36

Draft
wants to merge 43 commits into
base: master
Choose a base branch
from
Draft

v0.0.1 #36

wants to merge 43 commits into from

Conversation

b0g3r
Copy link
Member

@b0g3r b0g3r commented Feb 17, 2019

Ну, что-то работает.

Added

  • Интеграция с Uploadcare для хранения картинок в CDN
  • OAuth2 эндпоинты
  • Регистрация пользователей
  • Telegram gate для работы с каналами
  • VK gate для работы с групами
  • Строгий mypy в CI для статической типизации
  • Фильтрация /publication по типу платформы и черновиковости

Security

Sergey Sokolov and others added 7 commits January 29, 2019 01:35
* 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] <[email protected]>
* Add filers by query-string to publications endpoint
* Fix small issue with typing variable as class object (not instance)
@b0g3r b0g3r changed the title 0.0.1 v0.0.1 Feb 17, 2019
Sergey Sokolov and others added 22 commits February 17, 2019 22:22
* 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
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 [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] <[email protected]>
* Add multiple attachments to publication
* Put serializers into separate files (issue #61)
* Add pre-commit config
* Update pipfiles
dependabot-support and others added 14 commits April 1, 2019 13:57
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants