Commit graph

68 commits

Author SHA1 Message Date
mehrdadn
e09f63ad65
Fix build errors and add more targets to Windows builds (#6811)
* Fix common.fbs rename (due to apache/arrow/commit/bef9a1c251397311a6415d3dc362ef419d154caa)

* Add missing COPTS

* Use socketpair(AF_INET) if boost::asio::local is unavailable (e.g. on Windows)

* Fix compile bug in service_based_gcs_client_test.cc (fix build breakage in #6686)

* Work around googletest/gmock inability to specify override to avoid -Werror,-Winconsistent-missing-override

* Fix missing override on IsPlasmaBuffer()

* Fix missing libraries for streaming

* Factor out install-toolchains.sh

* Put some Bazel flags into .bazelrc

* Fix jni_md.h missing inclusion

* Add ~/bin to PATH for Bazel

* Change echo $$(date) > $@ to date > $@

* Fix lots of unquoted paths

* Add system() call checks for Windows

Co-authored-by: GitHub Web Flow <noreply@github.com>
2020-02-11 16:49:33 -08:00
mehrdadn
ad4ac9aa70
Add clang-iwyu (#7081)
* Add iwyu

Co-authored-by: GitHub Web Flow <noreply@github.com>
2020-02-07 16:19:46 -08:00
Eric Liang
63363e19be
Update bug_report.md (#6704) 2020-01-06 10:55:04 -08:00
mehrdadn
f4b29dae9c Perform Bazel install directly in Windows CI (#6653) 2019-12-31 20:48:08 -08:00
mehrdadn
a4d64de39a Perform LLVM install directly inside Windows CI (#6588)
* Perform LLVM install directly inside Windows CI

* Pin the LLVM download version

Co-authored-by: GitHub Web Flow <noreply@github.com>
2019-12-31 13:23:19 -08:00
Philipp Moritz
eaee672b7f
Revert "Perform Bazel install directly in Windows CI (#6529)" (#6593)
This reverts commit c5f141013b.
2019-12-24 16:39:07 -08:00
mehrdadn
c5f141013b Perform Bazel install directly in Windows CI (#6529) 2019-12-22 16:14:51 -08:00
Philipp Moritz
bbe5d83eb8 Windows CI for Ray on github actions (#6519)
* Windows CI for Ray

* Update main.yml

* Does this work?

* Download Bazel to current directory

* Install required packages via Chocolatey

* Improve the Windows CI script
2019-12-17 17:33:33 -08:00
Philipp Moritz
8c34e8391c Update issue templates (#6407) 2019-12-09 15:09:46 -08:00
Philipp Moritz
26834bcf94
Add message about tests passing and flaky tests to PR template (#5833) 2019-10-02 15:23:34 -07:00
Devin Petersohn
c33d6662ce Remove Modin from Ray wheels. (#5647)
There are several reasons for this:

* We no longer support python2
* There should be only 1 way of installing Modin
  * Issue management on these wheels
* I have never heard of anyone using this feature
* It is rarely kept up to date
* Modin depends on specific versions of Ray because of past API changes
2019-09-05 23:46:27 -07:00
Richard Liaw
9f31cdfded
[docs] Add Pull Request Template Check (#5600)
* prtemplate

* fix

* Update PULL_REQUEST_TEMPLATE.md

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
2019-08-30 22:30:21 -07:00
Eric Liang
7d28bbbdbb
[rllib] Document on traj postprocess (#5532)
* document on traj postprocess

* shorten it
2019-08-24 20:37:45 -07:00
Stephanie Wang
3a853121b9
Update the pull request template (#5460)
* Add a why header to the pull request template

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>

* Update .github/PULL_REQUEST_TEMPLATE.md

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-Authored-By: Robert Nishihara <robertnishihara@gmail.com>
2019-08-15 17:01:12 -07:00
Hao Chen
6f737e6a50
Add CODEOWNERS file (#5259) 2019-07-26 12:40:07 +08:00
Eric Liang
e5bcae52f5
Add lint advisory to PR template 2019-03-29 16:49:02 -07:00
Robert Nishihara
01e18b47f4 Direct people to stackoverflow for questions about usage. (#3830)
* Direct people to stackoverflow for questions about usage.

* Improve wording
2019-01-23 13:30:02 -08:00
Christian Barra
d36595cb92 Add docs for contributors. (#1191)
* WIP: add docs for contributors.

* Remove changelog part.

* Simplify issue template.

* Simplify pull request template

* Simplify contributing doc.
2017-11-10 00:40:19 -08:00