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

fix: Update release feature branch #330

Commits on Jun 3, 2021

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

Commits on Jun 21, 2021

  1. chore: Store API Keys in Config File (twilio#259)

    * Save to config and not keytar
    
    * Remove secure storage references
    
    * Remove keytar load
    
    * Remove unnecessary ref to secureStorage
    
    * Correct logging
    
    * Remove dependent test failures
    
    * Add todos
    Anuj Badhwar authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c679ed8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jun 28, 2021

  1. chore: CLI Profile Update - Using config file instead of the system k…

    …eychain (twilio#264)
    
    * chore: CLI Profile Update - Using config file instead of the system keychain
    
    * Added the test cases.
    
    * Addressed the review comments
    
    * Added the missing alignment.
    
    * Addressed the review comments
    ravali-rimmalapudi authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b71fb5e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. chore: Update profiles list (twilio#265)

    * chore: Update profiles list
    
    * Addressed the comments
    ravali-rimmalapudi authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    fb98a5d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. chore: Add profiles:port (twilio#266)

    * Add profiles:port
    
    * Eslint fix
    
    * Minor edit
    
    * update test
    
    * Address review comments
    
    * Change nomenclature from porting profiles to porting keys
    
    * add space
    Anuj Badhwar authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    2ca3602 View commit details
    Browse the repository at this point in the history
  2. chore: Throw alert when active profile is not set (twilio#267)

    * Fetching profile by order if active profile is not set
    
    1. Added the warning when active profile is NULL and no environment variable is set in case of profile create/update.
    2. Added/updated the corresponding test cases.
    
    * Addressed the comments
    ravali-rimmalapudi authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ceb894c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

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

Commits on Jul 20, 2021

  1. feat: Added twilio config to list/set edge configuration (twilio#270)

    * feat: Added twilio config to list/set edge configuration
    
    * Added the missing changes
    
    * Addressed the review comments.
    
    * Updated the missing messages
    
    * Updated the review comments.
    
    * Moved the common code functionality to utility.
    
    * Added the missing change.
    
    * Minor refactoring in the getFromEnvironment method.
    ravali-rimmalapudi authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    434ab51 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. chore - Updated package.json to point to cli-core release candidate a…

    …nd cli-test new release (twilio#273)
    
    * [chore] - Updating package.json to point to cli-core release candidate and cli-test new release
    
    * Removed the cli-test version upgrade.
    
    * Added the shortform
    ravali-rimmalapudi authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    fe51073 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    89cebb9 View commit details
    Browse the repository at this point in the history
  2. fix: Update release-feature-branch with main (twilio#275)

    * update slack token
    
    * feat: add assets plugin to available plugins (twilio#261)
    
    * [Librarian] Regenerated @ 8ec9e610ad617fae257b54113f6d7fa08c457a87
    
    * Release 2.25.0
    
    * chore: updating plugin-help version (twilio#268)
    
    Co-authored-by: kridai <kgoswami@twilio.com>
    
    * [Librarian] Regenerated @ 7bffdec2c05f6a34b94cebd095be5b1b30705f5d
    
    * Release 2.26.0
    
    * [Librarian] Regenerated @ 54ad9271a294331f8d036e4a3fc173bb98ecdb82
    
    * Release 2.27.0
    
    Co-authored-by: Elmer Thomas <ethomas@twilio.com>
    Co-authored-by: Phil Nash <pnash@twilio.com>
    Co-authored-by: Twilio <team_interfaces+github@twilio.com>
    Co-authored-by: kridai <kridaigoswami@gmail.com>
    Co-authored-by: kridai <kgoswami@twilio.com>
    6 people authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d97d98b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3198c89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c1cd5d View commit details
    Browse the repository at this point in the history
  5. Release 2.27.1-rc

    twilio-dx committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    639d609 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. chore: Fix autocomplete bugs (twilio#274)

    Co-authored-by: Shamant Raghav <sraghav@twilio.com>
    sr010 and sr010 authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    fbb8fc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. feat: add new flag support for config commands to force profile input…

    … flag (twilio#272)
    
    * feat: add new flag support require-profile-input for config commands
    
    * updated tests for config set and list
    
    * refactor logic for config set
    
    * nit, adding comment
    
    * changes per review comment, updating the parsing login for config list command
    kridai authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    586d3fa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. feature: Twilio update (twilio#278)

    * SR: Oclif Update changes
    
    * SR: adding message to alert about the update
    
    * minor change
    
    Co-authored-by: Shamant Raghav <sraghav@twilio.com>
    sr010 and sr010 authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c9c3768 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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