Skip to content

Commit 58d69fe

Browse files
committed
Merge remote-tracking branch 'origin/main' into bugfix/10.5.18/route-does-not-update-when-changing-the-index-pattern
# Conflicts: # CHANGELOG.md
2 parents 2fafe50 + d2ff56e commit 58d69fe

34 files changed

+525
-304
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
name: "🐞 Bug Report"
3+
description: "Report a bug"
4+
title: "(short issue description)"
5+
labels: [bug, needs-triage]
6+
assignees: []
7+
body:
8+
- type: checkboxes
9+
id: ack
10+
attributes:
11+
label: Acknowledgements
12+
options:
13+
- label: I have searched (https://github.com/utmstack/UTMStack/issues) for past instances of this issue
14+
required: true
15+
- label: I have verified that my UTMStack version is up-to-date
16+
required: true
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: Describe the bug
21+
description: What is the problem? A clear and concise description of the bug.
22+
validations:
23+
required: true
24+
- type: checkboxes
25+
id: regression
26+
attributes:
27+
label: Regression Issue
28+
description: What is a regression? If it worked in a previous version but doesn't in the latest version, it's considered a
29+
regression. In this case, please provide specific version number in the report.
30+
options:
31+
- label: Select this option if this issue appears to be a regression.
32+
required: false
33+
- type: textarea
34+
id: expected
35+
attributes:
36+
label: Expected Behavior
37+
description: |
38+
What did you expect to happen?
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: current
43+
attributes:
44+
label: Current Behavior
45+
description: |
46+
What actually happened?
47+
48+
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
49+
If service responses are relevant, please include wire logs.
50+
validations:
51+
required: true
52+
- type: textarea
53+
id: reproduction
54+
attributes:
55+
label: Reproduction Steps
56+
description: |
57+
Provide concise steps that can be used to reproduce the issue.
58+
validations:
59+
required: true
60+
- type: textarea
61+
id: solution
62+
attributes:
63+
label: Possible Solution
64+
description: |
65+
Suggest a fix/reason for the bug
66+
validations:
67+
required: false
68+
- type: textarea
69+
id: context
70+
attributes:
71+
label: Additional Information/Context
72+
description: |
73+
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
74+
validations:
75+
required: false
76+
- type: input
77+
id: utmstack-version
78+
attributes:
79+
label: UTMStack Version
80+
description: |
81+
Please provide your current UTMStack version.
82+
validations:
83+
required: true
84+
- type: input
85+
id: operating-system
86+
attributes:
87+
label: Operating System and version
88+
validations:
89+
required: true
90+
- type: input
91+
id: hypervisor
92+
attributes:
93+
label: Hypervisor and Version | Server Vendor and Model
94+
validations:
95+
required: true
96+
- type: input
97+
id: browser
98+
attributes:
99+
label: Browser and version
100+
validations:
101+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💬 Community Support
4+
url: https://github.com/utmstack/UTMStack/discussions/categories/q-a
5+
about: Please ask and answer questions as a discussion thread
6+
7+
- name: 🛟 Commercial Support
8+
url: https://support.utmstack.com
9+
about: If you have a commercial support agreement, please file a ticket
10+
11+
- name: 🏙️ UTMStack Enterprise
12+
url: https://calendar.app.google/SUCGayUduYReUvxM9
13+
about: To learn about UTMStack's enterprise edition and how we can assist your company, arrange a consultation with our sales representatives
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "📕 Documentation Issue"
3+
description: Report an issue in docs.utmstack.com
4+
title: "(short issue description)"
5+
labels: [documentation, needs-triage]
6+
assignees: []
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Describe the issue
12+
description: A clear and concise description of the issue.
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: links
18+
attributes:
19+
label: Links
20+
description: |
21+
Include links to affected documentation page(s).
22+
validations:
23+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: 🚀 Feature Request
3+
description: Suggest an idea for this project
4+
title: "(short issue description)"
5+
labels: [enhancement, needs-triage]
6+
assignees: []
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Describe the feature
12+
description: A clear and concise description of the feature you are proposing.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: use-case
17+
attributes:
18+
label: Use Case
19+
description: |
20+
Why do you need this feature? For example: "I'm always frustrated when..."
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: solution
25+
attributes:
26+
label: Proposed Solution
27+
description: |
28+
Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation.
29+
validations:
30+
required: false
31+
- type: textarea
32+
id: other
33+
attributes:
34+
label: Other Information
35+
description: |
36+
Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc.
37+
validations:
38+
required: false
39+
- type: checkboxes
40+
id: ack
41+
attributes:
42+
label: Acknowledgements
43+
options:
44+
- label: I may be able to implement this feature request
45+
required: false
46+
- label: This feature might incur a breaking change
47+
required: false

.github/dependabot.yml

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "gomod" # See documentation for possible values
9-
directory: "/installer" # Location of package manifests
10-
schedule:
11-
interval: "weekly"
12-
- package-ecosystem: "gomod" # See documentation for possible values
13-
directory: "/correlation" # Location of package manifests
14-
schedule:
15-
interval: "weekly"
16-
- package-ecosystem: "gomod" # See documentation for possible values
17-
directory: "/office365" # Location of package manifests
18-
schedule:
19-
interval: "weekly"
20-
- package-ecosystem: "gomod" # See documentation for possible values
21-
directory: "/bitdefender" # Location of package manifests
3+
- package-ecosystem: "gomod"
4+
directories:
5+
- "/installer"
6+
- "/agent-manager"
7+
- "/agent/agent"
8+
- "/agent/installer"
9+
- "/agent/redline/"
10+
- "/agent/self"
11+
- "/agent/updater"
12+
- "/aws"
13+
- "/bitdefender"
14+
- "/correlation"
15+
- "/log-auth-proxy"
16+
- "/office365"
17+
- "/sophos"
2218
schedule:
23-
interval: "weekly"
24-
- package-ecosystem: "maven" # Adding support for java
19+
interval: "daily"
20+
- package-ecosystem: "maven"
2521
directories:
2622
- "/backend"
2723
- "/user-auditor"
2824
- "/web-pdf"
2925
schedule:
30-
interval: "weekly"
26+
interval: "daily"
3127
- package-ecosystem: 'github-actions'
3228
directory: '/'
3329
schedule:
34-
interval: 'weekly'
30+
interval: 'daily'
31+
- package-ecosystem: pip
32+
directory: "/mutate"
33+
schedule:
34+
interval: daily
35+
groups:
36+
python-packages:
37+
patterns:
38+
- "*"

0 commit comments

Comments
 (0)