-
Notifications
You must be signed in to change notification settings - Fork 608
NMS-18073: Move Event definitions to DB #8088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
cgorantla
wants to merge
345
commits into
develop
Choose a base branch
from
features/event-conf
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+25,097
−3,128
Conversation
This file contains hidden or 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
# Conflicts: # opennms-webapp-rest/src/test/java/org/opennms/web/rest/v2/EventConfPersistenceServiceIT.java
# Conflicts: # opennms-dao/src/test/java/org/opennms/netmgt/dao/EventConfEventDaoIT.java # opennms-webapp-rest/src/test/java/org/opennms/web/rest/v2/EventConfPersistenceServiceIT.java
FE: Edit an event under a specific source by event and source ID
…-integrate-rest-api-for-getting-all-sources
…-getting-all-sources FE: Integrate rest api for getting all sources
NMS-18234: Delete one or more sources by ID (also deletes associated events)
# Conflicts: # opennms-webapp-rest/src/main/java/org/opennms/web/rest/v2/EventConfPersistenceService.java # opennms-webapp-rest/src/main/java/org/opennms/web/rest/v2/EventConfRestService.java # opennms-webapp-rest/src/main/java/org/opennms/web/rest/v2/api/EventConfRestApi.java # opennms-webapp-rest/src/test/java/org/opennms/web/rest/v2/EventConfPersistenceServiceIT.java # opennms-webapp-rest/src/test/java/org/opennms/web/rest/v2/EventConfRestServiceIT.java
NMS-18235: Enable or disable multiple events under a source
…ent conf sources names.
# Conflicts: # opennms-dao-api/src/main/java/org/opennms/netmgt/dao/api/EventConfEventDao.java # opennms-dao-api/src/main/java/org/opennms/netmgt/dao/api/EventConfSourceDao.java # opennms-dao/src/test/java/org/opennms/netmgt/dao/EventConfEventDaoIT.java # opennms-webapp-rest/src/main/java/org/opennms/web/rest/v2/EventConfRestService.java # opennms-webapp-rest/src/main/java/org/opennms/web/rest/v2/api/EventConfRestApi.java # opennms-webapp-rest/src/test/java/org/opennms/web/rest/v2/EventConfPersistenceServiceIT.java # opennms-webapp-rest/src/test/java/org/opennms/web/rest/v2/EventConfRestServiceIT.java
FE: Comment-out logic for validating eventconf.xml
…-18259-get-all-events-by-source-id
* NMS-18151: Load eventconf from DB * NMS-18151: Handle review comments Also disable reloadEventsFromDB. Although functionality seems to work fine locally, there are too many tests that are failing.
…ding to descending order.(#7948)
…ogic NMS-19018 & NMS-19022: Edit event using new Add Event UI
NMS-19019: Add support for mask element in new Add Event UI
…-18753-test-coverage-event-conf-event-table
…or better code organization. (#8050) * NMS-19032 : Move test utility classes from source to test directory for better code organization. * NMS-19032 : Updated CircleCI script to explicitly trigger test cases. * Revert "NMS-19032 : Updated CircleCI script to explicitly trigger test cases." This reverts commit 89e3c9c. * NMS-19032 : Updated CircleCI script to explicitly trigger test cases. * Revert "NMS-19032 : Updated CircleCI script to explicitly trigger test cases." This reverts commit 37b5d79. * NMS-19032 : Resolved conflicts and fixed merge issues. * Revert "NMS-19032 : Resolved conflicts and fixed merge issues." This reverts commit 94ec331. * Reapply "NMS-19032 : Resolved conflicts and fixed merge issues." This reverts commit f8facca. * NMS-19032: Revert changes of ui/yarn.lock. * NMS-19032: Force enabling execution of smoke and integration tests. * Revert "NMS-19032: Force enabling execution of smoke and integration tests." This reverts commit 1912379.
…dEvent behavior (#8075) * NMS-18763: Fixed EventConf functionality issues not reflected in sendEvent behavior * NMS-18763: Fixed integration test issues. * Revert "NMS-18763: Fixed integration test issues." This reverts commit 7823ed2. * Revert "NMS-18763: Fixed EventConf functionality issues not reflected in sendEvent behavior" This reverts commit 6078397. * NMS-18763: Fixed EventConf functionality issues not reflected in sendEvent behavior.
FE: Add support for mask varbinds in new Add Event UI
…ent-conf-event-table NMS-18753: Test coverage for EventConfigEventTable.vue
…-19021-add-support-for-varbind-decodes
NMS-18546: Update SNMP MIB Compiler page to use DB instead of filesystem
…-19051-download-source-xml
* NMS-19031: Reverse the order for loading of events Fix some more issues in the code * NMS-19031: Also fix ordering for a given source * NMS-19031: Fix tests
Add an option to upload all existing files in etc/events
…-19051-download-source-xml
NMS-19051: Support downloading of events in xml format for a given source
* NMS-19068: Strip folder names when uploading through folder * NMS-19068: Handle review comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
External References