Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 50e7fc1d43
Bump gunicorn from 20.1.0 to 22.0.0 (#3802)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 18:24:10 -07:00
Daniel Smith 7bf2bbf4ca
Upgrade mypy to 1.4.1 (#3193) 2023-07-20 06:23:18 -07:00
Jason Robbins 0b0d432187
Implement server-side changes for review SLOs (#3062)
* progress

* Progress

* progress

* Added tests

* Actually add new test file

* Another test

* Update internals/slo.py

Co-authored-by: Kyle Ju <kyleju@google.com>

---------

Co-authored-by: Kyle Ju <kyleju@google.com>
2023-06-09 09:56:29 -07:00
Daniel Smith 49fb21595d
Run mypy in Github continuous integration checks (#2324)
* run mypy in CI

* more type hint fixing

* Update requirements.txt

* google.cloud import workaround

https://github.com/python/mypy/issues/10360

* Revert "google.cloud import workaround"

This reverts commit e03dbc7bbeb67acc81f57b9c5d905b9141952dbc.

* mypy google.cloud workaround

https://github.com/python/mypy/issues/12985

* fix regular tests

* remove --install-types flag

* last mypy fix

* type fixes for address_reasons

* move email lists creation

* update for newly merged changes

* Fix regular tests

* Changes suggested by @jrobbins

* Catch invalid requests

* small type hint

* Change methods to properly override

* revert to previous implementation

* revert test

* add back original validate request type method

* remove unused import and rearrange methods

* remove comment string casting; add test back

* add ndb ignore

* Update test_html_rendering.html

* mypy fix

* remove merge addition
2022-10-24 06:40:21 -07:00
Jason Robbins 8dfd413c46
Be explicit about using python3.9. (#1983) 2022-06-28 08:12:44 -07:00
Shivam Agarwal 9d8d441b94
20210317 fix npm run coverage (#1212)
* Added coverage dependency in requirements.dev.txt

* npm run coverage will install coverage before running coverage

* Modified npm run coverage script in package.json
2021-03-24 09:45:25 -07:00
Jason Robbins c610e44e99
Upgrade from GAE taskqueue to Google Cloud Tasks (#1141)
* Upgrade from GAE taskqueue to Google Cloud Tasks.

* added unit tests

* Add link to Monorail file that I referenced.

* Add grpcio to travis build

* Try installing grpcio locally first

* Try installing grpcio via sudo

* Try a smaller set of deps for travis.

* Debug travis config

* Avoided missing imports while running unit tests on travis

* Removed travis debugging lines
2021-01-15 15:50:36 -08:00