Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/bot-ci

[DEPRECATED], now lives at https://github.com/neovim/doc
https://github.com/neovim/bot-ci

nightly: upload Windows packages

https://github.com/neovim/bot-ci/issues/12

71fea5e52104f3463c3aee69019fa97efe206f81 authored over 7 years ago by Justin M. Keyes <[email protected]>
nightly: specify `uploadname`

2c84dd365372b1d694617832cbbaf7412643d752 authored over 7 years ago by Justin M. Keyes <[email protected]>
Merge #111 from justinmk/appimage

70cd0172a7cf0b8db631189824adb7a789840aff authored over 7 years ago by Justin M. Keyes <[email protected]>
nightly: set and reset "draft" when publishing

Hope this will cause the publish-date on the `nightly` release to
update.

cd5068d40669d841f0ce78906ea708b3ff17a81e authored over 7 years ago by Justin M. Keyes <[email protected]>
.travis.yml: sudo:true for AppImage

AppImage needs FUSE; to set up FUSE we need sudo/root.
https://github.com/AppImage/AppImageKit/w...

610463ed1252acc85ff4354a1973db3460e70233 authored over 7 years ago by Justin M. Keyes <[email protected]>
upload_nightly: `filepath`, `uploadname` params

0e48d4e0a418cea65ff512bc7e8c5a3fd84a281a authored over 7 years ago by Justin M. Keyes <[email protected]>
nightly: AppImage

2b6aff9123886fb53d6c6e44d158dc82b0de1b95 authored over 7 years ago by Justin M. Keyes <[email protected]>
Merge pull request #117 from jamessan/vim8-patches

vimpatch-report: Update to Vim 8

6a5838b715e44c3021a626c4bd19472d55054543 authored over 7 years ago by James McCoy <[email protected]>
vimpatch-report: Update to Vim 8

8c2747494587e70ab2ccc728d031b3f975047697 authored over 7 years ago by James McCoy <[email protected]>
ci/nightly.sh: build Release for macOS; enable jemalloc for linux

RelWithDebInfo does not help on macOS:
https://github.com/neovim/homebrew-neovim/issues/115#issu...

131d300efc8f9845dba256eb3ef463683133224c authored over 7 years ago by Justin M. Keyes <[email protected]>
Merge #112 from ZyX-I/pvs-compiler

9e1c40c3508a3c50be6408a934da46916f7ad635 authored over 7 years ago by Justin M. Keyes <[email protected]>
Use new --environment-cc switch

12c0b06b667c5b09d080ac3eaf9847039be75ff8 authored over 7 years ago by ZyX <[email protected]>
Try different clang version

db977b1604e4c18486f1c691439c10e680af365f authored over 7 years ago by ZyX <[email protected]>
Use clang as a compiler for PVS reports

Maybe this will make v677 warnings go away.

71c10089083e6e25dd07b0d7752796ee246b1ae1 authored over 7 years ago by ZyX <[email protected]>
ci: use .netrc, eliminate with_token()

References #99
References #109

31cbe5c09f6392ba36912e5b2055552868660e11 authored over 7 years ago by Justin M. Keyes <[email protected]>
github-api: Silence curl

262ba2e01743d63cd1dd2889373bfed0277fdfe6 authored over 7 years ago by James McCoy <[email protected]>
with_token: Combine stdout and stderr, rather than duping stdout

1062e2a09d70ff6d49cdbcb411f4801a6a9fbb51 was supposed to "Redirect
stderr", but instead it dupli...

