Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B-20536-INT Queue assignment move history stuff #14684

Merged
merged 27 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a819796
add scripts to path
josiahzimmerman-caci Jan 27, 2025
8e519ea
add scripts to path
josiahzimmerman-caci Jan 27, 2025
8734840
test interrupt/remove circle validate pretest
josiahzimmerman-caci Jan 28, 2025
94281af
test interrupt/remove circle validate pretest
josiahzimmerman-caci Jan 28, 2025
b8174ae
test interrupt/remove circle validate pretest
josiahzimmerman-caci Jan 28, 2025
265ab0b
test make file update
josiahzimmerman-caci Jan 28, 2025
ef11316
test docker hub
josiahzimmerman-caci Jan 28, 2025
6a51904
Merge remote-tracking branch 'origin/main' into B-21569
stevengleason-caci Jan 28, 2025
45a0dc5
Merge branch 'main' into B-20536-MAIN
paulstonebraker Jan 28, 2025
a0b85f7
add ppm closeout unassign counselor to move history
paulstonebraker Jan 28, 2025
b6a8f25
Merge branch B-20536-MAIN into B-20536-INT
paulstonebraker Jan 28, 2025
0b4d856
Merge pull request #14683 from transcom/B-21569
brianmanley-caci Jan 29, 2025
ffa1ac8
Merge branch 'integrationTesting' into B-20536-INT
paulstonebraker Jan 29, 2025
40fe4e1
clean up tests
josiahzimmerman-caci Jan 29, 2025
8682c6b
typo
josiahzimmerman-caci Jan 29, 2025
092113d
merge main
josiahzimmerman-caci Jan 29, 2025
f17dea2
clean up merge
josiahzimmerman-caci Jan 29, 2025
b3208b5
Merge branch 'integrationTesting' into B-20536-INT
paulstonebraker Jan 29, 2025
a042c41
stop main circle pushes
josiahzimmerman-caci Jan 29, 2025
3c82250
Merge pull request #14690 from transcom/B-22274-cleanup_tests_gitlab
josiahzimmerman-caci Jan 29, 2025
dc001c6
Merge branch 'integrationTesting' into B-20536-INT
paulstonebraker Jan 29, 2025
9a7cbed
Merge branch 'main' into B-20536-MAIN
paulstonebraker Jan 30, 2025
7e6460b
update FinishDocumentReviewMove test
paulstonebraker Jan 30, 2025
a3deb48
Merge branch integrationTesting into B-20536-INT
paulstonebraker Jan 30, 2025
5b4ef3b
Merge branch B-20536-MAIN into B-20536-INT
paulstonebraker Jan 30, 2025
62b38e5
Merge branch 'integrationTesting' into B-20536-INT
paulstonebraker Jan 30, 2025
2b2fe50
Merge branch 'integrationTesting' into B-20536-INT
paulstonebraker Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2617,28 +2617,28 @@ workflows:
- compile_app_server
filters:
branches:
only: main
only: nolonger_main

- push_app_stg:
requires:
- build_app
filters:
branches:
only: main
only: nolonger_main

- push_migrations_stg:
requires:
- build_migrations
filters:
branches:
only: main
only: nolonger_main

- push_tasks_stg:
requires:
- build_tasks
filters:
branches:
only: main
only: nolonger_main

- check_circle_against_stg_sha:
requires:
Expand Down
Loading