Pinned
2,126 contributions in the last year
Less
More
Activity overview
Contributed to
heroku/heroku-buildpack-python,
heroku/buildpacks-jvm,
forcedotcom/sf-fx-runtime-nodejs
and 5 other
repositories
Contribution activity
September 2021
Created 18 commits in 10 repositories
Created 1 repository
Created a pull request in Malax/libcnb.rs that received 4 comments
Fix detect/build mode detection when using symlinks
cnb_runtime() has to detect the currently running binary name in order to determine whether the binary should be run in detect or build mode.
Previ…
+16
−4
•
4
comments
Opened 12 other pull requests in 5 repositories
heroku/buildpacks-jvm
4
merged
Malax/libcnb.rs
4
merged
heroku/heroku-buildpack-python
2
merged
heroku/heroku-buildpack-jvm-common
1
merged
heroku/heroku-buildpack-nodejs
1
merged
Reviewed 91 pull requests in 21 repositories
forcedotcom/sf-fx-runtime-nodejs
25 pull requests
- Bump concurrently from 6.2.1 to 6.2.2
- Bump yargs from 17.2.0 to 17.2.1
- Bump @types/node from 16.9.6 to 16.10.1
- Bump mocha from 9.1.1 to 9.1.2
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0
- Bump typedoc-plugin-markdown from 3.11.1 to 3.11.2
- Bump @types/sinon from 10.0.3 to 10.0.4
- Bump typedoc-plugin-markdown from 3.11.0 to 3.11.1
- Bump fastify from 3.21.3 to 3.21.5
- Bump @types/sinon from 10.0.2 to 10.0.3
- Bump whatwg-mimetype from 2.3.0 to 3.0.0
- Bump @types/chai from 4.2.21 to 4.2.22
- Prepare release 0.6.0
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2
- Use npm-shrinkwrap.json for deterministic dependency resolution with npm install
- Use throng for node clustering and worker restarts
- Bump prettier from 2.3.2 to 2.4.0
- Bump @types/node from 16.9.0 to 16.9.1
- Omnibus update: release process
- Prepare 0.5.0 release
- Bump fastify from 3.20.2 to 3.21.0
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0
-
Automatic ReferenceID expansion via
toApiString()
forcedotcom/sf-fx-runtime-java
9 pull requests
- Bump guava from 31.0-jre to 31.0.1-jre
- Bump spotless-maven-plugin from 2.13.1 to 2.14.0
- Bump guava from 30.1.1-jre to 31.0-jre
- Bump spotless-maven-plugin from 2.13.0 to 2.13.1
- Bump classgraph from 4.8.115 to 4.8.116
- Bump logback-classic from 1.2.5 to 1.2.6
- Bump wiremock-jre8 from 2.30.1 to 2.31.0
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
- Bump spotless-maven-plugin from 2.12.3 to 2.13.0
Malax/libcnb.rs
8 pull requests
heroku/heroku-buildpack-ruby
7 pull requests
heroku/buildpacks-jvm
6 pull requests
- Bump cutlass from 0.2.1 to 0.2.3
- Add support for OpenJDK 17
- Bump libherokubuildpack from 0.1.1 to 0.2.0 in /buildpacks/jvm-function-invoker
- Bump buildpacks/github-actions from 4.3.0 to 4.3.1
- Bump thiserror from 1.0.28 to 1.0.29 in /buildpacks/jvm-function-invoker
- Upload buildpackage tgz to Github Release
heroku/heroku-buildpack-nodejs
6 pull requests
forcedotcom/sf-fx-sdk-nodejs
5 pull requests
forcedotcom/sf-fx-sdk-java
4 pull requests
heroku/gradle-getting-started
3 pull requests
heroku/heroku-buildpack-php
2 pull requests
heroku/node-js-getting-started
2 pull requests
heroku/ruby-getting-started
2 pull requests
heroku/java-getting-started
2 pull requests
heroku/buildpacks-nodejs
2 pull requests
heroku/heroku-buildpack-python
2 pull requests
heroku/php-getting-started
1 pull request
heroku/buildpacks-ruby
1 pull request
heroku/pack-images
1 pull request
neutrinojs/neutrino
1 pull request
neutrinojs/webpack-chain
1 pull request
heroku/cutlass
1 pull request
Created an issue in sagiegurari/cargo-make that received 7 comments
Cargo make is slow when using workspaces
Describe The Bug
I would love to be able to use cargo make with projects making use of workspaces, to run commands per package (ie not use workspac…
7
comments
Opened 42 other issues in 9 repositories
Malax/libcnb.rs
27
open
3
closed
-
Provide a consistent way to control log verbosity (
BP_LOG_LEVEL) - Add support for Buildpack API 0.6
- ErrorHandler trait not implemented errors after new major version releases of libcnb
-
API design of
cnb_runtimecauses clippy::unnecessary_wraps lint warnings - Triage clippy::module_name_repetitions warnings
- README needs updating for API changes in v0.2.0
-
Add missing
#[cfg(test)]toEnv's tests -
Return a borrowed not cloned object from
Env::get -
Explore ways to make the
LayerEnvAPI more consise -
Standardise naming of
DetectOutcomeandValidationResult -
Expose
toml::value::Tableto consumers of the crate -
Use default generic arguments for some of the
Generic*types - Loosen trait restrictions on the Error returned by closures added in #28
-
Reduce cognitive overhead of
LayerLifecycle's large number of generic arguments - Consider enabling some/most of Clippy's pedantic lints
- Fix clippy::implicit-clone warning
- Fix clippy::unnecessary-wraps warning
- Fix clippy::needless-pass-by-value warnings
- Fix clippy::match-wildcard-for-single-variants warning
- Fix clippy::redundant-closure-for-method-calls warnings
- Fix clippy::doc-markdown warnings
- Fix clippy::map-unwrap-or warning
- Fix clippy::semicolon-if-nothing-returned warnings
- Fix clippy::must-use-candidate warnings
- Fix clippy::items-after-statements warnings
- Some issues not shown.
sagiegurari/cargo-make
4
open
rq/django-rq
1
closed
1
open
heroku/clojure-getting-started
1
open
heroku/php-getting-started
1
open
heroku/ruby-getting-started
1
open
rust-lang/rust
1
open
buildpacks/pack
1
open
buildpacks/docs
1
open
51
contributions
in private repositories
Sep 1 – Sep 23