defunkt/github-gem 1109
`github` command line helper for simplifying your GitHub experience.
TextMate bundle for Cucumber - This fork is no longer maintained, please see the README.
Textmate bundle for RSpec.
afcapel/stimulus-autocomplete 179
Stimulus autocomplete component
cloudfoundry-incubator/docker-boshrelease 140
Docker BOSH Release
cloudfoundry-community-attic/LEGACY-bosh-getting-started 95
LEGACY documentation - please go here...
🏠
cloudfoundry-community-attic/bosh-solo 23
Develop, test and deploy BOSH releases without BOSH
DelMo is a tool to test systems running within multiple docker containers
startedskyjake/lagrange
started time in 2 days
push eventstarkandwayne/update-all-cf-buildpacks
commit sha 17a1cb3ad323690ed9ee8468001c707d342ef85c
Updated ruby_buildpack to v1.8.37
push time in 3 days
push eventstarkandwayne/update-all-cf-buildpacks
commit sha 4d6bbb8cd95e64400e2093157fe4d86f41166cfa
Updated python_buildpack to v1.7.37
push time in 3 days
push eventstarkandwayne/update-all-cf-buildpacks
commit sha a1e452f9096d95d26efdad2e952d101c393791f3
Updated dotnet_core_buildpack to v2.3.26
push time in 3 days
push eventstarkandwayne/update-all-cf-buildpacks
commit sha b9b20af2470825637bb98475054ede8d83e721f7
Updated nodejs_buildpack to v1.7.48
push time in 3 days
push eventstarkandwayne/homebrew-cf
commit sha 6dca3b595cba7f9282332d1245830761a23d9990
Updated govc.rb from new release
push time in 3 days
PR opened afcapel/stimulus-autocomplete
Hi!
I was running into an issue where I had to update the request headers using fetch. That's why I've refactored the headers definition into a method which can be overwritten by an extended controller, like so:
import { Autocomplete } from "stimulus-autocomplete"
export default class extends Autocomplete {
headersForFetch() {
return {
"X-Requested-With": "XMLHttpRequest",
"Authorization": "Bearer " + myToken
}
}
}
Let me know if you think this is useful idea and/or if it needs changes!
Thanks :)
pr created time in 6 days
startedtree-sitter/tree-sitter
started time in 8 days
startedmetalelf0/jellybeans-nvim
started time in 8 days
startedrktjmp/lush.nvim
started time in 8 days
startedhome-assistant-ecosystem/home-assistant-cli
started time in 8 days
startedclimu/OSR-discord-bot
started time in 9 days
created tagbosh-packages/ruby-release
Ruby release for use with `bosh vendor-package`
created time in 11 days
push eventbosh-packages/ruby-release
commit sha 1b1300b596832bf2fbac70589b997b5105388d08
Bump packages
commit sha e706d1f5346f165ccac90e0c9b5e550d8847c09f
Adding final release 0.44.0 via concourse
push time in 11 days
push eventbosh-packages/ruby-release
commit sha 90201136fd5735e1f0ac67bf274b9769fc514827
Update vendored rack version
push time in 11 days
push eventstarkandwayne/update-all-cf-buildpacks
commit sha 7f7a0908f901be751c552e95d532171bfec998d9
Updated python_buildpack to v1.7.36
push time in 11 days
push eventbosh-packages/ruby-release
commit sha 78e0eb6fe6260d269f43f824af30f13a10a498c9
Bump packages
commit sha 4f8eec7ff98164b5603b0927b93d24f569cc55c5
Adding final release 0.43.0 via concourse
push time in 12 days
created tagbosh-packages/ruby-release
Ruby release for use with `bosh vendor-package`
created time in 12 days
issue openedbosh-packages/ruby-release
Ruby 3.0 was released in Dec 2020. There's no EOL date yet for ruby 2.7 yet but it will be in 2023 if it follows previous patterns.
Adding support should be as simple as adding something just like this commit https://github.com/bosh-packages/ruby-release/commit/69473de1c80a608a746696dfc4301a106faac8aa and poking the team on cloudfoundry#bosh slack to merge the pr and fly the pipeline. Or you can "@" me.
created time in 12 days
issue closedbosh-packages/ruby-release
Packaging fails when compiling on bosh create-env in rootless container
We run currently into a problem while deploying BOSH on AWS. Issue is on compile phase during packaging of the ruby-release as part of bosh create-env, we get:
...
+ tar zxvf rubygems-3.1.2.tgz
tar: rubygems-3.1.2/CODE_OF_CONDUCT.md: Cannot change ownership to uid 218038053, gid 2033490572: Invalid argument
tar: rubygems-3.1.2/hide_lib_for_update/note.txt: Cannot change ownership to uid 218038053, gid 2033490572: Invalid argument
We did create an issue in rubygems project, but they are not in a hurry to fix it: https://github.com/rubygems/rubygems/issues/3977
Could you solve this by adding a --no-same-owner parameter to the tar zxvf command in here:
https://github.com/bosh-packages/ruby-release/blob/1b7fbfb8567391e20596f4754eb8faaf65fb0a43/packages/ruby-2.5.8-r0.32.0/packaging#L52
and also for all ruby versions? Solution could be: https://github.com/bosh-packages/ruby-release/pull/19
as far as I remember this was automatically bumped from a CI pipeline, but we don't have access to it.
Thanks, @videlov
closed time in 12 days
videlovissue commentbosh-packages/ruby-release
Packaging fails when compiling on bosh create-env in rootless container
Solved https://github.com/bosh-packages/ruby-release/pull/20
comment created time in 12 days
PR closed bosh-packages/ruby-release
More info: https://github.com/bosh-packages/ruby-release/issues/18 https://github.com/rubygems/rubygems/issues/3977
pr closed time in 12 days
pull request commentbosh-packages/ruby-release
Solve rubygems issue on unpacking on a rootless container
Closing as Ramon solved this by bumping to a new ruby gems version
comment created time in 12 days
pull request commentbosh-packages/ruby-release
Bump rack from 2.1.1 to 2.2.3 in /src/test-app
This was just a test app so pretty unimportant but this seems easy to update
comment created time in 12 days
delete branch bosh-packages/ruby-release
delete branch : dependabot/bundler/src/test-app/rack-2.2.3
delete time in 12 days