Skip to content
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 59 commits into from
Apr 12, 2024

Commits on Jan 11, 2024

  1. Chore(deps): Bump jinja2 from 3.1.2 to 3.1.3

    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]>
    dependabot[bot] authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    00126e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#188 from Commonjava/dependabot/pip/jinj…

    …a2-3.1.3
    
    Chore(deps): Bump jinja2 from 3.1.2 to 3.1.3
    ligangty authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    645829e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    4010f82 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    23c94f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request Commonjava#189 from ligangty/upd

    Upgrade moto version to 3.0.7
    ligangty authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    53b0883 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    1f7e4f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#190 from ligangty/cmd

    Split commands into separate files
    ligangty authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    363573b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b711bf8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Commonjava#191 from ligangty/utils

    Add content digest util method
    ligangty authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    380df25 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e7cf9ef View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge pull request Commonjava#193 from ligangty/index

    Add command for re-index of folder
    ligangty authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d64ad34 View commit details
    Browse the repository at this point in the history
  2. Fix a wrong logger typo

    ligangty committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7abdd29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Commonjava#195 from ligangty/index

    Fix a wrong logger typo
    ligangty authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f2a446e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    f004f47 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge pull request Commonjava#192 from ligangty/checksum-http

    Add command of checksum validation by using http way
    ligangty authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7f6317a View commit details
    Browse the repository at this point in the history
  2. Chore(deps): Bump urllib3 from 1.26.15 to 1.26.18

    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]>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    33592de View commit details
    Browse the repository at this point in the history
  3. Merge pull request Commonjava#196 from Commonjava/dependabot/pip/urll…

    …ib3-1.26.18
    
    Chore(deps): Bump urllib3 from 1.26.15 to 1.26.18
    ligangty authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4d53f0e View commit details
    Browse the repository at this point in the history
  4. Fix a bug for re-index

      Found that if prefix is "/" in target will cause some missing in path
      for re-index. Fixed here
    ligangty committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    54cf5bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request Commonjava#197 from ligangty/index

    Fix a bug for re-index
    ligangty authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    82f255e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Some chore fix

          * Add new requires in spec file
          * Remove duplicated requirements
          * Little pydoc fix
    ligangty committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b58e685 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#198 from ligangty/main

    Some chore fix
    ligangty authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3dd7e96 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    41d2b32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#199 from ligangty/checksum-http

    Use HTMLParser instead bs4 in checksum validation
    ligangty authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c0feb5d View commit details
    Browse the repository at this point in the history
  3. Mark sample files

      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.
    ligangty committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0fbf7ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request Commonjava#200 from ligangty/template

    Mark sample files
    ligangty authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b9cd1b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    2468c20 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    aa2e110 View commit details
    Browse the repository at this point in the history
  2. Refine some logging

    ligangty committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b09b10e View commit details
    Browse the repository at this point in the history
  3. Merge pull request Commonjava#201 from ligangty/cf

    Add support for CloudFront invalidating
    ligangty authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a92f24e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Use wildcard for paths in maven CF invalidating

      * And ignore the indexing(index.html) CF invalidating per cost
      consideration
      * And change the root work dir for npm uploading
    ligangty committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a52ba7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#202 from ligangty/cf

    Use wildcard for paths in maven CF invalidating
    ligangty authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ccd5b55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ebcbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    626a346 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Commonjava#203 from ligangty/cf

    Change cf cmd name to cf-invalidate
    ligangty authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8238fd5 View commit details
    Browse the repository at this point in the history
  6. Refine the command

      * Change checksum command name to checksum-validate
      * Refine some help messages for the command
    ligangty committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    78e40bf View commit details
    Browse the repository at this point in the history
  7. Merge pull request Commonjava#204 from ligangty/cf

    Refine the command
    ligangty authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b1765ed View commit details
    Browse the repository at this point in the history
  8. Fix typo for domain check

    ligangty committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8317e4b View commit details
    Browse the repository at this point in the history
  9. Merge pull request Commonjava#205 from ligangty/cf

    Fix typo for domain check
    ligangty authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    71c4725 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Some updates

      * Add switch to disable file log handler
      * Use non-wildcard paths for invalidation
      * Fix a targets check in command upload and delete
    ligangty committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c7cdb9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#206 from ligangty/cf

    Some updates
    ligangty authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0800dcc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6566aac View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#207 from ligangty/cf

    Fix: re-index wrong usage of the type
    ligangty authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a669066 View commit details
    Browse the repository at this point in the history
  3. Fix two issues

      * HTML indexing: remove first redundant slash for list items
      * Add some bucket to domain mapping for CF
    ligangty committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    086cb81 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Commonjava#210 from ligangty/cf

    Fix two issues
    ligangty authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6814768 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    da9a6e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Commonjava#211 from ligangty/cf

    Wait for each invalidation request's completion
    ligangty authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    65c0f61 View commit details
    Browse the repository at this point in the history
  3. Fix wrong picking of the npm package.json

      Sometimes the npm tarball will contain more than one package.json, we
      should always use the root package.json as the first product metadata.
    ligangty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    83aa6b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request Commonjava#212 from ligangty/cf

    [Cherry-pick from 1.2.x] Fix wrong picking of the npm package.json
    ligangty authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    67f60da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adde08c View commit details
    Browse the repository at this point in the history
  3. Merge pull request Commonjava#213 from ligangty/cf

    Refine the output for cf invalidation request
    ligangty authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    105e6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28a7241 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Commonjava#214 from ligangty/cf

    Add extra 1s wait for next CF invalidation request
    ligangty authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0b73841 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbe8af7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Commonjava#215 from ligangty/cf

    Add progress counting for CF requests processing
    ligangty authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    618dc2c View commit details
    Browse the repository at this point in the history
  8. Fix a simple logging issue

    ligangty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a18fb7f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge pull request Commonjava#216 from ligangty/main

    Fix a simple logging issue
    ligangty authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f26cf54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b1459 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Commonjava#217 from ligangty/main

    Update release info for spec file of 1.3.0
    ligangty authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    44d173b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ddde4 View commit details
    Browse the repository at this point in the history