aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add comment and link to upstream issueJonas Schievink2020-10-121-0/+2
|
* macOS: install GNU tarJonas Schievink2020-10-121-0/+6
|
* "How I survived Git" tipsAleksey Kladov2020-09-011-1/+1
|
* Add a test that forbids merge commitsdragfire2020-08-311-0/+3
|
* Don't publish every day and do it only for releasePavan Kumar Sunkara2020-08-311-2/+2
|
* Correct sed replacement when called in a bash filePavan Kumar Sunkara2020-08-251-2/+2
|
* Rename rust_analyzer lib in the binaries before publishingPavan Kumar Sunkara2020-08-251-0/+1
|
* Added weekly publish workflowPavan Kumar Sunkara2020-08-241-0/+44
|
* Add GH Sposors to FUNDING.ymlAleksey Kladov2020-08-181-11/+1
|
* Remove usless pre-cache taskAleksey Kladov2020-08-181-4/+0
| | | | | | We are not cleaning the rest of xtask artifacts, so this effectively does nothing. xtask is small and changes rarely, so this shouldn't really matter.
* Re-enable mac buildAleksey Kladov2020-08-181-1/+1
|
* Temporary disable MacOS builderAleksey Kladov2020-08-131-1/+1
| | | | GH Actions is not feeling great today :-(
* 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
|