Home
last modified time | relevance | path

Searched refs:changelog (Results 1 – 25 of 7427) sorted by relevance

12345678910>>...298

/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/cmd/generatechangelog/
H A Dsummary_test.go34 v = []changelog.Annotation{
102 v = []changelog.Annotation{
117 Annotations: []changelog.Annotation{
133 Annotations: []changelog.Annotation{
145 Annotations: []changelog.Annotation{
171 v = []changelog.Annotation{
271 v = []changelog.Annotation{
338 v = []changelog.Annotation{
425 annotations []changelog.Annotation
449 annotations: []changelog.Annotation{
[all …]
H A Dmain_test.go11 annotations := []changelog.Annotation{
12 {Type: changelog.DependencyChangeType, Description: "b"},
13 {Type: changelog.DependencyChangeType, Description: "a"},
14 {Type: changelog.DocumentationChangeType, Description: "c"},
15 {Type: changelog.BugFixChangeType, Description: "d"},
16 {Type: changelog.FeatureChangeType, Description: "e"},
17 {Type: changelog.ReleaseChangeType, Description: "f"},
21 want := []changelog.Annotation{
23 {Type: changelog.ReleaseChangeType, Description: "f"},
24 {Type: changelog.FeatureChangeType, Description: "e"},
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/cmd/generatechangelog/
H A Dsummary_test.go34 v = []changelog.Annotation{
102 v = []changelog.Annotation{
117 Annotations: []changelog.Annotation{
133 Annotations: []changelog.Annotation{
145 Annotations: []changelog.Annotation{
171 v = []changelog.Annotation{
271 v = []changelog.Annotation{
338 v = []changelog.Annotation{
425 annotations []changelog.Annotation
449 annotations: []changelog.Annotation{
[all …]
H A Dmain_test.go11 annotations := []changelog.Annotation{
12 {Type: changelog.DependencyChangeType, Description: "b"},
13 {Type: changelog.DependencyChangeType, Description: "a"},
14 {Type: changelog.DocumentationChangeType, Description: "c"},
15 {Type: changelog.BugFixChangeType, Description: "d"},
16 {Type: changelog.FeatureChangeType, Description: "e"},
17 {Type: changelog.ReleaseChangeType, Description: "f"},
21 want := []changelog.Annotation{
23 {Type: changelog.ReleaseChangeType, Description: "f"},
24 {Type: changelog.FeatureChangeType, Description: "e"},
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/
H A Dtest_mklog.py470 assert changelog == EXPECTED1
474 assert changelog == EXPECTED2
478 assert changelog == EXPECTED3
482 assert changelog == EXPECTED3B
486 assert changelog == EXPECTED4
490 assert changelog == EXPECTED5
494 assert changelog == EXPECTED6
498 assert changelog == EXPECTED7
504 assert changelog == EXPECTED8
508 assert changelog == EXPECTED9
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/
H A Dtest_mklog.py448 changelog = generate_changelog(PATCH1)
449 assert changelog == EXPECTED1
453 assert changelog == EXPECTED2
457 assert changelog == EXPECTED3
461 assert changelog == EXPECTED3B
465 assert changelog == EXPECTED4
469 assert changelog == EXPECTED5
473 assert changelog == EXPECTED6
477 assert changelog == EXPECTED7
483 assert changelog == EXPECTED8
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/
H A Dtest_mklog.py448 changelog = generate_changelog(PATCH1)
449 assert changelog == EXPECTED1
453 assert changelog == EXPECTED2
457 assert changelog == EXPECTED3
461 assert changelog == EXPECTED3B
465 assert changelog == EXPECTED4
469 assert changelog == EXPECTED5
473 assert changelog == EXPECTED6
477 assert changelog == EXPECTED7
483 assert changelog == EXPECTED8
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/
H A Dtest_mklog.py448 changelog = generate_changelog(PATCH1)
449 assert changelog == EXPECTED1
453 assert changelog == EXPECTED2
457 assert changelog == EXPECTED3
461 assert changelog == EXPECTED3B
465 assert changelog == EXPECTED4
469 assert changelog == EXPECTED5
473 assert changelog == EXPECTED6
477 assert changelog == EXPECTED7
483 assert changelog == EXPECTED8
[all …]
/dports/lang/gcc11/gcc-11.2.0/contrib/
H A Dtest_mklog.py448 changelog = generate_changelog(PATCH1)
449 assert changelog == EXPECTED1
453 assert changelog == EXPECTED2
457 assert changelog == EXPECTED3
461 assert changelog == EXPECTED3B
465 assert changelog == EXPECTED4
469 assert changelog == EXPECTED5
473 assert changelog == EXPECTED6
477 assert changelog == EXPECTED7
483 assert changelog == EXPECTED8
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/contrib/
H A Dtest_mklog.py448 changelog = generate_changelog(PATCH1)
449 assert changelog == EXPECTED1
453 assert changelog == EXPECTED2
457 assert changelog == EXPECTED3
461 assert changelog == EXPECTED3B
465 assert changelog == EXPECTED4
469 assert changelog == EXPECTED5
473 assert changelog == EXPECTED6
477 assert changelog == EXPECTED7
483 assert changelog == EXPECTED8
[all …]
/dports/devel/py-celery/celery-4.4.7/docs/history/
H A Dindex.rst17 changelog-4.3
19 changelog-4.2
21 changelog-4.1
23 changelog-4.0
25 changelog-3.1
27 changelog-3.0
29 changelog-2.5
30 changelog-2.4
31 changelog-2.3
32 changelog-2.2
[all …]
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/translations/zh_Hans_CN/LC_MESSAGES/
H A Dchangelog.po22 #: ../../changelog.rst:2
26 #: ../../changelog.rst:5
30 #: ../../changelog.rst:7
37 #: ../../changelog.rst:10
41 #: ../../changelog.rst:12
45 #: ../../changelog.rst:13
49 #: ../../changelog.rst:14
53 #: ../../changelog.rst:15
57 #: ../../changelog.rst:16
61 #: ../../changelog.rst:17 ../../changelog.rst:30 ../../changelog.rst:43
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/dev_guide/
H A Ddeveloping_collections_changelogs.rst7changelog and porting guide entries for your collection. If your collection is part of the Ansible…
17 Understanding antsibull-changelog
31 To initialize changelog generation:
33 #. Install ``antsibull-changelog``: :code:`pip install antsibull-changelog`.
39 #. Optionally, validate your changelog fragments: :code:`antsibull-changelog lint`.
40 #. Generate the changelog for your release: :code:`antsibull-changelog release [--version version_n…
46 Porting Guide entries from changelog fragments argument
49 The Ansible changelog generator automatically adds several changelog fragment categories to the Ans…
59 …e one of the following three options to include your changelog into the Ansible release changelog:
61 * Use the ``antsibull-changelog`` tool.
[all …]
/dports/net-p2p/dclib/dclib-0.3.23/
H A DChangeLog1 http://wxdcgui.sourceforge.net/changelog-0.3.8.html
2 http://wxdcgui.sourceforge.net/changelog-0.3.8.1.html
3 http://wxdcgui.sourceforge.net/changelog-0.3.9.html
4 http://wxdcgui.sourceforge.net/changelog-0.3.10.html
5 http://wxdcgui.sourceforge.net/changelog-0.3.11.html
6 http://wxdcgui.sourceforge.net/changelog-0.3.12.html
7 http://wxdcgui.sourceforge.net/changelog-0.3.13.html
8 http://wxdcgui.sourceforge.net/changelog-0.3.14.html
9 http://wxdcgui.sourceforge.net/changelog-0.3.15.html
10 http://wxdcgui.sourceforge.net/changelog-0.3.16.html
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/changelogs/
H A DMakefile.am2 changelog.docs \
3 changelog.examples \
5 changelog.gattrib \
6 changelog.gnetlist \
7 changelog.gsch2pcb \
8 changelog.gschem \
9 changelog.gsymcheck \
10 changelog.libgeda \
11 changelog.symbols \
12 changelog.tragesym \
[all …]
/dports/devel/ros-catkin_pkg/catkin_pkg-0.4.14/test/
H A Dtest_changelog.py5 from catkin_pkg.changelog import BulletList
6 from catkin_pkg.changelog import Changelog
7 from catkin_pkg.changelog import example_rst
8 from catkin_pkg.changelog import InvalidSectionTitle
9 from catkin_pkg.changelog import MixedText
10 from catkin_pkg.changelog import populate_changelog_from_rst
11 from catkin_pkg.changelog import Transition
63 changelog = Changelog('foo')
91 changelog = Changelog('foo')
98 str(changelog)
[all …]
/dports/devel/py-ujson/ujson-5.0.0/.github/
H A Drelease-drafter.yml7 - "changelog: Added"
10 label: "changelog: Changed"
14 label: "changelog: Removed"
17 - "changelog: Fixed"
20 label: "changelog: Security"
23 - "changelog: skip"
31 - "changelog: Removed"
34 - "changelog: Added"
35 - "changelog: Changed"
36 - "changelog: Deprecated"
[all …]
/dports/audio/py-pylast/pylast-4.4.0/.github/
H A Drelease-drafter.yml7 - "changelog: Added"
10 label: "changelog: Changed"
14 label: "changelog: Removed"
17 - "changelog: Fixed"
20 label: "changelog: Security"
23 - "changelog: skip"
31 - "changelog: Removed"
34 - "changelog: Added"
35 - "changelog: Changed"
36 - "changelog: Deprecated"
[all …]
/dports/devel/py-prettytable/prettytable-2.4.0/.github/
H A Drelease-drafter.yml7 - "changelog: Added"
10 label: "changelog: Changed"
14 label: "changelog: Removed"
17 - "changelog: Fixed"
20 label: "changelog: Security"
23 - "changelog: skip"
31 - "changelog: Removed"
34 - "changelog: Added"
35 - "changelog: Changed"
36 - "changelog: Deprecated"
[all …]
/dports/security/vault/vault-1.8.2/.github/workflows/
H A Dchangelog-checker.yml1 # This workflow checks that there is either a 'pr/no-changelog' label applied to a PR
2 # or there is a changelog/<pr number>.txt file associated with a PR for a changelog entry
14 # checks that a changelog entry is present for a PR
15 changelog-check:
16 # If there a `pr/no-changelog` label we ignore this check
17 if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
25 - name: Check for changelog entry in diff
27 # check if there is a diff in the changelog directory
33 … echo "If your changelog file is correct, skip this check with the 'pr/no-changelog' label"
44 # People often make changelog files like ```changelog:, which is incorrect.
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/tooling/danger/
H A Dchangelog_spec.rb40 expect(changelog).to receive(:fail)
141 subject { changelog.required_reasons }
169 subject { changelog.required? }
202 subject { changelog.optional? }
250 allow(changelog)
254 expect(changelog).to be_present
260 expect(changelog).not_to be_present
283 allow(changelog)
310 subject { changelog.modified_text }
355 subject { changelog.required_texts }
[all …]
/dports/sysutils/consul/consul-1.10.3/.github/workflows/
H A Dchangelog-checker.yml1 # This workflow checks that there is either a 'pr/no-changelog' label applied to a PR
2 # or there is a .changelog/<pr number>.txt file associated with a PR for a changelog entry
13 # checks that a .changelog entry is present for a PR
14 changelog-check:
15 # If there a `pr/no-changelog` label we ignore this check
16 if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
24 - name: Check for changelog entry in diff
28 # check if there is a diff in the .changelog directory
34 changelog_file_path=".changelog/*.txt"
39 # If we do not find a file in .changelog/, we fail the check
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/.github/workflows/
H A Dchangelog-checker.yml1 # This workflow checks that there is either a 'pr/no-changelog' label applied to a PR
2 # or there is a .changelog/<pr number>.txt file associated with a PR for a changelog entry
13 # checks that a .changelog entry is present for a PR
14 changelog-check:
15 # If there a `pr/no-changelog` label we ignore this check
16 if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
24 - name: Check for changelog entry in diff
28 # check if there is a diff in the .changelog directory
34 changelog_file_path=".changelog/*.txt"
39 # If we do not find a file in .changelog/, we fail the check
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/release/
H A Drelease_test.go28 annotations []changelog.Annotation
44 annotations: []changelog.Annotation{{
45 Type: changelog.ReleaseChangeType,
59 annotations: []changelog.Annotation{{
60 Type: changelog.ReleaseChangeType,
76 annotations: []changelog.Annotation{
77 {Type: changelog.BugFixChangeType},
86 annotations: []changelog.Annotation{
114 Type: changelog.FeatureChangeType,
125 Type: changelog.FeatureChangeType,
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/release/
H A Drelease_test.go28 annotations []changelog.Annotation
44 annotations: []changelog.Annotation{{
45 Type: changelog.ReleaseChangeType,
59 annotations: []changelog.Annotation{{
60 Type: changelog.ReleaseChangeType,
76 annotations: []changelog.Annotation{
77 {Type: changelog.BugFixChangeType},
86 annotations: []changelog.Annotation{
114 Type: changelog.FeatureChangeType,
125 Type: changelog.FeatureChangeType,
[all …]

12345678910>>...298