Commit graph

179 commits

Author SHA1 Message Date
Rohit Awate
9e4bd868b5
Merge pull request #1 from RohitAwate/rename-to-everest
Project was renamed to "Everest"
2018-04-23 18:33:03 +05:30
Rohit Awate
f787f0e9b8 Updated path of settings.json in SettingsLoader 2018-04-23 18:31:38 +05:30
Rohit Awate
429b0bf215
Added header image to README 2018-04-23 17:19:36 +05:30
Rohit Awate
0218b29b34
Updated README 2018-04-23 17:03:54 +05:30
Rohit Awate
41ffcad375 Added new logo 2018-04-23 16:32:51 +05:30
Rohit Awate
95ea98227e Renamed all instances of RESTaurant to Everest 2018-04-23 15:39:25 +05:30
Rohit Awate
178779706e Cleaned up the RequestManagers and DashboardController, added automatic request redirection and improved FNFE handling 2018-04-23 15:10:51 +05:30
Rohit Awate
b57c6a9136
Added checks in prettifyResponseBody for when there's no response body 2018-04-23 11:55:19 +05:30
Rohit Awate
0cd3ad940a
Fixed UI glitches in History search 2018-03-20 19:27:19 +05:30
Rohit Awate
59a5f9927c
Moved response beautification logic to DashboardController 2018-03-20 00:05:36 +05:30
Rohit Awate
ab8a4b879a
Added support for PATCH Request processing 2018-03-19 16:29:16 +05:30
Rohit Awate
7f3a4e7343
Fixed issue where search did not match exact the complete URL and added support for multi-word search strings 2018-03-17 21:56:30 +05:30
Rohit Awate
a679c6d1a2 Added BugReporter and added logging when RequestManagers fail 2018-03-01 15:38:44 +05:30
Rohit Awate
2361da62eb Fixed issue where multiple threads wrote to log file simultaneously and improved LogEntry 2018-02-28 23:55:53 +05:30
Rohit Awate
c249160e1f Added custom logger 2018-02-28 23:34:29 +05:30
Rohit Awate
b7e3fe29fa Improved search, search field UI and fixed issue where file tuples would not be loaded from database 2018-02-25 11:51:16 +05:30
Rohit Awate
e2c7db2d99 Added history search functionality and fixed issue where request body would not get saved 2018-02-23 14:02:49 +05:30
Rohit Awate
43ffac2478 Fixed issue where the first-ever history item would not be saved in the database 2018-02-22 14:44:29 +05:30
Rohit Awate
35d968a283 Behavioral improvements to StringKV and FileKV fields and minor UI tweaks 2018-02-22 14:36:31 +05:30
Rohit Awate
927983bc1d Implemented smart checking to prevent consecutive identical requests in the database 2018-02-22 12:08:24 +05:30
Rohit Awate
9eb149492d Added option to delete StringKV and FileKV fields from respective lists 2018-02-21 17:14:10 +05:30
Rohit Awate
91f5ab9326
Updated README 2018-02-19 13:18:13 +05:30
Rohit Awate
557de8ef99 Minor bug fixes and UI improvements 2018-02-19 12:42:21 +05:30
Rohit Awate
83f557dd38 Added HistoryTab 2018-02-18 22:58:21 +05:30
Rohit Awate
921654200d Fixed issue where DashboardState was saved with partial details 2018-02-15 14:19:31 +05:30
Rohit Awate
aab5c2d8f8 Fixed issue where Form data was getting incompletely loaded while restoring application state 2018-02-15 12:43:57 +05:30
Rohit Awate
a97a6c633c Created new class DashboardState to better abstract the application state and added recovery of POST/PUT requests' body 2018-02-15 12:16:23 +05:30
Rohit Awate
b3ffa5ecd4 Added application state saving 2018-02-15 00:05:30 +05:30
Rohit Awate
81710e9d15 Fixed issue where Queries.json would not load 2018-02-14 11:39:34 +05:30
Rohit Awate
26b740feab
Updated README 2018-02-13 15:03:32 +05:30
Rohit Awate
1829fd3bb0 Added requests history saving 2018-02-13 14:40:49 +05:30
Rohit Awate
118173d574 Added Ctrl+T accelerator for new tabs 2018-02-13 11:12:53 +05:30
Rohit Awate
607fdb23d7 Added multi-tabbed layout 2018-02-12 17:15:24 +05:30
Rohit Awate
48231516a0 Fixed issue where app wouldn't load up without settings.json 2018-02-12 11:04:16 +05:30
Rohit Awate
72329c3080 Enabled automatic selection of key-value fields as they get filled 2018-02-11 23:25:47 +05:30
Rohit Awate
bc3c576dc6 Improved exception handling for 301, null response body and connection issues 2018-02-11 22:26:33 +05:30
Rohit Awate
6f9fba2c51 Added support for DELETERequest processing 2018-02-11 20:21:03 +05:30
Rohit Awate
1f8c3e3ba7 Merge remote-tracking branch 'origin/master' 2018-02-11 18:58:11 +05:30
Rohit Awate
fb484b3ecf Added support for PUTRequest processing 2018-02-11 18:57:32 +05:30
Rohit Awate
bd9ccb7d1b Set theme jekyll-theme-cayman 2018-02-05 00:31:07 +05:30
Rohit Awate
fcae06acaf Set theme jekyll-theme-cayman 2018-02-05 00:30:43 +05:30
Rohit Awate
9069573d43 Set theme jekyll-theme-slate 2018-02-05 00:30:22 +05:30
Rohit Awate
81dcbf610e Set theme jekyll-theme-minimal 2018-02-05 00:29:34 +05:30
Rohit Awate
027f98ee50 Added support for external CSS themes and renamed default theme to Adreana 2018-02-03 23:23:58 +05:30
Rohit Awate
76cc211b98 Set theme jekyll-theme-cayman 2018-02-03 11:26:40 +05:30
Rohit Awate
5a6e86f6df Set default settings in case SettingsLoader fails 2018-02-02 17:34:03 +05:30
Rohit Awate
74aa666208 Added ErrorLayer over ResponseArea and made minor UI tweaks 2018-02-02 16:42:37 +05:30
Rohit Awate
21599557d6 Added connection and request timeout settings 2018-02-02 15:30:14 +05:30
Rohit Awate
3d9fc01aad Added application/x-www-form-urlencoded support in POST requests 2018-02-02 14:57:01 +05:30
Rohit Awate
a8baf68ba3 Added ability to append query params 2018-02-01 13:43:19 +05:30