Ecosyste.ms: OpenCollective

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

Aspect Build

Open-source tooling for the Bazel build system including rules_js, gcc-toolchain, bazel-lib and bazel-super-formatter. Visit our GitHub for the exhaustive list.
Collective - Host: opensource - https://opencollective.com/aspect-build - Website: https://aspect.build/ - Code: https://github.com/aspect-build

chore: remove useless check for stamped binary (#618)

Since we stopped `--stamp`ing our releases, this check can never fail.

github.com/bazel-contrib/bazel-lib - 339fd76bf070da4ae72ee26b30c9391378446723 authored over 1 year ago
chore: update warming job to aspect-build/[email protected] (#465)

github.com/aspect-build/rules_ts - 8cdcab75e11ed0c5754cc8bbd7d5a125be5ecb3f authored over 1 year ago
chore: fixup warming cron --- gha does not support timezone (#464)

github.com/aspect-build/rules_ts - c81fabb9a75313641b93fed4604839746e677403 authored over 1 year ago
chore: fixup warming cron --- gha does not support timezone (#88)

github.com/aspect-build/rules_jasmine - 9c4636ef231a06249dd3e7a3e612225b657d5078 authored over 1 year ago
chore: reduce warming job frequency to once per day (#463)

github.com/aspect-build/rules_ts - fe3c732293ae7d566de3402061ff456746862d25 authored over 1 year ago
chore: reduce warming job frequency to once per day (#87)

github.com/aspect-build/rules_jasmine - 62d0acc9c85753c5290c5136fc9db7ec01773310 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0 (#1312)

github.com/aspect-build/rules_js - b65fc28ad12699b8d52dd9a42e2e2be54891b0b4 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0 (#534)

github.com/aspect-build/aspect-cli - efea698cc4e6d0d22cd8341c01e614b5ecaafcab authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0 (#185)

github.com/aspect-build/rules_jest - 25b176d47018ffef94b859e977b5d559c18b99cd authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0 (#462)

github.com/aspect-build/rules_ts - f26cff04c9edf4df459b2b7ff447ea9d3a415600 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0 (#617)

github.com/bazel-contrib/bazel-lib - 219240d27aac1eafc90035056b026f98f05bde60 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0 (#86)

github.com/aspect-build/rules_jasmine - 82b1334c801f8a06bf78975b6a44ceaab575d7a4 authored over 1 year ago
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 864e6f86a37102aee9ca1ae029782085421456ef authored over 1 year ago
chore: rename Aspect Workflows CCI setup step (#533)

github.com/aspect-build/aspect-cli - 5983b5bade4145f44eeb76be65328814994c28f5 authored over 1 year ago
chore: add windows binaries (#610)

* chore: add windows binaries

* chore: fix/exclude windows brokenness

* chore: try to see ...

github.com/bazel-contrib/bazel-lib - eda4929c7217c96e768062dd56a1885a826d3171 authored over 1 year ago
chore: add example legacy non-workflows job (#532)

Co-authored-by: Jason Bedard <[email protected]>

github.com/aspect-build/aspect-cli - a07aba9f2c5de6271635cdc2e291da81389589f1 authored over 1 year ago
refactor: use _mtree_line helper (#612)

Also restore the .bazeliskrc file I accidentally removed in 4bfe55711aaf64c724cd353c00459b9132d6...

github.com/bazel-contrib/bazel-lib - 177b8839911070a5b21a79d323dcc2ed8c87e9e4 authored over 1 year ago
refactor: rework toolchain registration for WORKSPACE and bzlmod users (#597)

github.com/bazel-contrib/bazel-lib - 20f1ac39e013f78ec9102800bddc7576864abca5 authored over 1 year ago
fix: windows home directory (#608)

HOMEPATH isn't always set. For example https://buildkite.com/bazel/bazel-bazel-examples/builds/2...

github.com/bazel-contrib/bazel-lib - e1d9d9b58fa25e1152dcfe1a9696947f35b9b49f authored over 1 year ago
fix: always include files from the same workspace as the build target in `copy_to_directory()` (#360)

* fix: always include files from the same workspace as the build target in `copy_to_directory`

...

github.com/bazel-contrib/bazel-lib - 323329f119e3db812b56b5d0cf38e9c6e4c3c488 authored over 1 year ago
fix(gazelle): warn when loading invalid or recursive tsconfig (#3667)

GitOrigin-RevId: a280adcdef2e41b05e5dcc422f24393569679ab7

github.com/aspect-build/aspect-cli - ee973293718916b8666f0bcaefef9214c54950db authored over 1 year ago
feat: tar includes runfiles (#595)

* feat: tar includes runfiles

* chore: try to fix red circleci

* fix: tracked down problem...

github.com/bazel-contrib/bazel-lib - 472bf9b12210240c01c703171d9906b67386f32a authored over 1 year ago
feat: expose a config_setting for copy execution_requirements (#606)

* feat: expose a config_setting for copy execution_requirements

Fixes #604

* chore: add us...

github.com/bazel-contrib/bazel-lib - 4bfe55711aaf64c724cd353c00459b9132d6e2bf authored over 1 year ago
chore: fix copybara sync errors

github.com/aspect-build/aspect-cli - 7e6d84a4535200da314a585d202dbb6b6a544ea7 authored over 1 year ago
fix: forward to --bes_backend if configured by user (#3369)

Follow-up will add parsing of `.bazelrc` and add unit tests.

---

### Type of change

- Bug fix...

github.com/aspect-build/aspect-cli - 4b96302ecfbc81012c20d337ff1f1b57332597a7 authored over 1 year ago
fix: fixup aspect cli global flag parsing on bazel commands (#3368)

This came out of working on the build event stream forwarding proxy when
the user specifies a `-...

github.com/aspect-build/aspect-cli - c4b5f9d195aed126a60dbd29478f03698bcd90a9 authored over 1 year ago
refactor(gazelle): remove unused directive (#3454)

GitOrigin-RevId: 8a8bee1a088f50e0179f83fcab24a6f516320b48

github.com/aspect-build/aspect-cli - c42ee0f51dea69b733b5cfc371814e5b47621901 authored over 1 year ago
fix(gazelle): support empty proto rules (#3542)

Some fixes for a proto rule that is being removed by the gazelle proto
plugin, and some addition...

github.com/aspect-build/aspect-cli - eff54e27ba292af941312383dfc7aa3850c654ed authored over 1 year ago
feat: add --aspect:disable_plugins flag to Aspect CLI (#3507)

Since AbleAI is now going to be make `bazel` calls outside of our usual
Workflows task.

---

##...

github.com/aspect-build/aspect-cli - d4920b3507677b08e14123490d8ecbeb6b914675 authored over 1 year ago
fix: correctly inject --bes_backend flag before double dash if it exists (#3510)

This regressed in #3369

---

### Type of change

- Bug fix (change which fixes an issue)

### T...

github.com/aspect-build/aspect-cli - 54038df90c9d502ea3fa652ffe538c8c6c07746c authored over 1 year ago
fix: ts proto config check crash (#3536)

Fix https://github.com/aspect-build/aspect-cli/issues/512

GitOrigin-RevId: c8c4e09756496133ebab...

github.com/aspect-build/aspect-cli - 4d9c61dac55ae6f0a8a36dd21ff6d14656e4fb04 authored over 1 year ago
refactor: add common cli logging utils (#3406)

Moving the gazelle logging util methods to a common util for all of the
cli (cli/core/pkg/logger...

github.com/aspect-build/aspect-cli - 1390acea140ecd6d93d16f3bd7a2755831393aea authored over 1 year ago
fix: make outputs command faster (#3354)

This change brings the VideoAmp Delivery Manifest from 11m45sdown to
just 26s (27X improvement!)...

github.com/aspect-build/aspect-cli - 2535f097559e4411f2fcddf89275e06ca2a6760c authored over 1 year ago
feat(gazelle): support typescript module declarations (#3426)

GitOrigin-RevId: d14b37706cec8f70b6576cf8d078fb62cfc231ea

github.com/aspect-build/aspect-cli - 616a99c166c678b1ab5e45f7b3331921e1321d4c authored over 1 year ago
feat(gazelle): generate ts_config rules (#3456)

Fix https://github.com/aspect-build/aspect-cli/issues/473

---

<!-- Delete this comment! Follow...

github.com/aspect-build/aspect-cli - e69a330a4860d27fcfc3a7a34b74575bea87ad19 authored over 1 year ago
fix(gazelle): fix tsconfig baseUrl/paths mapping (#3524)

The tsconfig `paths` were not being treated relative to the `tsconfig`
`baseUrl`. The tests shou...

github.com/aspect-build/aspect-cli - 1f35ccab8c3dd7065fa432250cf60739a51b4280 authored over 1 year ago
feat(gazelle): support .js/dts-only targets (#3438)

Fix https://github.com/aspect-build/aspect-cli/issues/477

---

This change generates `js_librar...

github.com/aspect-build/aspect-cli - 981999a04eaa3dae0097af91f420fc8582284855 authored over 1 year ago
chore(deps): update dependency bazel to v6.3.2 (#3420)

GitOrigin-RevId: 96dc7904648587e19030ba48015de58008bdc78a

github.com/aspect-build/aspect-cli - b52d6791d478c5f4a7d05eca29a79dd19ebf328f authored over 1 year ago
fix(gazelle): support imports within declare-module expressions (#3449)

Support import/export within `declare module`.

---

### Type of change

- Bug fix (change which...

github.com/aspect-build/aspect-cli - ee5bc4f03864c9365158d3aa0b78d69814e02e72 authored over 1 year ago
fix: don't error out on unknown flags on commands that forward args to Bazel (#3491)

Fixes alternate bazel flag parsing regression in #3368.

---

### Type of change

- Bug fix (cha...

github.com/aspect-build/aspect-cli - 029eae6f6025837e6d340f9c6b5fc8d8a74122f9 authored over 1 year ago
fix(gazelle): support imports with only types packages, modules with additional declare-module definitions (#3499)

Previously `@types/x` was only added when an import was resolved to the
`x` package. Now if `@ty...

github.com/aspect-build/aspect-cli - 0fe00322cd2afd52994f8bc28ca61da2144499c9 authored over 1 year ago
fix: mutate BES URIs in Aspect CLI BES proxy so that external consumers get a bytestream that points to the remote cache (#3656)

Use case is Stairwell self-hosting a BuildBuddy instance in the same
account as Workflows and wa...

github.com/aspect-build/aspect-cli - 157320df8a9d3a56001083c166055e592f177052 authored over 1 year ago
fix(gazelle): removal of empty rules with map_kind (#3451)

A workaround for the gazelle bug and a bit of cleanup+tests.

---

### Type of change

- Bug fix...

github.com/aspect-build/aspect-cli - 3951a8ba8064cff483243e427d607773775bb28e authored over 1 year ago
fix(gazelle): support ts declare-module types in js_library targets (#3473)

### Type of change

- Bug fix (change which fixes an issue)

### Test plan

- Covered by existin...

github.com/aspect-build/aspect-cli - 3a62333da70846d7c0443555d4a1ef911068dd9b authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc14 (#598)

github.com/bazel-contrib/bazel-lib - aa478e4c95cc47c302a63e4ba348d95ae091e251 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc12 (#596)

github.com/bazel-contrib/bazel-lib - b58426619d2a9593ef25a61507c7591ba552bb0b authored over 1 year ago
Fix bzlmod (#600)

* fix: gazelle is not a devdep

It's easy to see because we reference the symbol two lines bel...

github.com/bazel-contrib/bazel-lib - 4a4dafa6e89dd1f856fc69ef64cfc4ff11dd4eee authored over 1 year ago
chore: fix tar_toolchain naming (#599)

Also register them in the correct order, matching how WORKSPACE works

github.com/bazel-contrib/bazel-lib - 28cb7a21454004c32b53b5be942c2edbf14a3e19 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc14 (#85)

github.com/aspect-build/rules_jasmine - 1d1d5ca232d5e74f9391e3bf787f81e0eefbcdae authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc14 (#1309)

github.com/aspect-build/rules_js - c50bd3f797c501fb229cf9ab58e0e4fc11464a2f authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc14 (#461)

github.com/aspect-build/rules_ts - 106694107d3d383daf10e12339ec404d3b20fbb3 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc14 (#184)

github.com/aspect-build/rules_jest - 491067db307ea28818a8939a6a9c9f8c967e7ee1 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc14 (#528)

github.com/aspect-build/aspect-cli - 17a896b9f5d5b972da3b1ffa2ab76da58cfe9d8a authored over 1 year ago
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 8630099076426038fdd96e3969ccd0d5f7b6b0b4 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc12 (#460)

github.com/aspect-build/rules_ts - 581dcc388452cc361e2b0263a6d21965f9a61052 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc12 (#183)

github.com/aspect-build/rules_jest - a553d39e07aa38bc2786a372b8e9ef2f428892f1 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc12 (#527)

github.com/aspect-build/aspect-cli - e57ca5b08c2d86c4f7b747ff52a9b12348365afc authored over 1 year ago
chore: use modern helper from bazel-lib (#207)

github.com/aspect-build/rules_py - 9dc96505cc7bd753da4101510eeecb45b1fbd4ac authored over 1 year ago
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 94aa712dcde690b2e86aa4829c3801030650eea9 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc12 (#84)

github.com/aspect-build/rules_jasmine - b991568b3db1e4c1949bb2f1aa3226c64f76a5e8 authored over 1 year ago
chore: upgrade to Aspect Workflows 5.8.0-rc12 (#1308)

github.com/aspect-build/rules_js - 1d675d222f0047496846f1cc8c17d9cee8dfde9a authored over 1 year ago
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 8cca0d683b9bd1d8925bfd88f01011ca322e02d2 authored over 1 year ago
Revert "refactor: reduce execution requirements for copy" (#594)

* Revert "refactor: reduce execution requirements for copy"

This reverts commit 40c2ddc71aab5...

github.com/bazel-contrib/bazel-lib - bc97305fcd436052c472f1b45e957016e961623e authored over 1 year ago
feat: add lint command to bazel

Co-authored-by: Alex Eagle <[email protected]>

github.com/aspect-build/rules_lint - 9d73060fa94cfc0d5e3f0843b52e41e1fe4427d2 authored over 1 year ago
refactor: remove exclude_prefixes from copy_to_directory and copy_to_directory_bin_action (#591)

github.com/bazel-contrib/bazel-lib - 1cd2eb7e0a9fe0eae4c0deaa1adf10ed19e11fa5 authored over 1 year ago
remove extra file from start

github.com/aspect-build/codelabs - 15669732a3a190f7250b5bf88416803847b9e9fc authored over 1 year ago
refactor: remove to_workspace_path and to_manifest_path (#590)

github.com/bazel-contrib/bazel-lib - cb9b74f41e38e13197b7e5ecdebaff4b75845aba authored over 1 year ago
refactor: remove output_dir from run_binary and expand_variables (#588)

github.com/bazel-contrib/bazel-lib - 231dad5c92be6a4d3cbee01269ea5f23504c9ea5 authored over 1 year ago
refactor: remove legacy copy_directory_action helper (#589)

github.com/bazel-contrib/bazel-lib - 3a16b4de264eaff08676d90a651dba814adaf2de authored over 1 year ago
chore: remove is_windows attributes (#587)

Fixes some TODOs for 2.0

github.com/bazel-contrib/bazel-lib - 894ba445c44bf83f2676715eed77e3e009d267b9 authored over 1 year ago
feat(presets): always fetch all coverage files on coverage runs (#564)

github.com/bazel-contrib/bazel-lib - 99f36cc298b61828d15be033573685e7653ccc20 authored over 1 year ago
chore: remove legacy copy_to_directory_action (#582)

github.com/bazel-contrib/bazel-lib - dca2b1df0c83147d81c40a03dcc86ba106df890a authored over 1 year ago
chore: check gazelle on CI (#586)

github.com/bazel-contrib/bazel-lib - e640c0db0fff04600b6f6d1d1f2a69d5c22fa81d authored over 1 year ago
chore: run gazelle (#584)

Also delete the local_config_platform workaround for bazel 5 which made our docs setup complex

github.com/bazel-contrib/bazel-lib - 6a4381bf075b7afb0c94ba0282b5d40a33d420be authored over 1 year ago
chore: drop Bazel 5 support for 2.0 (#585)

github.com/bazel-contrib/bazel-lib - 3a757c8a9567c59aa29105c4b797a2ac273b96da authored over 1 year ago
fix: fix bad import (#583)

github.com/bazel-contrib/bazel-lib - 078530c7a125a6afafe9f6705215babe2746f205 authored over 1 year ago
Avoid expanding mtree spec during analysis phase (#576)

* Avoid expanding mtree spec during analysis phase

* Update tar.bzl

remove comment and unu...

github.com/bazel-contrib/bazel-lib - 8fe4f6f8d50a9016702690c175687f6bd366dd59 authored over 1 year ago
chore: run CI on 2.x branch (#581)

github.com/bazel-contrib/bazel-lib - 20480444e6ffb88373eaf528de145ac8879f63cc authored over 1 year ago
chore: remove expand_template re-export (#580)

github.com/bazel-contrib/bazel-lib - 46a16e500c43e5998a937e89aad5bc1e40fc5440 authored over 1 year ago
docs: clarify troubleshooting (#1307)

github.com/aspect-build/rules_js - 0cd08de06ce8610e19cc58c1229c6b6e9cae92d3 authored over 1 year ago
fix: register tar toolchain for bzlmod users (#574)

github.com/bazel-contrib/bazel-lib - 652773d5fa8c87505a5d5e20c461286add55a192 authored over 1 year ago
chore: start README

github.com/aspect-build/codelabs - 98027ff3163d11a8ad74dc559c598eec890dd3c4 authored over 1 year ago
chore: add gazelle task to Aspect Workflows config (#180)

github.com/aspect-build/rules_jest - bdc42a7d975ee7122a757e3a7f468b829a218cc6 authored over 1 year ago
chore: remove solution files

github.com/aspect-build/codelabs - ff099e88f210b2819526b9f0dad5dcb467cdd3e9 authored over 1 year ago
chore: update Aspect rules to latest

github.com/aspect-build/codelabs - ff9e95f456c1df2937a9621d8144cfe6e33549d2 authored over 1 year ago
Merge pull request #3 from cgrindel/ios_app

feat: add Swift modules and an iOS application

github.com/aspect-build/codelabs - d9583ebc31ed5e7ac966b5e7d36a0850da0a4237 authored over 1 year ago
Output more info for test failure in CI.

github.com/aspect-build/codelabs - f8ed18db23bd98a164134aa62a47fcada4611e0d authored over 1 year ago
chore: set Workflows flags in .aspect/workflows/terraform/.bazelrc file (#179)

github.com/aspect-build/rules_jest - 7b6b2f2a5b668b9eb183692ce586591f8a73fe03 authored over 1 year ago
docs: improve generated documentation (#203)

Document both the py_binary (macro) and py_binary_rule underneath it,
like we do in other rules...

github.com/aspect-build/rules_py - 70b6697d1e4b94eb1100e1d6806de8c4a9af692e authored over 1 year ago
chore: dogfood our rules rather than rules_python (#204)

### Type of change

- Refactor (a code change that neither fixes a bug or adds a new
feature)...

github.com/aspect-build/rules_py - 094597328339a6132f699ba351d7771d6a03daaa authored over 1 year ago
feat: add a tar toolchain (#468)

* feat: add a BSD tar toolchain

@thesayyn discovered that it has a feature which should make ...

github.com/bazel-contrib/bazel-lib - a283a8216de1fda7d222768c17186b2dcc0dd39f authored over 1 year ago
feat: support jq 1.7 toolchain (#520)

github.com/bazel-contrib/bazel-lib - 174bb9425d113a26c45af599084eef5470de7ce2 authored over 1 year ago
Wrap allTests for Linux only

github.com/aspect-build/codelabs - 820eb879019e8b45d7ab9ead5f26b56eb691b57b authored over 1 year ago
Ensure Swift tests work on Ubuntu

github.com/aspect-build/codelabs - 5976edcf3a6b5318fd5cd99f63ea02f1806bded1 authored over 1 year ago
feat: add package_visibility attribute to npm_translate_lock (#1302)

github.com/aspect-build/rules_js - f60b9b5ca31472cc29fd3acf48a27c9284f0d85d authored over 1 year ago
Add macos_test and all_ci_tests

github.com/aspect-build/codelabs - 621a7cbb1b6257eeed82f7e097a25b2bc7900d83 authored over 1 year ago
Add test_suite for manual_tests

github.com/aspect-build/codelabs - f197b9d150aa7b1b75b255a581636db7afc2e1ba authored over 1 year ago
Mark cetain targets with target_compatible_with.

github.com/aspect-build/codelabs - b5d623b514dcbcc1d3b97854f2209cd019998f94 authored over 1 year ago