aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Disabe macros TypeSCript builderAleksey Kladov2020-08-131-1/+1
| | | | It hangs for some reason, and we are moving TS extension anyways...
* Completely remove cargo auditAleksey Kladov2020-08-121-14/+0
| | | | | | | | | My current feeling is that the build maintenance friction it creates is not proportional to the benefits it provides. We are pretty frugal with the set of Rust dependencies, and our security model is "we run build.rs and proc macros", so it doesn't seem like cargo audit could help us much.
* Fix build on musl and test it in CIJonas Schievink2020-08-121-5/+13
|
* Remove the premissions-misconifguration bug workarounds on CIVeetaha2020-07-291-5/+0
|
* Fix metricsAleksey Kladov2020-07-241-7/+1
|
* Fix another nameAleksey Kladov2020-07-241-1/+1
|
* fix nameAleksey Kladov2020-07-241-1/+1
|
* Add metricsAleksey Kladov2020-07-241-0/+38
|
* Disable audit stepAleksey Kladov2020-07-161-13/+13
| | | | See https://github.com/actions-rs/install/issues/6
* Update actions/cache to v2Yuki Okushi2020-07-141-22/+14
|
* Check power on CIAleksey Kladov2020-07-141-1/+35
|
* check cargo.lockAleksey Kladov2020-07-071-1/+1
|
* Disable npm auditAleksey Kladov2020-07-021-3/+3
| | | | At the moment it fails with unfixable minor vuln in a dev-dependency
* Fix conflict between nightly branch and tagAleksey Kladov2020-05-251-1/+1
|
* Try fixing release tagsAleksey Kladov2020-05-252-1/+4
| | | | closes #4319
* vscode tests configuration for more verbose outputvsrs2020-05-231-0/+2
|
* OS matrix for TypeScriptvsrs2020-05-231-1/+8
|
* xvfb-action fixvsrs2020-05-231-3/+3
|
* Try GabrielBB/xvfb to run vscode testsvsrs2020-05-231-11/+5
|
* Start xvfb manually on ubuntuvsrs2020-05-231-1/+10
|
* try to run TypeScript CI on windowsvsrs2020-05-231-2/+2
|
* Add `npm test` to CIvsrs2020-05-231-0/+3
|
* Use older ubuntu for releasesAleksey Kladov2020-05-111-8/+8
|
* Use x86_64-unknown-linux-gnu for releasesLaurențiu Nicola2020-04-281-1/+0
|
* Use actions-rs/install and /audit-check for cargo-auditLaurențiu Nicola2020-04-111-14/+3
|
* Don't strip nightly releasesAleksey Kladov2020-04-081-2/+2
|
* Fix yamlAleksey Kladov2020-04-071-1/+1
|
* Fix yamlAleksey Kladov2020-04-071-1/+1
|
* Run analysis-stats nightlyAleksey Kladov2020-04-071-0/+4
|
* More general CI env varAleksey Kladov2020-04-061-1/+1
|
* Add back deny_cEdwin Cheng2020-04-051-5/+2
|
* Remove deny_c in CIEdwin Cheng2020-04-031-2/+5
|
* Enable backtrace on CIAleksey Kladov2020-03-301-0/+1
|
* Don't deny C for cargo auditAleksey Kladov2020-03-261-1/+2
| | | | It depends on openssl ;-(
* Specify env once for all jobsAleksey Kladov2020-03-263-24/+20
|
* fix release moreAleksey Kladov2020-03-231-1/+1
|
* fix release moreAleksey Kladov2020-03-231-1/+1
|
* Fix releaseAleksey Kladov2020-03-231-3/+7
|
* Don't trigger stable release when pushing to nightly branchAleksey Kladov2020-03-191-5/+5
|
* Simplify extension tag sniffingAleksey Kladov2020-03-191-2/+3
|
* cicd: revive npm auditveetaha2020-03-181-2/+2
|
* Don't filter release by forkAleksey Kladov2020-03-181-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 fixAleksey Kladov2020-03-171-2/+2
| | | | https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117
* Merge pull request #3613 from bjorn3/patch-1Aleksey Kladov2020-03-171-0/+3
|\ | | | | Fix cargo registry caching for builds
| * Fix cargo registry caching for buildsbjorn32020-03-161-0/+3
| |
* | Update .github/workflows/release.yamlAleksey Kladov2020-03-171-1/+1
| | | | | | Co-Authored-By: Florian Diebold <[email protected]>
* | Gate release action to rust-analyzer ownerSwarnim Arun2020-03-161-0/+1
|/
* Fix audit caching betterAleksey Kladov2020-03-161-1/+2
|
* Fix cargo audit cachingAleksey Kladov2020-03-161-1/+2
| | | | | | See https://github.com/actions/cache/issues/133#issuecomment-599102035 for chown bit
* Actually make npm audit more robustAleksey Kladov2020-03-161-1/+1
| | | | In bash, && and || have the same priority.