Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/pulsar

A Community-led Hyper-Hackable Text Editor
https://github.com/pulsar-edit/pulsar

Merge pull request #73 from atom-ide-community/electron6

⬆️ [email protected]

6c2fed82f2d8b96bfd30b0620382eb9568cb58bb authored over 4 years ago by DeeDeeG <[email protected]>
Merge branch 'electron-6-take-two-pr' into electron6

c731efb3b39bc25d9d26e8e5905e2e0e929c0fad authored over 4 years ago by DeeDeeG <[email protected]>
Merge pull request #71 from aminya/package_symbolic_link

9ec7008a79826ec68bc0ebe7579d9839ad899269 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Merge pull request #68 from atom-ide-community/faster-GetReleaseVersion-and-Release

CI: Faster GetReleaseVersion and Release/Upload Artifacts jobs

4f01cb186d007e2d948de2f9b7e057b3b7137c88 authored over 4 years ago by DeeDeeG <[email protected]>
CI: Use `npm ci` rather than `npm install`

`npm ci` doesn't try to reconcile package.json with package-lock.json,
nor with any existing pac...

dd5d536bd5497870a972c9b7edab179b2043f060 authored over 4 years ago by DeeDeeG <[email protected]>
CI: Use 'ubuntu-latest' to upload artifacts

This should be marginally faster. No need to run on Windows.

3793939a20a89c272df2679dfe06429dd2d9bacb authored over 4 years ago by DeeDeeG <[email protected]>
CI: Use 'ubuntu-latest' for GetReleaseVersion

Ubuntu is much faster than Windows at installing many small files,
such as during `git clone` an...

be55c397a7f2994c089f916ba21fd998cfd48cf4 authored over 4 years ago by DeeDeeG <[email protected]>
CI: Use forward-slashes in paths (cross-platform)

