Closed
Conversation
For increased readability
spec-npm writes to ~/.npmrc, which causes unslightly error
messages in subsequent specs
Error: Failed to replace env in config: ${NPM_API_KEY}
at /home/travis/.nvm/versions/node/v8.9.1/lib/node_modules/npm/lib/config/core.js:418:13
at String.replace (<anonymous>)
⋮
Version 1.9 ground work
Until `dpl` 1.9.0 release, when we will have gemspec_glob option available to build and release all gems.
Since we are going to *release* these gems, necessary provider gems will not be found. To ensure that the release happens correctly, we need to build `dpl` gem from source instead.
This allows deployment not to fail if a file is already present on the PyPI server.
PyPI: Add skip_existing option
* bump packagecloud-ruby to v1.0.8 to add node.js support
Also, add "uninstall" tasks
Add json_pure to puppet_forge runtime dependency
Access gh_token & gh_remote_url correctly
Allow providing AWS credentials via environment variables in the AWS Lambda provider
Be more resilient to rubygems.org connexion problems
:install is no longer valid
To conform to the convention (and not override `DPL::Provider#deploy`), and call `#check_auth`, which will set ivars necessary for authentication.
This reverts commit 1e9feb0.
Fixes test for multiple snaps error
Fix cloud_files gemspec: nokogiri <1.10
pypi: install packages using --user
Attempt to compare string with integer fails.
Some report dubious errors from the service. See, e.g., #878
`loop` can have `rescue` only Ruby 2.5 and up.
Fixed configurable "max_thread" issue within S3 provider
The `retry_limit` option in the EBS client allows to specify the maximum number of times to retry failed requests, which is 3 by default. See: https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticBeanstalk/Client.html Fixes #973
Increase default retry limit for requests to EBS
Ignore occasional (and seemingly harmless) ServiceError from ElasticBeanstalk
These are making external HTTP calls to a currently unresponsive server.
Skip testfairy specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.