Commit Graph

63 Commits

Author SHA1 Message Date
Sascha Mann
14ef913f68 Add production dependencies & build v1.0.3 2020-01-23 23:57:30 +01:00
Sascha Mann
df27cccb6d Add Julia 1.4.0-rc1 to version list 2020-01-23 23:51:41 +01:00
Sascha Mann
4e8b9a1f06 Revert "Temporarily increase frequency of nightly builds"
This reverts commit 6c0c21977e.
2020-01-08 21:12:02 +01:00
Sascha Mann
960c1f45ca Delete release checklist
No longer needed, the bash script `bin/build-release` covers all of this.
2019-12-31 11:08:25 +01:00
Sascha Mann
ca58c641a5 Add Julia 1.3.1 to version list (#22) 2019-12-31 10:53:40 +01:00
Sascha Mann
6c0c21977e Temporarily increase frequency of nightly builds
The download of the nightly linux binaries still fails seemingly randomly. To get more information, the build will be run every 15 minutes temporarily.
2019-12-09 11:34:15 +01:00
Sascha Mann
6a79c57a32 Include debug info in CI builds (#19) 2019-12-05 20:21:48 +01:00
Sascha Mann
2efcc69643 Add Julia 1.3.0 to versions 2019-11-26 21:12:15 +01:00
Sascha Mann
d8b4778b2d Add (scheduled) CI runs (#15) 2019-11-26 17:05:08 +01:00
Sascha Mann
c8ae0bede2 Update versions in README 2019-11-25 14:56:26 +01:00
Sascha Mann
34454fe7cf Remove nightly from README TODOs 2019-11-25 14:22:23 +01:00
Sascha Mann
689d600802 Fix Windows install script 2019-11-25 14:22:23 +01:00
Sascha Mann
df485a1da6 Fix macOS install script 2019-11-25 14:22:23 +01:00
Sascha Mann
41539df7fe Fix linux install script 2019-11-25 14:22:23 +01:00
Sascha Mann
767e91ee6e Support nightly Julia builds 2019-11-25 14:22:23 +01:00
Sascha Mann
b199a80ea6 Add script to build test release 2019-11-25 14:22:23 +01:00
Sascha Mann
67ef5af2fd Run npm audit fix 2019-11-20 20:00:27 +01:00
Sascha Mann
7e7f2c80d1 Add v1.3.0-rc5 2019-11-20 19:58:43 +01:00
Sascha Mann
062cb2b1a5 Default to Julia version 1 2019-11-20 19:58:43 +01:00
Sascha Mann
61303b8b4b Add warning about quotes around versions 2019-11-20 19:58:43 +01:00
Sascha Mann
0f80dc983e Remove unit tests from README ToDo 2019-11-20 19:58:43 +01:00
Sascha Mann
29cdcebc07 Add tests for range input 2019-11-20 19:58:43 +01:00
Sascha Mann
b75da77172 Update documentation of ranges 2019-11-20 19:58:43 +01:00
Sascha Mann
dc7c0defbe Always use hardcoded versions to match ranges 2019-11-20 19:58:43 +01:00
Sascha Mann
5354e1e908 Fall back to hardcoded versions when API errors
This is a temporary fix until we can get Julia versions directly
from julialang.org. Right now the GitHub API randomly fails due to
rate limiting which leads to builds failing even if a valid specific
version was specified.
2019-11-20 19:58:43 +01:00
Sascha Mann
2900978394 Document version ranges & tidy up README 2019-11-20 19:58:43 +01:00
Sascha Mann
0f0b1bb9ba Add some unit tests for getJuliaVersions 2019-11-20 19:58:43 +01:00
Sascha Mann
16c0aaf600 Refactor getJuliaVersion to make it testable 2019-11-20 19:58:43 +01:00
Sascha Mann
dc7dce0a2d Move functions to separate file for easier unit testing 2019-11-20 19:58:43 +01:00
Sascha Mann
3861b0a708 Print full response in debug logs 2019-11-20 19:58:43 +01:00
Sascha Mann
8007d2c472 Remove trailing v from versions before download 2019-11-20 19:58:43 +01:00
Sascha Mann
955535b050 Support version ranges as input version 2019-11-20 19:58:43 +01:00
dependabot-preview[bot]
53af7ff088 Bump @types/node from 12.6.9 to 12.12.7 (#12) 2019-11-10 16:40:58 +00:00
dependabot-preview[bot]
1fef3e0e61 Bump @types/jest from 24.0.16 to 24.0.22 (#13) 2019-11-10 16:38:24 +00:00
dependabot-preview[bot]
f126476e08 Bump ts-jest from 24.0.2 to 24.1.0 (#11) 2019-11-10 16:38:18 +00:00
dependabot-preview[bot]
48e7b97239 Bump @actions/github from 1.0.0 to 1.1.0 (#10) 2019-11-10 16:38:15 +00:00
dependabot-preview[bot]
5c3252fb75 Bump prettier from 1.18.2 to 1.19.1 (#9) 2019-11-10 16:34:19 +00:00
Sascha Mann
425aaf9321 Add Dependabot information to README 2019-11-10 12:27:28 +01:00
Sascha Mann
d82325fb86 Add bash script to build & tag release 2019-11-09 18:23:27 +01:00
Sascha Mann
5334cf1301 Update examples in README 2019-11-05 15:19:11 +01:00
Sascha Mann
df0206ad59 Fix link to renamed template in README 2019-10-05 18:43:04 +02:00
Sascha Mann
2898e23df6 Hide generated JS code from diffs and stats 2019-10-02 17:23:56 +02:00
Sascha Mann
17e9ecd238 Apply fix: vulnerability in transitive dependency
Fixed by running `npm audit fix`.

More details: https://www.npmjs.com/advisories/1164

`handlebars` is a transitive dependency of jest.
2019-09-25 16:28:53 +02:00
Sascha Mann
d6aba32515 Fix versions in README example 2019-08-21 16:40:16 +02:00
Sascha Mann
2a0ae40f1c Remove 32-bit ToDo from README 2019-08-21 15:57:08 +02:00
Sascha Mann
295f753b1e Add 32-bit example workflows to README 2019-08-21 15:51:40 +02:00
Sascha Mann
a7c1edc063 Support 32-bit Julia binaries 2019-08-21 15:51:35 +02:00
Sascha Mann
6f01df9c38 Add release checklist 2019-08-17 18:27:44 +02:00
Sascha Mann
a8a77e20fd Use cached Julia if available 2019-08-17 18:05:37 +02:00
Sascha Mann
58832d0813 Add action versioning guidelines to README 2019-08-14 15:21:25 +02:00