Commit Graph

14523 Commits

Author SHA1 Message Date
Kenneth Kehl
abef1230b8 final? 2024-03-26 11:22:22 -07:00
Kenneth Kehl
6f56123eea works locally and maybe on github as well 2024-03-26 11:13:54 -07:00
Kenneth Kehl
b9b59ea453 works locally and maybe on github as well 2024-03-26 10:59:16 -07:00
Kenneth Kehl
11bfc829e7 works locally and maybe on github as well 2024-03-26 10:45:17 -07:00
Kenneth Kehl
edf3961f0d works locally and maybe on github as well 2024-03-26 10:30:11 -07:00
Kenneth Kehl
c4a594663b put back firefox tests 2024-03-26 09:57:16 -07:00
Kenneth Kehl
790c274a6e only test chromium right now 2024-03-26 09:43:54 -07:00
Kenneth Kehl
4874c91f0a only test chromium right now 2024-03-26 09:38:41 -07:00
Kenneth Kehl
96c1a2b59f only test chromium right now 2024-03-26 09:33:07 -07:00
Kenneth Kehl
08603c993c only test chromium right now 2024-03-26 09:24:31 -07:00
Kenneth Kehl
578d00a9ee only test chromium right now 2024-03-26 09:18:32 -07:00
Kenneth Kehl
d6a0e25c38 only test chromium right now 2024-03-26 09:10:52 -07:00
Kenneth Kehl
8b33fcc1f5 only test chromium right now 2024-03-26 09:03:30 -07:00
Kenneth Kehl
afefa092ed only test chromium right now 2024-03-26 08:56:50 -07:00
Kenneth Kehl
25f2175147 only test chromium right now 2024-03-26 08:45:30 -07:00
Kenneth Kehl
5e16f210d8 only test chromium right now 2024-03-26 08:32:37 -07:00
Kenneth Kehl
6700f85784 only test chromium right now 2024-03-26 08:22:11 -07:00
Kenneth Kehl
1ecb617eac only test chromium right now 2024-03-26 08:14:49 -07:00
Kenneth Kehl
7ebc337bb0 only test chromium right now 2024-03-26 08:06:39 -07:00
Kenneth Kehl
e1be811ed5 only test chromium right now 2024-03-26 07:57:45 -07:00
Kenneth Kehl
8bc41c59dc try button instead of text 2024-03-25 14:12:31 -07:00
Kenneth Kehl
86efe62b22 try button instead of text 2024-03-25 14:07:33 -07:00
Kenneth Kehl
c4cce69f71 try button instead of text 2024-03-25 13:52:51 -07:00
Kenneth Kehl
9dcf157ccb add existing template case 2024-03-25 13:29:59 -07:00
Kenneth Kehl
3660dce9f5 add existing template case 2024-03-25 13:21:07 -07:00
Kenneth Kehl
dbb60fc963 add existing template case 2024-03-25 13:15:41 -07:00
Kenneth Kehl
6367b2ce76 add existing template case 2024-03-25 13:09:32 -07:00
Kenneth Kehl
e1c2a6a2fd add existing template case 2024-03-25 12:23:53 -07:00
Kenneth Kehl
54b9d2a5d6 add existing template case 2024-03-25 12:06:38 -07:00
Kenneth Kehl
cf56ec4263 merge from main 2024-03-25 11:45:19 -07:00
Kenneth Kehl
404ef2c3c3 initial 2024-03-25 11:38:07 -07:00
Carlo Costino
db5c259818 Merge pull request #1333 from GSA/1293-bug-team-members-with-long-names
Edited style sheet to wrap long emails that overflow the parent div
2024-03-25 12:43:44 -04:00
Steven Reilly
bf4f134538 Merge pull request #1345 from GSA/adjust-e2e-test-fixtures
Adjust E2E test fixtures
2024-03-25 12:38:14 -04:00
Carlo Costino
1aa2501d1d Adjust E2E test fixtures
This changeset adjusts the scope of the end-to-end (E2E) test fixtures so that they behave as intended and we have truly isolated tests.  We may adjust these again in the future depending on our needs, but for right now this will hopefully keep things simple for us as we start to build out an E2E test library.

Thank you, @terrazoon, for flagging this!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-25 12:08:34 -04:00
Carlo Costino
c83655c48c Merge pull request #1342 from GSA/fix-python-deploy
Update Cloud Foundry runtime.txt file
2024-03-21 17:54:15 -04:00
Carlo Costino
c4d738d70b Update Cloud Foundry runtime.txt file
This changeset updates the runtime.txt file so that Cloud Foundry picks up Python 3.12.x instead of Python 3.9.x

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-21 17:45:01 -04:00
Carlo Costino
a1736b5a4d Merge pull request #1284 from GSA/notify-admin-818
updates with python upgrade
2024-03-21 17:26:04 -04:00
samathad2023
b006e2cacf utils dependencies updates 2024-03-21 13:01:14 -07:00
Carlo Costino
8e75110892 Merge pull request #1294 from GSA/1258-base-template-head
1258 updated base template <head>
2024-03-21 15:51:45 -04:00
Jonathan Bobel
8afacfa89b Moved the <head> and removed the comment for base.html 2024-03-21 12:48:36 -04:00
Jonathan Bobel
ccd3e44eb1 Merge branch 'main' of https://github.com/GSA/notifications-admin into 1258-base-template-head 2024-03-21 12:42:38 -04:00
samathad2023
00f81a74fd latest utils commit and sync with main 2024-03-20 14:11:16 -07:00
Anastasia Gradova
c7821f2f73 Edited style to wrap long emails that overflow the
parent div.
2024-03-20 09:13:32 -06:00
Carlo Costino
e1611eebec Merge pull request #1327 from GSA/fix-git-hash-deploy
Add missing env var from cf push
03-19-2024-2
2024-03-19 16:01:28 -04:00
Carlo Costino
4b1db40cbd Fix failing tests
This includes a fix for the commit hash test, which was not referencing the Flask app in a valid way.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-19 15:53:38 -04:00
Carlo Costino
b4986e4170 Enable Login.gov for all environments
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-19 13:59:30 -04:00
Carlo Costino
eb599344ad Add missing env var from cf push
This changeset adds a missing environment variable in the cf push command for the production and demo deployments.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-03-19 13:38:34 -04:00
Jonathan Bobel
27448d90a0 Merge branch 'main' of https://github.com/GSA/notifications-admin into 1258-base-template-head 2024-03-19 12:29:17 -04:00
samathad2023
da5da1abe9 README updates 2024-03-19 09:19:26 -07:00
Carlo Costino
6b31e5fba0 Merge pull request #1320 from GSA/1319-bug-js-broken-on-non-sign-in-pages
1319 - BUG - adjusting the js to only run when the targeted DOM element exists
03-19-2024
2024-03-15 13:25:04 -04:00