Skip to content

Commit

Permalink
ci: Workflow Bot -- Update Integration Snapshots (#2163)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 761b29b commit 1c13751
Show file tree
Hide file tree
Showing 9 changed files with 124 additions and 126 deletions.
24 changes: 12 additions & 12 deletions integration-tests/config/config.json
Expand Up @@ -3,7 +3,7 @@
{
"path": "php/php-src",
"url": "https://github.com/php/php-src.git",
"commit": "a0ba10436c16452072c045bd74d0a9c27b92606b",
"commit": "05ed3b779951ca54003c47d68fadea83a6fc6940",
"args": [
"--config=${repoConfig}/cspell.json",
"**/*.{md,c,h,php}"
Expand All @@ -28,15 +28,15 @@
{
"path": "liriliri/licia",
"url": "https://github.com/liriliri/licia.git",
"commit": "19c46ea4e02a0aa3bfe9ade5dd7a4e312e556be4",
"commit": "0f0ebdbeae2cee50c0184b1243d409e1cf700b39",
"args": [
"**/*.*"
]
},
{
"path": "wireapp/wire-webapp",
"url": "https://github.com/wireapp/wire-webapp.git",
"commit": "c1a64f9614916b52c6012de22b7b50389ad75ee6",
"commit": "1ed015c1df8346b7eebcc26b4af5c86749a9d968",
"args": [
"src/script/**/*.{js,ts,tsx,md}"
]
Expand Down Expand Up @@ -97,7 +97,7 @@
{
"path": "prettier/prettier",
"url": "https://github.com/prettier/prettier.git",
"commit": "c9c6d3364f8cf5140c3c16b44b92943464be7873",
"commit": "66e4597c0e85b51c787b047a6a983f1dd5f50bb3",
"args": []
},
{
Expand Down Expand Up @@ -129,7 +129,7 @@
{
"path": "typescript-eslint/typescript-eslint",
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
"commit": "4bb55a22fbdbee993dd843c20ac94e279fd0deac",
"commit": "6ae200ca49713136e3593dc8a62c9af1f2aa2f32",
"args": [
"--config=.cspell.json",
"**/*.{md,ts,js}"
Expand All @@ -146,7 +146,7 @@
{
"path": "microsoft/TypeScript-Website",
"url": "https://github.com/microsoft/TypeScript-Website.git",
"commit": "e9c813b5a944028e008780c25625d59af436ff66",
"commit": "bdd84ea6d21510ada927a794bbab5a314ef60dd3",
"args": [
"--config=${repoConfig}/cspell.json",
"**/*.*"
Expand All @@ -159,7 +159,7 @@
"--config=cSpell.json",
"**/*.{md,ts,js}"
],
"commit": "008c081a610ef98bca9b81a43a814b809bda48ac"
"commit": "0a6665506efb86dba686aa87cab3bdd836fac36a"
},
{
"path": "pycontribs/jira",
Expand Down Expand Up @@ -188,7 +188,7 @@
{
"path": "django/django",
"url": "https://github.com/django/django.git",
"commit": "361bb8f786f112ee275be136795c0b1ecefff928",
"commit": "03a648811615cb623affc2d79dccd4b05919319e",
"args": [
"**/*.{md,py}"
]
Expand All @@ -205,7 +205,7 @@
{
"path": "streetsidesoftware/regexp-worker",
"url": "https://github.com/streetsidesoftware/regexp-worker",
"commit": "2a00d0c0c28f2e5a8389b24b4d9128b8a5e1296f",
"commit": "a5bbba2efd289fabccdccdb5726ea5d4da4f043d",
"args": [
"**/*.{md,ts}"
]
Expand All @@ -217,7 +217,7 @@
"--config=${repoConfig}/cspell.json",
"**/*.*"
],
"commit": "cb49ac09950554cdbfa72ff85ca1b0fc7099ad27"
"commit": "5c61f5778ced51fe59fbbdc936064d304acaf5aa"
},
{
"path": "AdaDoom3/AdaDoom3",
Expand Down Expand Up @@ -253,7 +253,7 @@
"-e",
"{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"
],
"commit": "2b9e0fb4b9f71cdfde6de9203c23f17e46134398"
"commit": "8fc3388b9145a158b3402d2a69e9e02f3ae43892"
},
{
"path": "graphql/graphql-spec",
Expand Down Expand Up @@ -289,7 +289,7 @@
"args": [
"**/*.*"
],
"commit": "46748d84f93cacb11cdad5b01bc4f18f8c0098bd"
"commit": "b9b4d1ae9edc3d9b645858b11916a53e3cc78df5"
},
{
"path": "pagekit/pagekit",
Expand Down
79 changes: 39 additions & 40 deletions integration-tests/snapshots/django/django/report.yaml
Expand Up @@ -5,7 +5,7 @@ Args: ["**/*.{md,py}"]
Summary:
files: 2730
filesWithIssues: 857
issues: 7176
issues: 7175
errors: 0
Errors: []

Expand Down Expand Up @@ -543,7 +543,7 @@ issues:
- "django/db/migrations/autodetector.py:619:30 opns U # Generate other opns"
- "django/db/migrations/autodetector.py:799:44 deduping U make the operation, deduping any dependencies"
- "django/db/migrations/executor.py:32:62 unmigrate U label, None), that means unmigrate everything"
- "django/db/migrations/executor.py:166:15 unapplying U Since unapplying a migration requires"
- "django/db/migrations/executor.py:170:15 unapplying U Since unapplying a migration requires"
- "django/db/migrations/migration.py:124:26 behaviour U # Normal behaviour"
- "django/db/migrations/operations/base.py:32:5 elidable U elidable = False"
- "django/db/migrations/operations/models.py:100:25 smodel U return \"Create %smodel %s\" % (\"proxy \" if self"
Expand Down Expand Up @@ -816,7 +816,7 @@ issues:
- "django/utils/numberformat.py:18:26 localeconv U module in locale.localeconv() LC_NUMERIC grouping"
- "django/utils/regex_helper.py:5:60 decompiler U a complete reg-exp decompiler. It"
- "django/utils/termcolors.py:31:10 noreset U 'noreset' - string will not be"
- "django/utils/text.py:298:72 zfile U fileobj=buf, mtime=0) as zfile:"
- "django/utils/text.py:297:72 zfile U fileobj=buf, mtime=0) as zfile:"
- "django/utils/timezone.py:43:5 hhmm U hhmm = '%02d%02d' % divmod"
- "django/utils/timezone.py:286:59 Ganssle U with thanks to Paul Ganssle."
- "django/utils/translation/template.py:46:5 inplural U inplural = False"
Expand Down Expand Up @@ -966,16 +966,16 @@ issues:
- "tests/admin_views/tests.py:5057:15 Roboto U ['Roboto', 'Lucida Grande',"
- "tests/admin_views/tests.py:5057:25 Lucida U ['Roboto', 'Lucida Grande', 'Verdana',"
- "tests/admin_views/tests.py:5057:42 Verdana U , 'Lucida Grande', 'Verdana', 'Arial', 'sans-serif"
- "tests/admin_views/tests.py:5323:23 onetoone U def test_readonly_onetoone_backwards_ref(self)"
- "tests/admin_views/tests.py:5384:9 threepwood U threepwood = Character.objects"
- "tests/admin_views/tests.py:5439:36 Kilbraken U objects.create(name=\"Kilbraken\", age=50, title=\"Judge"
- "tests/admin_views/tests.py:6504:79 Rossi U name='Mario', surname='Rossi')"
- "tests/admin_views/tests.py:6505:81 Bianchi U 'Antonio', surname='Bianchi')"
- "tests/admin_views/tests.py:6550:9 pwdc U pwdc = ParentWithDependentChildren"
- "tests/admin_views/tests.py:6680:64 explicitlyprovidedpk U reverse('admin:admin_views_explicitlyprovidedpk_add'), post_data)"
- "tests/admin_views/tests.py:6689:64 implicitlygeneratedpk U reverse('admin:admin_views_implicitlygeneratedpk_add'), post_data)"
- "tests/admin_views/tests.py:6702:7 Anonynous U * Anonynous/non-staff users are"
- "tests/admin_views/tests.py:6746:14 unkown U def test_unkown_url_without_trailing"
- "tests/admin_views/tests.py:5342:23 onetoone U def test_readonly_onetoone_backwards_ref(self)"
- "tests/admin_views/tests.py:5403:9 threepwood U threepwood = Character.objects"
- "tests/admin_views/tests.py:5458:36 Kilbraken U objects.create(name=\"Kilbraken\", age=50, title=\"Judge"
- "tests/admin_views/tests.py:6523:79 Rossi U name='Mario', surname='Rossi')"
- "tests/admin_views/tests.py:6524:81 Bianchi U 'Antonio', surname='Bianchi')"
- "tests/admin_views/tests.py:6569:9 pwdc U pwdc = ParentWithDependentChildren"
- "tests/admin_views/tests.py:6699:64 explicitlyprovidedpk U reverse('admin:admin_views_explicitlyprovidedpk_add'), post_data)"
- "tests/admin_views/tests.py:6708:64 implicitlygeneratedpk U reverse('admin:admin_views_implicitlygeneratedpk_add'), post_data)"
- "tests/admin_views/tests.py:6721:7 Anonynous U * Anonynous/non-staff users are"
- "tests/admin_views/tests.py:6765:14 unkown U def test_unkown_url_without_trailing"
- "tests/admin_widgets/models.py:39:40 escapeme U choices_to={'name': '\"&><escapeme'},"
- "tests/admin_widgets/tests.py:253:27 Iñtërnâtiônàlizætiøn U for test_str in ('Iñtërnâtiônàlizætiøn', \"1234'\", -1234):"
- "tests/admin_widgets/tests.py:549:45 bandpk U admin_widgets/band/%(bandpk)s/change/\">Linkin Park"
Expand Down Expand Up @@ -1057,8 +1057,7 @@ issues:
- "tests/backends/base/test_creation.py:32:22 hodor U prod_name = 'hodor'"
- "tests/backends/oracle/test_introspection.py:15:13 seqs U seqs = connection.introspection"
- "tests/backends/oracle/test_operations.py:140:33 VERYLONGMODELN U self.assertIn('BACKENDS_VERYLONGMODELN7BE2_SQ', statements"
- "tests/backends/oracle/tests.py:44:48 nencoding U connection.connection.nencoding, 'UTF-8')"
- "tests/backends/oracle/tests.py:52:68 sysdate U 1936-12-29 00:00' < sysdate\""
- "tests/backends/oracle/tests.py:46:68 sysdate U 1936-12-29 00:00' < sysdate\""
- "tests/backends/postgresql/test_introspection.py:18:77 pers U person_id_seq RENAME TO pers_seq')"
- "tests/backends/postgresql/test_server_side_cursors.py:50:9 asser U def asserNotUsesCursor(self, queryset"
- "tests/backends/postgresql/tests.py:245:15 awef U a = ['awef']"
Expand Down Expand Up @@ -1205,31 +1204,31 @@ issues:
- "tests/forms_tests/field_tests/test_filefield.py:39:80 सर्पमीनो U री मँडराने वाली नाव सर्पमीनों से भरी ह'.encode()"
- "tests/forms_tests/field_tests/test_regexfield.py:61:27 éèøç U self.assertEqual('éèøçÎÎ你好', f.clean('éèøç"
- "tests/forms_tests/field_tests/test_slugfield.py:18:35 ıçğüş U assertEqual(f.clean('ıçğüş'), 'ıçğüş')"
- "tests/forms_tests/tests/test_forms.py:665:15 Beatle U class BeatleForm(Form):"
- "tests/forms_tests/tests/test_forms.py:731:24 noniterable U def test_form_with_noniterable_boundfield(self):"
- "tests/forms_tests/tests/test_forms.py:1442:25 reuired U ({'class': 'reuired'}, {'class': 'required"
- "tests/forms_tests/tests/test_forms.py:1473:38 unspec U _init__(self, allow_unspec_gender=False, *args"
- "tests/forms_tests/tests/test_forms.py:1723:64 Contraseña U PasswordInput, label='Contraseña (de nuevo)')"
- "tests/forms_tests/tests/test_forms.py:1723:79 nuevo U label='Contraseña (de nuevo)')"
- "tests/forms_tests/tests/test_forms.py:1897:52 stephane U initial={'username': 'stephane'}, auto_id=False)"
- "tests/forms_tests/tests/test_forms.py:1941:52 babik U initial={'username': 'babik'}, auto_id=False)"
- "tests/forms_tests/tests/test_forms.py:2098:44 Greatel U CharField(initial='Greatel')"
- "tests/forms_tests/tests/test_forms.py:2101:62 Scrmbl U Hans', 'last_name': 'Scrmbl', 'birthday': '1974"
- "tests/forms_tests/tests/test_forms.py:2276:67 Wählen U PasswordInput, help_text='Wählen Sie mit Bedacht.')"
- "tests/forms_tests/tests/test_forms.py:2276:82 Bedacht U text='Wählen Sie mit Bedacht.')"
- "tests/forms_tests/tests/test_forms.py:3714:26 myradio U '<div class=\"myradio\">{{ radio }}</div>'"
- "tests/forms_tests/tests/test_forms.py:3731:26 mycheckbox U '<div class=\"mycheckbox\">{{ checkbox }}</div"
- "tests/forms_tests/tests/test_forms.py:3921:48 doesn U picking a username that doesn&#x27;t already exist"
- "tests/forms_tests/tests/test_formsets.py:227:71 Decemberists U Calexico', '100'), ('The Decemberists', '')], initial_forms"
- "tests/forms_tests/tests/test_formsets.py:691:34 Basia U choices-3-choice': 'Basia Bulat',"
- "tests/forms_tests/tests/test_formsets.py:691:40 Bulat U choices-3-choice': 'Basia Bulat',"
- "tests/forms_tests/tests/test_formsets.py:1143:40 mgmt U someone fiddles with the mgmt form data..."
- "tests/forms_tests/tests/test_formsets.py:1581:20 Fset U class EmptyFsetWontValidate(BaseFormSet"
- "tests/forms_tests/tests/test_i18n.py:26:46 Benutzername U label for=\"id_username\">Benutzername:</label>'"
- "tests/forms_tests/tests/test_i18n.py:32:46 nazwa U label for=\"id_username\">nazwa u\\u017cytkownika:</label"
- "tests/forms_tests/tests/test_i18n.py:32:58 cytkownika U username\">nazwa u\\u017cytkownika:</label>'"
- "tests/forms_tests/tests/test_i18n.py:60:61 Mies U tied\\xe4'), ('\\xf8', 'Mies'), ('\\xdf', 'Nainen"
- "tests/forms_tests/tests/test_i18n.py:60:79 Nainen U 'Mies'), ('\\xdf', 'Nainen')),"
- "tests/forms_tests/tests/test_forms.py:666:15 Beatle U class BeatleForm(Form):"
- "tests/forms_tests/tests/test_forms.py:732:24 noniterable U def test_form_with_noniterable_boundfield(self):"
- "tests/forms_tests/tests/test_forms.py:1443:25 reuired U ({'class': 'reuired'}, {'class': 'required"
- "tests/forms_tests/tests/test_forms.py:1474:38 unspec U _init__(self, allow_unspec_gender=False, *args"
- "tests/forms_tests/tests/test_forms.py:1724:64 Contraseña U PasswordInput, label='Contraseña (de nuevo)')"
- "tests/forms_tests/tests/test_forms.py:1724:79 nuevo U label='Contraseña (de nuevo)')"
- "tests/forms_tests/tests/test_forms.py:1898:52 stephane U initial={'username': 'stephane'}, auto_id=False)"
- "tests/forms_tests/tests/test_forms.py:1942:52 babik U initial={'username': 'babik'}, auto_id=False)"
- "tests/forms_tests/tests/test_forms.py:2099:44 Greatel U CharField(initial='Greatel')"
- "tests/forms_tests/tests/test_forms.py:2102:62 Scrmbl U Hans', 'last_name': 'Scrmbl', 'birthday': '1974"
- "tests/forms_tests/tests/test_forms.py:2277:67 Wählen U PasswordInput, help_text='Wählen Sie mit Bedacht.')"
- "tests/forms_tests/tests/test_forms.py:2277:82 Bedacht U text='Wählen Sie mit Bedacht.')"
- "tests/forms_tests/tests/test_forms.py:3715:26 myradio U '<div class=\"myradio\">{{ radio }}</div>'"
- "tests/forms_tests/tests/test_forms.py:3732:26 mycheckbox U '<div class=\"mycheckbox\">{{ checkbox }}</div"
- "tests/forms_tests/tests/test_forms.py:3922:48 doesn U picking a username that doesn&#x27;t already exist"
- "tests/forms_tests/tests/test_formsets.py:228:71 Decemberists U Calexico', '100'), ('The Decemberists', '')], initial_forms"
- "tests/forms_tests/tests/test_formsets.py:692:34 Basia U choices-3-choice': 'Basia Bulat',"
- "tests/forms_tests/tests/test_formsets.py:692:40 Bulat U choices-3-choice': 'Basia Bulat',"
- "tests/forms_tests/tests/test_formsets.py:1144:40 mgmt U someone fiddles with the mgmt form data..."
- "tests/forms_tests/tests/test_formsets.py:1582:20 Fset U class EmptyFsetWontValidate(BaseFormSet"
- "tests/forms_tests/tests/test_i18n.py:27:46 Benutzername U label for=\"id_username\">Benutzername:</label>'"
- "tests/forms_tests/tests/test_i18n.py:33:46 nazwa U label for=\"id_username\">nazwa u\\u017cytkownika:</label"
- "tests/forms_tests/tests/test_i18n.py:33:58 cytkownika U username\">nazwa u\\u017cytkownika:</label>'"
- "tests/forms_tests/tests/test_i18n.py:61:61 Mies U tied\\xe4'), ('\\xf8', 'Mies'), ('\\xdf', 'Nainen"
- "tests/forms_tests/tests/test_i18n.py:61:79 Nainen U 'Mies'), ('\\xdf', 'Nainen')),"
- "tests/forms_tests/tests/test_media.py:154:20 deduplication U def test_media_deduplication(self):"
- "tests/forms_tests/tests/test_media.py:426:9 mymulti U mymulti = MyMultiWidget()"
- "tests/forms_tests/tests/test_validators.py:166:59 myfile U SimpleUploadedFile('myfile.txt', b'abc')})"
Expand Down

0 comments on commit 1c13751

Please sign in to comment.