Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use x86_64-unknown-linux-gnu for releases | Laurențiu Nicola | 2020-04-28 | 1 | -1/+0 |
| | |||||
* | Use actions-rs/install and /audit-check for cargo-audit | Laurențiu Nicola | 2020-04-11 | 1 | -14/+3 |
| | |||||
* | Don't strip nightly releases | Aleksey Kladov | 2020-04-08 | 1 | -2/+2 |
| | |||||
* | Fix yaml | Aleksey Kladov | 2020-04-07 | 1 | -1/+1 |
| | |||||
* | Fix yaml | Aleksey Kladov | 2020-04-07 | 1 | -1/+1 |
| | |||||
* | Run analysis-stats nightly | Aleksey Kladov | 2020-04-07 | 1 | -0/+4 |
| | |||||
* | More general CI env var | Aleksey Kladov | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Add back deny_c | Edwin Cheng | 2020-04-05 | 1 | -5/+2 |
| | |||||
* | Remove deny_c in CI | Edwin Cheng | 2020-04-03 | 1 | -2/+5 |
| | |||||
* | Enable backtrace on CI | Aleksey Kladov | 2020-03-30 | 1 | -0/+1 |
| | |||||
* | Don't deny C for cargo audit | Aleksey Kladov | 2020-03-26 | 1 | -1/+2 |
| | | | | It depends on openssl ;-( | ||||
* | Specify env once for all jobs | Aleksey Kladov | 2020-03-26 | 3 | -24/+20 |
| | |||||
* | fix release more | Aleksey Kladov | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | fix release more | Aleksey Kladov | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | Fix release | Aleksey Kladov | 2020-03-23 | 1 | -3/+7 |
| | |||||
* | Don't trigger stable release when pushing to nightly branch | Aleksey Kladov | 2020-03-19 | 1 | -5/+5 |
| | |||||
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 1 | -2/+3 |
| | |||||
* | cicd: revive npm audit | veetaha | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | Don't filter release by fork | Aleksey Kladov | 2020-03-18 | 1 | -1/+0 |
| | | | | | | This syntax does not work for some reason https://github.com/rust-analyzer/rust-analyzer/runs/515231288?check_suite_focus=true | ||||
* | Disable npm audit, as it blocks unrelated PR without a way to fix | Aleksey Kladov | 2020-03-17 | 1 | -2/+2 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117 | ||||
* | Merge pull request #3613 from bjorn3/patch-1 | Aleksey Kladov | 2020-03-17 | 1 | -0/+3 |
|\ | | | | | Fix cargo registry caching for builds | ||||
| * | Fix cargo registry caching for builds | bjorn3 | 2020-03-16 | 1 | -0/+3 |
| | | |||||
* | | Update .github/workflows/release.yaml | Aleksey Kladov | 2020-03-17 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Florian Diebold <[email protected]> | ||||
* | | Gate release action to rust-analyzer owner | Swarnim Arun | 2020-03-16 | 1 | -0/+1 |
|/ | |||||
* | Fix audit caching better | Aleksey Kladov | 2020-03-16 | 1 | -1/+2 |
| | |||||
* | Fix cargo audit caching | Aleksey Kladov | 2020-03-16 | 1 | -1/+2 |
| | | | | | | See https://github.com/actions/cache/issues/133#issuecomment-599102035 for chown bit | ||||
* | Actually make npm audit more robust | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | In bash, && and || have the same priority. | ||||
* | Cache cargo-audit on CI | Aleksey Kladov | 2020-03-16 | 1 | -0/+13 |
| | | | | closes #3399 | ||||
* | Retry rust audit as well | Aleksey Kladov | 2020-03-16 | 1 | -0/+4 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/runs/511553989?check_suite_focus=true#step:3:6 | ||||
* | Make audit more reliable | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | | | I've seen this transient error a couple of times: https://github.com/rust-analyzer/rust-analyzer/runs/511162809?check_suite_focus=true#step:5:8 | ||||
* | Set extension version during release | Aleksey Kladov | 2020-03-09 | 1 | -2/+2 |
| | |||||
* | Install Node only for Linux | Aleksey Kladov | 2020-03-09 | 1 | -0/+1 |
| | | | | | | Hopefully, this will lead to fewer errors like https://github.com/rust-analyzer/rust-analyzer/runs/493983317?check_suite_focus=true#step:5:10 | ||||
* | Use actions/checkout@v2 | CAD97 | 2020-03-07 | 3 | -6/+6 |
| | |||||
* | Back to usual nightly schedule | Aleksey Kladov | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | Set release name | Aleksey Kladov | 2020-03-05 | 1 | -0/+1 |
| | |||||
* | Try testing release workflow | Aleksey Kladov | 2020-03-05 | 1 | -2/+2 |
| | |||||
* | minor | Aleksey Kladov | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | Fix nightly release | Aleksey Kladov | 2020-03-05 | 1 | -4/+4 |
| | |||||
* | Install node for release | Aleksey Kladov | 2020-03-04 | 1 | -0/+5 |
| | |||||
* | Merge pull request #3461 from matklad/dist | Aleksey Kladov | 2020-03-04 | 1 | -37/+8 |
|\ | | | | | Use xtask dist for releases | ||||
| * | Use xtask dist for releases | Aleksey Kladov | 2020-03-04 | 1 | -37/+8 |
| | | |||||
* | | Fix rustdoc some more | Aleksey Kladov | 2020-03-04 | 1 | -1/+1 |
|/ | |||||
* | Fix yaml syntax | Aleksey Kladov | 2020-03-04 | 1 | -1/+2 |
| | |||||
* | Hopefully fix YAML syntax | Aleksey Kladov | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | cargo xtask dist | Aleksey Kladov | 2020-03-04 | 1 | -31/+12 |
| | | | | This builds the typescript extension | ||||
* | Update rustdoc action | Aleksey Kladov | 2020-03-04 | 1 | -7/+5 |
| | |||||
* | Remove needless dep | Aleksey Kladov | 2020-03-04 | 3 | -19/+5 |
| | |||||
* | Nightly binary releases | Aleksey Kladov | 2020-03-04 | 6 | -47/+183 |
| | | | | This doesn't publish nightly plugin to the marketplace yet | ||||
* | Deindent YAML | Aleksey Kladov | 2020-03-04 | 3 | -258/+261 |
| | |||||
* | Clean xtask partial artifacts in `xtask pre-cache` | Christopher Durham | 2020-03-03 | 1 | -1/+1 |
| |