Rohit Awate
|
f1ca82d61c
|
Project-wide cleanup and optimizations
|
2018-07-04 19:23:31 +05:30 |
|
Peter Mucha
|
59bf1e586a
|
fixed name clash of 'promptLayer'
|
2018-07-04 08:48:17 +02:00 |
|
Peter Mucha
|
6a6bd5ee79
|
refactored search functionality into own class
|
2018-07-02 09:53:14 +02:00 |
|
Rohit Awate
|
c86f18038e
|
Add option to open link in browser for HTML responses and minor improvements
|
2018-07-01 13:20:26 +05:30 |
|
Rohit Awate
|
eca1a639e6
|
HistoryManager now compares new requests with the previous one on the basis of Content-Type
|
2018-06-30 22:01:51 +05:30 |
|
Rohit Awate
|
738ecfee15
|
State maintenance logic now saves non-empty KeyValue fields only
|
2018-06-30 21:55:25 +05:30 |
|
Rohit Awate
|
51cbce3d7a
|
State maintenance logic now retains selection status of KeyValue fields
|
2018-06-30 20:53:28 +05:30 |
|
Rohit Awate
|
6e7606c99a
|
Added null checks to BodyTab state recovery logic
|
2018-06-29 12:27:19 +05:30 |
|
Rohit Awate
|
5c7b7b2a43
|
Rewrite DashboardState to save all tabs in BodyTab and not just the active ones
|
2018-06-29 11:08:26 +05:30 |
|
Rohit Awate
|
1efaf40a3c
|
Shifted state maintenance logic to JSON file
|
2018-06-29 09:34:15 +05:30 |
|
Rohit Awate
|
fdb680b97a
|
Project re-organization
|
2018-06-25 11:48:46 +05:30 |
|
Rohit Awate
|
92e8066607
|
Added missing license headers
|
2018-06-23 23:24:20 +05:30 |
|
Rohit Awate
|
d5228a6349
|
Added combo-box to switch highlighting modes for responseArea
|
2018-06-22 13:03:07 +05:30 |
|
Rohit Awate
|
0b46331314
|
Added plaintext highlighting
|
2018-06-22 12:12:32 +05:30 |
|
Rohit Awate
|
6316c1d5f9
|
Added XML syntax highlighting
|
2018-06-22 11:58:47 +05:30 |
|
Rohit Awate
|
7f18e0f6ae
|
Fixed NPE in EverestCodeArea and added editorWrapText setting
|
2018-06-21 15:05:45 +05:30 |
|
Rohit Awate
|
45f4ca5cb1
|
Added JSON syntax highlighting for request composer
|
2018-06-20 22:18:11 +05:30 |
|
Rohit Awate
|
5c7a0411de
|
Added JSON syntax highlighting for responseArea
|
2018-06-20 16:11:56 +05:30 |
|
Rohit Awate
|
6f9ccd282a
|
Improved BugReporter and moved it into its own separate module
|
2018-06-04 16:42:40 +05:30 |
|
Rohit Awate
|
4c6ab95cff
|
Fixed critical bug in protocol prepending logic
|
2018-06-04 15:40:03 +05:30 |
|
Rohit Awate
|
6e74b4dbab
|
Added automatic prepending of protocol
|
2018-06-04 15:16:56 +05:30 |
|
Rohit Awate
|
d837cd5000
|
Shifted LoadingLayer GIF to JFXProgressBar
|
2018-05-24 19:24:24 +05:30 |
|
Rohit Awate
|
c90a22cc7b
|
Improved recycling of HashMaps
|
2018-05-13 21:50:00 +05:30 |
|
Rohit Awate
|
c2f12d146e
|
Optimized and cleaned up the logging service
|
2018-05-12 12:19:15 +05:30 |
|
Rohit Awate
|
79861e0d7e
|
Fixed #11: Application now scales correctly
|
2018-05-08 22:35:40 +05:30 |
|
Rohit Awate
|
ee956baed6
|
Fixed #9: Custom content types now override the ones determined automatically
|
2018-05-08 21:56:34 +05:30 |
|
Rohit Awate
|
6f063a01c8
|
Fixed crucial typo in DashboardController
|
2018-05-03 13:08:35 +05:30 |
|
Rohit Awate
|
861b5deab1
|
Added ResponseHeadersViewer and minor UI tweaks
|
2018-05-03 09:57:44 +05:30 |
|
Rohit Awate
|
6d06518693
|
Minor improvements to Visualizer and moved its logic into new class
|
2018-05-03 09:57:43 +05:30 |
|
Rohit Awate
|
c0e4d3f72b
|
Heavily optimized Visualizer by switching from Accordions to TreeView
|
2018-05-03 09:57:43 +05:30 |
|
Rohit Awate
|
b81b67cc6f
|
Added Request object recycling to DashboardController
|
2018-05-03 09:57:43 +05:30 |
|
Rohit Awate
|
4753d433b5
|
Added RequestManagersPool to re-use managers
|
2018-05-03 09:57:43 +05:30 |
|
Rohit Awate
|
b70bcd2353
|
Shifted HistoryManager and LoggingService to Guava's DirectExecutor
|
2018-04-27 19:26:18 +05:30 |
|
Rohit Awate
|
1c0bc2b7b9
|
Optimized the Logging API by using single thread pool
|
2018-04-27 17:53:35 +05:30 |
|
Rohit Awate
|
09ea27f699
|
Added Response Visualizer
|
2018-04-27 17:29:55 +05:30 |
|
Rohit Awate
|
35a21f0df0
|
Added Ctrl + M shortcut
|
2018-04-25 13:25:15 +05:30 |
|
Rohit Awate
|
9e040c6d7a
|
Fixed issue where partial number of settings weren't loaded and improved ThemeManager
|
2018-04-24 22:11:18 +05:30 |
|
Rohit Awate
|
defd8924ae
|
Added new keyboard shortcuts and fixed issue where RequestManagers weren't properly re-used
|
2018-04-24 17:03:04 +05:30 |
|
Rohit Awate
|
f787f0e9b8
|
Updated path of settings.json in SettingsLoader
|
2018-04-23 18:31:38 +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 |
|