-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Issue/1479 #1485
base: master
Are you sure you want to change the base?
Issue/1479 #1485
Commits on Mar 1, 2023
-
Add: Storing input in JSON issue/2
Sanjin committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for b4a04ae - Browse repository at this point
Copy the full SHA b4a04aeView commit details -
Add: Calling store_json_template from httpie CLI parser issue/3
Sanjin committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 0ce2676 - Browse repository at this point
Copy the full SHA 0ce2676View commit details -
Add: Running template functionality issue/4
Sanjin committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for a154b75 - Browse repository at this point
Copy the full SHA a154b75View commit details -
Add: Functionality to modify template issue/5
Sanjin committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for d788762 - Browse repository at this point
Copy the full SHA d788762View commit details -
Refactor: move load_template to argtemplate
This moves the load_template function to the argtemplate file as well as makes the file path where the templates are stored into a global variable.
Configuration menu - View commit details
-
Copy full SHA for 16c98cc - Browse repository at this point
Copy the full SHA 16c98ccView commit details -
Add test log from running tests on original repo
Some tests fail when run on Mac but not on Windows. There appears to be minor differences in the error output.
Configuration menu - View commit details
-
Copy full SHA for 373f6bd - Browse repository at this point
Copy the full SHA 373f6bdView commit details -
Fix: Fixed editt command not saving values properly
Sanjin committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 0ba836e - Browse repository at this point
Copy the full SHA 0ba836eView commit details -
Fix: Added check for empty args
Sanjin committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 839c4e2 - Browse repository at this point
Copy the full SHA 839c4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5b805 - Browse repository at this point
Copy the full SHA 6a5b805View commit details -
Add one unit test for editing a template
This adds a unit test that checks that a value is correctly updated when modifying a certain parameter, and leaving the other values unchanged.
Configuration menu - View commit details
-
Copy full SHA for c74aabb - Browse repository at this point
Copy the full SHA c74aabbView commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a489dc2 - Browse repository at this point
Copy the full SHA a489dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e68d60 - Browse repository at this point
Copy the full SHA 6e68d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e82883 - Browse repository at this point
Copy the full SHA 2e82883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d1fb1 - Browse repository at this point
Copy the full SHA 40d1fb1View commit details -
Add two more unit tests for store_template
This includes one test for overwriting an already existing template, which passes, and one test for storing a template with an invalid method parameter, which currently fails (see #11).
Configuration menu - View commit details
-
Copy full SHA for 9b6cd92 - Browse repository at this point
Copy the full SHA 9b6cd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e2186 - Browse repository at this point
Copy the full SHA 12e2186View commit details -
Update test_store_template_invalid_method
This removes a debugging print statement and adds some assertions.
Configuration menu - View commit details
-
Copy full SHA for c64cab4 - Browse repository at this point
Copy the full SHA c64cab4View commit details -
Add more unit tests for edit_template
Most of them currently fail since the functionality hasn't been implemented/merged yet. Fixes #6
Configuration menu - View commit details
-
Copy full SHA for 530caa0 - Browse repository at this point
Copy the full SHA 530caa0View commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d11b51 - Browse repository at this point
Copy the full SHA 8d11b51View commit details -
Merge pull request #9 from sanredz/mrporsev/work-on-editt
Mrporsev/work on editt
Configuration menu - View commit details
-
Copy full SHA for 1fdcf92 - Browse repository at this point
Copy the full SHA 1fdcf92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9528df4 - Browse repository at this point
Copy the full SHA 9528df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b06c2 - Browse repository at this point
Copy the full SHA e3b06c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5685144 - Browse repository at this point
Copy the full SHA 5685144View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9df3f2 - Browse repository at this point
Copy the full SHA a9df3f2View commit details -
Merge pull request #16 from sanredz/mrporsev/work-on-editt
Fix formatting issues related to #14
Configuration menu - View commit details
-
Copy full SHA for ccf45c9 - Browse repository at this point
Copy the full SHA ccf45c9View commit details -
Merge pull request #17 from sanredz/mrporsev/work-on-editt
bug(template): Fix invalid argument error #11
Configuration menu - View commit details
-
Copy full SHA for 324a6d7 - Browse repository at this point
Copy the full SHA 324a6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84c1a4 - Browse repository at this point
Copy the full SHA c84c1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0182a - Browse repository at this point
Copy the full SHA cc0182aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d897e - Browse repository at this point
Copy the full SHA d9d897eView commit details -
Merge pull request #19 from sanredz/mrporsev/work-on-editt
bug(test): Fix formatting for tests #18
Configuration menu - View commit details
-
Copy full SHA for ad76dd8 - Browse repository at this point
Copy the full SHA ad76dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d836b - Browse repository at this point
Copy the full SHA e2d836bView commit details -
Merge pull request #21 from sanredz/mrporsev/work-on-editt
bug(template): Fix error if no templates file exists #20
Configuration menu - View commit details
-
Copy full SHA for 8911d8b - Browse repository at this point
Copy the full SHA 8911d8bView commit details -
Sanjin committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 02e4ab0 - Browse repository at this point
Copy the full SHA 02e4ab0View commit details -
Sanjin committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for f9cf256 - Browse repository at this point
Copy the full SHA f9cf256View commit details -
Fix: Method names can be lower case now
Sanjin committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 1c560ba - Browse repository at this point
Copy the full SHA 1c560baView commit details -
Sanjin committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a86691 - Browse repository at this point
Copy the full SHA 6a86691View commit details -
Fix error when trying to load nonexistent template
This makes sure that there is an error message printed when trying to use a template that doesn't exist and makes sure that no unhandled exceptions occur.
Configuration menu - View commit details
-
Copy full SHA for 260916f - Browse repository at this point
Copy the full SHA 260916fView commit details -
Merge pull request #27 from sanredz/issue-10
Fix error when trying to load nonexistent template
Configuration menu - View commit details
-
Copy full SHA for 07d55fd - Browse repository at this point
Copy the full SHA 07d55fdView commit details -
This removes tests that went against the specification and updates `test_edit_template_not_found` to not look for an exception anymore, since no exception is being raised. Fixes #28
Configuration menu - View commit details
-
Copy full SHA for a3fd4b5 - Browse repository at this point
Copy the full SHA a3fd4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb167af - Browse repository at this point
Copy the full SHA fb167afView commit details -
Add tests to increase coverage
This adds tests that increases test coverage for argtemplate.py to 98%. Fixes #30
Configuration menu - View commit details
-
Copy full SHA for 5fbd3b5 - Browse repository at this point
Copy the full SHA 5fbd3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac3b2d - Browse repository at this point
Copy the full SHA 6ac3b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9d572 - Browse repository at this point
Copy the full SHA 7a9d572View commit details -
Update keys when loading/storing templates
Parameters after the URL that do not have the form key=value will now be ignored. When loading a template, the parameters will be reconstructed the same way they were passed in, i.e. as param=value. Fixes #12
Configuration menu - View commit details
-
Copy full SHA for d1d7e70 - Browse repository at this point
Copy the full SHA d1d7e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc09c2 - Browse repository at this point
Copy the full SHA fbc09c2View commit details -
Ft: Deleting templates functionality issue/23
Sanjin committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 84e124c - Browse repository at this point
Copy the full SHA 84e124cView commit details -
Sanjin committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 0e4aa13 - Browse repository at this point
Copy the full SHA 0e4aa13View commit details -
Merge pull request #31 from sanredz/issue-30
Add tests to increase coverage
Configuration menu - View commit details
-
Copy full SHA for d7971ea - Browse repository at this point
Copy the full SHA d7971eaView commit details -
Merge pull request #32 from sanredz/issue-12
Update keys when loading/storing templates
Configuration menu - View commit details
-
Copy full SHA for f88d75e - Browse repository at this point
Copy the full SHA f88d75eView commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ea5976 - Browse repository at this point
Copy the full SHA 9ea5976View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc238a2 - Browse repository at this point
Copy the full SHA bc238a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47cce83 - Browse repository at this point
Copy the full SHA 47cce83View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1467ef - Browse repository at this point
Copy the full SHA a1467efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60cdec9 - Browse repository at this point
Copy the full SHA 60cdec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b59c3 - Browse repository at this point
Copy the full SHA f5b59c3View commit details -
Merge pull request #25 from sanredz/mrporsev/work-on-editt
docs(templates): Add documentation to functions in argtemplates #15
Configuration menu - View commit details
-
Copy full SHA for 67cfc7e - Browse repository at this point
Copy the full SHA 67cfc7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6aa4e - Browse repository at this point
Copy the full SHA ea6aa4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ead062 - Browse repository at this point
Copy the full SHA 6ead062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8645c - Browse repository at this point
Copy the full SHA 7d8645cView commit details -
Add unit tests for running template commands
The cases for too few args are not covered by tests since http() automatically adds some flags which makes it impossible to test.
Configuration menu - View commit details
-
Copy full SHA for 19eb61a - Browse repository at this point
Copy the full SHA 19eb61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af82254 - Browse repository at this point
Copy the full SHA af82254View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d2fb6 - Browse repository at this point
Copy the full SHA e5d2fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db5796 - Browse repository at this point
Copy the full SHA 5db5796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5ee9b - Browse repository at this point
Copy the full SHA 4c5ee9bView commit details