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

Add support for listing R2 buckets #1050

Closed
wants to merge 57 commits into from

Commits on Aug 11, 2022

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

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    3548abc View commit details
    Browse the repository at this point in the history
  2. Fix double unmarshalling

    vazexqi committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    87271db View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Add some error type convenience functions for mocking and inspection

    Provide the ability to create the `RequestError`, etc types in other packages with the underlying
    Error type. Useful in our code for mocking these error types.
    
    Add the `InternalErrorCodeIs` to these errors as well to simplify checking the internal codes when
    working with these types.
    jburnham committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fa904bd View commit details
    Browse the repository at this point in the history
  2. List R2 buckets

    rgcostea committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e0c94e5 View commit details
    Browse the repository at this point in the history
  3. Add changelog notice

    rgcostea committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7a0f509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01fbe8c View commit details
    Browse the repository at this point in the history
  5. Fix documentation

    Cyb3r-Jak3 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    00d065b View commit details
    Browse the repository at this point in the history
  6. Fix lint

    Cyb3r-Jak3 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ea052b0 View commit details
    Browse the repository at this point in the history
  7. Clean up unused types

    vazexqi committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9664358 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    27dc22c View commit details
    Browse the repository at this point in the history
  2. add CHANGELOG

    jacobbednarz committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    012bb8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request cloudflare#1052 from jacobbednarz/add-priority-for…

    …-lockdown-create-update
    jacobbednarz authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    536be84 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md for cloudflare#1052

    changelogbot committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    12b6d98 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    jacobbednarz authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    55b3317 View commit details
    Browse the repository at this point in the history
  6. add changelog entry

    jburnham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    29d5787 View commit details
    Browse the repository at this point in the history
  7. use errors as prefix

    jburnham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9fe6ef3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6ddc20 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md for cloudflare#1047

    changelogbot committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ebd47ef View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Add changelog

    vazexqi committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c48ca8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c53b70 View commit details
    Browse the repository at this point in the history
  3. Update .changelog/1046.txt

    Co-authored-by: Jacob Bednarz <[email protected]>
    vazexqi and jacobbednarz authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    87eb8f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31436d7 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md for cloudflare#1046

    changelogbot committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6b6ad04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed21d7 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md for cloudflare#1051

    changelogbot committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ce1be2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e39278e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebb2785 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cb0c4d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. add CHANGELOG entry

    jacobbednarz committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b803b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    23bde0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033c9d6 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md for cloudflare#1035

    changelogbot committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    989cc31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c68ab9 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md for cloudflare#1053

    changelogbot committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    859a8a6 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    jacobbednarz authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    501323d View commit details
    Browse the repository at this point in the history
  7. tools: move tools to internal package and tighten up dependencies

    This commit does two things:
    
    1) Moves all tooling related dependencies and functionality into `internal/` to
    mark the code as not intended to be used outside of the package (which I found
    forks doing 🤦)
    2) Reduces the dependency footprint for library-only use.
    
    Fixes cloudflare#1057
    Fixes cloudflare#1025
    jacobbednarz committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    05bd28f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdcc843 View commit details
    Browse the repository at this point in the history
  9. add more dev deps

    jacobbednarz committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f81aca1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. set working-dir

    jacobbednarz authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bc05dd2 View commit details
    Browse the repository at this point in the history
  2. add api shield

    Jacob Fowler committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f720f69 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. add PUT for api shield

    Jacob Fowler committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6817ce8 View commit details
    Browse the repository at this point in the history
  2. add changelog

    Jacob Fowler committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0496977 View commit details
    Browse the repository at this point in the history
  3. api shield: use ResourceContainer for identifiers

    Jacob Fowler committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5c92eb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. use update instead of Put

    Co-authored-by: Jacob Bednarz <[email protected]>
    jafowler and jacobbednarz authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1407a1a View commit details
    Browse the repository at this point in the history
  2. change tests to use Update instead of Put

    Jacob Fowler committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    13aad94 View commit details
    Browse the repository at this point in the history
  3. enabled -> enable

    Cyb3r-Jak3 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4bdba96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91746dd View commit details
    Browse the repository at this point in the history
  5. cleanup tests

    jacobbednarz committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9da8f52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0c5c42 View commit details
    Browse the repository at this point in the history
  7. add setup-go

    jacobbednarz authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ecb8059 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md (Manual Trigger)

    changelogbot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    441d5d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    873a91b View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md for cloudflare#1040

    changelogbot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1224235 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. List R2 buckets

    rgcostea committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b2263a5 View commit details
    Browse the repository at this point in the history
  2. Add changelog notice

    rgcostea committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1b1e1c2 View commit details
    Browse the repository at this point in the history
  3. Resolved merge conflicts

    rgcostea committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5e1b61a View commit details
    Browse the repository at this point in the history