Open Source Contributions
Merged pull requests in other people's repositories, pulled from the GitHub API at build time.
269 merged pull requests across 73 repositories
2026
starship: expose `config-schema.json` via `passthru.jsonschema` · #548639
Expose the config-schema.json file to allow validation of config files generated by home-manager with tools such as check-jsonfile, which al…
herdr: Use the binary outside Nix to reload the config when `package` is unset · #9681
Description If the package is unset, fall back to a herdr binary install outside of Nix's scope. Checklist Change is backwards compatible. C…
herdr: Automatically reload config · #9662
Description Checklist Change is backwards compatible. Code formatted with nix fmt or nix-shell -A dev --run treefmt. Code tested through nix…
fix: Preserve `yaml-language-server` scheme when writing config file · #2870
I found that devenv input add removes the yaml-language-server schema from the top of the devenv.yaml file, which breaks auto-completion in …
feat: Add `--include-envrc` flags to `init` command · #2859
I recently upgraded to the latest devenv and noticed that .envrc is no longer generated by devenv init. I also came across the page announci…
stackbuilders/nixpkgs-terraformGo
fix: Fix publish workflow · #181
This PR resolves the broken flakestry job. Additionally, the missing versions have been released to Flakestry; more information on this comm…
stackbuilders/nixpkgs-terraformGo
fix: Fix templates build · #179
This pull request updates the GitHub Actions workflow configuration in .github/workflows/build.yml to improve reliability and efficiency. Th…
2025
stackbuilders/nixpkgs-terraformGo
feat: Compute `vendorHash` using standard Nix commands · #166
This PR replaces nix-prefetch, which has not been updated in years, with standard Nix commands. The workflow has been changed to first write…
stackbuilders/nixpkgs-terraformGo
ci: Run action linters as part of the `check` job · #172
This PR adds some safety nets for caching issues to GH actions workflow files early in the development process.
stackbuilders/nixpkgs-terraformGo
fix(ci): Fix "update" workflow · #167
This PR fixed a bug found while running the "update" workflow, which prevented new Terraform versions from becoming available in this repo. …
DeterminateSystems/nix-installerRust
docs: Passing `--prefer-upstream-nix` to `install` for upstream Nix · #1715
The command example in the README file to install upstream Nix is not up to date, because the default distribution when --prefer-upstream-ni…
stackbuilders/nixpkgs-terraformGo
feat: Prefix Terraform packages to eventually add support for OpenTofu · #158
The branch introduces a major refactoring to improve the flexibility, maintainability, and clarity of the project for managing Terraform ver…
stackbuilders/nixpkgs-terraformGo
ci: Change build job to only push binaries at the end · #154
This pull request makes minor improvements to the build workflow and development environment configuration, focusing on streamlining CI logi…
stackbuilders/nixpkgs-terraformGo
ci(cli): Normalize `update` command error messages · #149
This pull request refines error handling in the cli/cmd/update.go file by standardizing and clarifying error messages throughout the update …
stackbuilders/nixpkgs-terraformGo
ci(cli): Make easier to call the `update` command locally without a GH token · #148
This pull request makes improvements to the handling of the CLI_GITHUB_TOKEN environment variable in the cli/cmd/update.go file. The changes…
stackbuilders/nixpkgs-terraformGo
ci: Send notifications when the `update` workflow fails · #146
This pull request adds a notification step to the GitHub Actions workflow. Now, if the update job fails, a Slack message will be sent to ale…
stackbuilders/nixpkgs-terraformGo
ci: Change CLI to update templates using the latest alias · #145
This pull request updates the handling of Terraform version references across several template files and refactors the template version upda…
stackbuilders/nixpkgs-terraformGo
feat: Update flake inputs · #137
This pull request updates the flake.nix file to use more descriptive and streamlined URLs for Nixpkgs channels, providing clarity on their p…
stackbuilders/nixpkgs-terraformGo
cli: Improve error handling and remove unused flags · #136
This pull request introduces significant updates to the Terraform version update workflow, refactors the CLI commands, and improves the deve…
stackbuilders/nixpkgs-terraformGo
feat: Add plugins support for Terraform packages · #134
This pull request introduces support for nixpkgs-terraform-providers-bin, adding a new template and integrating it into the existing workflo…
flake-list: Add stackbuilders/nixpkgs-terraform flake · #954
A collection of Terraform versions that are automatically updated.
fix: Always pass `extra_headers` to Copilot models · #4156
As a few people mentioned in the #2227 issue, it is necessary to pass some extra_headers to Copilot with each request in order for it to wor…
stackbuilders/nixpkgs-terraformGo
feat: Replace bot user with GH App · #127
This pull request updates the GitHub Actions workflows to improve security and consistency by switching from a personal access token to a Gi…
stackbuilders/nixpkgs-terraformGo
feat: Add Terraform 1.12 versions · #126
Manually adding 1.12 versions while working on fixing the broken release and update workflows. Release: https://github.com/stackbuilders/nix…
stackbuilders/nixpkgs-terraformGo
ci: Pins `devenv` version to avoid incompatibility issues between `devenv-1.5` and `nixpkgs-24.11` · #122
Pins the devenv version to 1.4 across all workflows to avoid an incompatibility issue between devenv-1.5 and the nixpkgs-24.11 channel: http…
stackbuilders/nixpkgs-terraformGo
ci: Only push to Cachix latest versions · #121
TODO: Add a note to the README file about the new cache policy Fix issues found in the check job
stackbuilders/nixpkgs-terraformGo
chore: Get rid of indirections inside `lib` module · #119
By moving all of the standalone functions from separate files into lib/default.nix, eliminating some code indirections—since most functions …
stackbuilders/nixpkgs-terraformGo
chore: Make `vendor-hash` less sensitive to `inputs` changes · #117
The following PR refactors vendhor-hash.nix to prevent breaking changes caused by adding or modifying flake inputs.
stackbuilders/nixpkgs-terraformGo
chore: Get rid of `flake-parts` in favor of a simple `forAllSystems` implementation · #115
I came across the following article, which describes why flake-utils is not required; this article makes some interesting points, such as th…
stackbuilders/hapistranoHaskell
chore: Replace `haskell.nix` with `stacklock2nix` · #251
This PR aims to simplify the current Nix setup for building the project by replacing haskell.nix with stacklock2nix, which has a simple inte…
stackbuilders/nixpkgs-terraformGo
chore: Remove duplicated code from `buildTerraform` · #113
Simplifies the buildTerraform function, making it easier to propagate changes across the various builder versions required to build Terrafor…
dotenv: Redirect informative messages to `stderr` · #1788
The dotenv module prints informative messages on the stdout, which causes a problem on the CI because, in some cases, the output of a comman…
stackbuilders/nixpkgs-terraformGo
ci: Include info about added versions to PRs generated by `update` workflow · #112
This PR modifies the cli output to print the versions added to versions.json, which could then be used as the title of the PR submitted by t…
feat: Add CircleCI hook · #556
Add a hook to validate CircleCI configuration files. Here is an example of the output produced by devenv test: 0000.04: circleci............…
ghostty: Validate configuration on change · #6261
Description Runs ghostty +validate-config when the configuration file changes. Checklist Change is backwards compatible. Code formatted with…
2024
Add default Nix overlay · #3847
Adding an overlay allows to easily change the version of ghostty provided by nixpkgs: pkgs = import nixpkgs { inherit system; overlays = [ g…
stackbuilders/nixpkgs-terraformGo
feat: Add Terraform versions `1.9.3` and `1.9.4` · #85
fix: Update inputs on vendor-hash feat: Add Terraform versions 1.9.3 and 1.9.4
stackbuilders/nixpkgs-terraformGo
feat: Initial support for Terraform 1.9 versions · #83
Problem: Updating the "nixpkgs" inputs resulted in a huge number of packages being rebuilt. Solution: As this project is constrained by the …
cloudposse/terraform-aws-amplify-appHCL
fix: Basic authentication configuration at the branch level · #15
what Module consumers cannot pass a custom basic_auth_credentials per branch using the existing variables. At the branch level, there is als…
stackbuilders/hapistranoHaskell
ci: Fix `build` workflow · #240
Co-authored-by: Fabricio Mera fmera@stackbuilders.com
stackbuilders/nixpkgs-terraformGo
feat: Enable `allowUnfree` for Terraform versions `>= 1.6` · #72
Related with #71 TODO Add breaking change note to commit message Update the configuration input once it gets merged into main
stackbuilders/nixpkgs-terraformGo
feat: Remove cycles from packages · #66
BREAKING CHANGE: Remove cycle packages from flake.nix
stackbuilders/nixpkgs-terraformGo
fix: Drop duplicated `all` from cycle packages name · #57
The word all appears twice in the names of the cycle packages: this derivation will be built: /nix/store/vqn18gq4sd0v24v48rxv16nhyw4dv6rp-te…
Implement `aws-vault` integration · #603
The following wrapper makes it more convenient to call terraform without the need of specifying the AWS_PROFILE environment variable or pref…
stackbuilders/nixpkgs-terraformGo
ci: Fix FlakeHub release pipeline · #20
A missing field is currently causing an issue in the FlakeHub publishing pipeline:
feat: Add/update Haskell-related plugins · #928
Summary Description: Tools repo URL: Cabal, GHC, Haskell Language Server, Stack Plugin repo URL: https://github.com/sestrella/asdf-ghcup Che…
stackbuilders/nixpkgs-terraformGo
feat: Add Terraform `1.6.6` · #18
@oscar-izval to build 1.6.6, upgrade nixpkgs-unstable was required; however, doing so forces rebuild of most packages; thus, I decided to ch…
2023
terraform-aws-modules/terraform-aws-ecsHCL
fix: Adding a `health_check` generates a new task definition revision on every `terraform apply` · #149
Description The current PR explicitly adds the interval,retries, and timeout parameters to the healthCheck block when they are not supplied …
feat: Add a default overlay · #896
Add a default overlay for devenv. Use Cases Adding an overlay to nixpkgs: import nixpkgs { ... overlays = [ devenv.overlays.default ]; }; Ov…
stackbuilders/rollbar-haskellHaskell
Update CI workflow using the example provided by `haskell-actions/setup` · #55
Shameless copy of the workflow example provided by haskell-actions/setup with a few small tweaks. Reference: https://github.com/haskell-acti…
Fix status badge · #39
The status badge provided by flakestry.dev appears to be broken: Swapping the status badge's components appears to work: Fixes #40
stackbuilders/nixpkgs-terraformGo
TODO Update "Branch protection rules" Test nixpkgs-terraform in a real project
stackbuilders/nixpkgs-terraformGo
Test flake templates · #5
TODO: Add template references to README file
feat(flake.lock): Update pre-commit-hooks input · #691
The command used to update the pre-commit-hooks input: nix flake lock --update-input pre-commit-hooks
fix(tflint): Fix warning running tflint · #320
Beginning with 0.45.0, tflint prefers the syntax tflint —-chdir path/to —-filter file.tf over passing the entire path to the command like tf…
semantic-release: init at 21.0.5 · #236683
Description of changes Introduces a new package called semantic-release. Things done Built on platform(s) x86_64-linux aarch64-linux x86_64-…
unpluggedcoder/awesome-rust-toolsOther
ytop is no longer being maintained, its README file suggests using bottom which is written in Rust as well:
stackbuilders/stack-build-orbShell
Testing orb · #7
This PR adds a sample Haskell project and a test-deploy pipeline to test the commands provided by this orb. Most of the changes introduced i…
haskell: Parameterize `stack` package · #646
This change makes stack package parameterizable so it could be customized or skipped if is set to null
haskell: Fix error when `languageServer` is set to `null` · #645
The languageServer option type inside the haskell language module is set to lib.types.nullOr lib.types.package, however, the packages sectio…
stackbuilders/stack-build-orbShell
Add review job to CI workflow · #3
Add review job Addressing orb-tools/review warnings Extract commands to separate files Extract commands from test Convert params to snakecas…
pbrisbin/stack-build-orbMakefile
Make `--pedantic` flag optional · #2
While the —pedantic flag is useful for keeping a project clean, it may be inconvenient for existing projects with a large number of warnings…
Update pre-commit-hooks input · #577
Makes the latest hooks added to pre-commit-hooks available in devenv
Add `tflint` hook · #284
tflint provides static analysis for Terraform files to catch common errors and enforce best practices.
stackbuilders/hapistranoHaskell
Reproducible development and test environments · #212
This PR introduces Nix at the CI level as well as offers an alternative for local development, the main goal is to reduce the gap between de…
feat: Add Ansible support · #432
This is a great project! This PR adds support for Ansible, it is heavily inspired by the existing Terraform module
fix: Ambiguous occurrence AesonException · #212
As @andrewthad mentioned, a new AesonException type was introduced in aeson-2.1.2.0 causing conflicts with the AesonException constructor de…
cloudposse/terraform-aws-elastic-beanstalk-environmentHCL
[#98] Add a flag to redirect HTTP traffic to HTTPS · #218
what Add a flag to redirect HTTP traffic to HTTPS The hostname included in the redirection can be customized why It is a common best practic…
2022
stackbuilders/react-native-spotlight-tourTypeScript
chore(ci): Migrate to GH actions · #60
TODO Publish the package to https://npmjs.org/ Add status badge Remove CircleCI config
stackbuilders/scalendarHaskell
Remove zsh from build workflow · #18
It looks like zsh is not a required dependency in the context of this project
nvim-telescope/telescope.nvimLua
docs: Add Lua-only key mappings examples · #2174
Description Adding some Lua-only key mapping examples taking advantage of NeoVim 0.7 features
Refactor bootstrapping code · #1046
Some code changes to the bootstrapping code: Encapsulates the code required to install packer Avoid variable mutation packer_bootstrap Solve…
fix: update stack plugin repository · #673
Summary The previous asdf-stack repository was deprecated in favor of asdf-ghcup, this PR updates the repository URL and the status badge. F…
stackbuilders/hapistranoHaskell
Tag external workflow · #202
Replace main with v0.1.0 in order to have more control over the workflow version used by this project
stackbuilders/reusable-workflowsOther
Add cabal-upload workflow · #2
Related to stackbuilders/hapistrano#201
[#654] Get week start and end days · #666
Thanks for contributing to chrono! Have you added yourself and the change to the changelog? (Don't worry about adding the PR number) If this…
stackbuilders/hapistranoHaskell
Refactoring CI workflows · #199
Overview Build (triggered on every push) Build and test Haskell code Build Docker image Pre-Release (triggered by a tag) Creates a GH draft …
stackbuilders/hapistranoHaskell
[#133] Create releases with pre-compiled binaries · #194
TODO Fix co-authors references Build the Docker image only once
stackbuilders/hapistranoHaskell
Move md files to extra-doc-files block · #189
Prevents recompilations caused by changes to the .md files Run cabal build Build profile: -w ghc-8.10.7 -O1 In order, the following will be …
stackbuilders/hapistranoHaskell
[#181] Separate build-and-test from the release process · #183
Improvements Docker caching layer: Building the Docker image now takes ~2 mins with cache, a full run takes ~ 8 mins (without cache) Update …
2021
[#179] Add property and unit tests for DayPeriod functions · #182
Based on the following comment this PR adds some property and unit tests for functions that have DayPeriod as a type constraint.
vimPlugins.neon: init at 2021-07-30 · #136130
Motivation for this change Fixes #136041 Things done Built on platform(s) x86_64-linux aarch64-linux x86_64-darwin aarch64-darwin For non-Li…
2020
gnome-terminal: Add audibleBell option · #1671
Description Turn on/off the terminal's bell. A small video showcasing how the audible-bell key controls the terminal's bell: Checklist Chang…
haskellari/postgresql-simpleHaskell
Add foldCopyData helper function · #56
This PR introduces a new function called foldCopyData which folds over COPY TO STDOUT query.
Add stack plugin · #303
Add stack plugin Checklist Provide a short description and link to your plugin. Make sure you CI tests for your plugin and they are green. a…
Remove whitespaces from Database.Esqueleto.Internal.Internal · #199
Before submitting your PR, check that you've: Bumped the version number Documented new APIs with Haddock markup Added @since declarations to…
[#197] Allow PostgreSQL aggregate functions to take a filter clause · #198
Before submitting your PR, check that you've: Bumped the version number Documented new APIs with Haddock markup Added @since declarations to…
stackbuilders/hapistranoHaskell
[#143] Allow optparse-applicative-0.16.0.0 · #144
I run some tests locally forcing optparse-applicative-0.16.0.0 here are the results: resolver: lts-16.9 packages: - '.' - +extra-deps: + - o…
stackbuilders/dotenv-hsHaskell
[#124] Allow optparse-applicative-0.16.0.0 · #123
I run some tests locally forcing optparse-applicative-0.16.0.0 here are the results: resolver: lts-13.28 packages: - '.' +extra-deps: + - op…
Fix build for lts-9 resolver · #20
I noticed build for lts-9 resolver is broken. withRunInIO was introduced to unliftio-core since version 0.1.1.0, however, only version 0.1.0…
[#15] Export LogLine type synonym · #19
There is one PR opened already #6 but it was not updated in quite a while.
2019
commercialhaskell/stackage-serverHaskell
Update build status badge · #280
It looks like Travis no longer handles the CI process for this project, it was replaced by Azure Pipelines.
stackbuilders/sb-debian-baseJinja
Drop Python 2.7 from Travis build matrix · #133
Ansible is built on top of Python, therefore, it is Ansible responsibility to make sure it works with different Python versions. For a singl…
stackbuilders/sb-debian-baseJinja
Add Ansible 2.8.x to build matrix · #129
TODO These items are part of the workflow to open a PR: Update CHANGELOG.md Update README.md if it's necessary
stackbuilders/sb-debian-baseJinja
Add Debian (buster) to build matrix · #127
TODO Update CHANGELOG.md Update README.md if it's necessary
Customize `areq` and `wreq` error message · #1628
Before submitting your PR, check that you've: Bumped the version number Documented new APIs with Haddock markup Added @since declarations to…
Update unit tests requirements/units.txt path · #61656
SUMMARY The path to install unit test dependencies described in the documentation no longer exists: ➜ pip3 install -r ./test/runner/requirem…
tmux: Disable confirmation prompt · #729
Add a new option to tmux module in order to be able to disable confirmation prompt before killing a pane or window
gig-economy-token/White-PaperTeX
[NO STORY] Setup Travis build PDF automatically · #19
@ishtareve this change setup Travis and upload the latest version of the PDF to GH after a successful merge automatically, making sure the P…
gig-economy-token/White-PaperTeX
Add LICENSE · #13
@Eddie-GiG, Diego based on our previous conversations I think is important to add an explicit license so other members of the community star…
gig-economy-token/gig-economyHaskell
[#38] Make the repository public before the IOHK Summit · #39
@diegueins680 based on our previous conversation, I proceed to add a license to the project before making the repository public. Could you r…
gig-economy-token/gig-economyHaskell
[#28] Refactor arbiter, employee and employer wallet visualization · #36
Employer Freelancer Arbiter
gig-economy-token/gig-economyHaskell
[NO STORY] Cache test dependencies · #34
Facts Circle CI cache is immutable Problem First v1-stack-{{ checksum "package.yaml" }} cache was created without testing dependencies, ther…
gig-economy-token/gig-economyHaskell
[24] Present blockchain status in a different format using tables ins… · #25
Issue: #24 Before After
stackbuilders/hapistranoHaskell
Bump version from 0.3.9.1 to 0.3.9.2 · #113
Why do we need to bump the version? Docker Hub only tags a new release after a new tag gets push to GH or after merging a PR in master follo…
2018
stackbuilders/sb-debian-baseJinja
[Fixes #100, #107] Setup molecule testing framework · #113
Tested with the following setup: Python 2.7 3.6 Ansible 2.4 2.5 2.6 2.7
stackbuilders/hapistranoHaskell
[Closes #105] Read `release-format` and `keep-releases` from the configuration file · #106
Co-authored-by: Esteban Ibarra eibarra1992@hotmail.com
stackbuilders/ansible-role-stackOther
Setup molecule and refactor role · #2
TODO Update README Check LICENSE
stackbuilders/hapistranoHaskell
Add support to interpolate ENV variables in a configuration file · #102
Problem Sometimes developers need to deploy a feature branch temporarily, therefore providing ENV interpolation support would make it possib…
Fix build warnings, and add .travis.yml · #4
TODO Setup Travis Setup stack Fix build warnings
Add arrayRemove wrapper for PostgreSQL function · #66
Add support for array_remove function. https://www.postgresql.org/docs/10/static/functions-array.html
Add arrayAggDistinct wrapper for PostgreSQL function · #65
A small variant of array_agg that removes duplicate values from a list.
Define ToMarkup instance for Natural · #34
Define ToMarkup instance for Natural if base version is greater than or equal to 4.8.0
2017
Reduce verbosity using Monadic Forms · #1432
Building forms where some fields validations depend on other fields is simple using Monadic Forms, but as the own Yesod website mentioned: i…
Add implicit param HasCallStack to assertions · #1421
yesod-test current error messages looks like follows: ./Yesod/Test.hs:351: 1) testing status code Expected status was 401 but received statu…
stackbuilders/sb-debian-baseJinja
Simplify SSH configuration · #69
This PR simplifies SSH configuration by reading SSH authorized keys and user SSH keys from Ansible variables instead of files.
stackbuilders/sb-debian-baseJinja
Setup Travis CI build (issue #47) · #64
Travis setup to test sb-debian-base role against: Debian 7 Debian 8 Ubuntu 14.04 Ubuntu 16.04
stackbuilders/sb-debian-baseJinja
Add sudo as secondary group to admin · #50
Currently admin user doesn't includes admin group. admin@jessie:~$ groups sudo Expected admin@jessie:~$ groups admin sudo
2015
haskell-servant/servantHaskell
[servant-js] README-md - Fix broken link · #279
This PR fix a broken link at the README.md file.
commercialhaskell/stack-templatesHaskell
Add servant template · #20
This PR adds a basic servant template that serves a GET users endpoint.
stackbuilders/openssh-github-keysHaskell
Remove allow_failures from .travis.yml · #8
All project dependencies has been fixed to work with GHC 7.10 we no longer need this
2014
stackbuilders/corasick-parkHaskell
Setup docker · #1
A docker version of this package is going to help to test clients and also to speed up the environment setup :)