Kevin Risden
9b6fc1b9fc
SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9
...
* Upgrade Angular JS 1.3.8 to 1.7.9
* Upgrade Angular Chosen v1.3.0 and Chosen to v1.8.7
* Remove older jquery 1.7.2 version
* Remove non minified Angular JS files
Closes #1196
Signed-off-by: Kevin Risden <krisden@apache.org>
2020-01-23 09:20:12 -05:00
Robert Muir
3ab59aa1c9
SOLR-14120: Solr Admin UI breaks when using IE11
2019-12-24 11:27:44 -08:00
Robert Muir
b7b6b0f3bf
SOLR-14112: do not display load average of -1.00 on windows in admin UI
2019-12-20 05:42:00 -05:00
Robert Muir
56839f6ace
SOLR-13983: remove or replace process execution in SystemInfoHandler
2019-12-18 09:03:07 -05:00
Kevin Risden
f9e15839bf
SOLR-13987: Admin UI should not rely on javascript eval()
...
* Removes `'unsafe-eval'` from CSP `script-src`
* Enables Angular CSP mode
* Removes `eval()` JSON parsing in `cloud.js`
* Removes `jstree` themes error
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-07 16:40:04 -05:00
Jan Høydahl
52be32d4ad
SOLR-13122: Ability to query aliases in Solr Admin UI
2019-08-30 14:16:58 +02:00
Jan Høydahl
9548481c8c
Fix precommit
...
Remove errors from each host detail map
Display secureClientPort and server.1, server.2, server.3...
Added test for various failure responses and expected result from multiple nodes
2019-08-02 15:03:40 +02:00
Munendra S N
b5a190b576
SOLR-10377: add debug.explain.structured to Admin UI
...
* This param would be displayed only if debugQuery is selected
2019-07-20 10:41:57 +05:30
Jan Høydahl
b54126169b
SOLR-13569: AdminUI visual indication of prod/test/dev environment
2019-06-26 12:09:02 +02:00
Erick Erickson
9ff5eb30af
SOLR-11558: It would be nice if the Graph section of the Cloud tab in the Admin UI could give some more information about the replicas of a collection
2019-05-15 11:35:18 -07:00
Jan Høydahl
8f29d1eaad
SOLR-13244: Nodes view fails when a node is temporarily down
2019-03-15 13:30:02 +01:00
Jan Høydahl
ea2c8ba38e
SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI
2019-01-23 13:03:01 +01:00
Jan Høydahl
e515a91406
SOLR-13116: Add Admin UI login support for Kerberos
2019-01-17 14:25:08 +01:00
Christine Poerschke
345a655f21
SOLR-12973: Admin UI Nodes view support for replica* replica names. (Daniel Collins, Christine Poerschke, janhoy)
2018-12-28 12:23:53 +00:00
Jan Høydahl
bfd28a8b3a
SOLR-10975: New Admin UI Query does not URL-encode the query produced in the URL box
2018-12-14 15:30:39 +01:00
Jan Høydahl
f8fcdbb208
Revert "SOLR-11296: Spellcheck parameters not working in new UI" due to wrong commit message
...
This reverts commit bb2405a
2018-12-14 15:29:27 +01:00
Jan Høydahl
bb2405aec8
SOLR-11296: Spellcheck parameters not working in new UI
...
(cherry picked from commit 62edbf2e7d
)
2018-12-14 15:27:18 +01:00
Jan Høydahl
62edbf2e7d
SOLR-11296: Spellcheck parameters not working in new UI
2018-12-14 15:07:28 +01:00
Jan Høydahl
04e05782a3
SOLR-7896: Followup fix to non-working core dropdown
2018-12-14 14:40:02 +01:00
Jan Høydahl
280f67927e
SOLR-7896: Add a login page to Admin UI, with initial support for Basic Auth
2018-12-12 10:37:23 +01:00
Joel Bernstein
a0788a7b5e
SOLR-12997: Fix broken link on admin Stream panel
2018-11-18 14:24:02 -05:00
Chris Hostetter
77a4bfaa90
SOLR-12962: Added a new 'uninvertible' option for fields and fieldtypes. This defaults to 'true' for backcompat allowing a FieldCache to be built for indexed fields as needed, but users are encouraged to set this to false (using docValues as needed) to reduce the risk of large fluxuations in heap size due to unexpected attempts to sort/facet/function on non-docValue fields.
2018-11-09 08:30:04 -07:00
Noble Paul
08fcce4c98
SOLR-11997: Suggestions API/UI should show an entry where a violation could not be resolved
2018-11-06 22:27:26 +11:00
Jan Høydahl
80011d669a
SOLR-12620: Remove the Admin UI Cloud -> Graph (Radial) view
2018-10-10 21:54:34 +02:00
Jan Høydahl
767223ddd3
SOLR-8207: Nodes view support for shard_1_1_1 format and replica1, replica_1 format. Show core state in label if not 'active'
2018-08-13 12:38:19 +02:00
Jan Høydahl
6845bbff55
SOLR-8207: Collections with underscores in name no longer cause a crash the Cloud->Nodes UI
2018-08-08 15:25:43 +02:00
Jan Høydahl
9306922d65
SOLR-7767: "ZK Status" sub menu under "Cloud" tab to see status of zookeeper ensemble
2018-08-08 12:43:19 +02:00
Jan Høydahl
f8db5d0afd
SOLR-12614: Make "Nodes" view the default in AdminUI "Cloud" tab
2018-08-03 23:20:48 +02:00
Jan Høydahl
17a02c1089
SOLR-8207: Add "Nodes" view to the Admin UI "Cloud" tab, listing nodes and key metrics
2018-08-03 13:55:11 +02:00
Erick
2519025fda
LUCENE-7976: Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments
2018-06-15 12:33:02 -07:00
Erick Erickson
ae82bac928
SOLR-11578: Solr 7 Admin UI (Cloud > Graph) should reflect the Replica type to give a more accurate representation of the cluster
2018-06-14 13:52:48 -07:00
Shalin Shekhar Mangar
7d9783d201
SOLR-11648: Do not show suggestions menu item in standalone solr mode
2018-03-19 10:04:36 +05:30
Shalin Shekhar Mangar
2eeed51cdf
SOLR-12077: Add support for autoAddReplicas in the collection creation dialog in Admin UI
2018-03-10 06:44:51 +05:30
Shalin Shekhar Mangar
2bb6b98582
SOLR-11648: Ensure cluster-suggestions page resets menu so that collection and core list are displayed on page load
2018-03-08 17:33:16 +05:30
Cassandra Targett
c59e2e98d2
SOLR-11843: Fix Admin UI handling of router.field and router.name params; change routerField label to match param name
2018-03-02 11:42:43 -06:00
Cassandra Targett
35cf4f6b31
SOLR-11897: Add toggle to disable auto-refresh of Logging page in the UI
2018-02-16 13:55:21 -06:00
epugh
62537bebc4
SOLR-11933: make DIH safer by not default checking the clean checkbox
...
This closes #316
2018-02-07 09:38:26 -08:00
Christine Poerschke
abf3d11332
SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke)
2018-01-30 12:39:44 +00:00
Noble Paul
4a6110ce01
SOLR-11648: A new admin UI to display and execute suggestions
2018-01-24 04:26:51 +11:00
Ishan Chattopadhyaya
471a56ab10
SOLR-11648: Reverting until license files can be added
2018-01-23 19:38:27 +05:30
Noble Paul
3450d71d1a
SOLR-11648: message typo fixed
2018-01-23 20:23:40 +11:00
Noble Paul
288ed174ac
SOLR-11648: A new admin UI to display and execute suggestions
2018-01-23 20:15:16 +11:00
Erick Erickson
8e439a0a5c
SOLR-7733: remove optimize from the UI.
2017-12-28 20:41:48 -08:00
Chris Hostetter
6a59253ec3
SOLR-10494: Make default response format JSON (wt=json), and also indent text responses formats (indent=on) by default
2017-07-24 08:42:02 -07:00
Jan Høydahl
500080d6e4
SOLR-11039: Next button in Solr admin UI for collection list pagination does not work
2017-07-10 01:23:04 +02:00
Jan Høydahl
69d0c70651
SOLR-10763: Admin UI replication tab sometimes empty when failed replications
2017-06-23 08:26:34 +02:00
Jan Høydahl
8648b005e2
SOLR-4646: eDismax lowercaseOperators now defaults to "false" for luceneMatchVersion >= 7.0.0
2017-06-20 13:39:36 +02:00
Jan Høydahl
4a57fb4d88
SOLR-10585: Remove defaultSearchField completely in 7.0
2017-05-19 15:27:28 +02:00
Jan Høydahl
467af790cb
SOLR-10042: Clean up old comments from Angular UI code
2017-05-19 13:17:14 +02:00
Jan Høydahl
21384b5b21
SOLR-10042: Delete old deprecated Admin UI
2017-05-18 14:12:59 +02:00