This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sc979
approved these changes
Jun 8, 2018
loiclau
approved these changes
Jun 11, 2018
OK with branch clapi_filter |
kduret
added a commit
that referenced
this pull request
Jul 6, 2018
* fix(export): Filter type work with HOST and HG * fix(export): Filter type work with CG * fix(export): Select specific HC resource filters now * fix(clapi): apply filters on service category export * refacto(clapi): begin refacto of clapi export * refacto(clapi): step 2 of clapi export refacto * refacto(clapi): refacto export of centreon clapi * refacto(clapi): refacto export of centreon clapi * fix(clapi): fix export of contact groups * fix(api): update require path in contact template * fix(api): fix export of HG and SG * refacto(clapi): avoid duplicate object export * refacto(clapi): fix service and contact template export * refacto(clapi): fix php warnings * fix(comments): fix comments in clapi timezone object * fix(style): fix variable name (lower camelcase) * refacto(clapi): update default parameter of export method * fix(clapi) fix filter by object * fix(clapi): fix export of services and ST
kduret
added a commit
that referenced
this pull request
Jul 10, 2018
* fix(export): Filter type work with HOST and HG * fix(export): Filter type work with CG * fix(export): Select specific HC resource filters now * fix(clapi): apply filters on service category export * refacto(clapi): begin refacto of clapi export * refacto(clapi): step 2 of clapi export refacto * refacto(clapi): refacto export of centreon clapi * refacto(clapi): refacto export of centreon clapi * fix(clapi): fix export of contact groups * fix(api): update require path in contact template * fix(api): fix export of HG and SG * refacto(clapi): avoid duplicate object export * refacto(clapi): fix service and contact template export * refacto(clapi): fix php warnings * fix(comments): fix comments in clapi timezone object * fix(style): fix variable name (lower camelcase) * refacto(clapi): update default parameter of export method * fix(clapi) fix filter by object * fix(clapi): fix export of services and ST
adr-mo
pushed a commit
that referenced
this pull request
Jul 11, 2018
* fix(export): Filter type work with HOST and HG * fix(export): Filter type work with CG * fix(export): Select specific HC resource filters now * fix(clapi): apply filters on service category export * refacto(clapi): begin refacto of clapi export * refacto(clapi): step 2 of clapi export refacto * refacto(clapi): refacto export of centreon clapi * refacto(clapi): refacto export of centreon clapi * fix(clapi): fix export of contact groups * fix(api): update require path in contact template * fix(api): fix export of HG and SG * refacto(clapi): avoid duplicate object export * refacto(clapi): fix service and contact template export * refacto(clapi): fix php warnings * fix(comments): fix comments in clapi timezone object * fix(style): fix variable name (lower camelcase) * refacto(clapi): update default parameter of export method * fix(clapi) fix filter by object * fix(clapi): fix export of services and ST
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ST export ==> does not export HT, only HT relations
SVC export ==>does not export host, only host relations
HG ==> does not export linked hosts, only relations
SG ==> does not export linked services, only relations
Refs: #5294