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

bump registry to latest

github.com/aspect-build/bzlmod_demo - 74ca7f911170fba371bf1ca9230fa612fffd58d1 authored about 3 years ago by Alex Eagle <[email protected]>
fix: simplify WORKSPACE install for users

Instead of getting the cli npm repositories from a dynamically generated .bzl file,
we can just ...

github.com/aspect-build/rules_swc - 7e88e26c26772babaa0398d97c61fd28d20def1f authored about 3 years ago by Alex Eagle <[email protected]>
feat: support bzlmod

github.com/aspect-build/rules_swc - 9e609b9bffb0d26285ff76fdb0818925d90926b7 authored about 3 years ago by Alex Eagle <[email protected]>
fix: account for repository mapping

We can't rely on the npm_install generated repos having the name we expect

github.com/aspect-build/rules_js - 8bccc1a59d76b7924ec6b639440fb753de70f90d authored about 3 years ago by Alex Eagle <[email protected]>
Create README.md

github.com/aspect-build/bzlmod_demo - 92968977bc9dc716f42bb15c031a5ee7cb1b468f authored about 3 years ago by Alex Eagle <[email protected]>
feat: add pre-built toolchains (#2)

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/rules_python_experiments - b315a83c3bc12de1f7e506227e311ba9f50d0aae authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
Initial commit

github.com/aspect-build/bzlmod_demo - 7d09470a06fe36d746f7c1f1cabaa56944c342b3 authored about 3 years ago by Alex Eagle <[email protected]>
fix: expose bare jq/jq.exe binary (#20)

github.com/bazel-contrib/bazel-lib - 885fcb3f6e3179d42d1247b03fb57ccf33d1e82c authored about 3 years ago by Alex Eagle <[email protected]>
fix: allow tags/visibility on jq rule (#19)

fixes #18

github.com/bazel-contrib/bazel-lib - 87cecb51a286e78ebbf7d6086ea886003e294039 authored about 3 years ago by Alex Eagle <[email protected]>
Fix release snippet load statements

github.com/bazel-contrib/bazel-lib - ff2c2d2d33f1b2dc4ef150528f9b72f667ac9e94 authored about 3 years ago by Alex Eagle <[email protected]>
fix: don't try to declare swc toolchain for target platform (#9)

The tool is only used in execution context. When this line is included, the build will fail when...

github.com/aspect-build/rules_swc - e0d5c1918cd8bb7faa07cdcf888594ba62a19f44 authored about 3 years ago by Alex Eagle <[email protected]>
feat: add include_external_repositories and exclude_prefixes attributes to copy_to_directory

Also change the default behavior such that files from external repositories are not included unl...

github.com/bazel-contrib/bazel-lib - 8dc3d2e52a53d1b17d1bfd3e2b70192f44fe564d authored about 3 years ago by Greg Magolan <[email protected]>
docs: add jq usage examples (#16)

* docs: add jq usage examples

* (squash) use backticks for usage examples

github.com/bazel-contrib/bazel-lib - c0121bdb327e4a150ad4fa87aa9b803798ade312 authored about 3 years ago by Derek Cormier <[email protected]>
docs: update workspace snippet with jq instructions (#15)

github.com/bazel-contrib/bazel-lib - 4c2620cded9c356af9d555e7efc91540d22f1c84 authored about 3 years ago by Derek Cormier <[email protected]>
fix: workspace name (#1)

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/rules_python_experiments - fb74c096a7dd4f1a61e2e70b635d678ccba5dfe1 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
fix: replace initial template values

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/rules_python_experiments - 0945efe627b3860e6cdbfa04e70ce8e1c640191a authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
bootstrap: initial commit

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/rules_python_experiments - affee38d9e9a40352f9df0400bf9f9642f8c20f3 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
feat: add jq toolchain and rule

github.com/bazel-contrib/bazel-lib - b8347b5f0abb646c5ed06ade5de62c17e89e072f authored about 3 years ago by Derek Cormier <[email protected]>
feat: support --output-dir flag (#7)

github.com/aspect-build/rules_swc - 300e69c37a15284e2a1bcad8fc37bacce17d83c7 authored about 3 years ago by Alex Eagle <[email protected]>
chore: update Bazel to latest

github.com/aspect-build/rules_swc - 7002e88d72315b507d594682fc570e19fe038180 authored about 3 years ago by Alex Eagle <[email protected]>
feat: interceptors system (#86)

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/aspect-cli - e7b1aeb3e6b9d187f01d5a39397d81f8234922bb authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
fix: flag to pass swcrc is --config-file (#3)

github.com/aspect-build/rules_swc - 5f073d8a0942a0919d25857c1ffaca9fbd735617 authored about 3 years ago by Greg Magolan <[email protected]>
chore: mirror latest swc release (#6)

This makes our patch no longer necessary as it was merged upstream

github.com/aspect-build/rules_swc - 05049ce2d17b54e8d2821d20ff244a5c4ee38316 authored about 3 years ago by Alex Eagle <[email protected]>
chore: remove unreachable call to exit (#87)

github.com/aspect-build/aspect-cli - 9fdc72feaca0e396ef1f174fc76f116326266f8d authored about 3 years ago by Matt Mackay <[email protected]>
feat: show test error output (#84)

github.com/aspect-build/aspect-cli - b921c42090bb47bad925432f97b4112b5412b825 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
simplify publish and release (#5)

github.com/aspect-build/rules_swc - f41ef139c706be5f2c50179209f081c28591bb6b authored about 3 years ago by Alex Eagle <[email protected]>
chore: simplify distribution and release

github.com/aspect-build/rules_js - a1a8788af1652748d964cfa3b88f544478d9f352 authored about 3 years ago by Alex Eagle <[email protected]>
fix: release archive needs a strip_prefix (#14)

Also remove some dead code

github.com/bazel-contrib/bazel-lib - aca19c4ac781985c1a4f9f4c4db918c683be5317 authored about 3 years ago by Alex Eagle <[email protected]>
fix: add missing file for release process

github.com/bazel-contrib/bazel-lib - 2dc7954b5a7eed804fc298cb022d031ec98ba1e9 authored about 3 years ago by Alex Eagle <[email protected]>
feat: invoke inside workspace interceptor (#83)

* feat: implement WorkspaceFinder

* test: added TestWorkspaceFinder

* fix: implementation,...

github.com/aspect-build/aspect-cli - c31bf06984bff1e8ca527e3cc313f0231d07a8d6 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
refactor: simplify release (#13)

Fixes #12

github.com/bazel-contrib/bazel-lib - 1c5fb6370b2b9cc61805b5ad367b8f37cccb2906 authored about 3 years ago by Alex Eagle <[email protected]>
fix(swc): suppress swc output by default (#4)

github.com/aspect-build/rules_swc - 8ca30ec0ee46ba8bc4c6188e632e02f1cf82fc8a authored about 3 years ago by Matt Mackay <[email protected]>
feat: add `test --keep_going` to bazelrc (#82)

github.com/aspect-build/aspect-cli - c70e3fda8f14e5497be357b62e2c545ff6c011a1 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
refactor: run plugin system from main (#77)

github.com/aspect-build/aspect-cli - d4592642006d28a5e6a131611541f801d6e513e2 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
Change to match upstream swc change (#2)

github.com/aspect-build/rules_swc - 5d111d0b939de58f8ae9a72674a54f2ab191bf8d authored about 3 years ago by Alex Eagle <[email protected]>
Update README.md

github.com/aspect-build/rules_swc - b15c8a93c518ca9fc261352d13632fd48e1a8169 authored about 3 years ago by Alex Eagle <[email protected]>
feat: custom rule rather than a genrule (#1)

* feat: custom rule rather than a genrule

* code review feedback

* Add latest release

github.com/aspect-build/rules_swc - 391c3748d48e964b9987e614028db9cb9cd35868 authored about 3 years ago by Alex Eagle <[email protected]>
fix: translate_package_lock handles semver ranges

We have to do a second lookup through the file to get the actual version
of the package that sat...

github.com/aspect-build/rules_js - 4420d070f3c696166384535e3cf4235434e85e8d authored about 3 years ago by Alex Eagle <[email protected]>
doc: readme says how to setup your WORKSPACE

github.com/aspect-build/rules_swc - 1024144e785bdb8ec19d88bb364cb06e7b99387f authored about 3 years ago by Alex Eagle <[email protected]>
add darwin shasums

github.com/aspect-build/rules_swc - 5c020a02664436c44db35d55f23207f55464b0ce authored about 3 years ago by Alex Eagle <[email protected]>
working now

github.com/aspect-build/rules_swc - 4db04d7dd25a9064f93d604b1f744539897777ce authored about 3 years ago by Alex Eagle <[email protected]>
chore: working, but the patch needs generalization

github.com/aspect-build/rules_swc - 33b30dc772b6b8e38e26736ea86c6825d3166c7a authored about 3 years ago by Alex Eagle <[email protected]>
Working swc toolchain, nearly working end-to-end

github.com/aspect-build/rules_swc - 0f31562d343b5614311a700f7f5de5d6f053d08b authored about 3 years ago by Alex Eagle <[email protected]>
Initial commit

github.com/aspect-build/rules_swc - 4fda4fadddc2ead735eea58fc212903a205822f4 authored about 3 years ago by Alex Eagle <[email protected]>
fix: copy_to_directory exposes output in runfiles (#10)

github.com/bazel-contrib/bazel-lib - 48b0a774eae685e6f7ce4923031dfee9de5526f8 authored about 3 years ago by Alex Eagle <[email protected]>
Fix race conditions with webpack_dev_server (#8)

- Export symbols from index.bzl
- Include webpack_dev_server in CI
- Release version 0.2.0

github.com/aspect-build/rules_webpack - a07551f1a2cec5997bf367bb8fbc15949ace8ae4 authored about 3 years ago by mrmeku <[email protected]>
fix: do not suspend watcher while there is another compilation running (#9)

github.com/aspect-build/rules_webpack - ababb67d1aa0657ef1aad35023e0d903878cfc49 authored about 3 years ago by Sahin Yort <[email protected]>
fix: release with local changes (#76)

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/aspect-cli - 27b371931b35a39f42914c55897fce355ce30f2f authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
refactor: use buildeventstream alias for clarity (#70)

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/aspect-cli - aa86b8907dd90bc3328dcf5d49a046047a1043ff authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
Merge pull request #6 from JeromeDuval-Nam/fix_no_messages_response

Send valid JSON when no messages are present

github.com/aspect-build/codelabs - f07cafe377682d35fd0c82cb816bf0a0fb0c0100 authored about 3 years ago by Joe Hicks <[email protected]>
build: fix yaml syntax

github.com/aspect-build/aspect-cli - 1f3379ef78bbb6f96dad9d1e69fc2c872d40f8ae authored about 3 years ago by Alex Eagle <[email protected]>
feat: fix-visibility release artifacts (#67)

* feat: fix-visibility release artifacts

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@...

github.com/aspect-build/aspect-cli - 0a37991c0399d78f51430ce701b0d1d435eb9947 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
docs: plugin system (#66)

Signed-off-by: Thulio Ferraz Assis <[email protected]>

github.com/aspect-build/aspect-cli - 6932e98b9a4cdef6575ad2c5337bd8c2e34afd3a authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
feat: copy_to_directory copies files and directories to an output directory

github.com/bazel-contrib/bazel-lib - 0d2981f2881cbe3eabc8264a5147d843c577b8cf authored about 3 years ago by Greg Magolan <[email protected]>
Replace logo on docsite

github.com/aspect-build/aspect-cli - ee42942c36fff17df969de3bebee62780f937764 authored about 3 years ago by Alex Eagle <[email protected]>
feat: plugin system (#64)

* feat: add the fix-visibility example

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@us...

github.com/aspect-build/aspect-cli - d6dd1963d1e231bd1d7f070f0eda71e7c2630ca7 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
bump: go version to 1.17.3 (#65)

github.com/aspect-build/aspect-cli - 2a3639dfa127e992e52a00fa963e7207cb2d5598 authored about 3 years ago by Thulio Ferraz Assis <[email protected]>
refactor: rename test to example (#7)

github.com/aspect-build/rules_js - 8d960adce68a38887f92926b1ea8350ef1be7f70 authored about 3 years ago by Alex Eagle <[email protected]>
refactor: use aspect_bazel_lib to reduce duplication (#6)

github.com/aspect-build/rules_js - 97eb8631d98308fbce40c08c126a9e6f4c0d70d2 authored about 3 years ago by Alex Eagle <[email protected]>
release: update instructions

github.com/bazel-contrib/bazel-lib - 905cbb582fa6d975afa9634c443c66bbf41f01ee authored about 3 years ago by Alex Eagle <[email protected]>
release: don't require manual edits to version.bzl

Instead the release process should key off the git tag

github.com/bazel-contrib/bazel-lib - c891bbcf5272658cadb8311cf146346406c1cfd1 authored about 3 years ago by Alex Eagle <[email protected]>
feat: expand_template does execpath and vars substitutions (#6)

github.com/bazel-contrib/bazel-lib - 2dfacb4d881e8b8531dc27a12c8d069060d14ec6 authored about 3 years ago by Alex Eagle <[email protected]>
fix: also correct the workspace in another case of to_label (#5)

github.com/bazel-contrib/bazel-lib - 3037b9615a52b20b98ace2332cdea824dd97c35a authored about 3 years ago by Alex Eagle <[email protected]>
fix: construct labels relative to calling workspace (#4)

github.com/bazel-contrib/bazel-lib - 2b43162a764865f9a0e18872f6d0e3e6b7934d1a authored about 3 years ago by Alex Eagle <[email protected]>
Enhanced documentation for webpack rules

github.com/aspect-build/rules_webpack - 6cb86645833dca81f57847325e532266540f859e authored about 3 years ago by Daniel Muller <[email protected]>
chore: run gazelle to add missing bzl_library

github.com/bazel-contrib/bazel-lib - f6b016bdb9326c02d3889e0c07c5152edaa3ca92 authored about 3 years ago by Alex Eagle <[email protected]>
feat: add doc helpers (#2)

* add stardoc helpers

* fix incorrect default template in stardoc_with_diff_test()

* add s...

github.com/bazel-contrib/bazel-lib - 6f7469dd03dd1a19697a3d7e33d7ba8972eac034 authored about 3 years ago by Chaitanya Varier <[email protected]>
feat: add runfiles helpers needed for rules_js (#3)

* feat: add runfiles helpers needed for rules_js

* chore: code review feedback

github.com/bazel-contrib/bazel-lib - da6fb88da72ba6fade6044bdefe41a4910c0f37b authored about 3 years ago by Alex Eagle <[email protected]>
feat: add some paths and utils (#1)

* feat: add some paths and utils

* test: exercise relative to_label

* chore: cleanup namin...

github.com/bazel-contrib/bazel-lib - cb8c2bad2224c3a590d987c4fa66156b1bcbe697 authored about 3 years ago by Alex Eagle <[email protected]>
Docs (#6)

* feat: generate documentation

* chore: rename @bazel/webpack -> @aspect-build/webpack

github.com/aspect-build/rules_webpack - c1cdb5d6d71b706c68bef1b6f568b86247bdac6a authored about 3 years ago by Alex Eagle <[email protected]>
docs: update for generated aliases

github.com/aspect-build/rules_js - 3d5a09ff576fb8a8847309dce076c976a70e3e7f authored about 3 years ago by Alex Eagle <[email protected]>
refactor: use lambda to allow test to mock repository_ctx

github.com/aspect-build/rules_js - cac9678b4f020baa20c6f1cf5f0678887a934167 authored about 3 years ago by Alex Eagle <[email protected]>
feat: add alias targets for unversioned reference to direct deps

Also add starlark unit testing for translate_package_lock as it's going to get more complex.

github.com/aspect-build/rules_js - b34d373081bcf87b225e7973078cb4b0449cda1b authored about 3 years ago by Alex Eagle <[email protected]>
webpack_dev_server rule for use with ibazel (#5)

Co-authored-by: Daniel Muller <[email protected]>

github.com/aspect-build/rules_webpack - de7dddf05d81ebfdd3af0daa4694117893e8bc3e authored about 3 years ago by mrmeku <[email protected]>
Add unittest

github.com/bazel-contrib/bazel-lib - 03eaca91f1342a0d67503e878ae6755f90181eeb authored about 3 years ago by Alex Eagle <[email protected]>
Initial commit

github.com/bazel-contrib/bazel-lib - bf35529fc9fa2e784bcc3494fc69912b3c8ac783 authored about 3 years ago by Alex Eagle <[email protected]>
Initial commit

github.com/bazel-contrib/bazel-lib - 394f900560dfbaa9139bda8f4be76ffdc9b0bfd8 authored about 3 years ago by Alex Eagle <[email protected]>
fix merge conflict on npm_import rule

github.com/aspect-build/rules_js - 4fafe85a9f9cbfcfb85e9e8291c98bf29c63be06 authored about 3 years ago by Matt Mackay <[email protected]>
feat: add translate_package_lock rule

github.com/aspect-build/rules_js - 1534570d90fa8b8ecfa48989bd87786a428071a4 authored about 3 years ago by Alex Eagle <[email protected]>
point README to release artifact

github.com/aspect-build/rules_js - bd4fc3433612629f210e60c3d5925be6dff0047f authored about 3 years ago by Alex Eagle <[email protected]>
chore: make release functional

github.com/aspect-build/rules_js - c7d2864b31d4351cd1c9ff7f2e774cacd238dbda authored about 3 years ago by Alex Eagle <[email protected]>
shorter links to rules_nodejs bugs

github.com/aspect-build/rules_js - f95b289574f9d04f943af3e9b85c0c58778c189a authored about 3 years ago by Alex Eagle <[email protected]>
fix links to docs and test

github.com/aspect-build/rules_js - 790d951784abe89b16e360a5fce5dc0a402e7319 authored about 3 years ago by Alex Eagle <[email protected]>
more documentation updates

github.com/aspect-build/rules_js - 3f588557e0b75331aee20423cd8e702db9dbbaf0 authored about 3 years ago by Alex Eagle <[email protected]>
we haven't decided how to license this code yet

github.com/aspect-build/rules_webpack - b6751b5ffd2c8af30b80f61c072f68d4de0548bc authored about 3 years ago by Alex Eagle <[email protected]>
Update README.md

github.com/aspect-build/rules_js - 9ccccec61be2cc274900a95632812ec3aa278aa4 authored about 3 years ago by Alex Eagle <[email protected]>
Update README.md

github.com/aspect-build/rules_js - 350c7cc1ee38cea80baf13ec232f84873429e774 authored about 3 years ago by Alex Eagle <[email protected]>
feat: implement entry_points and output_dir

github.com/aspect-build/rules_webpack - 75df4ed9afbcced7f86c564cd8c086a841b49845 authored about 3 years ago by Sahin <[email protected]>
minor cleanups

github.com/aspect-build/rules_webpack - 0e2a4d0f0b92d6ccd51ebfff10cbc14155c9d10e authored about 3 years ago by Alex Eagle <[email protected]>
chore: wire up gazelle to generate bzl_library targets

github.com/aspect-build/rules_js - acd8ca0ec405c05b79b28515ff69e9638b94ad60 authored about 3 years ago by Alex Eagle <[email protected]>
Documentation improvements

github.com/aspect-build/rules_js - 5904864e7805b426db5814096055e7e5081e5d31 authored about 3 years ago by Alex Eagle <[email protected]>
Initial rule implementations

github.com/aspect-build/rules_js - 60eaf8a88f91846af6de70e40f4da481ef76d030 authored about 3 years ago by Alex Eagle <[email protected]>