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

feat: introduce request group settings (name, description, and move/copy) #3350

Merged
merged 12 commits into from
Jun 25, 2021

Commits on May 2, 2021

  1. feat: request group descriptions

    Adds the ability to modify the description for a Request Group in a modal shown by hitting settings in a dropdown. Identical implementation to RequestSettings. In addition allows renaming the Request Group as well as moving/copying it to a different workspace.
    
    Ref: Kong#3306
    NickHackman committed May 2, 2021
    Configuration menu
    Copy the full SHA
    5b54b9b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    e0640ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f1b9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e642d1 View commit details
    Browse the repository at this point in the history
  4. fix: remove RequestGroupMove as it is in Settings

    No longer need Request Group Move as it is present in Settings. In addition, fix the implementation in Settings to be exactly the same as the implementation present in move-request-group-modal which is duplicate then remove current rather than solely an update.
    NickHackman committed May 3, 2021
    Configuration menu
    Copy the full SHA
    90a6aa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Merge branch 'develop' of https://github.com/Kong/insomnia into reque…

    …st-group-descriptions
    NickHackman committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ef6ecde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee54114 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. add line break

    develohpanda committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    eab9818 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jun 23, 2021

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

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    774cf4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c679d35 View commit details
    Browse the repository at this point in the history