Commit Graph

9861 Commits

Author SHA1 Message Date
Steven Reilly
80827c3a4a Merge pull request #477 from GSA/update-deploy-actions
Add E2E test environment variables to deployments
2023-09-18 12:34:43 -04:00
Carlo Costino
3f1c5ab8ad Add E2E test environment variables to deployments
This changeset adds the E2E test environment variables to our deployment scripts so that they are accessible to the application and database migrations.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-09-18 12:20:47 -04:00
Steven Reilly
539ac2bcfb Merge pull request #476 from GSA/total-limit-data-migration
Add total message limit default to existing services
2023-09-18 11:18:48 -04:00
Carlo Costino
0fa53d943a Fixed ID reference in Alembic comment
h/t to @stvnrlly for the catch!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-09-18 10:54:41 -04:00
Carlo Costino
29b64cae5d Add total message limit default to existing services
This changeset adds a migration to add a default total message limit to any pre-existing service that does not already have one set.  It bases this value on the default set in the Flask app config.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-09-18 10:46:34 -04:00
Steven Reilly
2b650a734b Merge pull request #473 from GSA/update-adr-0003
Update ADR-0003 (Invite Expirations)
2023-09-18 09:01:38 -04:00
Carlo Costino
5bf716fe2d Update ADR-0003 (Invite Expirations)
This changest updates the Invite Expirations ADR (ADR-0003) to become accepted and ready for implementation. It also updates the index with recent ADR changes prior to the ADR process updates.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-09-15 17:29:44 -04:00
Carlo Costino
37339b750b Merge pull request #472 from GSA/stvnrlly/admin-base-url
Switch ADMIN_BASE_URL to fancier URL
2023-09-15 11:33:08 -04:00
Steven Reilly
47d9ca12b4 switch ADMIN_BASE_URL 2023-09-15 11:19:14 -04:00
Carlo Costino
e36335e606 Merge pull request #468 from GSA/notify-admin-723
add migration for e2e tests and improve code coverage
2023-09-12 16:55:42 -04:00
Kenneth Kehl
16defbe30d try again 2023-09-12 11:29:21 -07:00
Kenneth Kehl
75b7c6cf05 add secrets to github workflow 2023-09-12 11:13:09 -07:00
Steven Reilly
47e7490964 Merge pull request #418 from GSA/dependabot/pip/notifications-python-client-8.0.1
Bump notifications-python-client from 6.3.0 to 8.0.1
2023-09-12 13:26:47 -04:00
Kenneth Kehl
c082546aa0 add migration for e2e tests and improve code coverage 2023-09-12 10:15:07 -07:00
dependabot[bot]
a55ca91ad7 Bump notifications-python-client from 6.3.0 to 8.0.1
Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client) from 6.3.0 to 8.0.1.
- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alphagov/notifications-python-client/compare/6.3.0...8.0.1)

