Heiko
3390462cba
ui: added replicationFactor option during SmartGraph creation. ( #3267 )
2017-09-17 22:07:47 +02:00
Kaveh Vahedipour
627f344266
fixed a bug, where when servers failed, when also agency leadership c… ( #3189 )
...
* fixed a bug, where when servers failed, when also agency leadership changes
* redid entire design of checkDBServers/checkCoordinators.
* comparison in supervision must be between oldPersisted and newHealth
* UI stuff
* UI stuff
* FailedServer test needed adjustment
* Hopefully final round
* fixed supervision failure detection
* FailedServer tests back to origin devel
* oldNot documented among preconditions in Agency HTTP API docs
* changed only look for status updated
* non action line in api-cluster
2017-09-07 16:10:23 +02:00
Simran
741141251a
Aardvark: Disable vertical line in query explain editor
...
Turns off the print margin, which didn't really serve any purpose anyway
2017-09-06 17:31:27 +02:00
Wilfried Goesgens
d0f159e848
Don't use global static variables as collection caches - this may cau… ( #3150 )
...
* Don't use global static variables as collection caches - this may cause troubles.
* cleanup: remove old cluster kickstarter UI remaints.
* cleanup - remove references to long gone tests
2017-08-28 15:04:05 +02:00
Heiko
696bd7357b
fixed wrong ui cluster health information ( #3151 )
2017-08-28 14:44:32 +02:00
Frank Celler
4933eb4fea
Revert "fixed return code"
...
This reverts commit 776ca8d406
.
2017-08-23 14:57:32 +02:00
Frank Celler
776ca8d406
fixed return code
2017-08-23 14:19:24 +02:00
Mark
39d5cc9aac
Fix foxx github url ( #3042 )
2017-08-17 21:30:20 +02:00
Wilfried Goesgens
4187e179a3
fix documentation - add missing files.
2017-08-14 13:04:20 +02:00
Heiko
a22fcd2d38
ui: fixed a bug when success event triggers twice in a modal ( #2983 )
2017-08-10 22:15:36 +02:00
Heiko
ce96113d61
fixed the appearance of the documents filter ( #2984 )
2017-08-10 22:14:35 +02:00
Heiko
286db19df2
graph vertex collections not restricted to 10 anymore ( #2987 )
2017-08-10 22:13:45 +02:00
Heiko
e06c85886e
UI detection of JWT token in case of server restart or upgrade ( #3001 )
...
* UI detection of JWT token in case of server restart or upgrade
* added jwt verify check if response is unauthorized
2017-08-10 22:12:45 +02:00
Heiko
32836b04b7
Bug fix/ui moving documents ( #2981 )
...
* ui - added bind parameters to slow query history view
* also added bind params to running query view
* ui: fixed a bug when moving multiple documents was not possible
2017-08-08 16:08:29 +02:00
Heiko
ae00d3500a
Feature/ui service single file upload ( #2869 )
...
* ui now supports single js file upload in addition to zip files
* changelog
* updated foxx service description
2017-08-08 09:25:20 +02:00
Heiko
14ec3dea17
allows now to edit default access level for collections in database _system for all users except the root user. ( #2864 )
2017-07-25 22:28:48 +02:00
m0ppers
1addb727ed
Fix frontend hiding replicationFactor in community version ( #2851 )
2017-07-25 22:19:49 +02:00
Heiko
56febfd721
Bug fix/from and to ui document view refs ( #2834 )
...
* general graph module and UI now supporting sharded and replicated graph
* fixed a bug when the _from and _to refs in the document view ui were not working for special characters
* CHANGELOG
2017-07-19 13:44:33 +02:00
Heiko
b11fb4e084
fixed issue #2764 - adapted ui to api changes ( #2836 )
2017-07-19 13:43:54 +02:00
Heiko
d5e85bf987
general graph module and UI now supporting sharded and replicated graph ( #2825 )
2017-07-19 12:49:04 +02:00
Heiko
4c6ede7395
fixed the create new document button in documents view ( #2826 )
2017-07-18 21:43:44 +02:00
Wilfried Goesgens
65c88e493e
add generated examples
2017-07-17 18:33:50 +02:00
Frank Celler
a692577f5b
Feature/auth context ( #2815 )
2017-07-16 09:39:03 +02:00
Jan
a240976713
fix gzip-encoding test ( #2790 )
2017-07-13 11:53:39 +02:00
Heiko
9fddc52312
fixed one medium prio and two low priority zap scan issues ( #2775 )
...
* fixed one medium prio and two low priority zap scan issues
* changelog
* modified manifest
2017-07-12 22:13:09 +02:00
Heiko
71434ef566
added index deduplicate option to the ui ( #2781 )
...
* added index deduplicate option to the ui
* changelog
2017-07-12 22:10:22 +02:00
Heiko
afe88f9fbb
ui: fixed renaming of collections based on rocksdb storage engine ( #2784 )
2017-07-12 22:08:17 +02:00
Heiko
fbb8189d2a
fixed a bug when the user defined query limit in the ui was not recognized correctly ( #2733 )
2017-07-06 18:11:19 +02:00
Wilfried Goesgens
5ea18952b0
In `mergeHistory` we check for valid coordinators.map replies as being an object. If we don't have a proper reply, rather return false, than an empty object twhich mergeHistory would trip over. ( #2726 )
2017-07-04 22:26:22 +02:00
Heiko
820c4271f8
fixed missing function within ie ( #2728 )
2017-07-04 17:36:36 +02:00
Frank Celler
82ffead1cc
Feature/auth context ( #2721 )
...
* fixed no access ui bug
* grunt
* optimized user permission view
* changed breadcrumb in document view
* optimized user permissions view
2017-07-04 17:32:51 +02:00
Frank Celler
bbe7484521
Feature/auth context ( #2704 )
...
* added read-only users
2017-07-02 23:15:57 +02:00
Heiko
7043af264c
fixed database view event unresponsivess ( #2674 )
2017-06-28 15:16:14 +02:00
Heiko
2f8cd2455d
fixed all results query bug ( #2607 )
2017-06-19 17:48:14 +02:00
Jan
9396d4d952
fix query execution times that may have different between batches ( #2606 )
...
* fix query execution times that may have different between batches
* applied query statistic change to ui
* do not expose state "finished", as it is useless
2017-06-19 17:47:32 +02:00
Heiko
4d7720b471
ui - added satellite collection creation ( #2584 )
2017-06-19 17:29:06 +02:00
Michael Hackstein
9edb884bc8
Feature/planning issue 188 ( #2547 )
...
* add warmup documentation - #188
* warn when relinking build directory
* add warmup documentation - #188
* warn when relinking build directory
* Renamed warmup to loadIndexesInMemory which is a better name for the current implementation of this feature.
* Adapted WebUI to state 'load indexes in memory' instead of 'warmup'
* Added loadIndexesInMemory documentation.
* Renamed loadIndexesInMemory => loadIndexesIntoMemory
2017-06-12 18:54:45 +02:00
hkernbach
4568818b83
grunt build
2017-06-06 19:06:57 +02:00
hkernbach
3bb96b6bbb
ui - removed console logs
2017-06-06 19:05:22 +02:00
hkernbach
f0a9a07e8e
ui - added csv export to query editor if flat tabular data is returned
2017-06-06 19:04:31 +02:00
hkernbach
d3b2b20813
grunt build
2017-06-06 15:46:35 +02:00
hkernbach
f02419d387
ui - improved editors cleanup
2017-06-06 15:44:49 +02:00
hkernbach
ac4eea878e
ui - more detail about figures
2017-06-06 15:41:06 +02:00
mpv1989
e277051f5e
Generate swagger docs
2017-06-01 10:11:02 +02:00
Alan Plum
83310c12d7
Move FM.listJson into aardvark
2017-05-30 20:19:58 +02:00
Alan Plum
cceccf59da
Simplified Foxx self healing ( #2511 )
...
* Implement new self-heal
* Add error codes for 503, service missing/outdated
* Detect changes to service via rev
* Pretty print incoming response object in log
2017-05-30 18:27:32 +02:00
hkernbach
2a0d2bfc8c
adjusted ui to internal cluster api
2017-05-30 15:02:57 +02:00
Kaveh Vahedipour
67179d57d6
id and name disambiguation
2017-05-30 12:22:54 +02:00
Kaveh Vahedipour
bc9aba5754
fixing glitch in dbservers aardvark route
2017-05-30 10:42:02 +02:00
hkernbach
3bbd7d8ab4
added json editor svg icons
2017-05-29 13:54:45 +02:00