-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[refactor] move code from AlertsController to AlertService #2435
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
75d2631
[bugfix]fixed "Alert Threshold Association with Monitors" is invalid …
pwallk 7f9d7fc
Merge branch 'master' into master
pwallk 2d0d315
[bugfix]fixed "Alert Threshold Association with Monitors" is invalid …
pwallk 1df0b26
Merge branch 'master' of https://github.com/pwallk/hertzbeat
pwallk b9d30c7
remove unused method
pwallk af93d5c
Merge branch 'master' into master
tomsun28 ff5fbf2
Merge branch 'apache:master' into master
pwallk 57cbeff
[bugfix] fixed "Unable to establish a connection to nginx's https por…
pwallk 0a9ffcf
Merge branch 'master' of https://github.com/pwallk/hertzbeat
pwallk 2feaf54
Merge branch 'master' of https://github.com/pwallk/hertzbeat
pwallk 61b8601
xxx
pwallk 9851e5c
Merge branch 'apache:master' into master
pwallk 228eb5e
Merge branch 'apache:master' into master
pwallk 6e8a208
Merge branch 'apache:master' into master
pwallk fb2f7bb
Merge branch 'apache:master' into master
pwallk 6c04f3f
Merge branch 'apache:master' into master
pwallk 26ab61d
Merge branch 'apache:master' into master
pwallk 4bc2016
Merge branch 'apache:master' into master
pwallk 5730b09
Merge branch 'apache:master' into master
pwallk 5d07e5b
move code from AlertsController to AlertService
pwallk bb71c31
some changes
pwallk 122739a
Merge branch 'apache:master' into master
pwallk 7a1168f
Merge branch 'master' into refactor-AlertsController
pwallk 0944a91
Merge branch 'master' into refactor-AlertsController
Calvin979 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ spring: | |
application: | ||
name: ${HOSTNAME:@hertzbeat@}${PID} | ||
profiles: | ||
active: prod | ||
active: pg | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why modify There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, forgot to rollback |
||
mvc: | ||
static-path-pattern: /** | ||
jackson: | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Could you help fix this test. Unit tests are passed because this test method is not annotated with
@Test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay