summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2020-03-07Move benchmark data to different repo (#4273)Ryan Dahl
2020-02-27Add clippy to /tools/lint.py (#4132)João Souto
2020-02-25ci: Use fetch-depth: 5 (#4127)Ryan Dahl
2020-01-31upgrade: Rust 1.41.0 (#3838)Ryan Dahl
2020-01-24fix cargo-publish-on-tag (#3781)Ryan Dahl
Also rename the "test" CI worker to "test_release"
2020-01-22Remove cargo-package test (#3752)Ryan Dahl
The test still relies on crates published to crates.io, thus this test prevents us from making changes to the API used between cli and deno_typescript.
2020-01-22Change 'cargo publish' test to only do 'cargo package' (#3750)Ry Dahl
It was found the cargo-package-dry-run test would fail when version numbers are bumped because crates were not actually published. So, for example, deno_typescript 0.30.2 would not be able to find deno_core 0.30.2 because it had not yet been published (see #3744). Ref #3712
2020-01-21Add github action for cargo publish (#3724)Ry Dahl
2020-01-17Auto cargo-publish on tags (#3704)Ry Dahl
fix tools/cargo_publish.py
2020-01-16fix(ci) setup-python (#3687)Ry Dahl
2020-01-16ci: bump Python to 2.7.17 for macOS (#3685)Bartek Iwańczuk
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Fix link in PR template (#3583)Waldir Pimenta
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-12-11Fix release assets not being executable (#3480)Andy Hayden
2019-12-04fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441)Christian Moritz
Fixes: #3440 Fixes: #3153
2019-11-15run std test with cargo test (#3344)Bartek Iwańczuk
Removes three CI jobs
2019-11-14add RUST_BACKTRACE to ciBartek Iwańczuk
2019-11-07upgrade: Rust 1.39.0 (#3286)Ry Dahl
2019-11-05Exclude prebuilt from deno_src release (#3272)Andy Hayden
2019-10-31Upgrade github actions mac environment to macos-latest (#3250)Kang Huaishuai
2019-10-29Rename Github Actions workflow (#3238)Ry Dahl
2019-10-28Move prebuilt binaries to third_party (#3227)Ry Dahl
2019-10-25Publish source tarballs for releases (#3203)Christian Moritz
2019-10-24Use windows-2019 image in Github Actions (#3198)Bert Belder
2019-10-24Remove old website (#3194)Ry Dahl
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com>
2019-10-24Update GitHub Actions, powershell is default on windows (#3195)Kang Huaishuai
https://github.blog/changelog/2019-10-17-github-actions-default-shell-on-windows-runners-is-changing-to-powershell/
2019-10-21Reenable std tests that were disabled during merge (#3159)Nick Stott
2019-10-15Add debug build to github actionsRyan Dahl
This disabled the tty_tests which seem to be very flaky with the debug build.
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-06refactor benchmark results posting (#3076)Christian Moritz
2019-10-05CI: don't build while linting and publish in forks (#3070)Christian Moritz
2019-10-05merge build.yml and lint.yml (#3066)Ryan Riginding
Fixes #3063
2019-10-04add timeout to CI (#3061)Bartek Iwańczuk
2019-10-03Remove travis and appveyor. Release with github actions (#3052)Ryan Dahl
Fixes #2979
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-10-02Run benchmarks from GH actions instead of Travis (#3049)Ryan Dahl
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
Fixes #2933
2019-09-18Run github actions on all pull requests (#2980)Ryan Dahl
2019-09-18First pass at github actions (#2966)Ryan Dahl
2019-02-11web design (#1728)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-09Add read permission for format.ts (#1726)Yoshiya Hinosawa
2019-02-08fix format command in contribution guide (#1712)bokuweb
2019-01-31Add item to CONTRIBUTING.md about needing testsKitson Kelly
This adds requiring tests covering the change as a pre-req before raising a PR.
2019-01-17Rewrite tools/format.py in deno (#1528)Yoshiya Hinosawa
Note: findFiles and findFilesWalk are borrowed from the previous attempt of @pseudo-su (#1434)
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-14Add CONTRIBUTING.mdKitson Kelly
2018-09-09docs: add contributing guideYoshiya Hinosawa