Commit graph

188 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
45ae12c784
Merge pull request #22 from RohitAwate/readme-update
Readme update for Alpha 1.3
2018-09-19 23:31:12 +05:30
Rohit Awate
97f4737200
Update README.md 2018-09-19 23:29:36 +05:30
Rohit Awate
3ec6a02711 Update README for Aplha 1.3 and add THEMES.md 2018-09-19 23:20:55 +05:30
Rohit Awate
d5b4c36fae Exception handling improvements to SettingsLoader 2018-09-01 10:58:18 +05:30
Rohit Awate
4701fc18ff Add state maintenance for inner auth tabs 2018-09-01 10:13:48 +05:30
Rohit Awate
d348218541 Add support for DigestAuth 2018-08-31 19:38:29 +05:30
Rohit Awate
c3e25a8f8f Add DigestAuthProvider 2018-08-31 15:37:05 +05:30
Rohit Awate
0de2f257ca
Add support for Basic Access Authentication aka BasicAuth 2018-08-30 19:34:07 +05:30
Rohit Awate
2a8046a97e
Add checks in DashboardController while applying state to check if it belongs to active state 2018-08-27 15:14:29 +05:30
Rohit Awate
4b1ba0c80a
Minor improvements to Logger output and removed Services class 2018-08-25 00:26:25 +05:30
Rohit Awate
fcdfed793e
Fix issue where partially filled KeyValue fields were not searched in HistoryPane 2018-08-24 22:40:22 +05:30
Rohit Awate
94db944e28
Merge pull request #21 from RohitAwate/pseudo-tab-switching
Pseudo tab switching
2018-08-21 19:05:18 +05:30
Rohit Awate
2c2f05f1b1
Use HTTP status code description logic from previous commit in DashboardController 2018-08-21 18:51:15 +05:30
Rohit Awate
8a179b9a9c
Implemented custom method for getting HTTP status code description 2018-08-21 18:24:26 +05:30
Rohit Awate
6eb4595f91
Fix issues with detecting duplicate ComposerStates while saving history 2018-08-18 22:27:11 +05:30
Rohit Awate
53a42f8de5
Eliminate duplicate Content-Type conversions 2018-08-16 17:55:42 +05:30
Rohit Awate
8082f002fe
Add ability to make DataRequests with empty bodies 2018-08-15 19:11:04 +05:30
Rohit Awate
7b631a019b
Add Data and Sync managers to manage Everest's data and move HistoryManager into SQLiteManager 2018-08-15 18:45:36 +05:30
Rohit Awate
2d0cf380a7
Rid HistoryManager of isDuplicate() and areListsEqual() and add binary file path and raw body type as search priorities 2018-08-15 16:41:22 +05:30
Rohit Awate
035a7cf0f1
Clean up HistoryManager 2018-08-15 16:19:48 +05:30
Rohit Awate
459aabb146
Fix issues where HistoryManager did not load Body tab data 2018-08-15 15:27:52 +05:30
Rohit Awate
d5e5e357d2 Minor fixes for HistoryItem's method font 2018-08-14 20:01:10 +05:30
Rohit Awate
2e4f550513
Aesthetic improvements to Content-Type combo-boxes 2018-08-14 15:14:01 +05:30
Rohit Awate
14cd517555
Change padding of KV panes 2018-08-14 14:48:10 +05:30
Rohit Awate
dccaf7e73d
Several minor UI tweaks, add live params preview automatic KV field addition 2018-08-14 14:23:50 +05:30
Rohit Awate
42bb97eb42
Add HTTPConstants class and partial improvements to HistoryManager 2018-08-13 18:06:45 +05:30
Rohit Awate
0be0fbce41
Add TreeItem recycling for TreeVisualizer 2018-08-13 16:39:27 +05:30
Rohit Awate
65f689be47
Minor optimizations to ResponseHeadersViewer and move 'state' package 2018-08-12 12:45:10 +05:30
Rohit Awate
a8413e8b5c
Replace dedicated RequestManagers with a single one 2018-08-12 12:02:10 +05:30
Rohit Awate
2e8cb06cb7
Project-wide rename-refactoring for DataRequest and remove redundant and useless constructors 2018-08-11 19:26:47 +05:30
Rohit Awate
6825b135ec
Fix issue where multiple requests could not be run simultaneously 2018-08-11 19:13:11 +05:30
Rohit Awate
f735667d42
Remove HBoxes and VBoxes from TreeVisualizer and add new abstract Visualizer class 2018-08-09 11:34:55 +05:30
Rohit Awate
56fab0d48d
Fix parameter appending logic 2018-08-01 17:55:26 +05:30
Rohit Awate
45b757c7c8
Remove LoggingService and RequestManagerFactory from Services and make fully static 2018-08-01 17:04:28 +05:30
Rohit Awate
22973d1c95
Fix issues where LoadingLayer's progressBar was frozen and while sending new request while one is already being sent 2018-07-31 20:06:42 +05:30
Rohit Awate
3dcb57070c Fix issues related to RawBody type not being maintained during sessions and tab switches 2018-07-30 20:54:00 +05:30
Rohit Awate
e943cf8ca9 Fix issue where Dashboard did not scale when maximized 2018-07-30 19:15:40 +05:30
Rohit Awate
3b79315228 Add button to add new tab 2018-07-30 19:08:13 +05:30
Rohit Awate
c3c80d643e Fix issue where the only KeyValue field in the tab would display its deleteButton 2018-07-30 18:31:29 +05:30
Rohit Awate
e7537e339d Refactor Highlighting and add Formatting frameworks for future Extension API 2018-07-30 17:02:46 +05:30
Rohit Awate
197c06b227 Add RequestManager hand-over while switching from loading tabs 2018-07-30 14:52:39 +05:30
Rohit Awate
d9d0ceead2 Add maintenance logic for the selected status of tabs from Composer and ResponseTabPane 2018-07-24 17:28:12 +05:30
Rohit Awate
e07c19aee6 Restore execution of multiple requests simultaneously 2018-07-24 16:22:32 +05:30
Rohit Awate
c739f21337 Add LoadingLayer maintenance while switching tabs 2018-07-24 15:52:31 +05:30
Rohit Awate
df1f61a5d8 Clean tab-text reflection logic and add ErrorLayer maintenance while switching tabs 2018-07-21 17:14:42 +05:30
Rohit Awate
772ac377bd Re-wrote tab text reflection logic 2018-07-21 16:04:12 +05:30
Rohit Awate
32dcc0bce2 Re-implemented logic for changing tab-text with URL 2018-07-18 22:58:47 +05:30
Rohit Awate
cef97f0fec Fix issue where tabs were only visible when the window was maximized 2018-07-18 20:46:55 +05:30
Rohit Awate
9515782650 Fix issue where partially-filled KeyValue fields weren't saved during a tab switch 2018-07-18 19:53:42 +05:30