Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Feat kv commands #405

Merged
merged 62 commits into from
Sep 13, 2019
Merged

Feat kv commands #405

merged 62 commits into from
Sep 13, 2019

Commits on Aug 7, 2019

  1. feat: use cloudflare-rs

    * implement From for cloudflare-rs Credential -> GlobalUser
    ashleymichal committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    731f9b6 View commit details
    Browse the repository at this point in the history
  2. feat: #340 first draft of wrangler kv add <namespace>

    * add KV emoji
    ashleymichal committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5169f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59fdb64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22e9052 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8bc14b View commit details
    Browse the repository at this point in the history
  6. feat: kv rename

    ashleymichal committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    1ff3c02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5fbdd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e4a9ee View commit details
    Browse the repository at this point in the history
  9. Pretty up list output

    ashleymichal committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    3900fb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c05b10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0dd867 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Update cloudflare-rs invocations to match updates

    * Add prettytable-rs for list namespaces
    ashleymichal committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    22fc8c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #437 from cloudflare/alewis/update-dependencies

    Update cloudflare-rs invocations to match updates
    ashleymichal authored Aug 15, 2019
    Configuration menu
    Copy the full SHA
    1022df1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ec991 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    bcea204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1b854 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Add gets for single keys from Workers KV (#454)

    Add gets for single keys from Workers KV
    gabbifish authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8f3a14e View commit details
    Browse the repository at this point in the history
  2. Add individual write subcommand for Workers KV (#458)

    Add logic for setting individual key-value pair
    gabbifish authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    a1ff27a View commit details
    Browse the repository at this point in the history
  3. Add bulk upload to Workers KV (#445)

    Add bulk write functionality. Supports reading json files and
    directories
    gabbifish authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    df8219a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408c34e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed43c93 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Add key listing functionality for workers kv subcommands (#462)

    Add key listing functionality for workers kv subcommands
    gabbifish authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    725ea2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464667b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. fix #406: remove panics and ensure required args for kv subcommands a…

    …re properly checkd for existence
    gabbifish committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    eb1bca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb6892 View commit details
    Browse the repository at this point in the history
  3. Gabbi/improve bulk error handling (#466)

    check bulk upload api for excessive pair count
    gabbifish authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    7c27abb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e87e5eb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Remove logic for uploading directories from bulk (#485)

    * Remove logic for uploading directories from bulk
    ashleymichal authored and gabbifish committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    4752e23 View commit details
    Browse the repository at this point in the history
  2. Update kv docs

    ashleymichal committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d8a04c6 View commit details
    Browse the repository at this point in the history
  3. Gabbi/update subcommand invocations (#501)

    * Use new kv:<object> subcommand syntax, and fill out help and about entries for all subcommands and arguments. Still treats namespace-id arg as required, because the default env logic is not complete yet
    gabbifish authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    4f1c239 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Merge pull request #503 from cloudflare/alewis/kv-docs

    Update KV Subcommand docs page
    ashleymichal authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a1d72bf View commit details
    Browse the repository at this point in the history
  2. Gabbi/url encode (#507)

    * Make sure to url-encode any keys put in request url
    
    * s/super/kv for more explicit, less breakable dependency patterns
    gabbifish authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    570f5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    70b7ea9 View commit details
    Browse the repository at this point in the history
  2. Gabbi/add interactive delete (#511)

    * Add interactive delete checking
    
    * s/bail/failure::bail for consistency
    gabbifish authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f1469a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #520 from cloudflare/alewis/update-dependencies

    Update usage of cloudflare::Credentials::User -> UserAuthKey
    ashleymichal authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    c5a4995 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    5f20b4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #526 from cloudflare/alewis/refactor-pass-project

    refactor: pass project to kv commands in prep for environments
    ashleymichal authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e3800e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    ee872bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #527 from cloudflare/alewis/refactor-directories

    refactor: organize kv by command type
    
    s/read/get/g s/write/put/g
    ashleymichal authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    264de89 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    8fb1f56 View commit details
    Browse the repository at this point in the history
  2. Gabbi/more detailed subcommand docs (#537)

    * Add more detail to KV docs
    gabbifish authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    ad5b33b View commit details
    Browse the repository at this point in the history
  3. Alewis/refactor key list (#531)

    * Write KeyList iterator
    ashleymichal authored and gabbifish committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    bfe8d92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e71a91d View commit details
    Browse the repository at this point in the history
  5. s/project/target

    gabbifish committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    4237934 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. fix with steve's feedback

    gabbifish authored and ashleymichal committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    aac2161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f55263d View commit details
    Browse the repository at this point in the history
  3. Gabbi/add kv env support (#542)

    * Allow specification of environments for kv subcommands, and support named namespace arguments (not raw ids). Also update kv subcommand documentation to reflect this
    gabbifish authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    28de238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf19955 View commit details
    Browse the repository at this point in the history
  5. Gabbi/perscriptive namespace titles (#557)

    * Add more helpful messaging when creating namespace; output to put in wrangler.toml
    gabbifish authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    f667c7b View commit details
    Browse the repository at this point in the history
  6. Print out namespaces list as json by default (#541)

    * Print out namespaces list as json by default
    gabbifish authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    69ac09a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    267caf9 View commit details
    Browse the repository at this point in the history
  2. warn user to remove binding if deleted + check input for bindings (#560)

    * Add reminder to remove binding after calling , also ensure binding names are valid
    gabbifish authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    bd9f4f5 View commit details
    Browse the repository at this point in the history
  3. Re-order kv commands docs to be more user friendly (#558)

    * Re-order kv commands docs to be more user friendly + Add Getting Started and Concepts sections to kv docs
    EverlastingBugstopper authored and gabbifish committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    a8926e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    109b3a5 View commit details
    Browse the repository at this point in the history
  5. fix links to environmenets

    gabbifish committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e71e699 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    399cf3c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #577 from cloudflare/alewis/bulk-delete

    Allow use of same json file to bulk delete as bulk put
    ashleymichal authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ec5ff3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d33ce50 View commit details
    Browse the repository at this point in the history
  9. Fix panic when kv: command does not have subcommand (#579)

    * Ensure that when a subcommand is not provided to a kv: command, do not panic. STILL DISPLAYS HELP INFORMATION WITH --binding AND --namespace-id INFO THAT IS INCONSISTENT WITH USAGE (b/c globals are paired with arggroups here)
    gabbifish authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    81ac1e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    6c3d133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e98f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293ff89 View commit details
    Browse the repository at this point in the history