1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-28 04:25:52 +00:00
Commit graph

17 commits

Author SHA1 Message Date
Elijah Wright
75c5eb3adb fix isTaxYearLeapYear
Adds a modulo operator and uses this operator for calculating leap years, instead of hard-coded leap year values that will stop working in a few years.

Authored by @elijah-wright, assistance from @Qix
2025-06-20 18:13:56 -07:00
Skippy Williams
66dff589e9
Merge pull request #2 from cjhskippy/add-scala-ci
Add scala ci. Thanks for kicking this off to @samjhill !
2025-06-20 18:11:17 -07:00
Skippy Williams
81b8fce00a Run scala tests on changes to fact-graph-scala
Adjust the trigger for fact graph tests to run when scala code is updated, instead of when backend directory contents are updated.
2025-06-20 18:04:55 -07:00
Skippy Williams
1f1cc5da77 Rename scala ci tests
Disambiguates these tests from the other fact graph tests.
2025-06-20 17:46:52 -07:00
Sam J Hill
ad4af2e383 Delete direct-file/backend/src/test/test-file.txt 2025-06-20 17:40:15 -07:00
Sam J Hill
95bdb36212 Add GitHub Action to Run Scala Test Suite for factgraph (#1)
* run backend test suite

* add test file

* fix working directory

* add sbt

* fix path to src

* better name
2025-06-20 17:39:46 -07:00
Sam Hill
9b4be4dd51 run backend test suite 2025-06-20 17:39:28 -07:00
Skippy Williams
ffde0cfbcd
Merge pull request #1 from cjhskippy/remove-submit-app
Remove submit and status apps
2025-06-19 18:51:30 -07:00
Skippy Williams
9a0abfdc8b Remove submit and status apps
Simplify onboarding by removing the submit and status apps. We won't use those in this project.
2025-06-19 18:32:38 -07:00
Skippy Williams
b8c75c72e7 Merge branch 'add-pr-template' 2025-06-19 14:01:09 -07:00
Skippy Williams
b8c5329ab4 Add a PR template
Provide some structure for PRs to help document what to look for as changes are made.
2025-06-19 14:00:43 -07:00
Skippy Williams
7f183fa654 Merge branch 'branch-intro' 2025-06-19 13:24:43 -07:00
Skippy Williams
1145d8eda6 Fix typo in onboarding doc 2025-06-19 13:20:21 -07:00
Skippy Williams
8b41cd03aa Merge branch 'branch-intro' 2025-06-18 23:40:30 -07:00
Skippy Williams
d250380fc6 Introduction to this branch and project 2025-06-18 23:39:56 -07:00
sps-irs
e0d5c84451 initial commit 2025-06-05 15:58:51 -04:00
sps-irs
2f3ebd6693 Initial commit 2025-05-27 11:56:49 -04:00