Backslashes ("\") can be interpreted as escape characters
on Unix (Linux, macOS). Replace with f...

dea9e4ad0a5da8bb7dc32a3815a8ee775122e378 authored over 4 years ago by DeeDeeG <[email protected]>
Merge pull request #62 from atom-ide-community/es6_default_require

c43578e39e6788fb9e38d3b5288980a970201122 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
support ES6 default require for packages

a2283bf37a3b0939f901a7e321a817babc6c00f7 authored over 4 years ago by aminya <[email protected]>
Merge pull request #63 from atom-ide-community/renderer_test_collect_output

6450e5c271cc7f1ad0179d43c5e51ef030a6c4c2 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Use async.series

Revert b61475ffe420672b3360b50aba7b0f347ea319d4

3bdd637ff28a1a4001cdd5d97193a10059b6e2fa authored over 4 years ago by aminya <[email protected]>
collect console log in renderer tests

Print the output finally to ease diagnosing

c413a5626a5d348622efad54611aa610ebec04b2 authored over 4 years ago by aminya <[email protected]>
Merge pull request #21096 from atom/settings-view-0.261.5

⬆️ [email protected]

bc4309b0bd2d23599432cc1ed4c392c2591222ae authored over 4 years ago by Musa Ibrahim <[email protected]>
Merge pull request #21095 from atom/find-and-replace-0.219.5

⬆️ [email protected]

be9833113415e10980ec9c84baf4f8336934b077 authored over 4 years ago by Musa Ibrahim <[email protected]>
:arrow_up: [email protected]

6172046a3245814c2863ad7edcdfdd190e2f4717 authored over 4 years ago by darangi <[email protected]>
:arrow_up: [email protected]

852be73127fc6f1e7f7da030e4af0d23e62e7b53 authored over 4 years ago by darangi <[email protected]>
fix: rename windows job back to Windows

6d50f3fc5a90184a41ddbefc128d7b5ff73d2fdd authored over 4 years ago by aminya <[email protected]>
Merge pull request #31 from atom-ide-community/windows_tests

e45c2c53d4239d31159a6ff0e19b4cb362bd7e68 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
use new-item to not conflict mkdir on macos

44fa354c18f683be9b756ab77042649048e17263 authored over 4 years ago by aminya <[email protected]>
fix bootstrap condition indentation

b0853cb3bb5d4c172609d59f757d0a5ca893467c authored over 4 years ago by aminya <[email protected]>
update message about finding a single application to run the tests

582b6d97e32beb18ab6418f6e2f489fd80b8952a authored over 4 years ago by aminya <[email protected]>
print the used testCommand for failed tests

a1dab28e4eded68342c10cffefad0b2308f3daf0 authored over 4 years ago by aminya <[email protected]>
macos: run core main tests in the build phase

d56fef6d9fbb50d7f70b776e7b6a29572e83e037 authored over 4 years ago by aminya <[email protected]>
warn before error reporting

Helps visually

266910d0598872ac6f2d545ee7d3802627f35111 authored over 4 years ago by aminya <[email protected]>
bootstrap in case cache misses

c5af5781ab274270dc451f4ecff055b4ffbafcf3 authored over 4 years ago by aminya <[email protected]>
test: use Azure format for printing

2fa0f6ebb9dfb43239d4ed27b4fd0cdcfc0324ca authored over 4 years ago by aminya <[email protected]>
parallelize core tests

038d6394a91367582ab7d7673c9c70f15ec95bc7 authored over 4 years ago by aminya <[email protected]>
allow requesting parallel tests for all OS

bbfd0ec29adf43b802eeab16986469dec0851e91 authored over 4 years ago by aminya <[email protected]>
always upload atom windows.zip for x64

f55b7b8dcee0bad16d73cf22da3d7a402b307d7e authored over 4 years ago by aminya <[email protected]>
don't use temp.track()

cleanup process fails when the file is locked (in parallel tests)

3d400d02cd748486fbf27d273b1936500eff583b authored over 4 years ago by aminya <[email protected]>
Run windows core main tests in the build step

314a2b6a2b906c8ee49ab2aa6437a3083412cecc authored over 4 years ago by aminya <[email protected]>
Run windows renderer tests in parallel

92f4f7891e5a94728a0c69931439fc82f1ffb4d5 authored over 4 years ago by aminya <[email protected]>
run tests using async.parallel

b61475ffe420672b3360b50aba7b0f347ea319d4 authored over 4 years ago by aminya <[email protected]>
run package tests in parallel for windows tests

b99b8800fe965308692d0d93d0b67bc18709eafd authored over 4 years ago by aminya <[email protected]>
re-enable the bootstrap cache on macOS CI

73c7a637a0ef6c04125faade5c06e12414bbacd3 authored over 4 years ago by Mazen El-Kashef <[email protected]>
local bootstrap

c6058e9600b79427d35f1e5cc8326bd3fdb1145f authored over 4 years ago by Mazen El-Kashef <[email protected]>
Merge branch 'electron-6.1.12-bump-electron-packager-from-git' of https://github.com/atom/atom into electron-6.1.12-bump-electron-packager-from-git

7b3a2bd9f52ee2c9c4cb1776d4c96c5bb61f4ad3 authored over 4 years ago by Mazen El-Kashef <[email protected]>
Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git

1156e7510dc228180afa5b67ba14bf99bc48ac59 authored over 4 years ago by Mazen El-Kashef <[email protected]>
Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git

4bdeb86c831ed6626e7badf64c4fe9fae13342c7 authored over 4 years ago by Mazen El-Kashef <[email protected]>
create empty FileID for x86

52de343cc574965472a42820c68f22bb2db27583 authored over 4 years ago by aminya <[email protected]>
build: use esc for passing arguments

0c956dd3e66b47a75f036471d95e22bcea5ade66 authored over 4 years ago by aminya <[email protected]>
Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git

254bb1f6f78c82efb3292ab526f1145a97851b17 authored over 4 years ago by Mazen Elkashef <[email protected]>
Merge pull request #46 from atom-ide-community/CI_templates

2752af33e9615076d473c2b2d2eb5b22f8bb7aaf authored over 4 years ago by Amin Yahyaabadi <[email protected]>
using templates in release-branch-build.yml

ef45a89f20edce2422db912b3a836f15b618dd1b authored over 4 years ago by aminya <[email protected]>
using templates in nightly-release.yml

2d7a8df6f68dabd7bde49edb2ef6867fecc0ec94 authored over 4 years ago by aminya <[email protected]>
test: using pwsh for managing env variables

3da79e3d5ab0979575ac2a63a0192b34b9442888 authored over 4 years ago by aminya <[email protected]>
set BUILD_ARCH in preparation

use Azure syntax for passing variables between the steps

5f5b93bbc8cb49b1b5fe6b1a559296c337b11127 authored over 4 years ago by aminya <[email protected]>
bootstrap: using pwsh for managing env variables

e95af73aac0a1f975f943d71646cd65c5ff0dd62 authored over 4 years ago by aminya <[email protected]>
using pwsh for setting FileID

7c63d85ccf9973b2db67ce045d0789947d204cb6 authored over 4 years ago by aminya <[email protected]>
build: using pwsh for managing env variables

Azure syntax for conditional env variables has issues
https://stackoverflow.com/questions/628903...

225fb5bf52e8ad0dcbe20d00e0a3561976370cae authored over 4 years ago by aminya <[email protected]>
using AGENT_OS directly

b0aa6c678ceb1c069f3092bc2ca0d0970b824bb5 authored over 4 years ago by aminya <[email protected]>
combine test for all OS

test: quote x86 runner

9a3112cb9d2d93ef89368de4aa0470943533d737 authored over 4 years ago by aminya <[email protected]>
combine build for all OS

710111916223b02592df762c1d6b908899ed1a64 authored over 4 years ago by aminya <[email protected]>
Remove linux container and use clang 9

pwsh is not detected inside the container, and Clang 5 is very old.

e74543aa1e3a7d98f17836b8c8b6d4115d9629d9 authored over 4 years ago by aminya <[email protected]>
Use pwsh

f113939865eaebb572da86ada078b6d7bc2d2733 authored over 4 years ago by aminya <[email protected]>
combine preparation for all OS

4e4a6e0b59a29c63037e866cf08526f65207da6f authored over 4 years ago by aminya <[email protected]>
Merge pull request #45 from atom-ide-community/GitHub-token-no-rate-limiting

CI: GITHUB_TOKEN to fix vscode-ripgrep downloading issues

379f78050d7e700b3508b9838f2a1ad77cdec1bd authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Update bootstrap.yml

Co-Authored-By: deedeeg <[email protected]>

309e3c0801cb253c4120909e5bee4491d4675432 authored over 4 years ago by aminya <[email protected]>
download-unzip.yml

da793c9f7fc513476e1f53dba2fd16b8f6546706 authored over 4 years ago by aminya <[email protected]>
combine bootstrap for all OS

443c98ebc7b083983550a8a2bde3754c306558f4 authored over 4 years ago by aminya <[email protected]>
combine publish for all OS

264fdd434f4830cc61f1b80a9263be3e0bc420a2 authored over 4 years ago by aminya <[email protected]>
linux-build.yml and linux-publish.yml

91f302f5451780bf19d6d84436647297080b4ce9 authored over 4 years ago by aminya <[email protected]>
linux-test.yml

df3e80a88b8a9e7231673bb6f522f609d3b65af7 authored over 4 years ago by aminya <[email protected]>
linux-bootstrap.yml

cf0c4a7fe233462df013ca433b9397f5dd4314f0 authored over 4 years ago by aminya <[email protected]>
macos-test.yml

b5bf75997d276232f6219838b766ee4de03b0d6b authored over 4 years ago by aminya <[email protected]>
linux-preparation.yml

1fe38afb25c62c000d229f617ff9a8ee801926ed authored over 4 years ago by aminya <[email protected]>
macos-build.yml and macos-publish.yml

bf06d17e45514ab21fc39a1cdb0d64adeae36803 authored over 4 years ago by aminya <[email protected]>
macos-bootstrap.yml

f0074f54651fa2bad1b8a27de4176a3d0fd8546b authored over 4 years ago by aminya <[email protected]>
windows-build.yml and windows-publish.yml

7a4c8c62fe81d630ffe589ca9d678645aa173388 authored over 4 years ago by aminya <[email protected]>
macos-preparation.yml

ee3022b175896a85a1bbbc1179f3e9a4c6e06d2a authored over 4 years ago by aminya <[email protected]>
windows-bootstrap.yml

4d6855fe15ea75d97dd95e8d4cde35997a0282c4 authored over 4 years ago by aminya <[email protected]>
windows-test.yml

3127fa5d432f11afb57e97d5bc9f44bdcc7125a8 authored over 4 years ago by aminya <[email protected]>
windows-preparation.yml

9f406e24a9d27110f52fa387b665d8eca0b5f4cd authored over 4 years ago by aminya <[email protected]>
move cache.yml to templates folder

deabf83d444b59d4529c0010003e520b41dfb570 authored over 4 years ago by aminya <[email protected]>
lint

aca4629f460afb467af0fad96a9badf575f32cfa authored over 4 years ago by aminya <[email protected]>
detect symbolic link packages

a2e98d28776b36821b51a78cd35e638cb48fcc01 authored over 4 years ago by aminya <[email protected]>
Merge pull request #36 from atom-ide-community/vsts-config-atom-ide-community-org

2a0260d432c6063ea483821c34359cba15cf90b0 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Merge pull request #41 from atom-ide-community/cache_templates

e9b58e436639255e2c253803f7c4d6c7eb0005f9 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
using cache template in the workflows

22858b9723f6a2a331f381f54cbaab64b265f45b authored over 4 years ago by aminya <[email protected]>
cache template

bcc9e1d11bbd497af211629dc9526b92ddd23ed6 authored over 4 years ago by aminya <[email protected]>
vsts: Convert hard-coded REPO/OWNER strings to var

These can be set in Azure DevOps UI now.

9551fa5a2aa338642d61e013f75d2335c616cc9e authored over 4 years ago by DeeDeeG <[email protected]>
vsts: Set REPO/OWNER consts from DevOps env vars

Still hard-coded in the YAML, but set up so the change required
to make them reconfigurable vari...

0666ac7f669628e766e903139a90dc57088e0c30 authored over 4 years ago by DeeDeeG <[email protected]>
vsts: Don't hard-code repo owner or repo names

Replace strings with re-usable consts:
REPO_OWNER, MAIN_REPO and NIGHTLY_RELEASE_REPO,
so that t...

57dfd4add495bf77b852a3795e85822fe0f4c863 authored over 4 years ago by DeeDeeG <[email protected]>
add pull bot configuration

d0f0f60606f64ba48f8f66e7760f5fdceda8e07b authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Using windows-latest for vmImage

217cee16a895eaf8ec8043a4343b6aa68f8c8214 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
CI: Use Cache@2 task in place of Lighthouse

fc4dc84e4ff717e7cda5fea86bc04726a8b2c520 authored over 4 years ago by DeeDeeG <[email protected]>
make code-signing conditional

fa7dddabb3c6c3e0e329c866cade0eb721e9ddad authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Merge pull request #20899 from aminya/getAvailablePackages

Faster atom.packages.getAvailablePackages

4a9d56f52cab00a22744858d4077600d5365197a authored over 4 years ago by Mazen Elkashef <[email protected]>
Merge pull request #20856 from DeeDeeG/misc-python3-fixes

Miscellaneous python3-related updates and fixes

d840b89e628237a74ce7cc3e0c0369fde3508721 authored over 4 years ago by Mazen Elkashef <[email protected]>
Merge pull request #21061 from atom-ide-community/nopr_trigger_on_release

no PR triggers on release builds

8f97072a32c51b8c091f0d0dfa5b752f8cb0d551 authored over 4 years ago by Mazen Elkashef <[email protected]>
Merge pull request #21039 from atom/prebuild-install-5.3.5

⬆️ [email protected]

e137af5c8bcae5ae351ec33d2e4a946bfeb3d515 authored over 4 years ago by Musa Ibrahim <[email protected]>
node-gyp 5.x still accepts Python 2.6

fef2de59a48438fd0a24e52c9f2c51fa45ef3949 authored over 4 years ago by DeeDeeG <[email protected]>
1.51.0-dev

bb2cedbff3f860d689a58b0ea046e4e6c188c250 authored over 4 years ago by Hubot <[email protected]>
Merge pull request #21043 from atom/semver-7.3.2

⬆️ [email protected]

e5ebf3ad976b52c8e497fe5fafba56c748098bd7 authored over 4 years ago by Musa Ibrahim <[email protected]>
no PR triggers on release builds

f79dd596cedab70d1365bfbee19301988e1c222d authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Rename packagePaths to packageNames

Co-authored-by: Sadick <[email protected]>

d6cc11af897fc236bf0b43a13d71149650fa28f8 authored over 4 years ago by Amin Yahyaabadi <[email protected]>
Merge pull request #21041 from atom/resolve-1.17.0

⬆️ [email protected]

110b05baf7cb1e50ad7d679173e6fc8f698cab0d authored over 4 years ago by Musa Ibrahim <[email protected]>
:arrow_up: [email protected]

581b46cfdd77ae1cb652f4338f3911e53089c69d authored over 4 years ago by runner <[email protected]>
Merge pull request #20999 from atom/dependency-automation

Automate dependency bumps

5ab9915082af8db3cde454eb4079ebcfb2ded171 authored over 4 years ago by Musa Ibrahim <[email protected]>