-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[charon-1.3.0] merge from branch main to release #218
Merged
Merged
Conversation
This file contains 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
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…a2-3.1.3 Chore(deps): Bump jinja2 from 3.1.2 to 3.1.3
Upgrade moto version to 3.0.7
Split commands into separate files
Add content digest util method
Add command for re-index of folder
Fix a wrong logger typo
Add command of checksum validation by using http way
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.15...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ib3-1.26.18 Chore(deps): Bump urllib3 from 1.26.15 to 1.26.18
Found that if prefix is "/" in target will cause some missing in path for re-index. Fixed here
Fix a bug for re-index
* Add new requires in spec file * Remove duplicated requirements * Little pydoc fix
Some chore fix
Use HTMLParser instead bs4 in checksum validation
The files in config/ and template/ are sample files, so changed them to .sample and add README to show how to use. This will tell us they are not source code files.
Mark sample files
Add support for CloudFront invalidating
* And ignore the indexing(index.html) CF invalidating per cost consideration * And change the root work dir for npm uploading
Use wildcard for paths in maven CF invalidating
Change cf cmd name to cf-invalidate
* Change checksum command name to checksum-validate * Refine some help messages for the command
Refine the command
Fix typo for domain check
* Add switch to disable file log handler * Use non-wildcard paths for invalidation * Fix a targets check in command upload and delete
Some updates
Fix: re-index wrong usage of the type
* HTML indexing: remove first redundant slash for list items * Add some bucket to domain mapping for CF
Fix two issues
Wait for each invalidation request's completion
Sometimes the npm tarball will contain more than one package.json, we should always use the root package.json as the first product metadata.
[Cherry-pick from 1.2.x] Fix wrong picking of the npm package.json
Refine the output for cf invalidation request
Add extra 1s wait for next CF invalidation request
Add progress counting for CF requests processing
Fix a simple logging issue
Update release info for spec file of 1.3.0
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.