Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Remove extra parentheses | Alexander Moisseev | 2018-09-17 | 5 | -8/+8 |
| | |||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 8 | -64/+64 |
| | |||||
* | [Minor] Enforce return after callback | Alexander Moisseev | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Drop Crockford's `switch` indentation | Alexander Moisseev | 2018-09-15 | 2 | -51/+52 |
| | |||||
* | [Minor] Initialize variables at declaration | Alexander Moisseev | 2018-09-15 | 5 | -18/+12 |
| | |||||
* | [Minor] Require capitalized constructor names | Alexander Moisseev | 2018-09-15 | 2 | -7/+7 |
| | |||||
* | [WebUI] Notify user on module loading failure | Alexander Moisseev | 2018-09-11 | 2 | -0/+19 |
| | |||||
* | [Minor] main.js code cleanup | Alexander Moisseev | 2018-09-08 | 1 | -15/+11 |
| | |||||
* | [WebUI] Add progress bar for AJAX requests | Alexander Moisseev | 2018-09-02 | 6 | -3/+110 |
| | |||||
* | [WebUI] Fix tables destroying | Alexander Moisseev | 2018-09-01 | 2 | -50/+34 |
| | | | | | It seems there is a bug in Footable. FooTable doesn't remove the table body if the table was initialized without contents. | ||||
* | [WebUI] Destroy summary table on disconnect | Alexander Moisseev | 2018-09-01 | 2 | -14/+13 |
| | |||||
* | [Minor] Use loop to destroy graphs and tables | Alexander Moisseev | 2018-08-27 | 1 | -24/+6 |
| | |||||
* | [Minor] Destroy symbols table on disconnect | Alexander Moisseev | 2018-08-27 | 2 | -10/+6 |
| | |||||
* | [WebUI] Avoid errors table reinitialization | Alexander Moisseev | 2018-08-26 | 1 | -16/+26 |
| | |||||
* | [WebUI] Avoid history table reinitialization | Alexander Moisseev | 2018-08-26 | 2 | -63/+103 |
| | |||||
* | [WebUI] Avoid throughput summary table reinitialization | Alexander Moisseev | 2018-08-21 | 1 | -29/+48 |
| | | | | on data update | ||||
* | [WebUI] Update FooTable 3.1.4 -> 3.1.6 | Alexander Moisseev | 2018-08-19 | 2 | -5/+5 |
| | |||||
* | [Minor] Refactor upload.js module to use query function | Alexander Moisseev | 2018-08-16 | 2 | -48/+36 |
| | |||||
* | [Minor] Use query function for authentication | Alexander Moisseev | 2018-08-15 | 1 | -13/+11 |
| | |||||
* | [Minor] Use Ajax "headers" parameter | Alexander Moisseev | 2018-08-15 | 1 | -9/+1 |
| | | | | to set custom headers | ||||
* | [WebUI] Fix disabling and hiding controls on page reload | Alexander Moisseev | 2018-08-15 | 3 | -30/+15 |
| | |||||
* | [WebUI] Fix maps loading from neighbours | Alexander Moisseev | 2018-08-12 | 2 | -2/+7 |
| | |||||
* | [Minor] Combine saveMap functions | Alexander Moisseev | 2018-08-11 | 1 | -39/+11 |
| | |||||
* | [Minor] Use query function to get maps | Alexander Moisseev | 2018-08-05 | 2 | -43/+34 |
| | |||||
* | [Minor] Do not consider request as failed | Alexander Moisseev | 2018-08-05 | 1 | -4/+2 |
| | | | | if returned object is empty | ||||
* | [Minor] Use query function to get maps list | Alexander Moisseev | 2018-08-04 | 2 | -41/+32 |
| | |||||
* | [Minor] Hide colon if status text is empty | Alexander Moisseev | 2018-08-04 | 1 | -1/+2 |
| | |||||
* | [Minor] Combine query function invocations | Alexander Moisseev | 2018-08-03 | 1 | -101/+45 |
| | |||||
* | Merge pull request #2392 from moisseev/history-sort | Vsevolod Stakhov | 2018-08-02 | 1 | -1/+1 |
|\ | | | | | [WebUI] Fix symbols sorting by score | ||||
| * | [WebUI] Fix symbols sorting by score | Alexander Moisseev | 2018-08-02 | 1 | -1/+1 |
| | | | | | | | | on Chromium-like browsers | ||||
* | | [WebUI] Fix "auth" request URL | Alexander Moisseev | 2018-08-02 | 1 | -1/+1 |
|/ | | | | Fixes: #2390 | ||||
* | [Minor] Use queryServer function for "neighbours" request | Alexander Moisseev | 2018-08-01 | 1 | -32/+23 |
| | |||||
* | [Minor] Add "errorOnceId" parameter to query function | Alexander Moisseev | 2018-07-30 | 3 | -22/+19 |
| | |||||
* | [Minor] Add "errorMessage" parameter to query function | Alexander Moisseev | 2018-07-30 | 5 | -30/+10 |
| | |||||
* | [Minor] Fix save map on cluster messages | Alexander Moisseev | 2018-07-29 | 1 | -3/+8 |
| | |||||
* | [Minor] Refactor query function to use named parameters | Alexander Moisseev | 2018-07-28 | 6 | -180/+222 |
| | |||||
* | [WebUI] Save symbols to the selected server | Alexander Moisseev | 2018-07-28 | 1 | -7/+13 |
| | | | | instead of local | ||||
* | [Minor] Use query function to get and update symbols | Alexander Moisseev | 2018-07-28 | 2 | -29/+23 |
| | |||||
* | [Minor] Use query function to get actions, | Alexander Moisseev | 2018-07-27 | 2 | -20/+12 |
| | | | | | get actions from "local" if "All SERVERS" option is selected, sort conditional operators by action index | ||||
* | [Minor] Remove obsolete HTTP request | Alexander Moisseev | 2018-07-27 | 1 | -13/+0 |
| | |||||
* | [Minor] Allow to query specific host | Alexander Moisseev | 2018-07-26 | 4 | -13/+14 |
| | | | | For now we need just `local` | ||||
* | [WebUI] Refactor query functions into one | Alexander Moisseev | 2018-07-25 | 6 | -221/+190 |
| | |||||
* | [WebUI] Fix query URL for selected server | Alexander Moisseev | 2018-07-24 | 1 | -2/+2 |
| | |||||
* | [WebUI] Use common query functions to get graph data | Alexander Moisseev | 2018-07-22 | 2 | -63/+49 |
| | |||||
* | [WebUI] Unify arguments of query functions | Alexander Moisseev | 2018-07-22 | 1 | -1/+2 |
| | |||||
* | [WebUI] Do not execute `on_success` callback | Alexander Moisseev | 2018-07-22 | 1 | -14/+11 |
| | | | | if all requests to neighbours failed | ||||
* | [WebUI] Use common query functions to save symbols | Alexander Moisseev | 2018-07-21 | 1 | -26/+13 |
| | |||||
* | [WebUI] Remove previously-attached event handlers | Alexander Moisseev | 2018-07-21 | 1 | -5/+7 |
| | | | | from save buttons on the "Symbols" tab | ||||
* | [WebUI] Fix history reset for "All SERVERS" (#2346) | Alexander Moisseev | 2018-07-21 | 1 | -20/+12 |
| | |||||
* | [WebUI] Hide symbols order selector for legacy history | Alexander Moisseev | 2018-07-19 | 1 | -0/+4 |
| |