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

Rewrite #64

Merged
merged 32 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a5fb33c
wip
joshday Jul 7, 2023
87911a2
spelling
joshday Jul 7, 2023
2365c10
clean up
joshday Jul 8, 2023
e9421d1
remove Utils.jl
joshday Jul 10, 2023
a7c8d00
first pass, server running
joshday Jul 10, 2023
97a4642
wip
joshday Jul 10, 2023
ff07a44
wip
joshday Jul 11, 2023
1bc51c2
test passing I think
joshday Jul 11, 2023
a47330e
fix test, bring back paths.yml
joshday Jul 11, 2023
bf31487
remove comments
joshday Jul 11, 2023
332bd22
wip
joshday Jul 11, 2023
7ae9c89
add some packages, parse openapispec yaml
joshday Jul 11, 2023
4e3577f
open api docs
joshday Jul 11, 2023
74e7440
wip. Jobs submit successfully but fail...
joshday Jul 11, 2023
65cce8f
just results endpoint broken now
joshday Jul 11, 2023
ac042cb
simulate job runs successfully
joshday Jul 11, 2023
285e8ad
passing tests woo woo
joshday Jul 12, 2023
bf756f0
Merge branch 'main' into jd/rewrite
joshday Jul 12, 2023
da7546d
add test files, fill in readme a bit
joshday Jul 12, 2023
db47c8d
readme and minor OperationRequest changes
joshday Jul 12, 2023
1434d4c
ready to merge I think
joshday Jul 12, 2023
f42066d
compat entry for EasyConfig
joshday Jul 12, 2023
8048b97
bump version
joshday Jul 12, 2023
ab8dd19
cleanup, add compat
joshday Jul 12, 2023
ae96a65
cleanup
joshday Jul 12, 2023
6d93e5d
try to get CI to run with multiple threads
joshday Jul 12, 2023
9ddaccc
try to fix ci...
joshday Jul 12, 2023
ba4ec9c
readme
joshday Jul 12, 2023
5d15590
fix ci?
joshday Jul 12, 2023
531edf4
drop EasyModelAnalysis...see how it affects ci
joshday Jul 12, 2023
d6aaf61
add caching t oci
joshday Jul 12, 2023
6ff29a6
test w/o threading?
joshday Jul 12, 2023
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
4 changes: 3 additions & 1 deletion .github/workflows/julia-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.9.0'
version: '1.9'
env:
JULIA_NUM_THREADS: 2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
Loading