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

23 commits

Author SHA1 Message Date
Skippy Williams
38e9890f99
Merge pull request #3 from cjhskippy/modulo-based-leap-year
Calculates leap year beyond the previous limit of 2031. Adds a scala modulus operator.
2025-06-20 19:15:19 -07:00
Skippy Williams
0f63dc0397 Modify test to trigger CI
8 mod 3 should produce the same result as 5 mod 3. But pushing this will verify that CI triggers on remote push.
2025-06-20 19:06:41 -07:00
Skippy Williams
71c0902785
Merge pull request #4 from cjhskippy/ci-on-all-pushes
Run fact graph tests on all pushes that modify the fact-graph-scala directory
2025-06-20 18:59:36 -07:00
Skippy Williams
6b19d54b02 Run fact graph tests on all pushes
Right now, if you push a change that fails CI, and then push a fix, CI doesn't check your work again, unless you open a new PR. This should let me see if a new push fixes an issue.
2025-06-20 18:54:38 -07:00
Skippy Williams
35a21eaf7e Fix the test I broke; update js
main.js and main.js.map both updated when I ran the scripts listed in the PR template, so updating them here.
2025-06-20 18:42:34 -07:00
Skippy Williams
bf3bdafe10 Intentionally break modulo spec test
Want to see this fail in GitHub CI
2025-06-20 18:20:28 -07:00
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