---
updated-dependencies:
- dependency-name: notifications-python-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 17:02:51 +00:00
Steven Reilly
230519e976 Merge pull request #451 from GSA/dependabot/pip/pytest-env-1.0.1
Bump pytest-env from 0.6.2 to 1.0.1
2023-09-12 13:01:17 -04:00
dependabot[bot]
4ee3daa9c6 Bump pytest-env from 0.6.2 to 1.0.1
Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 0.6.2 to 1.0.1.
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](https://github.com/pytest-dev/pytest-env/compare/0.6.2...1.0.1)

---
updated-dependencies:
- dependency-name: pytest-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 16:47:39 +00:00
Steven Reilly
a3d8c4835f Merge pull request #466 from GSA/dependabot/pip/gitpython-3.1.35
Bump gitpython from 3.1.34 to 3.1.35
2023-09-11 13:42:26 -04:00
dependabot[bot]
0a6be26811 Bump gitpython from 3.1.34 to 3.1.35
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 17:01:16 +00:00
Carlo Costino
b353e8adc7 Merge pull request #465 from GSA/stvnrlly/adr-update
Update ADR process
2023-09-11 13:01:05 -04:00
Carlo Costino
de78cbfab7 Merge pull request #464 from GSA/stvnrlly/actioning
Switch branch of ADR action
2023-09-11 12:59:39 -04:00
Steven Reilly
a5cd28e24d new adr process 2023-09-11 12:45:24 -04:00
Steven Reilly
08b040cbe2 switch branch of adr action 2023-09-11 11:57:10 -04:00
Carlo Costino
33fadb8441 Merge pull request #461 from GSA/adr/auto/0006
Add ADR 0006: Use `poetry` for dependency management
2023-09-08 13:35:41 -04:00
stvnrlly
f7782dad30 add info lost in action 2023-09-08 10:08:23 -04:00
TTS ADR automation
4a0d18a39b add ADR 0006: Use for dependency management 2023-09-08 13:47:23 +00:00
Steven Reilly
9e5c0ee377 Merge pull request #460 from GSA/dependabot/pip/gitpython-3.1.34
Bump gitpython from 3.1.32 to 3.1.34
2023-09-06 16:57:55 -04:00
Steven Reilly
e591920f35 Merge pull request #453 from GSA/notify-api-446
notify-api-446 change default text message sender from U.S. Notify
2023-09-06 16:52:41 -04:00
stvnrlly
f764414bc2 Merge branch 'main' into notify-api-446 2023-09-06 16:05:45 -04:00
Carlo Costino
eb934996d7 Merge pull request #459 from GSA/stvnrlly/default-template-command
Add default template when it does not exist
2023-09-06 15:10:44 -04:00
dependabot[bot]
165cf08758 Bump gitpython from 3.1.32 to 3.1.34
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.34.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.34)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 18:49:48 +00:00
stvnrlly
833a6977c4 add default template when it does not exist 2023-09-06 14:46:06 -04:00
Carlo Costino
ef471507ce Merge pull request #458 from GSA/stvnrlly/use-total-message-limit
Insert total_message_limit into service creation
2023-09-06 12:56:18 -04:00
stvnrlly
8bfc64ebf9 insert total_message_limit into service creation 2023-09-06 12:26:37 -04:00
Steven Reilly
fb2d3dc558 Merge pull request #454 from GSA/poetry
poetry
2023-09-05 21:36:03 -04:00
stvnrlly
c802a24efc update utils in pyproject.toml 2023-09-05 21:22:20 -04:00
stvnrlly
1bbe29ff79 Merge branch 'main' into poetry 2023-09-05 14:49:35 -04:00
stvnrlly
d345b21546 update pipenv references 2023-09-05 12:19:42 -04:00
stvnrlly
be97bce280 add config to pull python version from pyenv 2023-09-05 12:15:32 -04:00
Steven Reilly
12099ea2d1 Merge pull request #252 from GSA/notify-300b
notify-300 set total message limit to 250k for pilot
2023-08-31 16:12:41 -04:00
Kenneth Kehl
c92b8e0933 try without hashes everywhere 2023-08-31 11:54:26 -07:00
Kenneth Kehl
722b67e93a try without hashes 2023-08-31 11:43:33 -07:00
Kenneth Kehl
938e0b1057 fixes 2023-08-31 11:22:22 -07:00
Kenneth Kehl
bc956c3dac remove --dev for now from poetry install 2023-08-31 11:12:16 -07:00
Kenneth Kehl
062675ad9b poetry 2023-08-31 11:00:55 -07:00
Carlo Costino
e29b12ce41 Merge pull request #450 from GSA/notify-api-59
notify-api-59 make command to create new service
2023-08-31 13:51:59 -04:00
stvnrlly
a229626c1e use correct redis key in test 2023-08-31 11:27:08 -04:00
stvnrlly
0526c051a3 rename migration 2023-08-31 11:15:34 -04:00
Kenneth Kehl
e9280b44b0 notify-api-446 change default text message sender from U.S. Notify 2023-08-31 08:14:23 -07:00
stvnrlly
7bbb05059c update to correct error 2023-08-31 10:57:54 -04:00