Home
last modified time | relevance | path

Searched defs:issue (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/issues/
H A Dupdate_service.rb15 def execute(issue) argument
22 def update(issue) argument
41 def change_work_item_type(issue) argument
49 def handle_changes(issue, options) argument
93 def handle_move_between_ids(issue) argument
106 def change_issue_duplicate(issue) argument
118 def move_issue_to_new_project(issue) argument
133 def clone_issue(issue) argument
169 def handle_milestone_change(issue) argument
231 def add_incident_label?(issue) argument
[all …]
H A Dclose_service.rb6 … def execute(issue, commit: nil, notifications: true, system_note: true, skip_authorization: false) argument
20 def close_issue(issue, closed_via: nil, notifications: true, system_note: true) argument
55 def perform_close(issue) argument
59 def can_close?(issue, skip_authorization: false) argument
63 def perform_incident_management_actions(issue) argument
68 def close_external_issue(issue, closed_via) argument
75 def create_note(issue, current_commit) argument
79 def resolve_alert(issue) argument
95 def resolve_incident(issue) argument
103 def store_first_mentioned_in_commit_at(issue, merge_request, max_commit_lookup: 100) argument
H A Dbase_service.rb8 def hook_data(issue, action, old_associations: {}) argument
25 def rebalance_if_needed(issue) argument
45 def filter_params(issue) argument
65 def create_assignee_note(issue, old_assignees) argument
70 def execute_hooks(issue, action = 'open', old_associations: {}) argument
77 def update_project_counter_caches?(issue) argument
94 def filter_incident_label(issue) argument
115 def add_incident_label?(issue) argument
H A Dreferenced_merge_requests_service.rb6 def execute(issue) argument
18 def referenced_merge_requests(issue) argument
35 def closed_by_merge_requests(issue) argument
49 def extract_merge_requests(issue, filter: nil) argument
62 def issue_notes(issue) argument
H A Dreopen_service.rb5 def execute(issue, skip_authorization: false) argument
26 def perform_reopen(issue) argument
30 def can_reopen?(issue, skip_authorization: false) argument
34 def perform_incident_management_actions(issue) argument
37 def create_note(issue, state = issue.state) argument
H A Dcreate_service.rb32 def before_create(issue) argument
50 def after_create(issue) argument
58 def handle_changes(issue, options) argument
66 def handle_assignee_changes(issue, old_assignees) argument
72 def resolve_discussions_with_issue(issue) argument
84 def create_escalation_status(issue) argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/issues/
H A Dmanaging_issues.md28 ### From a project
48 ### From a group
73 ### From another issue
95 ### From an issue board
123 ### By sending an email
196 ### Using Service Desk
203 ### Fields in the new issue form
235 ### Bulk edit issues from a project
267 ### Bulk edit issues from a group
363 ### Reopen a closed issue
[all …]
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/internal/
H A Dgithub_issue_bot.py123 def is_pr(issue): argument
127 def is_issue(issue): argument
131 def is_new(issue): argument
135 def has_label(issue, label): argument
140 def has_os_label(issue): argument
172 def add_label(issue, label): argument
173 def should_add(issue, label): argument
210 def add_labels_from_text(issue, text): argument
215 def add_labels_from_body(issue, text): argument
253 def process_both(issue): argument
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/nodemailer/
H A DREADME.md13 #### First review the docs
17 #### Nodemailer throws a SyntaxError for "..."
21 #### I'm having issues with Gmail
25 #### I get ETIMEDOUT errors
29 #### I get TLS errors
34 #### I have a different problem
38 ### License
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/nodemailer/
H A DREADME.md13 #### First review the docs
17 #### Nodemailer throws a SyntaxError for "..."
21 #### I'm having issues with Gmail
25 #### I get ETIMEDOUT errors
29 #### I get TLS errors
34 #### I have a different problem
38 ### License
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/mgechev/revive/formatter/
H A Dcheckstyle.go21 type issue struct { struct
22 Line int
23 Col int
24 What string
25 Confidence float64
26 Severity lint.Severity
27 RuleName string
/dports/devel/R-cran-cli/cli/tests/testthat/_snaps/
H A Dcode.md1 # issue #154 [plain] chapter
10 # issue #154 [ansi] chapter
19 # issue #154 [unicode] chapter
28 # issue #154 [fancy] chapter
/dports/textproc/py-sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11/tests/
H A Dtest_resolval.py61 def test_open_issue(app, resolved_doctree, issue): argument
70 def test_closed_issue(resolved_doctree, issue): argument
78 def test_issue_without_title(resolved_doctree, issue): argument
87 def test_with_formatted_title(resolved_doctree, issue): argument
96 def test_with_escaped_formatted_title(resolved_doctree, issue): argument
105 def test_non_ascii_title(resolved_doctree, issue): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/references/
H A Dissue_reference_filter.rb18 def url_for_object(issue, project) argument
28 def object_link_text_extras(issue, matches) argument
34 def issue_path(issue, project) argument
38 def issue_url(issue, project) argument
42 def design_link_extras(issue, path) argument
50 def read_designs?(issue) argument
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/denis-tingajkin/go-header/
H A Dissue.go24 type issue struct { struct
25 msg string
26 location Location
29 func (i *issue) Location() Location {
33 func (i *issue) Message() string {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/denis-tingajkin/go-header/
H A Dissue.go8 type issue struct { struct
9 msg string
10 location Location
13 func (i *issue) Location() Location {
17 func (i *issue) Message() string {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denis-tingajkin/go-header/
H A Dissue.go24 type issue struct { struct
25 msg string
26 location Location
29 func (i *issue) Location() Location {
33 func (i *issue) Message() string {
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/.github/
H A Dissue_template.md9 ### Expected Behavior
12 ### Actual Behavior
15 ### Steps to Reproduce the Problem
22 ### Specifications
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dissues_helper.rb6 def issue_css_classes(issue) argument
44 def issue_status_visibility(issue, status_box:) argument
61 def confidential_icon(issue) argument
65 def issue_hidden?(issue) argument
69 def hidden_issue_icon(issue) argument
146 def issue_closed_link(issue, current_user, css_class: '') argument
154 def issue_closed_text(issue, current_user) argument
164 def show_moved_service_desk_issue_warning?(issue) argument
261 def award_emoji_issue_api_path(issue) argument
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/tests/functional/api/
H A Dtest_issues.py25 def test_issue_notes(issue): argument
41 def test_issue_labels(project, issue): argument
52 def test_issue_events(issue): argument
77 def test_issue_discussions(issue): argument
/dports/www/grafana8/grafana-8.3.6/
H A DISSUE_TRIAGE.md155 ### Duplicate issues
163 ### Bug reports
184 ### Enhancement/feature?
189 ### Documentation issue?
211 ### Accessibility issues
215 ### Support requests
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/nishanths/predeclared/passes/predeclared/
H A Dpredeclared.go65 type issue struct { struct
66 ident *ast.Ident
67 kind string
68 fset *token.FileSet
71 func (i issue) String() string {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/nishanths/predeclared/passes/predeclared/
H A Dpredeclared.go65 type issue struct { struct
66 ident *ast.Ident
67 kind string
68 fset *token.FileSet
71 func (i issue) String() string {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/error_tracking/sentry_client/
H A Dissue.rb79 def parse_gitlab_issue(issue) argument
83 def parse_issue_annotations(issue) argument
92 def parse_plugin_issue(issue) argument
123 def map_to_error(issue) argument
144 def map_to_detailed_error(issue) argument
175 def extract_tags(issue) argument
/dports/devel/lab/lab-0.17.2/docs/
H A Dlab_issue.md10 lab issue [flags]
25 * [lab issue browse](lab_issue_browse.md) - View issue in a browser

12345678910>>...49