Commit Graph

11317 Commits

Author SHA1 Message Date
Andrew Shumway
fd0f8bc321 Merge pull request #1261 from GSA/dependabot/pip/botocore-1.34.159
Bump botocore from 1.34.154 to 1.34.159
2024-08-12 14:09:04 -06:00
dependabot[bot]
1234c45934 Bump botocore from 1.34.154 to 1.34.159
Bumps [botocore](https://github.com/boto/botocore) from 1.34.154 to 1.34.159.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.154...1.34.159)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 19:37:56 +00:00
Andrew Shumway
1840bbd8c0 Merge pull request #1241 from GSA/dependabot/pip/black-24.8.0
Bump black from 24.4.2 to 24.8.0
2024-08-12 13:35:41 -06:00
dependabot[bot]
3c251c4016 Bump black from 24.4.2 to 24.8.0
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 19:21:31 +00:00
Andrew Shumway
b19284aad0 Merge pull request #1240 from GSA/dependabot/pip/pyyaml-6.0.2
Bump pyyaml from 6.0.1 to 6.0.2
2024-08-12 13:19:28 -06:00
dependabot[bot]
06e1157d85 Bump pyyaml from 6.0.1 to 6.0.2
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.2/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 19:07:30 +00:00
Carlo Costino
f501b82313 Merge pull request #1206 from GSA/notify-admin-1505
make user command
2024-08-09 15:31:20 -04:00
Kenneth Kehl
f385260d44 merge from main 2024-08-09 12:14:19 -07:00
Kenneth Kehl
fc87696818 Merge pull request #1244 from GSA/notify-admin-1392
add MethodNotAllowed to exception handling
2024-08-08 10:30:16 -07:00
Kenneth Kehl
37ba16d019 fix format 2024-08-07 13:15:36 -07:00
Kenneth Kehl
38b49da0d3 add MethodNotAllowed 2024-08-07 12:41:35 -07:00
Andrew Shumway
dbd6b4275a Merge pull request #1229 from GSA/dependabot/pip/phonenumbers-8.13.42
Bump phonenumbers from 8.13.40 to 8.13.42
2024-08-06 09:55:43 -06:00
dependabot[bot]
cf4c7722c0 Bump phonenumbers from 8.13.40 to 8.13.42
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.40 to 8.13.42.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.40...v8.13.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 15:45:03 +00:00
Andrew Shumway
ce41cc5553 Merge pull request #1231 from GSA/dependabot/pip/redis-5.0.8
Bump redis from 5.0.7 to 5.0.8
2024-08-06 09:42:59 -06:00
dependabot[bot]
f503746083 Bump redis from 5.0.7 to 5.0.8
Bumps [redis](https://github.com/redis/redis-py) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.0.7...v5.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 15:33:48 +00:00
Andrew Shumway
dd08a6c90b Merge pull request #1237 from GSA/dependabot/pip/botocore-1.34.154
Bump botocore from 1.34.150 to 1.34.154
2024-08-06 09:31:31 -06:00
dependabot[bot]
0dbb5dbcc1 Bump botocore from 1.34.150 to 1.34.154
Bumps [botocore](https://github.com/boto/botocore) from 1.34.150 to 1.34.154.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.150...1.34.154)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 21:33:46 +00:00
Carlo Costino
11f86c0dde Merge pull request #1196 from GSA/notify-api-1165
write command to download csv file
2024-08-05 11:35:59 -04:00
Kenneth Kehl
5f04fa9072 merge from main 2024-08-02 13:54:55 -07:00
Kenneth Kehl
d27e5fa151 merge from main 2024-08-02 13:53:58 -07:00
Carlo Costino
4dcadfd5c8 Merge pull request #1233 from GSA/notify-api-1135
Exception Investigation: app.authentication.auth:AuthError
2024-08-02 16:47:21 -04:00
Kenneth Kehl
2917c73be7 fix flake 8 2024-08-02 08:33:45 -07:00
Kenneth Kehl
a3ddb35fe7 comments 2024-08-02 08:06:41 -07:00
Kenneth Kehl
dd05268cdb fix notify-api-1394 as well 2024-08-02 08:06:06 -07:00
Kenneth Kehl
0eb347354b fix stack trace 2024-08-01 14:36:59 -07:00
Kenneth Kehl
e7ef25af01 fix dump user info 2024-08-01 13:00:49 -07:00
Kenneth Kehl
ef88378d72 merge from main 2024-08-01 12:43:26 -07:00
Carlo Costino
448c3fc509 Merge pull request #1232 from GSA/jskinne3-maintenance-checklist
Jskinne3 maintenance checklist
2024-08-01 15:04:29 -04:00
John Skiles Skinner
56b7d02593 Fix link line numbers 2024-08-01 11:40:06 -07:00
John Skiles Skinner
d8153eb3ad Move the video link below the upgrade checklist 2024-08-01 11:36:02 -07:00
John Skiles Skinner
c8a7e6a5ff Add intro to the upgrade checklist, and tf version note 2024-08-01 11:31:54 -07:00
John Skiles Skinner
0f0e550e68 Put SpaceDeployers section within Maintenance 2024-08-01 11:17:32 -07:00
John Skiles Skinner
0fff92b0b0 Add Maintenance to the table of contents 2024-08-01 11:07:51 -07:00
John Skiles Skinner
ac577eff62 Add items to the version upgrade checklist 2024-08-01 11:05:37 -07:00
Kenneth Kehl
2dd3ebc657 fix test 2024-08-01 10:38:58 -07:00
John Skiles Skinner
d8238852ee Experiment with relative link, image 2024-08-01 10:26:23 -07:00
John Skiles Skinner
73ba76fd2a Move SpaceDeployers section down 2024-08-01 09:38:01 -07:00
Kenneth Kehl
b5014bd0ec ugh 2024-08-01 09:37:49 -07:00
John Skiles Skinner
7344fbf78b Initial setup instructions no longer needed 2024-08-01 09:34:53 -07:00
John Skiles Skinner
c2659c5320 Link to yesterday's video 2024-08-01 09:28:42 -07:00
Kenneth Kehl
4299b46f8a fix test 2024-08-01 09:23:26 -07:00
Kenneth Kehl
bd75e30f96 add test 2024-08-01 08:19:33 -07:00
Kenneth Kehl
0ab937346d change to actually downloading file 2024-08-01 08:05:12 -07:00
Carlo Costino
b3e56cb28b Merge pull request #1228 from GSA/wrong_phone_numbers2
raise exception if phone number doesn't match
2024-07-31 23:34:13 -04:00
Kenneth Kehl
635c17008e fix tests 2024-07-31 14:47:10 -07:00
Kenneth Kehl
e244278ccf fix tests 2024-07-31 14:21:30 -07:00
Kenneth Kehl
1e26511dc6 raise exception if phone number doesn't match 2024-07-31 13:54:03 -07:00
Carlo Costino
eab4dfab48 Merge pull request #1227 from GSA/wrong_phone_numbers
new command to look at sms senders
2024-07-31 16:52:09 -04:00
Kenneth Kehl
0b96a51701 update comments 2024-07-31 11:03:07 -07:00
Kenneth Kehl
ace04bd6cf new command to look at sms senders 2024-07-31 10:48:50 -07:00