Home
last modified time | relevance | path

Searched refs:old_milestone (Results 1 – 24 of 24) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/issuable/
H A Dcommon_system_notes_service.rb7 def execute(issuable, old_labels: [], old_milestone: nil, is_update: true)
25 … create_milestone_change_event(old_milestone) if issuable.previous_changes.include?('milestone_id')
97 def create_milestone_change_event(old_milestone) argument
98 … ResourceEvents::ChangeMilestoneService.new(issuable, current_user, old_milestone: old_milestone)
/dports/www/trac-devel/Trac-1.5.3/sample-plugins/workflow/
H A DMilestoneOperation.py66 old_milestone = ticket._old.get('milestone')
67 if old_milestone is None:
83 old_milestone = ticket._old.get('milestone')
84 if old_milestone is None:
93 old_milestone, new_milestone)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/resource_events/
H A Dchange_milestone_service.rb7 def initialize(resource, user, old_milestone:) argument
11 @old_milestone = old_milestone
26 milestone_id: milestone.blank? ? old_milestone&.id : milestone&.id
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc11/gcc-11.2.0/maintainer-scripts/
H A Dbranch_changer.py126 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
127 old_major = Bug.get_major_version(old_milestone)
134 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
138 % (old_milestone, new_milestone))
221 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
222 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
226 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc12-devel/gcc-12-20211205/maintainer-scripts/
H A Dbranch_changer.py126 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
127 old_major = Bug.get_major_version(old_milestone)
134 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
138 % (old_milestone, new_milestone))
221 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
222 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
226 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc10/gcc-10.3.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc11-devel/gcc-11-20211009/maintainer-scripts/
H A Dbranch_changer.py126 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
127 old_major = Bug.get_major_version(old_milestone)
134 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
138 % (old_milestone, new_milestone))
221 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
222 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
226 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/devel/avr-gcc/gcc-10.2.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc9-devel/gcc-9-20211007/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/devel/riscv64-gcc/gcc-8.3.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc10-devel/gcc-10-20211008/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc8/gcc-8.5.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc9/gcc-9.4.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/misc/cxx_atomics_pic/gcc-11.2.0/maintainer-scripts/
H A Dbranch_changer.py126 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
127 old_major = Bug.get_major_version(old_milestone)
134 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
138 % (old_milestone, new_milestone))
221 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
222 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
226 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/lang/gcc9-aux/gcc-9.1.0/maintainer-scripts/
H A Dbranch_changer.py108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument
109 old_major = Bug.get_major_version(old_milestone)
116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone))
119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone…
194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument
195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone})
199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/resource_events/
H A Dchange_milestone_service_spec.rb9 let(:add_timebox_args) { { old_milestone: nil } }
10 let(:remove_timebox_args) { { old_milestone: timebox } }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/milestones/
H A Dtransfer_service.rb74 def update_issues_milestone(old_milestone, new_milestone) argument
75 Issue.where(project: project, milestone_id: old_milestone.id)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/issues/
H A Dupdate_service_spec.rb747 old_milestone = create(:milestone, project: project)
750 issue.update!(milestone: old_milestone)
752 expect_next_instance_of(Milestones::IssuesCountService, old_milestone) do |service|
755 expect_next_instance_of(Milestones::ClosedIssuesCountService, old_milestone) do |service|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Dissuable_base_service.rb296 … issuable, old_labels: old_associations[:labels], old_milestone: old_associations[:milestone]
/dports/www/gitea/gitea-1.16.5/templates/swagger/
H A Dv1_json.tmpl17544 "old_milestone": {