The Wayback Machine - https://web.archive.org/web/20220322154427/https://github.com/httpie/http-prompt/commits/master
Skip to content
Permalink
master

Commits on Jan 21, 2022

  1. Mention Homebrew installion option in the docs (#211)

    http-prompt is now available in Homebrew so I mentioned it in the user
    guide as an installation option.
    tangestani committed Jan 21, 2022

Commits on Sep 9, 2021

Commits on Aug 5, 2021

  1. Fix flake8 errors

    Also some auto-reformatting.
    BoboTiG committed Aug 5, 2021
  2. Polish Python 2.7 removal

    BoboTiG committed Aug 5, 2021
  3. Update yaml.load call in cli.py to use SafeLoader (#151)

    * Update yaml.load call to use SafeLoader for compatibility with latest PyYAML version recommendations
    
    Co-authored-by: Mickaël Schoentgen <[email protected]>
    alansill and BoboTiG committed Aug 5, 2021
  4. CI: Run tests on Python 3.9

    BoboTiG committed Aug 5, 2021
  5. Upgrade to prompt_toolkit 2.0 (#137)

    * Upgrade to prompt_toolkit 2.0
    
    * A few small changes for being compatible with the latest prompt_toolkit 2.0
    
    * Update requirements.txt
    
    Co-authored-by: Jakub Roztocil <[email protected]>
    Co-authored-by: Mickaël Schoentgen <[email protected]>
    3 people committed Aug 5, 2021

Commits on Mar 21, 2021

  1. Update test_interaction.py (#191)

    play well with extra ANSI escape codes after between '>' and ' ' (space) characters
    tsabirgaliev committed Mar 21, 2021

Commits on Mar 5, 2021

  1. v2.1.0

    jakubroztocil committed Mar 5, 2021
  2. v2.0.0

    jakubroztocil committed Mar 5, 2021

Commits on Feb 16, 2021

  1. Use standard shlex.quote (#189)

    timka committed Feb 16, 2021

Commits on Feb 7, 2021

  1. issue #172: spec/buggy Path/Operation handling (#188)

    * issue #172: spec/buggy Path/Operation handling
    
    Current code expect Path object to contain only method/Operation
    declaration. Path object may contain $ref, summary, description, servers
    and parameters entries.
    
    If available, this entries are default values to apply children
    Operation.
    
    This fix drops unused entries ($ref, summary, description, servers) and
    merge parameters:
    * unicity based on name/in unicity
    * Operation value takes precedence
    
    This fix allows to parse spec file attached with #172
    
    * issue #172: fix regression for $ref params
    
    Parameter may be a ``{ '$ref': '...' }``. We need to use $ref, name, in
    attributes for processing parameter list merging.
    
    * issue #172: added testcase and fix
    
    Path and methods parameters are merged to handle completion.
    
    Merge process is fixed to allow completion when parameters are
    configured only at path level.
    lalmeras committed Feb 7, 2021

Commits on Jan 14, 2021

Commits on Aug 18, 2020

  1. Update README.rst

    jakubroztocil committed Aug 18, 2020

Commits on Aug 14, 2020

  1. Merge pull request #146 from dargad/snapcraft

    Add snapcraft.yaml to enable snap builds.
    jakubroztocil committed Aug 14, 2020
  2. Add Makefile

    jakubroztocil committed Aug 14, 2020
  3. GitHub actions

    jakubroztocil committed Aug 14, 2020

Commits on Jan 15, 2019

  1. Merge pull request #149 from dfrommi/swagger-yaml

    support swagger spec in yaml format
    eliangcs committed Jan 15, 2019
Older