c7e0f293fe06e1c70fc92e68ff4523fd1453e911 authored over 7 years ago by James McCoy <[email protected]>
with_token: Use $token to perform replacement of '%token%' literal (#108)

The ${var//pattern/repl} form of parameter expansion interprets a
leading % as anchoring patter...

890244c9594b1cc34d9e3e6c15cdb0b0a80972a7 authored over 7 years ago by James McCoy <[email protected]>
has_gh_token(): Avoid madness

eec40f9d0626ce5397cdb6495c43a784e44e0ee5 authored over 7 years ago by Justin M. Keyes <[email protected]>
with_token(): macOS xargs expects -n before -x.

d14d50f17cd76830fd2700efe77af8c0ba1d2608 authored over 7 years ago by Justin M. Keyes <[email protected]>
Merge pull request #107 from jamessan/cleanup

Various small cleanups

797f6032c8f709b8b473483bd941f62d540d5adc authored over 7 years ago by James McCoy <[email protected]>
Separate {( for functions which run in a subshell

This makes it more obvious that the function is running in a subshell
and also addresses shellch...

b2d82abc1572b704028685d26c32a2862001da8c authored over 7 years ago by James McCoy <[email protected]>
Re-add CI_OS declaration

694ab817484e8132fc00a5d36a4994b951a8fcc8 authored over 7 years ago by James McCoy <[email protected]>
Remove deps64 target, unused since 72b675d99

b4d2039d33294a9eaaba9b326241ea8791f13d41 authored over 7 years ago by James McCoy <[email protected]>
Merge pull request #104 from blueyed/common-shellcheck-fixes

ci/common/common.sh: shellcheck fixes

878396c1fa8873324f40e43dccf684d0c6f66c6e authored over 7 years ago by James McCoy <[email protected]>
Merge pull request #106 from jamessan/clang-bump

travis: Update clang to 4.0

fd97554ff4395962a13b83d7fd221a14dd99215f authored over 7 years ago by James McCoy <[email protected]>
travis: Update clang to 4.0

57cf675dbf1b3175a0e64441b4e2a6824563299f authored over 7 years ago by James McCoy <[email protected]>
ci/common/common.sh: shellcheck fixes

f9750bdad226edaa7b9782a9b3fa4f57e3ba6851 authored over 7 years ago by Daniel Hahler <[email protected]>
vimpatch: Fix regex to find included_patches in version.c

b4703461411f04e8d0c37f904e4e94b399d32e18 authored over 7 years ago by James McCoy <[email protected]>
Fix download_badge function (#101)

b838c26ed01e04a0188d3d4a6ca0fa05e0c153ba authored over 7 years ago by Nikolai Aleksandrovich Pavlov <[email protected]>
Fix PVS build (#100)

* Fix download_pvs_badge function

* Do not cd to subtree

* Quote $arg

* Redirect stderr...

1062e2a09d70ff6d49cdbcb411f4801a6a9fbb51 authored over 7 years ago by Nikolai Aleksandrovich Pavlov <[email protected]>
ci: update GH_TOKEN

4b38be00a6beb0872de5c05a162b82dad8333aec authored over 7 years ago by Justin M. Keyes <[email protected]>
common.sh: with_token(): hide GH_TOKEN

3ef8b9c0764a5c370c228d37c3aab6bbbba290bf authored over 7 years ago by Justin M. Keyes <[email protected]>
Merge #98 from ZyX-I/do-not-leak-gh_token

8f7268dc28e818271262dc72880980090941b353 authored over 7 years ago by Justin M. Keyes <[email protected]>
Do a pull even if no GH_TOKEN is present

26464b5135f74a2250e1227b48ca6ee900dd9b40 authored over 7 years ago by ZyX <[email protected]>
Hide all tokens in with_token function

bc980b159225426d7db52b5499ca8ce3d58de61c authored over 7 years ago by ZyX <[email protected]>
Merge #97 from ZyX-I/pvs

30b4b1b6bb4f939b56ac58d8323343d1c27848a4 authored over 7 years ago by Justin M. Keyes <[email protected]>
Do not let absent GH_TOKEN fail pvs build running with `set -u`

e25d0c2284b90d554dacbe2089158f424000613e authored over 7 years ago by ZyX <[email protected]>
Add title

8000649d7e920ef1014d819e070f875c20863d4f authored over 7 years ago by ZyX <[email protected]>
Use --pvs-install with --deps --recheck to run in $NEOVIM_DIR

Should fix build failure due to the missing dependencies.

fdd11bf1eb536115490c8b03b2ee1f48ffca80d6 authored over 7 years ago by ZyX <[email protected]>
Do not let absent private variables fail the PR build

11fb10825afe0c6d116f17af3bdbe9f75cebc92e authored over 7 years ago by ZyX <[email protected]>
Refactor some reports: factor out badge generation and style changes

b8d5ecd3ccaec3f1bbabf7b863e576be0727ac5a authored over 7 years ago by ZyX <[email protected]>
Enable tracing and use --pvs detect

52d0f0e869c34ec38e0481fc3b026a065c940c2c authored over 7 years ago by ZyX <[email protected]>
Make some things in common.sh work with set -u

c6aeb44fde9e1d6b94a24ed20a3fa1ccc39a62b1 authored over 7 years ago by ZyX <[email protected]>
Generate some basic PVS report

0f120a1087b680e3152f260e049b59c6cc7fecf1 authored over 7 years ago by ZyX <[email protected]>
scripts/travis-setup.sh: update URL

40686077d6dc63592f804147b76285ab6cb609dc authored over 7 years ago by Justin M. Keyes <[email protected]>
ci/clint-errors.sh: Collect small .json files into .tar.gz (#95)

4d77658e3844be620b7bea8b7fcdc7a5fb827667 authored over 7 years ago by Nikolai Aleksandrovich Pavlov <[email protected]>
Merge #96 from jamessan/master

055859958622afaddff55bc3d59cfd924740730b authored over 7 years ago by Justin M. Keyes <[email protected]>
travis: Remove unneeded gcc-4.9/g++-4.9 packages

6a6d58b00dcdcf64c505d0c37e00c2aaaf723682 authored over 7 years ago by James McCoy <[email protected]>
travis: Update clang from 3.6 to 3.9

77f3e4dca0cea5182903d2528a31091439c72aa1 authored over 7 years ago by James McCoy <[email protected]>
travis: Set "dist: trusty" to mirror neovim/neovim setup

9516852fe99a890da6288cf7111ae2e1e08056a8 authored over 7 years ago by James McCoy <[email protected]>
ci/clint-errors.sh: Dump errors into separate files and divs (#94)

a48ad8e99559fd4ff20ce7b39670f757455afe59 authored over 7 years ago by Nikolai Aleksandrovich Pavlov <[email protected]>
ci/common/neovim.sh: clone with full depth

We need the previous git tag so that the version can be generated precisely.

fae91f981f8fd3d94b520945810bf803ddd3e071 authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci/nightly.sh: macOS package

60a5539dd3925060c4499ddb7ce90f3744ae991b authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci/nightly.sh: macOS package

- jemalloc reduces the portability of the macOS binary across macOS
versions, so disable it fo...

549a4a04065d18ae10b8e1ae8e0d568cbdcb1f18 authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci/nightly.sh: gettext (for libintl)

db187f2ee95e043a281f625874669efdb3946a37 authored almost 8 years ago by Justin M. Keyes <[email protected]>
travis-setup.sh: fix URL: s/neovim-/nvim-/ (#93)

Fixes #92

48cc22f448da6aed7a96eb07a2327c489371b31c authored almost 8 years ago by Daniel Hahler <[email protected]>
ci/nightly.sh: use `file` instead of `mimetype`

`mimetype` is not available on macOS.

bd18d0b968c8edd7573567955ccf483348e2348d authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci/nightly.sh: fixes

e731fcacbe8018f9e3b5ab7c7ea33ef46a39c9ec authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci/nightly.sh: upload_nightly: delete old one

78def25da7e788f7bef7dc3524eddcf09c54521f authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci: Enable macOS (osx) "nightly" build

5cdcd2932c5f52f97c3318c6a8f50f8de19043ba authored almost 8 years ago by Justin M. Keyes <[email protected]>
Merge pull request #91 from justinmk/macos

release: generate macOS package

1e623322087c4296e44d94b974e61bb7b57b52f4 authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci: Enable macOS (osx) "nightly" build

4ad02a5ecaf5ee4dd65f0a1c8ad1e98c1e680246 authored almost 8 years ago by Justin M. Keyes <[email protected]>
TEMP

b9526c82106b9a5bc1ed2a371d2baac8bf6a1f88 authored almost 8 years ago by Justin M. Keyes <[email protected]>
ci: Disable Coverity again

a956ef9f66d4c8728fc83cb5f4b29024029e7c2a authored almost 8 years ago by James McCoy <[email protected]>
Merge pull request #90 from jamessan/coverity-cleanup

Coverity cleanup

f30898327ba813fc2f69262f35cd1a1e40ef0091 authored almost 8 years ago by James McCoy <[email protected]>
coverity: Use global compiler value

Current Coverity supports up to gcc-6, so no need to keep it pinned back
to 4.9.

fb09c505db1579811744ea958c9e946564e6683e authored almost 8 years ago by James McCoy <[email protected]>
ci: Re-enable coverity

b61cab5be4e3e9f15c1555159af3428e4085086e authored almost 8 years ago by James McCoy <[email protected]>
coverity: Build deps first so they aren't scanned

dab7f63c84469349452cec13cf9320424ffb0d4f authored almost 8 years ago by James McCoy <[email protected]>
ci: Disable coverity temporarily.

Coverity results are manually uploaded until we get it working again on travis.

aabc469bd5155d55c840032d2d7ea55aabbe5a88 authored almost 8 years ago by Justin M. Keyes <[email protected]>
Revert "travis: remove LLVM apt PPA; fallback to clang 3.4"

This reverts commit 1a5a851fc23c046a06b31ed744ab2d333c0f8262.

0768d243eca7c6381af0a5a04eb60cc34d1d597a authored over 8 years ago by Justin M. Keyes <[email protected]>
Set id_rsa permissions.

6f6cf4ba3309cb907dc75e6b2ba8f9fd39e50670 authored over 8 years ago by Florian Walch <[email protected]>
ssh_wrapper: Add StrictHostKeyChecking=no.

e535113ea7ffd3f19576168c9dd27bbbfbed97f5 authored over 8 years ago by Florian Walch <[email protected]>
Merge pull request #87 from fwalch/sync-lp

Launchpad sync.

5c80abb2b10390e6b4786a522c228050d8cedefb authored over 8 years ago by Florian Walch <[email protected]>
Launchpad sync.

cd6849030ac06646e647421be78b9a33232b2da3 authored over 8 years ago by Florian Walch <[email protected]>
Disable building of OSX deps.

References neovim/neovim#5076.

72b675d99d1d7281c73ba84b380a6aae737e4ca9 authored over 8 years ago by Florian Walch <[email protected]>
user-docu: Fix make invocation.

`make -v` only prints the version and skips the rest of the arguments.

see https://github.com/n...

bbf4608f1627d7fc7ab92b0f981c0094cac5a1bd authored over 8 years ago by Justin M. Keyes <[email protected]>
user-docu: fix path glob

see https://github.com/neovim/neovim/pull/4878

20d0f326d5c6541f2f01d5813670c6c4f24e1f82 authored over 8 years ago by Justin M. Keyes <[email protected]>
clint: handle new location

see https://github.com/neovim/neovim/pull/4871

140d411c63850b0d099ff353978c12688049c7ee authored over 8 years ago by Justin M. Keyes <[email protected]>
generate_user_docu: fix logic

5feac601e9ed69265d3e6a679ba84c45952a2a2d authored over 8 years ago by Justin M. Keyes <[email protected]>
clone_subtree: fix logic

d0b6c57c9a98e85b3355564c0a9f09956273ef63 authored over 8 years ago by Justin M. Keyes <[email protected]>
user-docu: handle new location

see https://github.com/neovim/neovim/pull/4878

2d23aa0e6e05b57c165479ba1e4e22fba0dd8af3 authored over 8 years ago by Justin M. Keyes <[email protected]>
doxygen: handle new location

see https://github.com/neovim/neovim/pull/4871

c4423f6d70c6da9820745960c31abddc6e7562b7 authored over 8 years ago by Justin M. Keyes <[email protected]>
travis: remove LLVM apt PPA; fallback to clang 3.4

References https://github.com/neovim/neovim/pull/4859

1a5a851fc23c046a06b31ed744ab2d333c0f8262 authored over 8 years ago by Justin M. Keyes <[email protected]>
Revert "Clang report: Use Clang 3.7."

This reverts commit 55819afd7413a47563204722c9108b626cfeccc5.

f13682e1d4de2727310d88ba56217a628218616a authored almost 9 years ago by Justin M. Keyes <[email protected]>
Merge pull request #83 from fwalch/update-clang

Use Clang 3.7 for static analysis.

76c867259435f1d95d9625debe477f7fee5a9fd8 authored almost 9 years ago by Justin M. Keyes <[email protected]>
Clang report: Use Clang 3.7.

55819afd7413a47563204722c9108b626cfeccc5 authored almost 9 years ago by Florian Walch <[email protected]>
Merge pull request #82 from fwalch/coverity/gcc-4.9

coverity: Use GCC 4.9.

8b59f29d7123657fcf668e75ab58f904179e0e2f authored almost 9 years ago by Justin M. Keyes <[email protected]>
coverity: Use GCC 4.9.

Without specifying "os: linux" in matrix.include, Travis does not
install APT packages for such ...

bfa6c90034c05ac48a66f712f3d3fa8daa0afed2 authored almost 9 years ago by Florian Walch <[email protected]>
coverity: pin to default gcc

gcc-4.9 command isn't working, even after declaring it in the `packages`
block of .travis.yml

7d6b8df0f32ebed76caff52d1c54263b93012054 authored almost 9 years ago by Justin M. Keyes <[email protected]>
coverity: pin to gcc-4.9

6a3e1e091f5d047de883a766790edb2b4925e8c8 authored almost 9 years ago by Justin M. Keyes <[email protected]>
coverity: pin to gcc-4.9

Coverity builds have been broken since July 2015, and that happens to be
when 77345431b03efa352d...

5e7137ed5c5bc4b7fb51878e9fef608c814ec25e authored almost 9 years ago by Justin M. Keyes <[email protected]>
coverity: up to 8 builds/wk are allowed now.

2e67597471e2f2dbad93f8a7cfe9cb3eee4d1405 authored almost 9 years ago by Justin M. Keyes <[email protected]>
clint-errors.sh: https

d0be5eceb23a06993e5dea26c00e3577229c201c authored almost 9 years ago by Justin M. Keyes <[email protected]>
CI/travis: force TLSv1

- Previous attempt via --sslv3 failed because SSLv3 (nor v2) is not
supported by the origins.
...

0e9f559802ccc53530a4b2d3afab703f49df8e19 authored almost 9 years ago by Justin M. Keyes <[email protected]>
CI/travis: OSX: use clang instead of gcc.

Workaround for https://github.com/jemalloc/jemalloc/issues/266

ld: Assertion failed: (cfiSt...

aa8cdfc0d81c1a9273ff4ef52826b4da02cf3584 authored almost 9 years ago by Justin M. Keyes <[email protected]>
trigger-build.py: fix POST forcing

251836a68665f036ca00d66cd09b1abb71574b67 authored about 9 years ago by Justin M. Keyes <[email protected]>
trigger-build.py: remove token :P

ee044681a973fb9831c5f1e361ae44e01ea62f5f authored about 9 years ago by Justin M. Keyes <[email protected]>
trigger-build.py: choose job per current hour

Can't figure out how to send static parameter values via a "Scheduled
Event" on AWS, so just mak...

91869874139b9414c60a8f9ee3ccbb2c86367ff4 authored about 9 years ago by Justin M. Keyes <[email protected]>
trigger-build.py: rework for AWS lambda

c64efd0b1f2f04c5e90aecec0749dda3e7ce8c72 authored about 9 years ago by Justin M. Keyes <[email protected]>