- 13 Jan, 2021 1 commit
-
-
Nikita Titov authored
* improve experience with optional GitHub workflows * Update README.md * Update r_artifacts.yml * Update optional_checks.yml * continue * Update triggering_comments.yml * Update README.md * Update r_artifacts.yml * Update r_artifacts.yml * Update r_artifacts.yml * Update r_valgrind.yml * Update r_artifacts.yml * Update r_valgrind.yml * Update r_valgrind.yml * Update r_valgrind.yml * add docstrings to fix lint * better formatting for multi-line commands
-
- 10 Jan, 2021 1 commit
-
-
James Lamb authored
* [ci] move Python Mac jobs from Travis to GitHub Actions * alphabetize * fix workflow * fix name * fix os * new workflow * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * changes from code review * swap compilers * swap compilers back * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .github/workflows/python_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Jan, 2021 1 commit
-
-
James Lamb authored
* [ci] Move check-docs and lint jobs off Travis * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * try moving check-docs into a containerized job * add install flag and README badge * trying to find the error * ignore pipefail * remove -e * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * more changes * additional changes * Update .github/workflows/static_analysis.yml * Update README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * move constants Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 04 Jan, 2021 1 commit
-
-
Nikita Titov authored
* comment out flaky MinGW job for R * remove instead of comment out
-
- 22 Dec, 2020 1 commit
-
-
Jan Stiborek authored
* migrated implementation from dask/dask-lightgbm * relaxed tests * tests skipped in case that MPI is used * fixed python 2.7 import + tests disabled on windows * python < 3.6 is not supported in tests * tests enabled only for linux * tests disabled for mpi interface * dask version pinned to >= 2.0 * added @jameslamb as code owner * added missing pandas dependency * code refactoring, removed code duplication - lightgbm.dask.LGBMClassifier.fit is the same as lightgbm.dask.LGBMRegressor.fit * fixed refactoring * code deduplication - fit method moved into mixin class * fixed CODEOWNERS * removed unnecessary import * skip the module execution on python < 3.6 and on platform different than linux. * removed skip for python < 3.6 * review comments * removed noqa, renamed API classes, renamed local variables
-
- 27 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 23 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] test 32-bit R in CI * add R 3.6 Windows CRAN job * add tests
-
- 22 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 17 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] always use latest conda version on GitHub Actions * try new use-conda version * just remove conda * skip conda even more
-
- 10 Nov, 2020 1 commit
-
-
Nikita Titov authored
-
- 08 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] simplify R CI scripts * update GitHub Actions workflow
-
- 06 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] upgrade GitHub Actions third-party actions to newest versions * add git to sanitizers container * install git before checkout * Update .github/workflows/r_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 30 Oct, 2020 1 commit
-
-
James Lamb authored
* [ci] automate building CRAN package * add workflow for building CRAN package * remove newlines * add to R README * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add timeout Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Oct, 2020 1 commit
-
-
Nikita Titov authored
* setup CUDA CI job * minor updates
-
- 18 Oct, 2020 2 commits
-
-
James Lamb authored
* fix int64 write error * attempt * [WIP] [ci] [R-package] Add CI job that runs valgrind tests * update all-successful * install * executable * fix redirect stuff * Apply suggestions from code review Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * more flags * add mc to msvc proj * fix memory leak in mc * Update monotone_constraints.hpp * Update r_package.yml * remove R_INT64_PTR * disable openmp * Update gbdt_model_text.cpp * Update gbdt_model_text.cpp * Apply suggestions from code review * try to free vector * free more memories. * Update src/boosting/gbdt_model_text.cpp * fix using * try the UNPROTECT(1); * fix a const pointer * fix Common * reduce UNPROTECT * remove UNPROTECT(1); * fix null handle * fix predictor * use NULL after free * fix a leaking in test * try more fixes * test the effect of tests * throw exception in Fatal * add test back * Apply suggestions from code review * commet some tests * Apply suggestions from code review * Apply suggestions from code review * trying to comment out tests * Update openmp_wrapper.h * Apply suggestions from code review * Update configure * Update configure.ac * trying to uncomment * more comments * more uncommenting * more uncommenting * fix comment * more uncommenting * uncomment fully-commented out stuff * try uncommenting more dataset tests * uncommenting more tests * ok getting closer * more uncommenting * free dataset * skipping a test, more uncommenting * more skipping * re-enable OpenMP * allow on OpenMP thing * move valgrind to comment-only job * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * changes from code review * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * linting * issue comments too * remove issue_comment Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [ci] ignore R CMD CHECK warnings on new R version * just update version
-
- 09 Oct, 2020 1 commit
-
-
James Lamb authored
* [ci] add R CI job with UBSAN * stuff * fix command * update template * fail on errors * spaces * trigger by comment * stuff * add all CI back * trying things * run sanitizers as a regular job * remove comments * sanitizers * try to trigger UBSAN * try to trigger failure * remove int overflow * remove testing change * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 02 Oct, 2020 1 commit
-
-
Nikita Titov authored
* rename R-package workflow * Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)" This reverts commit 0038a662. * Revert "Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)"" This reverts commit e2307418aa7aa7b237f0eb46f43c0535473cf462.
-
- 29 Sep, 2020 1 commit
-
-
James Lamb authored
-
- 15 Sep, 2020 1 commit
-
-
Nikita Titov authored
* Update .appveyor.yml * Update .travis.yml * Update .vsts-ci.yml * Update main.yml * Update setup.py
-
- 06 Sep, 2020 1 commit
-
-
Thomas Grainger authored
* add an allgood job for easy [required] builds see https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert * Update .github/workflows/main.yml * Update .github/workflows/main.yml Co-authored-by:
Thomas Grainger <tagrain@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 09 Aug, 2020 1 commit
-
-
James Lamb authored
[ci][R-package][python] suppress warning about empty 'compute' director, fix Rtools installation and temporary pin Sphinx version (#3277) * [R-package] suppress warning about empty 'compute' directory * get more logs from Rtools install * empty commit * add a timeout * trying Invoke-WebRequest instead * switch to CRAN link * do not use Start-Process * relative paths * trying suppressmessageboxes * switch strategy for running Rtools * Update requirements_rtd.txt * Update requirements_base.txt Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 07 Aug, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * Update VERSION.txt * Update setup.py * Update VERSION.txt * Update setup.py * Update VERSION.txt * Update .appveyor.yml * Update DESCRIPTION * Apply suggestions from code review * Apply suggestions from code review * Update DESCRIPTION * Apply suggestions from code review * Create VERSION.txt * Apply suggestions from code review * Update .gitignore * Update recreate-configure.sh * Update test_r_package.sh * Update build-cran-package.sh * Delete VERSION.txt * Create VERSION.txt * Update main.yml * Update test_r_package_windows.ps1 * Update configure * Update test_r_package_windows.ps1 * Update test_r_package.sh * Delete VERSION.txt * Apply suggestions from code review * update configure.ac Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 29 Jul, 2020 1 commit
-
-
James Lamb authored
* [R-package] make package installable with CRAN toolchain (fixes #2960) * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove GPU stuff * use wildcard to find objects to build * use -lomp * build configure before moving files * using wildcard for objects * Update .github/workflows/main.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add explicit objects back * reduce allowed R CMD check NOTEs and catch stderr from build-cran-package on Windows * fixing things * pin autoconf version * show diff * add automake back * run less checks * command was in the wrong place * fix autoconf version * change strategy for handling configure * fix Rbuildignore * fix NOTEs * fix notes about unrecognized files * fixing extra files * remove USE_R35 * add OpenMP check for Mac CRAN build * run all checks * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * suggestions from code review * undo indenting * remove 03 from Makevars.win.in * update language about OpenMP in configure script * checking if configure.ac check works * add autoconf back * remove testing code in configure.ac * more fixes for CI on configure script * print git diff * add VERSION.txt when checking configure * fix relative paths * remove git diff Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 13 Jul, 2020 1 commit
-
-
James Lamb authored
-
- 05 Jul, 2020 1 commit
-
-
James Lamb authored
* [ci] [R-package] catch builds that have not updated docs * drop reliance on .Renviron * remove docs changes * Update .ci/test_r_package.sh Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * make all R tasks start with r-package Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 22 Jun, 2020 2 commits
-
-
Nikita Titov authored
* added GitHub Actions badge * simplified condition in config
-
James Lamb authored
* [ci] Move R Windows CI to GitHub Actions * fix OS filter * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove trailing semicolon Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 14 Jun, 2020 1 commit
-
-
James Lamb authored
* [R-package] replaced gendef.exe with R code to create R.def (fixes #3064) * fix broken things * trying to add R4.0 docs * changed make * fixing make paths * update notes on environment variables * fix linting * fixes to CI * fixing build_cmd and other stuff * fix bad substitution * fix Azure Linux builds * I am bad at bash * simplifying * only testing R * getting better logs * mingw32 * docs * toolchain * using msys * fix visual studio condition * toolchain test * full CI * fix if-elses * bump allowed NOTEs * search for Rscript * updates to docs * use processx * fix mismatched arguments * move CI to GitHub Actions * minor changes * fix workflow file * fix templating * fix Azure DevOps * debugging windows builds * dont shQuote file name * all GitHub Actions jobs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * minor cleanup * remove objdump printing * make file.remove() invisible * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * reduce duplicated paths in docs Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 01 Jun, 2020 1 commit
-
-
James Lamb authored
* GitHub Actions * ok * fixing on list * stuff * directories * directories * things * env variables * working dir * running a bunch of tasks * more builds * PATH * actually use R task * TASK * be right, often * doing stuff * trying stuff * more paths * conda activate * updating PATH * trying bash * where the hell is activate * WHERE IS ACTIVATE * set up conda * more conda * PLEASE WORK * installing cpplint * try r-package * R version * try windows job * make windows work * use powershell * exe * use conda * conda init powershell * different conda approach * make it work * cleaning up * init powershell * fixing windows * more windows * build directory * no way right * maybe it will work * trying Visual Studio * do this * Windows is interesting * put back check-output * set compiler * stuff * more fixes * fix the broken things * updating jobs * continuing * poweshell is bad * ok so maybe not powershell * cmon now * ok so * fixing env variables * maybe this * MINGW job * cleaning up * conda init powershell * moving more R stuff into GitHub Actions * everything else * use powershell * cmon now powershell * ttry to Continue * override powershell * peg MiKTeX URL * what is happening * try powershell -File * trying stuff * path * more testing of output * Matches uppercase * more regex stuff * this is getting ridiculous * back to powershell I guess * more commands * this might work * adding more reliable miktex download * trying to download miktex * installing httr * fix error in MiKTeX script * remove comments * redirect output * redirect output * move linting back to Travis * change redirection * switch back to just mac and linux * put linting exclude back * renamed R_TRAVIS_LINUX * revert changes to non-R tasks and update events * simplify
-
- 25 May, 2020 1 commit
-
-
James Lamb authored
* [R-package] move R source files into R-package * fix linting warning * stuff
-
- 13 May, 2020 1 commit
-
-
James Lamb authored
-
- 03 May, 2020 1 commit
-
-
James Lamb authored
* [docs] updated bug report template * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * clean up issue template * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 14 Apr, 2020 1 commit
-
-
Nikita Titov authored
-
- 14 Mar, 2020 1 commit
-
-
Guolin Ke authored
* Update release-drafter.yml * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update .github/release-drafter.yml * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Mar, 2020 1 commit
-
-
Guolin Ke authored
* Create release-drafter.yml * Create no-response.yml * disable comments * Apply suggestions from code review * Update release-drafter.yml * Apply suggestions from code review * Update .vsts-ci.yml
-
- 29 Feb, 2020 1 commit
-
-
Nikita Titov authored
* update lockbot * disable lockLabel * Update lock.yml Co-authored-by:Guolin Ke <guolin.ke@outlook.com>
-
- 28 Feb, 2020 1 commit
-
-
Guolin Ke authored
* Update BUG_REPORT.md * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 27 Feb, 2020 1 commit
-
-
Guolin Ke authored
* Create lock.yml * Update lock.yml
-
- 21 Nov, 2019 1 commit
-
-
Guolin Ke authored
Many issues actually are not bugs..
-