Curtis Vogt
ad723e2fe5
Avoid attempting to test pkg server on Julia <1.7
2024-01-10 15:07:02 -06:00
Curtis Vogt
33033861f0
Drop reference to branch master in workflow
2024-01-10 14:59:15 -06:00
Curtis Vogt
a208c66935
Use fast-fail only on PRs
2024-01-10 14:59:15 -06:00
Curtis Vogt
3c1df8e430
Add registry clone skip test
2024-01-10 14:59:05 -06:00
Curtis Vogt
93acad015a
Prefer using ENV for local registry to make CI output easier to read
2024-01-10 14:55:40 -06:00
Curtis Vogt
951839e464
Support Julia 1.5 for reachable registries
2024-01-09 15:18:13 -06:00
Curtis Vogt
bfc4263fef
Remove empty repo URLs with keepempty
2024-01-09 15:17:15 -06:00
Curtis Vogt
320bd0725f
Use consisten indentation
2024-01-09 15:16:47 -06:00
Curtis Vogt
ab02b8f55c
Add Julia registries only when not present
2024-01-09 14:58:51 -06:00
Ian Butterworth
90dd6f23eb
add suggestion to use cache action if no depot is detected ( #41 )
v1.6
v1.6.0
2024-01-05 14:39:52 -05:00
dependabot[bot]
d4b940ea5e
Bump actions/setup-python from 4 to 5 ( #47 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:03:57 -05:00
dependabot[bot]
7c82bcb737
Bump actions/checkout from 2 to 4 ( #46 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 22:16:39 -05:00
dependabot[bot]
015ebdb7f3
Bump actions/setup-python from 2 to 4 ( #43 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 22:08:30 -05:00
dependabot[bot]
b949419b86
Bump actions/cache from 1 to 3 ( #44 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 22:06:30 -05:00
dependabot[bot]
c00cff0b17
Bump codecov/codecov-action from 1 to 3 ( #45 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 22:05:40 -05:00
Ian Butterworth
3d96aa283a
Create dependabot.yml ( #42 )
2023-11-21 21:47:00 -05:00
Lukas Grunwald
5484b0e27f
Add localregistry input option ( #38 )
...
* Add localregistry input option
Option to add local registries to build process by specifying their url (https). Authentication to the repos via user GitHub token.
* Backward compatible keyword syntax and Wrap new code in VERSION > 1.5
* Update Interface&README, add git_cli amd remove token flag
Provide multiple remotes separated with |
Add example to ReadMe
Support for private repos/packages with SSH protocol
* Update README.md
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
* Update action.yml
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
* Print warn mesasge if git_cli = true with Julia<1.7.
* Add `::notice::` formatting
---------
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
v1.5.0
v1.5
2023-11-08 09:56:55 +01:00
Octogonapus
00f9fd6b26
Add a retry around Pkg.build ( #23 )
...
* Add a retry around Pkg.build
* Update action.yml
v1.4
v1.4.4
2023-09-22 11:41:04 +02:00
Fredrik Ekre
72ddd0fcdc
Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. ( #33 )
v1.4.2
2023-03-13 18:32:34 +01:00
Fredrik Ekre
7c59a056df
Revert shortcut for missing deps/build.jl file. ( #32 )
v1.4.1
2023-03-13 13:09:48 +01:00
Fredrik Ekre
fcafde1b68
Use eager Pkg server registry instead of git cloning ( #31 )
...
* Use eager Pkg server registry instead of git cloning
This patch removes the git cloning of General and instead uses the eager
registry flavor. In addition, the action exits early if no deps/build.jl
file exist.
* Use env: key instead.
v1.4.0
2023-03-13 12:20:47 +01:00
Ian Butterworth
252d4686a5
Fix add_general_registry ( #28 )
v1.3
v1.3.2
2022-12-20 11:52:13 +01:00
Ian Butterworth
f813042500
Detect if the registry is already installed via tarball ( #25 )
v1.3.1
2022-12-19 01:16:36 +01:00
Ian Butterworth
139ec78da3
Disable autoprecompile by default ( #26 )
v1.3.0
2022-12-17 18:35:44 +01:00
Rik Huijzer
6d50efe063
Suggest using releases instead of master ( #18 )
2022-02-11 14:40:27 +01:00
Curtis Vogt
f995fa4149
Support setting the Julia project ( #15 )
v1.2.0
v1.2
2021-07-08 13:01:30 +02:00
Dilum Aluthge
1b0a69ab74
Put the General registry clone inside a bounded retry loop ( #13 )
...
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
v1.1.1
v1.1
2021-01-04 11:30:54 +01:00
Sascha Mann
69b7cba4e2
Add automated backup workflow ( #11 )
2020-12-19 13:29:12 +01:00
Sascha Mann
3240c50307
[CI] Don't trigger builds on doc changes ( #9 )
2020-12-15 19:55:59 +01:00
Dilum Aluthge
1b7e283276
Make the @julia-actions/reviewers the global code owners for this repo ( #10 )
2020-12-14 14:31:09 +01:00
Sascha Mann
fb1158438d
Add basic end-to-end test ( #8 )
...
(fixes https://github.com/julia-actions/julia-runtest/issues/25 )
2020-12-09 00:56:13 +01:00
Takafumi Arakaki
74a86a50b0
Avoid delay after package registration by cloning General ( #6 )
...
* Avoid delay after package registration by cloning General
* Fix yaml
* Copy the full comments from julia-runtest
v1.1.0
2020-09-09 21:43:16 +02:00
Sascha Mann
9ae2dda33d
Fix indentation
v1.0.0
v1.0
2020-08-07 23:36:23 +02:00
Sascha Mann
be49d4414f
Change quotation marks?
2020-08-07 23:36:23 +02:00
Sascha Mann
d9e01f75e7
Add branding
2020-08-07 23:36:23 +02:00
Sascha Mann
3e27cb98d2
Convert to composite action
2020-08-07 23:36:23 +02:00
Sascha Mann
f3f7df418e
Bump year in licence
2020-08-07 23:36:23 +02:00
Sascha Mann
4ec8bf3d3f
Remove everything
2020-08-07 23:36:23 +02:00
dependabot[bot]
4b9cbd4b5a
Bump lodash from 4.17.15 to 4.17.19 ( #4 )
2020-07-18 12:09:40 +00:00
Dilum Aluthge
2e37410519
Merge pull request #3 from julia-actions/dependabot/npm_and_yarn/handlebars-4.7.6
...
[Security] Bump handlebars from 4.5.1 to 4.7.6
2020-07-18 02:47:09 -04:00
dependabot-preview[bot]
487f8f5b5f
[Security] Bump handlebars from 4.5.1 to 4.7.6
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.5.1 to 4.7.6. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.7.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-14 09:44:44 +00:00
dependabot-preview[bot]
24121e04f2
[Security] Bump acorn from 5.7.3 to 5.7.4
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-15 15:17:04 +01:00
Sascha Mann
f2349f68b5
Fix vulns in dev deps with npm audit fix
2019-11-09 21:36:45 +01:00
David Anthoff
38734de96b
Turn runtest into buildpkg action
2019-09-23 13:58:15 -07:00
David Anthoff
a7eaa22ec9
Update README
2019-09-15 21:02:56 -07:00
David Anthoff
f6886b61fb
Update README
2019-09-15 21:00:55 -07:00
David Anthoff
025429e1ef
Use fork of Coverage
2019-09-15 17:54:55 -07:00
David Anthoff
569f9c021c
Enable coveralls
2019-09-15 17:47:46 -07:00
David Anthoff
a88e6e2eab
Fix typo
2019-09-15 10:59:37 -07:00
David Anthoff
9fe8d30582
Add support for codecov
2019-09-15 10:52:10 -07:00