Commit graph

19 commits

Author SHA1 Message Date
Riduidel
d445d09c02 Made everest easily runnable in dev mode
Using the exec maven plugin allow easier launch of application by just running two maven commands : `mvn package`and `mvn exec:java`.
They can even be merged `mvn package exec:java`.
It could even be simpler using a profile ...
2018-10-02 11:30:07 +02:00
Rohit Awate
0de2f257ca
Add support for Basic Access Authentication aka BasicAuth 2018-08-30 19:34:07 +05:30
Rohit Awate
56fab0d48d
Fix parameter appending logic 2018-08-01 17:55:26 +05:30
Rohit Awate
58cf44780e Updated README to reflect the addition of syntax highlighting 2018-06-22 16:38:38 +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
b70bcd2353 Shifted HistoryManager and LoggingService to Guava's DirectExecutor 2018-04-27 19:26:18 +05:30
Rohit Awate
f787f0e9b8 Updated path of settings.json in SettingsLoader 2018-04-23 18:31:38 +05:30
Rohit Awate
95ea98227e Renamed all instances of RESTaurant to Everest 2018-04-23 15:39:25 +05:30
Rohit Awate
921654200d Fixed issue where DashboardState was saved with partial details 2018-02-15 14:19:31 +05:30
Rohit Awate
1829fd3bb0 Added requests history saving 2018-02-13 14:40:49 +05:30
Rohit Awate
4879a5ce9f Added multipart/form-data support in POST requests 2018-02-01 11:05:08 +05:30
Rohit Awate
4ba67f13aa Minor UI tweaks and fixed pom to generate fat JARs 2018-01-29 19:49:12 +05:30
Rohit Awate
2c05263202 Re-organized the project 2018-01-28 11:23:22 +05:30
Rohit Awate
613792fda3 Added RestaurantResponse class and ResponseDetails bar 2018-01-27 15:45:56 +05:30
Rohit Awate
932ceab72b Improved UI and added response beautification for JSON and XML 2018-01-19 15:48:26 +05:30
Rohit Awate
5d2ba235b5 Shifted RequestManager logic to Jersey API 2018-01-18 23:17:40 +05:30
Rohit Awate
40b55c8c54 Added basic UI elements to Dashboard 2018-01-18 22:23:57 +05:30
Rohit Awate
f11856e4bb Initial commit 2018-01-18 20:59:46 +05:30