Thomas Gelf
|
0c2e3fe1b1
|
Basket: fix various little issues
fixes #1691
|
2018-12-10 17:52:56 +01:00 |
Thomas Gelf
|
ac69d022b6
|
BasketController: disable dead link
|
2018-12-10 15:52:24 +01:00 |
Thomas Gelf
|
b67e0c0017
|
Basket: add UploadForm
fixes #1731
|
2018-12-10 15:36:59 +01:00 |
Thomas Gelf
|
b00af91059
|
doc/upgrading: add section for v1.6.0
|
2018-12-10 13:19:48 +01:00 |
Thomas Gelf
|
67b854772a
|
doc/screenshot: strip a black pixel row
|
2018-12-10 12:44:58 +01:00 |
Thomas Gelf
|
e8a953a039
|
changelog: prepare for v1.6.0
|
2018-12-10 10:03:59 +01:00 |
Thomas Gelf
|
15d8bce17c
|
docs: check out given version
refs #1656
|
2018-12-10 06:48:29 +01:00 |
Thomas Gelf
|
9c689aca51
|
doc/screenshot: replace main dashboard screenshot
|
2018-12-09 18:58:12 +01:00 |
Markus Frosch
|
8f09afd31b
|
Merge pull request #1720 from Icinga/travis
ci: Update travis matrix and vendor test helpers
|
2018-12-03 11:02:28 +01:00 |
Thomas Gelf
|
44af7b3ae3
|
RestApiClient: do not send Connection: close...
...just throw away the curl handle. Otherwise Icinga v2.9 fails
|
2018-11-27 19:02:39 +01:00 |
Markus Frosch
|
e6fde04bc3
|
ci: Update travis matrix and vendor test helpers
|
2018-11-27 11:30:19 +01:00 |
Markus Frosch
|
91a62ffbee
|
phpcs: Fix ObjectsController
|
2018-11-27 11:00:14 +01:00 |
Markus Frosch
|
16252822cf
|
phpcs: Fix DataController
|
2018-11-27 10:56:14 +01:00 |
Thomas Gelf
|
b644a7c6a7
|
IcingaObject, ..WithSettings: fix Basket-related..
...problems
|
2018-11-26 00:12:13 +01:00 |
Thomas Gelf
|
7926d558ba
|
DataList: load by name, fix basket
|
2018-11-26 00:11:35 +01:00 |
Thomas Gelf
|
264732ba98
|
Basket: fix adding single objects
|
2018-11-25 22:05:25 +01:00 |
Thomas Gelf
|
7b6deea2fa
|
BasketController: link to baskets from "add to..."
|
2018-11-25 22:03:53 +01:00 |
Thomas Gelf
|
a3a2b5425b
|
SyncRule: cleanup, remove magic method access
|
2018-11-24 10:17:18 +01:00 |
Thomas Gelf
|
01f82b2d48
|
RestApiClient: use correct RuntimeException
|
2018-11-22 08:25:33 +01:00 |
Thomas Gelf
|
ba84c09392
|
css: use less space for assign filter form
|
2018-11-19 15:40:12 +01:00 |
Thomas Gelf
|
a40bd6942f
|
css: remove useless styles, hide without JS
refs #1510
|
2018-11-19 15:36:51 +01:00 |
Markus Frosch
|
9b982b7e01
|
js: Hide description immediately on focus change
This keeps DOM changes to a minimum.
|
2018-11-19 13:50:16 +01:00 |
Markus Frosch
|
a520539d77
|
Revert form description back to inline format
This is a partial revert from:
* 2d802128ac
* 73a2060b42
|
2018-11-19 13:50:16 +01:00 |
Thomas Gelf
|
ec11dea8a9
|
Basket: allow to download for non-primary Instance
|
2018-11-15 12:50:33 +01:00 |
Thomas Gelf
|
bb0422c327
|
Basket: related fixes
|
2018-11-15 11:14:14 +01:00 |
Thomas Gelf
|
4352264b73
|
ImportSourceCoreApi: import flapping only for 2.8+
fixes #1652
|
2018-11-14 13:34:39 +01:00 |
Thomas Gelf
|
9aab203f59
|
CoreApi: disconnect after each request for...
...specific Icinga 2 versions
fixes #1695
fixes #1696
|
2018-11-14 13:25:07 +01:00 |
Thomas Gelf
|
6377ed61cc
|
DbObject: remove binary column magic
Binary columns must be configured explicitly, binary keys are now also
possible
fixes #1702
|
2018-11-14 12:24:31 +01:00 |
Thomas Gelf
|
117699c957
|
ConfigController: fix config/diff URL handling
fixes #1704
|
2018-11-14 11:48:48 +01:00 |
Thomas Gelf
|
61cb105ab1
|
schema: allow for larger basket summaries
fixes #1701
|
2018-11-14 11:24:05 +01:00 |
Thomas Gelf
|
06f5db698f
|
Basket: fix export for Basket and Notifications
fixes #1703
|
2018-11-14 11:17:44 +01:00 |
Thomas Gelf
|
24a7dbcac8
|
RestApi: remove outdated code, clean up, allow...
...to disconnect curl on demand or after each request
|
2018-11-14 08:19:25 +01:00 |
Thomas Gelf
|
ad8a2e04f6
|
CoreApi: allow to fetch the Icinga Core version
|
2018-11-14 08:12:58 +01:00 |
Thomas Gelf
|
59ff61a277
|
IcingaUserGroup: do not prefer the global zone...
...but the master zone, like in former versions
|
2018-11-13 15:32:53 +01:00 |
Thomas Gelf
|
f3b972e904
|
Clone..Form: fix for ImportSource and SyncRule
|
2018-11-08 08:31:38 +01:00 |
Thomas Gelf
|
62a16bd259
|
Importsource/Syncrule: unify links
|
2018-11-08 08:31:18 +01:00 |
Thomas Gelf
|
7f0ffb1691
|
IcingaCloneObjectForm: allow to clone a service...
...from one Service set into another one
fixes #886
|
2018-11-07 11:08:40 +01:00 |
Thomas Gelf
|
cf161f480c
|
SubmitElement: always ignore value
|
2018-11-06 07:18:34 +01:00 |
Thomas Gelf
|
fc2e972bcd
|
schema: flipped pg/mysql migration
|
2018-10-30 20:20:25 +01:00 |
Thomas Gelf
|
9864d86422
|
changelog: formatting
|
2018-10-30 20:10:48 +01:00 |
Thomas Gelf
|
84673a64ca
|
schema: enforce command object_name uniqueness
fixes #1496
|
2018-10-30 20:07:45 +01:00 |
Thomas Gelf
|
a492073d8e
|
ServiceController: consistent naming for foreign
...tab
fixes #1312
|
2018-10-30 19:45:57 +01:00 |
Thomas Gelf
|
6b4c47a649
|
IcingaObject: rendered disabled objects should...
...not break comments
fixes #1263
|
2018-10-30 19:39:44 +01:00 |
Thomas Gelf
|
e8533b90a2
|
changelog: recent changes
|
2018-10-30 19:09:23 +01:00 |
Thomas Gelf
|
280ed4430e
|
TemplateController: link non-template commands
fixes #1544
|
2018-10-30 19:08:18 +01:00 |
Thomas Gelf
|
77f8f7d4ca
|
IcingaTimePeriodForm: cleanup.
fixes #788
|
2018-10-30 18:54:28 +01:00 |
Thomas Gelf
|
46d3800014
|
IcingaCommandArgument: allow to change type
fixes #1640
|
2018-10-30 18:20:08 +01:00 |
Christian Stein
|
53dd596170
|
Icinga2Agent.psm1: uprade to latest master
c446fc3 from https://github.com/Icinga/icinga2-powershell-module/
fixes #1632
|
2018-10-30 18:11:08 +01:00 |
Thomas Gelf
|
dfdc7d327b
|
FilterRenderer: support SimpleQuery
fixes #1670
|
2018-10-30 18:02:32 +01:00 |
Thomas Gelf
|
f9cb40fbbd
|
changelog: mention #619
fixes #619
|
2018-10-30 17:59:00 +01:00 |