Commit Graph

388 Commits

Author SHA1 Message Date
jasquat c5b5670794 mypy w/ burnettk 2022-06-30 11:26:59 -04:00
jasquat ab83f4feea precommit is passing w/ burnettk 2022-06-30 11:21:02 -04:00
jasquat 4c780df7bf added custom jsonencoder w/ burnettk 2022-06-30 11:18:55 -04:00
jasquat 2614193640 some cleanup 2022-06-30 09:28:35 -04:00
jasquat a0d6d05e15 Merge remote-tracking branch 'origin/main' into feature/add_active_task 2022-06-30 09:05:32 -04:00
mike cullerton 16da394bd6 precommit with poetry 2022-06-30 08:12:35 -04:00
mike cullerton 66fc71a729 mypy changes 2022-06-30 08:06:47 -04:00
mike cullerton eca82ae275 mypy type hint changes 2022-06-29 17:20:59 -04:00
jasquat 16e086aacf added api endpoint to submit task form data 2022-06-29 17:18:04 -04:00
jasquat 898c08fa62 added active task model and some support to send back the form json w/ burnettk 2022-06-29 16:19:07 -04:00
mike cullerton 481b88f2e6 pre commit with poetry 2022-06-29 15:47:24 -04:00
mike cullerton aeb495f262 Assertions for task_event 2022-06-29 15:43:06 -04:00
mike cullerton 032c52bbb9 Set task_event.user_id as foreign key to user.id 2022-06-29 15:37:30 -04:00
mike cullerton 5190aee2af principal_id -> user_id 2022-06-29 15:18:26 -04:00
mike cullerton 25201a6045 mypy changes 2022-06-29 14:45:29 -04:00
mike cullerton 6658cc9140 precommit with poetry 2022-06-29 12:44:49 -04:00
mike cullerton 16394c0dd8 run precommit with poetry 2022-06-29 12:41:04 -04:00
mike cullerton 9640ffd422 use fixture to clean up db 2022-06-29 12:19:06 -04:00
mike cullerton 77893af6d9 user_uid -> principal_id 2022-06-29 12:18:41 -04:00
mike cullerton 963d60f4e5 Merge branch 'main' into cullerton 2022-06-29 11:51:56 -04:00
jasquat 5fd85eadda delete all data in the databases before every test. we may have to control the order better w/ burnettk 2022-06-29 11:47:17 -04:00
mike cullerton bb230b5447 Merge branch 'main' into cullerton 2022-06-29 11:42:58 -04:00
mike cullerton ceef89ff55 methods, etc for running user tasks
needed for task_events
2022-06-29 11:40:52 -04:00
burnettk d427fd72d4 basic task show 2022-06-28 17:59:12 -04:00
jasquat 17a2c19227 added api call to get active tasks w/ burnettk 2022-06-28 17:11:10 -04:00
jasquat 89a0904b5d added new model for active_task table w/ burnettk 2022-06-28 14:22:46 -04:00
github-actions[bot] bc9c169c56
Merge pull request #26 from sartography/dependabot/pip/docs/sphinx-click-4.2.0
Bump sphinx-click from 4.0.3 to 4.2.0 in /docs
2022-06-27 23:07:59 +01:00
dependabot[bot] 33b21dadb1
Bump sphinx-click from 4.0.3 to 4.2.0 in /docs
Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 4.0.3 to 4.2.0.
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](https://github.com/click-contrib/sphinx-click/compare/4.0.3...4.2.0)

---
updated-dependencies:
- dependency-name: sphinx-click
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 22:05:50 +00:00
github-actions[bot] 2c4498bb6b
Merge pull request #27 from sartography/dependabot/pip/docs/furo-2022.6.21
Bump furo from 2022.4.7 to 2022.6.21 in /docs
2022-06-27 23:04:43 +01:00
dependabot[bot] f793b32873
Bump furo from 2022.4.7 to 2022.6.21 in /docs
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.4.7 to 2022.6.21.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2022.04.07...2022.06.21)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:57:08 +00:00
github-actions[bot] e7d419866d
Merge pull request #25 from sartography/dependabot/pip/docs/sphinx-5.0.2
Bump sphinx from 4.5.0 to 5.0.2 in /docs
2022-06-27 22:56:05 +01:00
github-actions[bot] 0fdda1c9ea
Merge pull request #16 from sartography/dependabot/pip/dot-github/workflows/pip-22.1.2
Bump pip from 22.0.4 to 22.1.2 in /.github/workflows
2022-06-27 22:41:08 +01:00
dependabot[bot] eafb08f3a6
Bump sphinx from 4.5.0 to 5.0.2 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:39:18 +00:00
github-actions[bot] ec81451f8e
Merge pull request #32 from sartography/dependabot/pip/sphinx-5.0.2
Bump sphinx from 4.5.0 to 5.0.2
2022-06-27 22:38:10 +01:00
dependabot[bot] 7b976a51e3
Bump sphinx from 4.5.0 to 5.0.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:36:20 +00:00
dependabot[bot] bc4438f59c
Bump pip from 22.0.4 to 22.1.2 in /.github/workflows
Bumps [pip](https://github.com/pypa/pip) from 22.0.4 to 22.1.2.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/22.0.4...22.1.2)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:33:12 +00:00
github-actions[bot] 7b2aa87a98
Merge pull request #30 from sartography/dependabot/pip/dot-github/workflows/nox-poetry-1.0.1
Bump nox-poetry from 0.9.0 to 1.0.1 in /.github/workflows
2022-06-27 22:32:07 +01:00
dependabot[bot] 85e5d6b431
Bump nox-poetry from 0.9.0 to 1.0.1 in /.github/workflows
Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.9.0 to 1.0.1.
- [Release notes](https://github.com/cjolowicz/nox-poetry/releases)
- [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.9.0...v1.0.1)

---
updated-dependencies:
- dependency-name: nox-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:27:07 +00:00
github-actions[bot] 42121b414f
Merge pull request #31 from sartography/dependabot/pip/types-pytz-2022.1.1
Bump types-pytz from 2022.1.0 to 2022.1.1
2022-06-27 22:26:09 +01:00
github-actions[bot] 46856b05ea
Merge pull request #29 from sartography/dependabot/pip/dot-github/workflows/virtualenv-20.15.0
Bump virtualenv from 20.14.1 to 20.15.0 in /.github/workflows
2022-06-27 22:25:48 +01:00
dependabot[bot] e2ee96b20b
Bump types-pytz from 2022.1.0 to 2022.1.1
Bumps [types-pytz](https://github.com/python/typeshed) from 2022.1.0 to 2022.1.1.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pytz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:15:04 +00:00
dependabot[bot] 3321d72b93
Bump virtualenv from 20.14.1 to 20.15.0 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.15.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.14.1...20.15.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:12:48 +00:00
jasquat 7c36197834 support json files for forms and default to running the server locally to using not wsgi w/ burnettk 2022-06-27 16:59:59 -04:00
mike cullerton e374813609 Pre commit with poetry 2022-06-27 13:26:00 -04:00
mike cullerton 58b418aad3 Add test for suspend 2022-06-27 13:24:56 -04:00
mike cullerton cfa738f128 run precommit 2022-06-27 12:56:13 -04:00
mike cullerton 3bc11edaf9 Merge branch 'main' into cullerton 2022-06-27 12:54:15 -04:00
mike cullerton 59863dfcf1 run mypy with poetry 2022-06-27 12:53:47 -04:00
jasquat 91db8a2815 fixed api method signature w/ burnettk 2022-06-27 12:34:15 -04:00
mike cullerton d21ad20525 run pre commit 2022-06-27 11:15:00 -04:00