{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":73792988,"defaultBranch":"master","name":"intelmq-fody","ownerLogin":"Intevation","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-15T08:32:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2050405?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723715231.0","currentOid":""},"activityList":{"items":[{"before":"83bb7c8f1a7ee2b8a6708419cd4f831c066d143f","after":"0f77396ad9e5fee2a37e45dbc6372280f7522320","ref":"refs/heads/json-schema-experiment","pushedAt":"2024-09-18T18:33:58.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"bernhard-herzog","name":"Bernhard Herzog","path":"/bernhard-herzog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12111741?s=80&v=4"},"commit":{"message":"Improve styling of schema validation error messages","shortMessageHtmlLink":"Improve styling of schema validation error messages"}},{"before":"182394059be503dcc4abbf08b2363942dabf7a80","after":"2ebe2738415f70ee3ec13c6f3e7e39e4fe9c158f","ref":"refs/heads/contact-search","pushedAt":"2024-09-06T17:54:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bernhard-herzog","name":"Bernhard Herzog","path":"/bernhard-herzog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12111741?s=80&v=4"},"commit":{"message":"contacts: quote searched value in description of last search","shortMessageHtmlLink":"contacts: quote searched value in description of last search"}},{"before":"5994cb2c1bc6c200e3ead4a066937c0f97f6a1a8","after":"20f4bcaa1346a2dbf50ca5dbc1be3bf2306590f3","ref":"refs/heads/master","pushedAt":"2024-08-15T09:47:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"REL: 0.9.6 release: ContactDB: Annotation improvements","shortMessageHtmlLink":"REL: 0.9.6 release: ContactDB: Annotation improvements"}},{"before":null,"after":"20f4bcaa1346a2dbf50ca5dbc1be3bf2306590f3","ref":"refs/heads/release","pushedAt":"2024-08-15T07:46:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"REL: 0.9.6 release: ContactDB: Annotation improvements","shortMessageHtmlLink":"REL: 0.9.6 release: ContactDB: Annotation improvements"}},{"before":null,"after":"83bb7c8f1a7ee2b8a6708419cd4f831c066d143f","ref":"refs/heads/json-schema-experiment","pushedAt":"2024-08-09T17:30:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bernhard-herzog","name":"Bernhard Herzog","path":"/bernhard-herzog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12111741?s=80&v=4"},"commit":{"message":"Experiment to evaluate JSON Schema for validation\n\nOrgCards use a JSON Schema definition for some parts of the organisation\ndata to validate user inputs. Invalid inputs are highlighted directly in\nthe form. Using a JSON schema makes it possible to use the same schema\nin the client and the server, avoiding code duplication.\n\nThis is only a proof of concept that demonstrates the principle. There\nare quite a few things missing. For instance, the schema does not cover\nall of the organisation data yet and when validation failes, the user\ncan still commit the changes.","shortMessageHtmlLink":"Experiment to evaluate JSON Schema for validation"}},{"before":"f094003d0d1358868509e50b6c2a6cc29f897fb8","after":"5994cb2c1bc6c200e3ead4a066937c0f97f6a1a8","ref":"refs/heads/master","pushedAt":"2024-08-01T08:46:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"annotations: use normal font size\n\nbased on user-feedback, the font size should not be small but the\ndefault one","shortMessageHtmlLink":"annotations: use normal font size"}},{"before":"889d86935cf369166ca2d82765d7b1a886da5635","after":"f094003d0d1358868509e50b6c2a6cc29f897fb8","ref":"refs/heads/master","pushedAt":"2024-07-30T15:43:53.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"OrgAnnotations: Improve Expiry date for inhibitions\n\n- in view mode, make the container red if expired\n- in view mode display the expiry date, inside the block\n- in edit mode display the expiry date form below the inhibition form\n- in edit mode display hide the tag form (value == 'inhibition')","shortMessageHtmlLink":"OrgAnnotations: Improve Expiry date for inhibitions"}},{"before":"071e0cf378708cad32f131bf7c198b88a705c5a3","after":"889d86935cf369166ca2d82765d7b1a886da5635","ref":"refs/heads/master","pushedAt":"2024-07-29T09:44:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"OrgAnnotation: relativedate: set never if expires is empty","shortMessageHtmlLink":"OrgAnnotation: relativedate: set never if expires is empty"}},{"before":"8ac0995de29af7af8af97e73bf23dc90f28aba35","after":"071e0cf378708cad32f131bf7c198b88a705c5a3","ref":"refs/heads/master","pushedAt":"2024-07-29T09:06:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"OrgAnnotation: layout of tag/expiry form\n\nmake them the same layout as all other forms with a col-4/8 layout\nand one line per input object","shortMessageHtmlLink":"OrgAnnotation: layout of tag/expiry form"}},{"before":"f95ee6b8164e95b6fb3c9d292b928d52b42bc6c3","after":null,"ref":"refs/heads/buildfix","pushedAt":"2024-07-29T08:31:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"}},{"before":null,"after":"f95ee6b8164e95b6fb3c9d292b928d52b42bc6c3","ref":"refs/heads/buildfix","pushedAt":"2024-07-24T14:58:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"revert yar.lock to 0.9.4 version","shortMessageHtmlLink":"revert yar.lock to 0.9.4 version"}},{"before":"e20036f7d3deb4ce2eef1e4f3593fe7f15413299","after":"8ac0995de29af7af8af97e73bf23dc90f28aba35","ref":"refs/heads/master","pushedAt":"2024-07-24T14:36:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"PKG: 0.9.5 release","shortMessageHtmlLink":"PKG: 0.9.5 release"}},{"before":"90f375b08a1e905114f862a7c1d58b361d279cb2","after":"e20036f7d3deb4ce2eef1e4f3593fe7f15413299","ref":"refs/heads/master","pushedAt":"2024-07-24T09:53:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"contacts: placeholder tag: use current format Whitelist:","shortMessageHtmlLink":"contacts: placeholder tag: use current format Whitelist:"}},{"before":"fb2be5cbcd1f05f00d6e46bb941cb1bc8d30f1c6","after":"90f375b08a1e905114f862a7c1d58b361d279cb2","ref":"refs/heads/master","pushedAt":"2024-07-24T09:04:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"tag expiry: optimize display, add clear button","shortMessageHtmlLink":"tag expiry: optimize display, add clear button"}},{"before":"3474b7b66884ce21a484bbd603ffdd241504ca97","after":"fb2be5cbcd1f05f00d6e46bb941cb1bc8d30f1c6","ref":"refs/heads/master","pushedAt":"2024-07-23T20:45:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"OrgAnnotation: Add expiry input field, with quick selector","shortMessageHtmlLink":"OrgAnnotation: Add expiry input field, with quick selector"}},{"before":"5a2ba3cc2175a73e936658b69e34156729fa0182","after":"182394059be503dcc4abbf08b2363942dabf7a80","ref":"refs/heads/contact-search","pushedAt":"2024-07-16T18:55:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bernhard-herzog","name":"Bernhard Herzog","path":"/bernhard-herzog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12111741?s=80&v=4"},"commit":{"message":"contact: Proof of concept for better search result summary\n\nInstead of showing the summary of the search results in the boxes with\nthe search input fields, the summary is now shown in a new box above the\nsearch results. The summary also doesn't change anymore when the user\ntypes in the search input fields. In addition to the result counts\n('Found X auto-imported ...') it also shows which search criterion was\nused.","shortMessageHtmlLink":"contact: Proof of concept for better search result summary"}},{"before":null,"after":"5a2ba3cc2175a73e936658b69e34156729fa0182","ref":"refs/heads/contact-search","pushedAt":"2024-06-26T17:25:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bernhard-herzog","name":"Bernhard Herzog","path":"/bernhard-herzog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12111741?s=80&v=4"},"commit":{"message":"contacts: allow pressing enter to start searching by ASN\n\nThe input field for the ASN search has been turned into a custom\ncomponent (InputUnsignedInt) but the binding for the change event\nwhich initiates the search hadn't been adapted. AFAICT, the way to do\nthis in vue 2, is by binding 'change.native' instead of just 'change'.","shortMessageHtmlLink":"contacts: allow pressing enter to start searching by ASN"}},{"before":"3474b7b66884ce21a484bbd603ffdd241504ca97","after":"90729ea4356d9241c8c863d9ececd23b7c74331b","ref":"refs/heads/snyk-upgrade-871ef170d1b622e6884ebf1e7c37cb7f","pushedAt":"2023-08-09T17:25:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"fix: upgrade hideseek from 0.7.1 to 0.8.0\n\nSnyk has created this PR to upgrade hideseek from 0.7.1 to 0.8.0.\n\nSee this package in npm:\n\n\nSee this project in Snyk:\nhttps://app.snyk.io/org/wagner-intevation/project/f04805fd-9a33-4192-ad21-5b09be08b4ec?utm_source=github&utm_medium=referral&page=upgrade-pr","shortMessageHtmlLink":"fix: upgrade hideseek from 0.7.1 to 0.8.0"}},{"before":null,"after":"3474b7b66884ce21a484bbd603ffdd241504ca97","ref":"refs/heads/snyk-upgrade-871ef170d1b622e6884ebf1e7c37cb7f","pushedAt":"2023-08-09T17:25:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"doc: how to run tests","shortMessageHtmlLink":"doc: how to run tests"}},{"before":"3474b7b66884ce21a484bbd603ffdd241504ca97","after":"875aaa005395bd6c76eca84e4b1cacde02e36d20","ref":"refs/heads/snyk-upgrade-f2a459b65cf4a6a306868575fdab84ad","pushedAt":"2023-08-09T17:24:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"fix: upgrade vue-resource from 1.5.1 to 1.5.3\n\nSnyk has created this PR to upgrade vue-resource from 1.5.1 to 1.5.3.\n\nSee this package in npm:\n\n\nSee this project in Snyk:\nhttps://app.snyk.io/org/wagner-intevation/project/f04805fd-9a33-4192-ad21-5b09be08b4ec?utm_source=github&utm_medium=referral&page=upgrade-pr","shortMessageHtmlLink":"fix: upgrade vue-resource from 1.5.1 to 1.5.3"}},{"before":null,"after":"3474b7b66884ce21a484bbd603ffdd241504ca97","ref":"refs/heads/snyk-upgrade-f2a459b65cf4a6a306868575fdab84ad","pushedAt":"2023-08-09T17:24:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"doc: how to run tests","shortMessageHtmlLink":"doc: how to run tests"}},{"before":"3474b7b66884ce21a484bbd603ffdd241504ca97","after":"f7f69e0911925ed0e7f013910fcf7f9be57525c4","ref":"refs/heads/snyk-upgrade-cf666e4098c889e2e09307b10a1ca31c","pushedAt":"2023-08-09T17:24:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"fix: upgrade datatables.net from 1.10.20 to 1.13.5\n\nSnyk has created this PR to upgrade datatables.net from 1.10.20 to 1.13.5.\n\nSee this package in npm:\n\n\nSee this project in Snyk:\nhttps://app.snyk.io/org/wagner-intevation/project/f04805fd-9a33-4192-ad21-5b09be08b4ec?utm_source=github&utm_medium=referral&page=upgrade-pr","shortMessageHtmlLink":"fix: upgrade datatables.net from 1.10.20 to 1.13.5"}},{"before":null,"after":"3474b7b66884ce21a484bbd603ffdd241504ca97","ref":"refs/heads/snyk-upgrade-cf666e4098c889e2e09307b10a1ca31c","pushedAt":"2023-08-09T17:24:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"doc: how to run tests","shortMessageHtmlLink":"doc: how to run tests"}},{"before":"3474b7b66884ce21a484bbd603ffdd241504ca97","after":"84c36e205f43cdf1aa248513f6a446ea72bfc6cb","ref":"refs/heads/snyk-upgrade-f3e413f6a251342d4f25013bbe916556","pushedAt":"2023-08-09T17:24:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"fix: upgrade datatables.net-bs from 1.10.20 to 1.13.5\n\nSnyk has created this PR to upgrade datatables.net-bs from 1.10.20 to 1.13.5.\n\nSee this package in npm:\n\n\nSee this project in Snyk:\nhttps://app.snyk.io/org/wagner-intevation/project/f04805fd-9a33-4192-ad21-5b09be08b4ec?utm_source=github&utm_medium=referral&page=upgrade-pr","shortMessageHtmlLink":"fix: upgrade datatables.net-bs from 1.10.20 to 1.13.5"}},{"before":null,"after":"3474b7b66884ce21a484bbd603ffdd241504ca97","ref":"refs/heads/snyk-upgrade-f3e413f6a251342d4f25013bbe916556","pushedAt":"2023-08-09T17:24:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"doc: how to run tests","shortMessageHtmlLink":"doc: how to run tests"}},{"before":"3474b7b66884ce21a484bbd603ffdd241504ca97","after":"89f791dddd1ab419ca2a79a28e5ebeaac94f865e","ref":"refs/heads/snyk-upgrade-18bf2c5b98ee8464c6870309d0772114","pushedAt":"2023-08-09T17:24:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"fix: upgrade vue from 2.6.11 to 2.7.14\n\nSnyk has created this PR to upgrade vue from 2.6.11 to 2.7.14.\n\nSee this package in npm:\n\n\nSee this project in Snyk:\nhttps://app.snyk.io/org/wagner-intevation/project/f04805fd-9a33-4192-ad21-5b09be08b4ec?utm_source=github&utm_medium=referral&page=upgrade-pr","shortMessageHtmlLink":"fix: upgrade vue from 2.6.11 to 2.7.14"}},{"before":null,"after":"3474b7b66884ce21a484bbd603ffdd241504ca97","ref":"refs/heads/snyk-upgrade-18bf2c5b98ee8464c6870309d0772114","pushedAt":"2023-08-09T17:24:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"doc: how to run tests","shortMessageHtmlLink":"doc: how to run tests"}},{"before":"e7d4c4879d4a1c488c5e69347fdc82e8fa8b4d0b","after":"da64da117f5883718c7d7aec77e50cd5392e4665","ref":"refs/heads/updateWebpack","pushedAt":"2023-08-09T14:07:39.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"upgrade of babel, eslint and vue\n\nadaption of their configurations\nloaders: css, sass, extract-text-webpack-plugin -> mini-css-extract-plugin\nvue 2.0 -> 2.7\nupgrade vue syntaxes: vue-loader, exports in allen Vue Dateien, v-bind:key, input-Feld syntax, v-model, flatpickr","shortMessageHtmlLink":"upgrade of babel, eslint and vue"}},{"before":"fa40b017475753ba0a8c8d1842a65931ee36ad8c","after":"3474b7b66884ce21a484bbd603ffdd241504ca97","ref":"refs/heads/master","pushedAt":"2023-05-30T11:03:50.908Z","pushType":"push","commitsCount":1,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"doc: how to run tests","shortMessageHtmlLink":"doc: how to run tests"}},{"before":"ee8eb9c563f624b7ed8bfe9dd0350bdc15c292a3","after":"fa40b017475753ba0a8c8d1842a65931ee36ad8c","ref":"refs/heads/master","pushedAt":"2023-05-30T09:57:15.558Z","pushType":"push","commitsCount":2,"pusher":{"login":"wagner-intevation","name":"Sebastian Wagner","path":"/wagner-intevation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104974727?s=80&v=4"},"commit":{"message":"contacts: do not load the annotation hints when not logged in","shortMessageHtmlLink":"contacts: do not load the annotation hints when not logged in"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxODozMzo1OC4wMDAwMDBazwAAAAS6Cw4C","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxODozMzo1OC4wMDAwMDBazwAAAAS6Cw4C","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0zMFQwOTo1NzoxNS41NTg1MzZazwAAAAM22O3I"}},"title":"Activity ยท Intevation/intelmq-fody"}