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

30 commits

Author SHA1 Message Date
Skippy Williams
c16c05e79b Whitespace changes
Hoping to trigger a github action
2025-06-20 23:47:23 -07:00
Skippy Williams
eb6cc102c4 Fix working directory issue
Also try to re-run the tests on changes to the workflow file. I may have forgotten to push the last time.
2025-06-20 23:41:51 -07:00
Skippy Williams
38864908d8 Revert "Trigger CI to re-run on changes to CI script"
This reverts commit 2d633c0ba1.
2025-06-20 23:28:13 -07:00
Skippy Williams
2d633c0ba1 Trigger CI to re-run on changes to CI script 2025-06-20 23:26:03 -07:00
Skippy Williams
1af1d908ac Fix CI syntax 2025-06-20 23:23:19 -07:00
Skippy Williams
b02023237a Correct some comments
...and hopefully trigger CI testing of the fact dictionary
2025-06-20 23:21:09 -07:00
Skippy Williams
87ae810516 Add tests to CI for fact dictionary
These should run fact dictionary tests on PRs to main and on changes to either the fact dictionary modules or their tests.
2025-06-20 23:11:26 -07:00
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