author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,371 | 11.10.2021 14:08:08 | -7,200 | 3484f6b5585e137574997eb0701ff41626429bee | docs(lambda): architectures in now deprecated
Update doc to reflect deprecation from
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -333,12 +333,12 @@ Lambda functions, by default, run on compute systems that have the 64 bit x86 ar\nThe AWS Lambda service also runs compute on the ARM architecture, which can reduce cost\nfor some workloads.\n-A lambda function can be configured to be run on one or b... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(lambda): architectures in now deprecated (#16859)
Update doc to reflect deprecation from #16849
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | lambda |
472,067 | 11.10.2021 14:31:22 | -32,400 | 95fd5128bda6bdef7b32c12e023370769c8a46d9 | chore(spindle-tokens): make private for now | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Spindle design tokens.\",\n\"homepage\": \"https://github.com/openameba/spindle#readme\",\n\"license\": \"MIT\",\n+ \"private\": true,\n\"publishConfig\": {\n\"access\": \"public\"\n},\n",
"new_path": "packages/spindle-tokens/package.json",
"old... | TypeScript | MIT License | openameba/spindle | chore(spindle-tokens): make private for now | 1 | chore | spindle-tokens |
777,396 | 11.10.2021 14:36:47 | 21,600 | 0fda11fd9c2a79508f9264085e4765b9a3d20afd | ci: don't depend on badssl.com for test_custom_tls
One day, badssl.com didn't update an old certificate and broke our CI.
In exchange for not being broken by websites we don't control, we'll
need to rerun:
cd ./harness/tests/common/untrusted-root && ./gen.sh
once every 10 years to renew our own untrusted-root certifica... | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ from tests.confdir import use_test_config_dir\nMOCK_MASTER_URL = \"http://localhost:8080\"\nAUTH_V0_PATH = Path(__file__).parent / \"auth_v0.json\"\n-UNTRUSTED_CERT_PATH = Path(__file__).parents[1] / \"common\" / \"untrusted-root.badssl.com.crt\"\n+UNTRUST... | Python | Apache License 2.0 | determined-ai/determined | ci: don't depend on badssl.com for test_custom_tls (#3062)
One day, badssl.com didn't update an old certificate and broke our CI.
In exchange for not being broken by websites we don't control, we'll
need to rerun:
cd ./harness/tests/common/untrusted-root && ./gen.sh
once every 10 years to renew our own u... | 1 | ci | null |
730,451 | 11.10.2021 14:46:55 | 14,400 | 4a35ee8309edd718c76fc8a9b5b6fb8fa4c954ea | fix(plugin-meetings): Handle the roap state for sending answer | [
{
"change_type": "MODIFY",
"diff": "@@ -192,8 +192,10 @@ export default class RoapHandler extends StatelessWebexPlugin {\nhandleAction(session, action, meeting, correlationId) {\nlet signal;\n+\nswitch (action.type) {\ncase ROAP.RECEIVE_ROAP_MSG:\n+ LoggerProxy.logger.log(`Roap:handler#handleAction --> RECE... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): Handle the roap state for sending answer | 1 | fix | plugin-meetings |
217,922 | 11.10.2021 14:50:56 | -7,200 | f83b6b499b6524715094a96a53f4c3af2de7b28d | fix(alarms): fixed a bug with some alarms ringing multiple times for nothing | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,11 @@ export class AlarmBellService {\n// Ceiling on /6 so precision is 1/10\nconst timeBeforePlay = Math.round(this.alarmsFacade.getMinutesBefore(date, this.alarmsFacade.getNextSpawn(alarm, date)) / 6) / 10 - this.settings.alarmHoursBefore;\n// Irl alarm dur... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed a bug with some alarms ringing multiple times for nothing | 1 | fix | alarms |
667,635 | 11.10.2021 15:45:49 | -28,800 | 6ca0f7a3a3153282810f72fd45ffc9c9b1c5294c | fix(ios): reset tableview top padding to zero in ios15
fix(ios): reset tableview top padding to zero in ios15 | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,12 @@ on:\njobs:\nbuildios:\n- runs-on: macOS-latest\n+ runs-on: macOS-11\nsteps:\n- uses: actions/checkout@v2\n- name: buildexample\n- run: pushd examples/ios-demo && xcodebuild build -destination 'name=iPhone 11' -scheme 'HippyDemo' && popd\n+ run: |\n+ # h... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): reset tableview top padding to zero in ios15 (#1000)
fix(ios): reset tableview top padding to zero in ios15 | 1 | fix | ios |
815,609 | 11.10.2021 15:56:36 | -28,800 | fadc811c86d0ed06dd85b41e519341f7612df81b | test(hardfork): cycles for some scripts will be changed after upgrade vm0 to vm1 | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,60 @@ fn test_b_extension() {\n}\n}\n+#[test]\n+fn test_cycles_difference() {\n+ let script_version = SCRIPT_VERSION;\n+\n+ let always_success_cell_data = Bytes::from(\n+ std::fs::read(Path::new(env!(\"CARGO_MANIFEST_DIR\")).join(\"testdata/mop_adc_lock\")).u... | Rust | MIT License | nervosnetwork/ckb | test(hardfork): cycles for some scripts will be changed after upgrade vm0 to vm1 | 1 | test | hardfork |
866,400 | 11.10.2021 15:57:54 | 14,400 | 72dd7069520be91231db35ff79e94e5a4f04405d | fix(button): prevent event propagation to children of disabled buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ import ifNonNull from '../../globals/directives/if-non-null';\nimport FocusMixin from '../../globals/mixins/focus';\nimport { BUTTON_KIND, BUTTON_SIZE, BUTTON_ICON_LAYOUT } from './defs';\nimport styles from './button.scss';\n+import HostListener from '.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(button): prevent event propagation to children of disabled buttons (#712) | 1 | fix | button |
711,597 | 11.10.2021 15:59:14 | -7,200 | 705bf085c213c0502d81a13689044445fc9b1735 | refactor: Clean up todos in search plugin e2e tests | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,15 @@ import { awaitRunningJobs } from './utils/await-running-jobs';\n// on the default of 5s.\njest.setTimeout(10000);\n+interface SearchProductShopVariables extends SearchProductsShop.Variables {\n+ input: SearchProductsShop.Variables['input'] & {\n+ // Thi... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor: Clean up todos in search plugin e2e tests | 1 | refactor | null |
366,946 | 11.10.2021 16:08:49 | -32,400 | 4bbe3c3edbd0bb2973b9301c300e3310770b1b22 | fix: change position of radio button with multi line label to top | [
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,25 @@ storiesOf('RadioButton', module)\n</li>\n</InnerList>\n</li>\n+\n+ <li>\n+ <Title>With multiline text</Title>\n+\n+ <InnerList>\n+ <li>\n+ <RadioButton name=\"5\" checked={checkedName === '5'} onChange={handleChange}>\n+ Lorem Ipsum is simply dummy text... | TypeScript | MIT License | kufu/smarthr-ui | fix: change position of radio button with multi line label to top (#1945) | 1 | fix | null |
791,270 | 11.10.2021 16:14:11 | 14,400 | 309b59e583d1bf0dd9ffe84223034eb8a2975d47 | fix(internal/godocfx): only put TOC status on mod if all pkgs have same status | [
{
"change_type": "MODIFY",
"diff": "@@ -543,9 +543,23 @@ func processExamples(exs []*doc.Example, fset *token.FileSet) []example {\nfunc buildTOC(mod string, pis []pkgload.Info, extraFiles []extraFile) tableOfContents {\ntoc := tableOfContents{}\n+ // If all of the packages have the same status, only put th... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal/godocfx): only put TOC status on mod if all pkgs have same status (#4974) | 1 | fix | internal/godocfx |
104,828 | 11.10.2021 16:26:19 | -7,200 | 3ae144aa007425936fd4a703ec8abf8c4be03de2 | fix(columngrouping): removed unreachable branch | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,7 @@ const ColumnGrouping = ({ appendedColumns, columnGroups, ordering, prependedColu\ncolGroupData === isLastGroup &&\ncontainsLastVisibleColumn(colGroupData.id, visibleColumns),\n})}\n- colSpan={colGroupData.colspan || '1'}\n+ colSpan={colGroupData.colspan}... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(columngrouping): removed unreachable branch | 1 | fix | columngrouping |
942,613 | 11.10.2021 16:47:11 | 21,600 | 2d2c8a258795d495edb4efa262829b7fae7cc731 | feat: Update depth tokens
Fixes:
Create local depth tokens
[category:Utilites]
### BREAKING CHANGES
`CanvasDepthValue` is renamed to `CanvasDepthValues` for consistency. This change is handled automatically by the v6 codemod. Please refer to the v6 migration guide for more information. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,8 @@ import deprecateCookieBanner from './deprecateCookieBanner';\nimport moveAndRenameSearchBar from './moveAndRenameSearchBar';\n// deprecate header imports\nimport deprecateHeader from './deprecateHeader';\n+// rename CanvasDepthValue\n+import renameCanvasDe... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat: Update depth tokens (#1276)
Fixes: #1193
Create local depth tokens
[category:Utilites]
### BREAKING CHANGES
`CanvasDepthValue` is renamed to `CanvasDepthValues` for consistency. This change is handled automatically by the v6 codemod. Please refer to the v6 migration guide for more information. | 1 | feat | null |
711,597 | 11.10.2021 16:48:19 | -7,200 | 92aa83f40d7402db33622b08defc4d17859bbdb5 | feat(core): Export RequestContextCacheService from core | [
{
"change_type": "MODIFY",
"diff": "export { bootstrap, bootstrapWorker } from './bootstrap';\nexport { generateMigration, revertLastMigration, runMigrations } from './migrate';\nexport * from './api/index';\n+export * from './cache/index';\nexport * from './common/index';\nexport * from './config/index';\n... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Export RequestContextCacheService from core | 1 | feat | core |
531,793 | 11.10.2021 17:17:28 | -3,600 | 167e0a9109c505d7530564e55e6813228e9ffdca | feat(actions): add issue dup checker action | [
{
"change_type": "ADD",
"diff": "+name: Potential Duplicates\n+on:\n+ issues:\n+ types: [opened, edited]\n+jobs:\n+ run:\n+ runs-on: ubuntu-20.04\n+ steps:\n+ - uses: wow-actions/potential-duplicates@v1.0.8\n+ with:\n+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n",
"new_path": ".github/workflows/duplicat... | TypeScript | Apache License 2.0 | prymitive/karma | feat(actions): add issue dup checker action | 1 | feat | actions |
815,585 | 11.10.2021 17:50:21 | -28,800 | 116c251df75d15c2af2da7c456008469ca60b3b4 | feat: add with_sentry feature for integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ env:\nCARGO_TERM_COLOR: always\nRUST_BACKTRACE: full\nRUSTFLAGS: -D warnings\n+ LOGBAK_USER: ${{secrets.LOGBAK_USER}} #LOCBAK_* for upload logs to server when test failed\n+ LOGBAK_PASSWORD: ${{secrets.LOGBAK_PASSWORD}}\n+ LOGBAK_SERVER: ${{secrets.LOGBA... | Rust | MIT License | nervosnetwork/ckb | feat: add with_sentry feature for integration test | 1 | feat | null |
531,793 | 11.10.2021 18:13:49 | -3,600 | 22b1317eb542a6504017323230b8e7f82666de52 | fix(ui): ensure each grid has a correct zIndex
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -154,14 +154,9 @@ const AlertMenu: FC<{\nconst [isHidden, setIsHidden] = useState<boolean>(true);\nconst toggle = useCallback(() => {\n- window.dispatchEvent(\n- new CustomEvent(\"gridMenuOpen\", {\n- detail: { isOpen: isHidden, labelValue: grid.labelValue },\n- })\n- ... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): ensure each grid has a correct zIndex
Fixes #3586 | 1 | fix | ui |
865,944 | 11.10.2021 18:55:59 | -19,080 | c945f96f26160cc3c2c8b144df69f7243fde6180 | fix(report-feedback): validate that any checkbox is checked
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n}\n+ .feedback__message{\n+ color: var(--red-base-62);\n+ }\n}\n",
"new_path": "client/src/plugins/report-feedback/ReportFeedbackOverlay.less",
"old_path": "client/src/plugins/report-feedback/ReportFeedbackOverlay.less"
},
{
"change_type": "MODIFY",
... | JavaScript | MIT License | camunda/camunda-modeler | fix(report-feedback): validate that any checkbox is checked
Closes #2414 | 1 | fix | report-feedback |
71,283 | 11.10.2021 19:14:21 | -3,600 | 2f65fba8d029c190771de4219a19c531a127f789 | docs(kinesis-analytics-flink): fix typo
minPausesBetweenCheckpoints -> minPauseBetweenCheckpoints
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ const flinkApp = new flink.Application(this, 'Application', {\nruntime: file.Runtime.FLINK_1_11,\ncheckpointingEnabled: true, // default is true\ncheckpointInterval: cdk.Duration.seconds(30), // default is 1 minute\n- minPausesBetweenCheckpoints: cdk.Dur... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(kinesis-analytics-flink): fix typo (#16895)
minPausesBetweenCheckpoints -> minPauseBetweenCheckpoints
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | kinesis-analytics-flink |
847,143 | 11.10.2021 19:49:58 | -28,800 | 61c9a2e85d3d553358189b17a091d65410b6185e | refactor(seo2): variable rename | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ export const seoPlugin: Plugin<SeoOptions> = (options, app) => {\nname: \"seo2\",\nextendsPageData(page): Record<string, unknown> {\n- const meta = page.frontmatter.head || [];\n+ const head = page.frontmatter.head || [];\nconst pageSeoInfo: PageSeoInfo ... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | refactor(seo2): variable rename | 1 | refactor | seo2 |
217,922 | 11.10.2021 20:44:12 | -7,200 | d5fd6cfa36aad703ebfa431bf3b7034b1a546077 | fix(log-tracker): fixed selection not resetting on tab change | [
{
"change_type": "MODIFY",
"diff": "<ng-template nz-tab>\n<ng-template #hideCompletedToggle>\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-end center\" fxLayoutGap=\"5px\">\n- <nz-switch [(ngModel)]=\"hideCompleted\" (ngModelChange)=\"updateSelectedPage($event, trackerType)\"></nz-switch>\n+ <nz-switch [(ngMo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed selection not resetting on tab change | 1 | fix | log-tracker |
815,601 | 11.10.2021 21:26:18 | -28,800 | 6a02747d987d2b2c866594f06e4ea233ff1c5481 | chore: bump ckb-vm to 0.20.0-rc6 | [
{
"change_type": "MODIFY",
"diff": "@@ -1417,9 +1417,9 @@ dependencies = [\n[[package]]\nname = \"ckb-vm\"\n-version = \"0.20.0-rc5\"\n+version = \"0.20.0-rc6\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"60dcf786d3e6424be300a84b65a35bafc8344de5350fa96500ed9f6cc370865f... | Rust | MIT License | nervosnetwork/ckb | chore: bump ckb-vm to 0.20.0-rc6 | 1 | chore | null |
71,120 | 11.10.2021 23:38:59 | -32,400 | d4ad93f30877b26b851caa81d3a4a1d80df55164 | feat(lambda-event-sources): self managed kafka: support sasl/plain authentication
closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,10 @@ export enum AuthenticationMethod {\n* SASL_SCRAM_256_AUTH authentication method for your Kafka cluster\n*/\nSASL_SCRAM_256_AUTH = 'SASL_SCRAM_256_AUTH',\n+ /**\n+ * BASIC_AUTH (SASL/PLAIN) authentication method for your Kafka cluster\n+ */\n+ BASIC_AUTH... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda-event-sources): self managed kafka: support sasl/plain authentication (#16712)
closes https://github.com/aws/aws-cdk/issues/16710
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | lambda-event-sources |
667,636 | 11.10.2021 23:51:18 | -28,800 | 2f5a2de343d15283ae63c098211d3294ea66e2a5 | chore(doc,example): add textDecoration intro | [
{
"change_type": "MODIFY",
"diff": "@@ -160,6 +160,15 @@ export default class TextExpo extends React.Component {\nlines just two lines just two lines just two lines just two lines just two lines\n</Text>\n</View>\n+ {renderTitle('textDecoration')}\n+ <View style={styles.itemContent}>\n+ <Text numberOfLines=... | C++ | Apache License 2.0 | tencent/hippy | chore(doc,example): add textDecoration intro | 1 | chore | doc,example |
71,482 | 12.10.2021 04:53:58 | -32,400 | fdd157d2f20303cd6352a47cab872846f7957181 | docs(apigwv2): fix typo
resoruce -> resource | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ export interface IWebSocketApi extends IApi {\n*/\nexport interface WebSocketApiProps {\n/**\n- * Name for the WebSocket API resoruce\n+ * Name for the WebSocket API resource\n* @default - id of the WebSocketApi construct.\n*/\nreadonly apiName?: string;... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(apigwv2): fix typo (#16887)
resoruce -> resource | 1 | docs | apigwv2 |
277,277 | 12.10.2021 08:47:08 | -7,200 | 3eac87c459dd7407d35189a693dd93f59e74b341 | feat: WidePieStat card. | [
{
"change_type": "ADD",
"diff": "+# Info / Wide\n+# Create a wide information card displaying a title, caption, and either an icon or image.\n+# ---\n+from h2o_wave import site, ui\n+\n+page = site['/demo']\n+\n+page.add('example', ui.wide_pie_stat_card(\n+ box='1 1 3 3',\n+ title='Wide Pie Stat',\n+ pies=[... | Python | Apache License 2.0 | h2oai/wave | feat: WidePieStat card. #1032 (#1042) | 1 | feat | null |
277,277 | 12.10.2021 08:54:05 | -7,200 | 5406ec2ad77e89fc7e433919df450be489000595 | feat: Wide info card redesign. | [
{
"change_type": "MODIFY",
"diff": "# Info / Wide\n# Create a wide information card displaying a title, caption, and either an icon or image.\n# ---\n-from h2o_wave import site, ui\n+from h2o_wave import main, app, Q, ui\n-page = site['/demo']\n-page.add('example', ui.wide_info_card(\n+@app('/demo')\n+async... | Python | Apache License 2.0 | h2oai/wave | feat: Wide info card redesign. #967 (#1013) | 1 | feat | null |
277,277 | 12.10.2021 08:56:44 | -7,200 | e6a51f126aedc68dcef5761f895b5d882d2d5d6a | feat: Tall info card | [
{
"change_type": "ADD",
"diff": "+# Info / Tall\n+# Create a tall information card displaying a title, caption, and either an icon or image.\n+# ---\n+from h2o_wave import main, app, Q, ui\n+\n+\n+@app('/demo')\n+async def serve(q: Q):\n+ if q.args.info_card:\n+ q.page['example'] = ui.form_card(box='1 1 2 4... | Python | Apache License 2.0 | h2oai/wave | feat: Tall info card (#779) | 1 | feat | null |
777,389 | 12.10.2021 09:00:53 | 25,200 | c1aa088050b868798c406cd7453604fd3ca84c7a | chore: rename cpu containers to aux
test failures are unrelated to rename change | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ export const columns: ColumnType<ResourcePool>[] = [\nkey: 'auxContainerCapacity',\nsorter: (a: ResourcePool, b: ResourcePool): number =>\nnumericSorter(a.auxContainerCapacity, b.auxContainerCapacity),\n- title: 'Max CPU Containers Per Agent',\n+ title: ... | Python | Apache License 2.0 | determined-ai/determined | chore: rename cpu containers to aux (#3056)
test failures are unrelated to rename change | 1 | chore | null |
865,917 | 12.10.2021 09:40:00 | -7,200 | da9ec756185d226c3e7f0688e0ca12192a1b6a34 | fix(mac-os): quit app when requested
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ function MacOSPlatform(app) {\n* called or the window was closed.\n*/\napp.on('window-all-closed', function(e) {\n- if (app.terminating) {\n+ if (app.terminating || app.quitRequested) {\nreturn app.quit();\n}\n@@ -81,6 +81,16 @@ function MacOSPlatform(ap... | JavaScript | MIT License | camunda/camunda-modeler | fix(mac-os): quit app when requested (#2481)
Closes #1803 | 1 | fix | mac-os |
141,585 | 12.10.2021 10:04:07 | -39,600 | d74e954e2bf2ad410fa69ee58b47ffcb68ed2122 | docs: Update health indicators for searchfield and button | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ health:\ndesigned: true\ndocumented: true\nimplemented: true\n- latestDesign: false\n+ latestDesign: true\nallVariants: true\nresponsive: true\ninternationalized: true\n",
"new_path": "draft-packages/button/KaizenDraft/Button/README.mdx",
"old_pa... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Update health indicators for searchfield and button (#1989) | 1 | docs | null |
471,311 | 12.10.2021 10:13:02 | -7,200 | aeadca8da626164828852489ab749dfd0aa1d981 | fix(opentelemetry-instrumentation-mongodb): fix span attributes with unified topology | [
{
"change_type": "MODIFY",
"diff": "@@ -382,15 +382,25 @@ export class MongoDBInstrumentation extends InstrumentationBase<\n) {\n// add network attributes to determine the remote server\nif (topology && topology.s) {\n- span.setAttributes({\n- [SemanticAttributes.NET_HOST_NAME]: `${\n- topology.s.options?.h... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix(opentelemetry-instrumentation-mongodb): fix span attributes with unified topology (#663)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | fix | opentelemetry-instrumentation-mongodb |
777,374 | 12.10.2021 10:23:23 | 25,200 | c0e17570aa59c07b63dd538f076eaee70a3180b7 | fix: always `mkdir` default mounted `checkpoint_storage` `host_path`. | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- Deploy: fix an issue where the default checkpoint storage directory was not created for some\n+ users.\n",
"new_path": "docs/release-notes/3065-fix-det-deploy-mkdir.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"... | Python | Apache License 2.0 | determined-ai/determined | fix: always `mkdir` default mounted `checkpoint_storage` `host_path`. (#3065) | 1 | fix | null |
815,577 | 12.10.2021 10:43:53 | -28,800 | 1692e47219b6174e5a261d4f3f9933cabafcc93f | chore: change remote tx chunk submit | [
{
"change_type": "MODIFY",
"diff": "@@ -90,22 +90,27 @@ impl ChunkQueue {\nself.shrink_to_fit();\n}\n- pub fn add_remote_tx(&mut self, tx: TransactionView, remote: (Cycle, PeerIndex)) {\n+ /// If the queue did not have this tx present, true is returned.\n+ ///\n+ /// If the queue did have this tx present, f... | Rust | MIT License | nervosnetwork/ckb | chore: change remote tx chunk submit | 1 | chore | null |
667,635 | 12.10.2021 10:48:17 | -28,800 | 0b0473927ec71ef508e7bfd764712a24a413ede1 | fix(ios): improve stability for websocket module | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,7 @@ HIPPY_EXPORT_METHOD(send:(NSDictionary *)params) {\n- (void)webSocket:(HippySRWebSocket *)webSocket didReceiveMessage:(id)message {\ndispatch_async(_queue, ^{\n- [self sendEventType:@\"onMessage\" socket:webSocket data:@ { @\"type\": @\"text\", @\"data... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): improve stability for websocket module | 1 | fix | ios |
865,916 | 12.10.2021 11:23:52 | -7,200 | 7c25475bb71d7a85205d582036ee2c9b083d9e6e | chore(client): code style | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ class PropertiesContainerWrapped extends PureComponent {\nthis.context = {};\n}\n- handleResizeStart = event => {\n+ handleResizeStart = (event) => {\nconst onDragStart = dragger(this.handleResize);\nonDragStart(event);\n@@ -102,11 +102,9 @@ class Proper... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): code style | 1 | chore | client |
902,122 | 12.10.2021 11:42:12 | 0 | a9bfa1e72b3b9b8600ad21325cc50408a481d148 | chore(cli): add theme customization based on system colors | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"beauty-error\": \"~1.2.8\",\n\"browserless\": \"^9.2.15\",\n+ \"dark-mode\": \"~3.0.0\",\n\"kleur\": \"~4.1.4\",\n\"lodash\": \"~4.17.21\",\n\"meow\": \"~9.0.0\",\n",
"new_path": "packages/cli/package.json",
"old_path": "packages/cli/package... | JavaScript | MIT License | microlinkhq/browserless | chore(cli): add theme customization based on system colors | 1 | chore | cli |
332,702 | 12.10.2021 12:01:32 | 14,400 | 62468eb296a57b3be2bfc143f068c42a6d41daa6 | fix(semver): making --track-deps only read one dependency deep | [
{
"change_type": "MODIFY",
"diff": "@@ -171,6 +171,22 @@ The `postTargets` option declare `my-project:github` target which run `@jscutler\n- [`@jscutlery/semver:github`](https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/github/README.md) GiHub Release Support\n+#### Tracking depend... | TypeScript | MIT License | jscutlery/semver | fix(semver): making --track-deps only read one dependency deep | 1 | fix | semver |
667,635 | 12.10.2021 12:09:28 | -28,800 | fe2ed7108e063977a10eae5a681927e99ac01da5 | fix(ios): improve stability for vfs module | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ static bool defaultDynamicLoadAction(const unicode_string_view& uri, std::functi\nNSURL *url = HippyURLWithString(URIString, NULL);\nif ([url isFileURL]) {\nNSString *result = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:nil]... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): improve stability for vfs module | 1 | fix | ios |
711,597 | 12.10.2021 12:20:46 | -7,200 | 9c579008846e6dd02b398e3766874d63e3b0fa7c | refactor(admin-ui): Use logical OR operator in variant filter
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import {\nGetProductWithVariants,\nGlobalFlag,\nLanguageCode,\n+ LogicalOperator,\nModalService,\nNotificationService,\nProductDetail,\n@@ -183,7 +184,10 @@ export class ProductDetailComponent\n{\nskip: (currentPage - 1) * itemsPerPage,\ntake: itemsPerPa... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui): Use logical OR operator in variant filter
Relates to #1149 | 1 | refactor | admin-ui |
711,669 | 12.10.2021 12:30:49 | -7,200 | a0b453400138840f3fafe67d15dc1b2a46879391 | feat(elasticsearch-plugin): Index custom product mappings for products without variants | [
{
"change_type": "MODIFY",
"diff": "@@ -875,9 +875,9 @@ export class ElasticsearchIndexerController implements OnModuleInit, OnModuleDes\ninStock: false,\nproductInStock: false,\n};\n- const customMappings = Object.entries(this.options.customProductMappings);\n- for (const [name, def] of customMappings) {\n... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Index custom product mappings for products without variants | 1 | feat | elasticsearch-plugin |
711,669 | 12.10.2021 12:32:42 | -7,200 | e5c70fd5f245b083b41b5499286c0f2e9d22437e | chore: Added custom mapping prefix to access the property | [
{
"change_type": "MODIFY",
"diff": "@@ -145,7 +145,7 @@ describe('Elasticsearch plugin', () => {\ngraphQlType: 'Int!',\nenvironment: 'product',\nscriptFn: input => ({\n- script: `doc['answer'].value * 2`,\n+ script: `doc['product-answer'].value * 2`,\n}),\n},\n},\n",
"new_path": "packages/elasticsearch-... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Added custom mapping prefix to access the property | 1 | chore | null |
306,385 | 12.10.2021 12:33:04 | -7,200 | 090a92a19de901c2bde60e9a9423b648761912d0 | fix: add slot=label examples to radio and checkbox-groups | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/checkbox-group': patch\n+'@lion/radio-group': patch\n+---\n+\n+Add slot=\"label\" example to docs\n",
"new_path": ".changeset/lazy-crews-cry.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,32 @@ export const disable... | JavaScript | MIT License | ing-bank/lion | fix: add slot=label examples to radio and checkbox-groups | 1 | fix | null |
777,353 | 12.10.2021 12:46:13 | 18,000 | cadb2f66825fd908bc677c6167b51e11ecbafcf2 | test: stop trying to close modal twice in a row | [
{
"change_type": "MODIFY",
"diff": "@@ -404,9 +404,6 @@ export default class StepImplementation {\npublic async modifyExperiment(action: string, row: string) {\nawait t.click(t.tableCell({ row: parseInt(row) + 1, col: 13 }));\nawait t.click(t.text(action, t.within(t.$('.ant-dropdown'))));\n- if (action === ... | Python | Apache License 2.0 | determined-ai/determined | test: stop trying to close modal twice in a row (#3067) | 1 | test | null |
386,595 | 12.10.2021 12:51:12 | -7,200 | 1d78ba9c142deb4e2cd43120740cabd302ce032e | chore(docs): Fix typos in how-to guides. | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ _ref:\nstyle:\ntext-align: left\ncontent: |\n- Adding the functionality to generate a CSV file in Lowdefy can be accomplished by using a [JsAction](/JsAction). This action can be triggered by any in app event, such as clicking a button. This action evoke... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(docs): Fix typos in how-to guides. | 1 | chore | docs |
877,026 | 12.10.2021 12:54:58 | -7,200 | 5345e5056eacd60a155a983b16f7f923d9c47b20 | feat(@vtmn/css, web-components, react): change toolbar | [
{
"change_type": "MODIFY",
"diff": "background-color: var(--vtmn-semantic-color_background-primary);\npadding: 1rem;\nborder-bottom: 1px solid var(--vtmn-semantic-color_border-secondary);\n- position: fixed;\nwidth: 100%;\nz-index: 50;\n- top: 0;\ndisplay: flex;\nflex-direction: row;\njustify-content: space... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css, web-components, react): change toolbar (#672) | 1 | feat | @vtmn/css, web-components, react |
679,913 | 12.10.2021 12:57:12 | -7,200 | d20e77c48b4ec5b979e687c01cc457fc3c5ace51 | feat(color): Int32/ABGR/ARGB updates/fixes
update TypedColor (add IEqualsDelta, Iterable parents)
add shared Int32.eqDelta() impl
add ARGB/ABGR normalized channel value accessors
fix various bugs in defInt() factory
- return correct type if no args given
- update return type in .mapBuffer()
add internal __scale8bit() h... | [
{
"change_type": "MODIFY",
"diff": "-import type { FnU2, IDeref, NumericArray, Range, Tuple } from \"@thi.ng/api\";\n+import type {\n+ FnU2,\n+ IDeref,\n+ IEqualsDelta,\n+ NumericArray,\n+ Range,\n+ Tuple,\n+} from \"@thi.ng/api\";\nimport type { IRandom } from \"@thi.ng/random\";\nimport type { IVector, Re... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(color): Int32/ABGR/ARGB updates/fixes
- update TypedColor (add IEqualsDelta, Iterable parents)
- add shared Int32.eqDelta() impl
- add ARGB/ABGR normalized channel value accessors
- fix various bugs in defInt() factory
- return correct type if no args given
- update return type in .mapBuffer()
- add internal ... | 1 | feat | color |
306,900 | 12.10.2021 13:06:46 | -7,200 | c9ee82dca63dd12ba9f021214c9277cbebaea429 | bug(elements|ino-dialog): fix failing tests | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ describe('InoDialog', () => {\nconst mdcInstance = await inoDialog.shadowRoot.querySelector(\nMDC_SELECTOR\n);\n- expect(mdcInstance).not.toHaveClass('mdc-dialog--open');\n+ expect(mdcInstance).toHaveClass('mdc-dialog');\n});\nit('should open the dialog ... | TypeScript | MIT License | inovex/elements | bug(elements|ino-dialog): fix failing tests (#438)
Co-authored-by: Benjamin Pagelsdorf <bpagelsdorf@inovex.de> | 1 | bug | elements|ino-dialog |
679,913 | 12.10.2021 13:15:58 | -7,200 | de946df385e8014ccc4b1f41c5dfc6ffad50311b | test(color): add/update tests | [
{
"change_type": "MODIFY",
"diff": "+import { XsAdd } from \"@thi.ng/random\";\nimport { group } from \"@thi.ng/testament\";\n-// import * as assert from \"assert\";\n-// import * as c from \"../src\";\n+import * as assert from \"assert\";\n+import {\n+ abgr32,\n+ argb32,\n+ Color,\n+ ColorMode,\n+ css,\n+ ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(color): add/update tests | 1 | test | color |
679,913 | 12.10.2021 13:17:06 | -7,200 | 7f09d663e8e7818a691e685d19a6d6d0768b953b | minor(shader-ast-js): fix import | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,7 @@ import {\nisVec,\n} from \"@thi.ng/shader-ast/ast/checks\";\nimport { defTarget } from \"@thi.ng/shader-ast/target\";\n-import type { JSTargetOpts } from \".\";\n-import type { JSTarget } from \"./api\";\n+import type { JSTarget, JSTargetOpts } from \"./... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(shader-ast-js): fix import | 1 | minor | shader-ast-js |
777,353 | 12.10.2021 13:17:11 | 18,000 | f536460a918f80ff1d7b1aa3ac35c3be8ce03e47 | feat: add Notes tab on experiment pages | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- WebUI: Add a Notes tab allowing for the input and viewing of Markdown on experiment pages. This\n+ is applicable to both the single trial and multi-trial experiments. .. image::\n+ https://user-images.githubusercontent.com/15078396/1368... | Python | Apache License 2.0 | determined-ai/determined | feat: add Notes tab on experiment pages [DET-4691] (#3048) | 1 | feat | null |
494,283 | 12.10.2021 13:17:26 | -25,200 | 29c060bd348733eeafee98d5f255c737a8cbcad0 | feat: support setting the identity state via the admin API
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,17 +5,16 @@ import (\n\"net/http\"\n\"time\"\n- \"github.com/ory/herodot\"\n-\n\"github.com/julienschmidt/httprouter\"\n\"github.com/pkg/errors\"\n- \"github.com/ory/kratos/driver/config\"\n- \"github.com/ory/kratos/x\"\n-\n+ \"github.com/ory/herodot\"\n\"github.com... | Go | Apache License 2.0 | ory/kratos | feat: support setting the identity state via the admin API (#1805)
Closes #1767 | 1 | feat | null |
756,051 | 12.10.2021 13:18:16 | 18,000 | 868964e09cac570cceda4617fd0723a0a64d1841 | fix(governance): export buildParamManager from index.js
change main from paramManager.js to index.js
- include exportes.js in files | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@agoric/governance\",\n- \"version\": \"0.2.3\",\n+ \"version\": \"0.2.4\",\n\"description\": \"Core governance support\",\n\"type\": \"module\",\n- \"main\": \"src/paramManager.js\",\n+ \"main\": \"src/index.js\",\n\"engines\": {\n\"node\": \">=14.15.0\"\n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(governance): export buildParamManager from index.js (#3952)
- change main from paramManager.js to index.js
- include exportes.js in files
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | fix | governance |
711,669 | 12.10.2021 13:18:32 | -7,200 | 2261e2affabfe3d3103c731c61ce2c31d6ee9a02 | docs: Updated scriptFields documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -399,7 +399,7 @@ export interface SearchConfig {\n/**\n* @description\n* Sets `script_fields` inside the elasticsearch body which allows returning a script evaluation for each hit\n- * @since 1.2.4\n+ * @since 1.3.0\n* @example\n* ```TypeScript\n* indexMappingPropertie... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Updated scriptFields documentation | 1 | docs | null |
679,913 | 12.10.2021 13:23:22 | -7,200 | 6f0c8c3dbc82dfcb6530342a4387e894bb8bdc72 | refactor(rstream-query): migrate logger to own file | [
{
"change_type": "MODIFY",
"diff": "import type { Fn, IObjectOf } from \"@thi.ng/api\";\n-import type { ILogger } from \"@thi.ng/logger\";\n-import { NULL_LOGGER } from \"@thi.ng/logger/null\";\nimport type { ISubscription } from \"@thi.ng/rstream\";\nexport type Pattern = [any, any, any];\n@@ -48,7 +46,3 @... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-query): migrate logger to own file | 1 | refactor | rstream-query |
777,389 | 12.10.2021 13:28:41 | 25,200 | 0e616f2e9473d0ff40dcfccb351b2d91d4554e76 | chore: speed up cli startup time | [
{
"change_type": "MODIFY",
"diff": "-from .cli import main\n+from determined.cli.cli import main\nif __name__ == \"__main__\":\nmain()\n",
"new_path": "harness/determined/cli/__main__.py",
"old_path": "harness/determined/cli/__main__.py"
},
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +2... | Python | Apache License 2.0 | determined-ai/determined | chore: speed up cli startup time (#3061) | 1 | chore | null |
865,916 | 12.10.2021 13:29:39 | -7,200 | 5972084f2973c238e4584952f6dcfc19b4c84f5a | fix(client): restrict log height
* refactor log for resizing to work like properties panel resizing
* log has maximum height of 300
* position properties panel toggle absolutely
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -1957,7 +1957,7 @@ export class App extends PureComponent {\n<Log\nentries={ logEntries }\n- layout={ layout.log }\n+ layout={ layout }\nonClear={ this.clearLog }\nonLayoutChanged={ this.handleLayoutChanged }\nonUpdateMenu={ this.updateMenu }\n",
"new_path": "clien... | JavaScript | MIT License | camunda/camunda-modeler | fix(client): restrict log height
* refactor log for resizing to work like properties panel resizing
* log has maximum height of 300
* position properties panel toggle absolutely
Closes #2258 | 1 | fix | client |
711,597 | 12.10.2021 13:35:03 | -7,200 | f84e88583f6c934d5be58fa4f6bfd560ff53e046 | refactor(core): Extract EntityRelationPaths helper to common location | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ export * from './permission-definition';\nexport * from './ttl-cache';\nexport * from './self-refreshing-cache';\nexport * from './types/common-types';\n+export * from './types/entity-relation-paths';\nexport * from './types/injectable-strategy';\nexport *... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Extract EntityRelationPaths helper to common location | 1 | refactor | core |
126,295 | 12.10.2021 13:35:08 | -7,200 | 7105c8bf185f3df9610840f06d9adb472cf4202f | fix(pkg/client): fix database name saving on token service | [
{
"change_type": "MODIFY",
"diff": "@@ -1385,7 +1385,7 @@ func (c *immuClient) UseDatabase(ctx context.Context, db *schema.Database) (*sch\nc.Options.CurrentDatabase = db.DatabaseName\n- err = c.Tkns.SetToken(\"defaultdb\", result.Token)\n+ err = c.Tkns.SetToken(db.DatabaseName, result.Token)\nif err != nil... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/client): fix database name saving on token service
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | fix | pkg/client |
277,286 | 12.10.2021 13:58:08 | -7,200 | 1ef1eb4f6cdc875631819e2dd7b649f240da92db | fix: Manually override plot text color as it does not work with current g2 version | [
{
"change_type": "MODIFY",
"diff": "@@ -736,19 +736,9 @@ const\nfillOpacity: 0.3\n}\n},\n- text: {\n- style: {\n- fill: cssVar('$neutralPrimaryAlt'),\n- }\n- },\n},\nlegend: {\ncommon: {\n- itemName: {\n- style: {\n- fill: cssVar('$neutralPrimaryAlt'),\n- }\n- },\npageNavigator: {\nmarker: {\nstyle: {\n@@ -... | Python | Apache License 2.0 | h2oai/wave | fix: Manually override plot text color as it does not work with current g2 version | 1 | fix | null |
711,653 | 12.10.2021 14:18:49 | -10,800 | ee4709520be75af3e2541cd2467a2961fb2daf87 | feat(elasticsearch-plugin): Custom mappings can return lists & allow additional Product/variant relation hydration
Closes closes | [
{
"change_type": "MODIFY",
"diff": "@@ -442,8 +442,13 @@ export class ElasticsearchIndexerController implements OnModuleInit, OnModuleDes\nfor (const productId of productIds) {\noperations.push(...(await this.deleteProductOperations(productId)));\n+ const optionsProductRelations = this.options.additionalPro... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Custom mappings can return lists & allow additional Product/variant relation hydration
Closes #1054, closes #1141 | 1 | feat | elasticsearch-plugin |
265,942 | 12.10.2021 14:22:11 | 14,400 | 760231ca520f4eedf878c245489cb07f95e153af | fix: check generation on source files not metageneration on bucket | [
{
"change_type": "MODIFY",
"diff": "@@ -1409,9 +1409,9 @@ class Bucket extends ServiceObject {\n}\nlet maxRetries = this.storage.retryOptions.maxRetries;\n+ (sources as File[]).forEach(source => {\nif (\n- (options?.ifGenerationMatch === undefined &&\n- this.instancePreconditionOpts?.ifGenerationMatch === u... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | fix: check generation on source files not metageneration on bucket (#1654) | 1 | fix | null |
679,913 | 12.10.2021 14:23:00 | -7,200 | e7818a7b1f44fe789f8126c5eefa1ed54ef97dbe | refactor(associative): rename internals | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,8 @@ import { findIndex } from \"@thi.ng/arrays/find\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport type { EquivSetOpts, IEquivSet } from \"./api\";\nimport { dissoc } from \"./dissoc\";\n-import { equivSet } from \"./internal/equiv\";\n-import { inspecta... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): rename internals | 1 | refactor | associative |
711,597 | 12.10.2021 14:27:31 | -7,200 | 52f0dbe89ca616030d6e693fdb4ec8e6be855b73 | refactor(elasticsearch-plugin): Rename option & improve type safety | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import {\nChannel,\nCollection,\nConfigService,\n+ EntityRelationPaths,\nFacetValue,\nID,\nLanguageCode,\n@@ -42,7 +43,7 @@ import {\nVariantIndexItem,\n} from './types';\n-export const productRelations = [\n+export const defaultProductRelations: Array<Ent... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(elasticsearch-plugin): Rename option & improve type safety | 1 | refactor | elasticsearch-plugin |
877,015 | 12.10.2021 14:28:51 | -7,200 | c895e648228f6e5af68f0baaf06b61949f0ea9cc | chore(build): add lint before build stage | [
{
"change_type": "MODIFY",
"diff": "@@ -39,9 +39,6 @@ jobs:\n- name: Build\nrun: yarn build\n- - name: Lint\n- run: yarn lint\n-\n- name: Test\nrun: yarn test\n",
"new_path": ".github/workflows/build-main.yml",
"old_path": ".github/workflows/build-main.yml"
},
{
"change_type": "MODIFY",
... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | chore(build): add lint before build stage | 1 | chore | build |
711,597 | 12.10.2021 14:36:39 | -7,200 | 45c5b2d696acaf2d06d0fde0c67ebf2e23edbb88 | feat(elasticsearch-plugin): Allow custom mappings with type `ID` | [
{
"change_type": "MODIFY",
"diff": "@@ -46,8 +46,10 @@ export type IndexItemAssets = {\nproductVariantPreviewFocalPoint: Coordinate | undefined;\n};\n-export type VariantIndexItem = Omit<SearchResult,\n- 'score' | 'price' | 'priceWithTax' | 'productAsset' | 'productVariantAsset'> &\n+export type VariantInde... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Allow custom mappings with type `ID` | 1 | feat | elasticsearch-plugin |
711,597 | 12.10.2021 14:42:24 | -7,200 | 30ab5a2fcec83d8a23aabd3995a8860f7e6d11a6 | docs: Add missing docs on buffering search updates | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,20 @@ export interface DefaultSearchPluginInitOptions {\n* @default false.\n*/\nindexStockStatus?: boolean;\n- // TODO: docs\n+ /**\n+ * @description\n+ * If set to `true`, updates to Products, ProductVariants and Collections will not immediately\n+ * trigger... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add missing docs on buffering search updates | 1 | docs | null |
551,634 | 12.10.2021 14:49:29 | -3,600 | a86d0faed72833ce8250bcd8cb31587d344f436e | fix(cairo): handle OS process crash on opening txn file
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,10 @@ public final class TxWriter extends TxReader implements Closeable {\ntry {\nreadUnchecked();\n} catch (Throwable e) {\n- close();\n+ // Do not truncate in case the file cannot be read\n+ txMem.close(false);\n+ txMem = null;\n+ super.close();\nthrow e;\n... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): handle OS process crash on opening txn file (#1428)
Closes #1427 | 1 | fix | cairo |
269,464 | 12.10.2021 15:03:46 | 10,800 | 139bdd07ea1dfc983e0c6202017de1ee5cb61193 | fix: copy symlinks
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,9 @@ func CopyWithMode(src, dst string, mode os.FileMode) error {\nif info.IsDir() {\nreturn os.MkdirAll(dst, info.Mode())\n}\n+ if info.Mode()&os.ModeSymlink != 0 {\n+ return copySymlink(path, dst)\n+ }\nif mode != 0 {\nreturn copyFile(path, dst, mode)\n}\n@... | Go | MIT License | goreleaser/goreleaser | fix: copy symlinks
closes #2496
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
4,988 | 12.10.2021 15:21:06 | -7,200 | c6548211388cdd83f847bb35158f99d82a2b5592 | test: fix sample scheduling | [
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,8 @@ samples = fs.readdirSync dir\ndescribe 'Samples', ->\n- for sample in samples\n- continue unless /\\.js$/.test sample\n+ samples.map (sample) ->\n+ return unless /\\.js$/.test sample\nit \"Sample #{sample}\", (callback) ->\nexec \"node #{path.resolve dir... | JavaScript | MIT License | adaltas/node-csv | test: fix sample scheduling | 1 | test | null |
791,704 | 12.10.2021 15:33:25 | 18,000 | 961626d6d261ce2c0a12a6374c7625079c0dbc6a | misc(build): fix smokehouse bundle | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst browserify = require('browserify');\n+const rollup = require('rollup');\n+const rollupPlugins = require('./rollup-plugins.js');\nconst fs = require('fs');\nconst path = require('path');\nconst bundleBuilder = require('./build-bundle.js');\n@@ -52,11 +... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): fix smokehouse bundle (#13135) | 1 | misc | build |
679,913 | 12.10.2021 15:47:35 | -7,200 | 8ee94b1ad5e07196012fb5e5c097a0efb5c48d9e | refactor(date): rename internals | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { DAY, HOUR, MaybeDate, MINUTE, Period, Precision, SECOND } from \"./api\";\nimport { ensureDate, ensureEpoch, isLeapYear } from \"./checks\";\nimport { defFormat } from \"./format\";\nimport { LOCALE } from \"./i18n\";\n-import { precisionToID } fr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(date): rename internals | 1 | refactor | date |
679,913 | 12.10.2021 15:50:03 | -7,200 | 043e3eb46c9574d0676d367fee284bc4a59836c2 | refactor(hiccup-canvas): rename internals | [
{
"change_type": "MODIFY",
"diff": "import type { IObjectOf } from \"@thi.ng/api\";\nimport { TAU } from \"@thi.ng/math/api\";\nimport type { ReadonlyVec } from \"@thi.ng/vectors\";\n-import { endShape } from \"./internal/end-shape\";\n+import { __endShape } from \"./internal/end-shape\";\nexport const circ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-canvas): rename internals | 1 | refactor | hiccup-canvas |
679,913 | 12.10.2021 15:50:36 | -7,200 | 055e7992e8fc27958ed17865b7071b9c4d249213 | refactor(pixel): rename internals | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ import type {\nimport { ensureChannel } from \"./checks\";\nimport { FloatBuffer } from \"./float\";\nimport { FLOAT_GRAY } from \"./format/float-gray\";\n-import { asIntVec } from \"./internal/utils\";\n+import { __asIntVec } from \"./internal/utils\";\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pixel): rename internals | 1 | refactor | pixel |
679,913 | 12.10.2021 15:50:49 | -7,200 | 51b3687a58d9f0efca60c8e0f4d2b0cd76d49ed0 | refactor(vectors): rename internals | [
{
"change_type": "MODIFY",
"diff": "@@ -5,5 +5,5 @@ import { assert } from \"@thi.ng/errors/assert\";\n*\n* @internal\n*/\n-export const ensureInputs = (src: any[]) =>\n+export const __ensureInputs = (src: any[]) =>\nassert(src.length > 0, `no inputs given`);\n",
"new_path": "packages/vectors/src/intern... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): rename internals | 1 | refactor | vectors |
679,913 | 12.10.2021 15:51:34 | -7,200 | 75f8296d62e2cfb9c13a1c8b54d6e1fc682b5a11 | build: regen export maps | [
{
"change_type": "MODIFY",
"diff": "},\n\"thi.ng\": {\n\"parent\": \"@thi.ng/rstream\",\n- \"related\": [\"logger\"],\n+ \"related\": [\n+ \"logger\"\n+ ],\n\"year\": 2017\n}\n}\n",
"new_path": "packages/rstream-log/package.json",
"old_path": "packages/rstream-log/package.json"
},
{
"change_... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: regen export maps | 1 | build | null |
386,595 | 12.10.2021 16:04:10 | -7,200 | 57c77798f0356c606cf90bfd36a4f63ab8d0ff36 | feat(docs): Add videos to how tos. | [
{
"change_type": "MODIFY",
"diff": "@@ -87,15 +87,26 @@ _ref:\n> This how-to assumes that you are already running a Lowdefy app locally in dev mode. If not:\n> 1) Create a empty folder.\n- > 2) Open your terminal or cmd and 'cd' to your empty folder.\n- > 3) Run 'npx lowdefy@latest init && npx lowdefy@lates... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(docs): Add videos to how tos. | 1 | feat | docs |
386,595 | 12.10.2021 16:04:31 | -7,200 | c4a957a12ea5adf018b373d8da8c5116e064205f | fix(docs): Fix the iframe videos in the docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ _ref:\ntype: DangerousHtml\nproperties:\nhtml: |\n- The iframe was removed: <iframe style=\"max-width: 512px;\" width=\"100%\" src=\"https://www.youtube.com/embed/7N7GWdlQJlU\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix the iframe videos in the docs. | 1 | fix | docs |
711,597 | 12.10.2021 16:23:32 | -7,200 | 749c452078fb4870b3d2e3c2cdd44a5c2cf597e5 | refactor(elasticsearch-plugin): Rename field, improve type defs and docs | [
{
"change_type": "MODIFY",
"diff": "@@ -143,7 +143,7 @@ describe('Elasticsearch plugin', () => {\nscriptFields: {\nanswerDouble: {\ngraphQlType: 'Int!',\n- environment: 'product',\n+ context: 'product',\nscriptFn: input => ({\nscript: `doc['product-answer'].value * 2`,\n}),\n",
"new_path": "packages/ela... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(elasticsearch-plugin): Rename field, improve type defs and docs | 1 | refactor | elasticsearch-plugin |
71,529 | 12.10.2021 16:30:14 | 25,200 | 370cb310cce3fccc5381d8d53130e21b266de868 | fix(codebuild): add build image AMAZON_LINUX_2_ARM_2
Fixes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -1724,6 +1724,8 @@ export class LinuxBuildImage implements IBuildImage {\npublic static readonly AMAZON_LINUX_2_3 = LinuxBuildImage.codeBuildImage('aws/codebuild/amazonlinux2-x86_64-standard:3.0');\npublic static readonly AMAZON_LINUX_2_ARM: IBuildImage = new ArmBuildI... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(codebuild): add build image AMAZON_LINUX_2_ARM_2 (#16931)
Fixes #16930
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | codebuild |
711,597 | 12.10.2021 16:34:00 | -7,200 | 13a7572a78754bf0ed9dc41cd6ada53cf221eb7f | refactor(elasticsearch-plugin): Reorganize files | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { SimpleGraphQLClient } from '@vendure/testing';\nimport { SearchGetPrices, SearchInput } from '../../core/e2e/graphql/generated-e2e-admin-types';\nimport { LogicalOperator, SearchProductsShop } from '../../core/e2e/graphql/generated-e2e-shop-types'... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(elasticsearch-plugin): Reorganize files | 1 | refactor | elasticsearch-plugin |
304,879 | 12.10.2021 16:34:50 | 21,600 | f63b6049a55a0a0da9e0c3e5f5e46952c0bf04e0 | chore: remove comrak dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -398,7 +398,6 @@ name = \"flux\"\nversion = \"0.5.1\"\ndependencies = [\n\"anyhow\",\n- \"comrak\",\n\"criterion\",\n\"deflate\",\n\"flatbuffers\",\n",
"new_path": "libflux/Cargo.lock",
"old_path": "libflux/Cargo.lock"
},
{
"change_type": "MODIFY",
... | Go | MIT License | influxdata/flux | chore: remove comrak dependency (#4136) | 1 | chore | null |
679,913 | 12.10.2021 16:43:10 | -7,200 | 27f7afd5723bf5dcbce3087f8662857541458741 | build: migrate cleanup script | [
{
"change_type": "DELETE",
"diff": "-#!/usr/bin/env node\n-const fs = require(\"fs\");\n-\n-/**\n- * Recursively reads given directory and returns file names matching\n- * given extension.\n- *\n- * @param {*} dir\n- * @param {*} ext\n- */\n-function* files(dir, ext) {\n- for (let f of fs.readdirSync(dir)) ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: migrate cleanup script | 1 | build | null |
815,609 | 12.10.2021 16:49:10 | -28,800 | f82b5bbde8ad8405cdec3cd72cc36a124dda21ba | test: fix MockChain that it always panics in `get_block_epoch(..)` when epoch changed | [
{
"change_type": "MODIFY",
"diff": "@@ -5,11 +5,12 @@ use ckb_types::core::error::OutPointError;\nuse ckb_types::{\ncore::{\ncell::{CellMetaBuilder, CellProvider, CellStatus, HeaderChecker},\n- BlockView, EpochExt, HeaderView,\n+ BlockExt, BlockView, EpochExt, HeaderView,\n},\npacked::{Byte32, OutPoint},\np... | Rust | MIT License | nervosnetwork/ckb | test: fix MockChain that it always panics in `get_block_epoch(..)` when epoch changed | 1 | test | null |
269,464 | 12.10.2021 16:51:24 | 10,800 | 82954c726fcfd348be2bb90406b93f48148b4b2d | docs: use .DOCKER to build | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ tasks:\ndesc: Build docs\ncmds:\n- task: docs:generate\n- - docker run --rm -v ${PWD}/www:/docs docker.io/squidfunk/mkdocs-material build\n+ - '{{.DOCKER}} run --rm -v ${PWD}/www:/docs docker.io/squidfunk/mkdocs-material build'\ndocs:vercel:build:\ndesc:... | Go | MIT License | goreleaser/goreleaser | docs: use .DOCKER to build
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
617,469 | 12.10.2021 16:55:11 | -7,200 | 98b7082ef9cc4791f1ace8276f2076ef1b4edfd5 | feat(simulator): Add CC 1501 | [
{
"change_type": "MODIFY",
"diff": "import Engine from \"publicodes\";\nimport { mergeModels } from \"../internal/merger\";\n-import { getNotifications } from \"../utils/GetNotifications\";\nconst engine = new Engine(mergeModels());\n",
"new_path": "packages/code-du-travail-modeles/src/__test__/depart.m... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(simulator): Add CC 1501 (#3817) | 1 | feat | simulator |
756,038 | 12.10.2021 17:20:15 | 25,200 | db79c42398195a09e8b3953dad35224f0943752b | fix: lien accounts must proxy all account methods | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,11 @@ import (\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/lien/types\"\n+ codectypes \"github.com/cosmos/cosmos-sdk/codec/types\"\nsdk \"github.com/cosmos/cosmos-sdk/types\"\nauthtypes \"github.com/cosmos/cosmos-sdk/x/auth/types\"\nvestexported \"github.co... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: lien accounts must proxy all account methods | 1 | fix | null |
711,597 | 12.10.2021 17:20:43 | -7,200 | 5981619cdb93c006f183e65e554ce37b748e45c3 | feat(elasticsearch-plugin): Allow the SearchInput to be extended | [
{
"change_type": "MODIFY",
"diff": "@@ -141,14 +141,18 @@ describe('Elasticsearch plugin', () => {\n},\nsearchConfig: {\nscriptFields: {\n- answerDouble: {\n+ answerMultiplied: {\ngraphQlType: 'Int!',\ncontext: 'product',\n- scriptFn: input => ({\n- script: `doc['product-answer'].value * 2`,\n- }),\n+ scrip... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Allow the SearchInput to be extended | 1 | feat | elasticsearch-plugin |
711,597 | 12.10.2021 17:32:11 | -7,200 | e2f799c78be0b88c4588d9447ff7b192b0a06958 | feat(create): Improve config defaults
Enables the latest features for the DefaultJobQueuePlugin and DefaultSearchPlugin, and exposes
the cookie secret setting, which closes | [
{
"change_type": "MODIFY",
"diff": "@@ -48,6 +48,9 @@ const path = require('path');\nidentifier: '{{{ escapeSingle superadminIdentifier }}}',\npassword: '{{{ escapeSingle superadminPassword }}}',\n},\n+ cookieOptions: {\n+ secret: process.env.COOKIE_SECRET || 'cookie-secret',\n+ },\n},\ndbConnectionOptions:... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(create): Improve config defaults
Enables the latest features for the DefaultJobQueuePlugin and DefaultSearchPlugin, and exposes
the cookie secret setting, which closes #1147 | 1 | feat | create |
777,369 | 12.10.2021 17:38:24 | 21,600 | 8419fd1a76f7781c30bb9f9800690a3a3034417a | chore: remove flaky tests | [
{
"change_type": "MODIFY",
"diff": "@@ -6,4 +6,4 @@ Specification to test the dashboard page.\n## Check recent tasks\n* Navigate to dashboard page\n-* Should have \"7\" recent task cards\n+// * Should have \"7\" recent task cards\n",
"new_path": "webui/tests/specs/02-dashboard.spec",
"old_path": "we... | Python | Apache License 2.0 | determined-ai/determined | chore: remove flaky tests (#3069) | 1 | chore | null |
679,913 | 12.10.2021 17:39:36 | -7,200 | 365106757e812f59aed0941943ed6b356da91bd9 | fix(tools): minor update deploy-docs | [
{
"change_type": "MODIFY",
"diff": "@@ -3,10 +3,6 @@ import { readdirSync, readFileSync, statSync, writeFileSync } from \"fs\";\nimport { files } from \"./io\";\nconst PKG = process.argv[2];\n-if (!PKG) {\n- console.warn(\"\\nUsage: scripts/deploy-docs.js <pkg-name>\");\n- process.exit(1);\n-}\nconst AWS_PR... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(tools): minor update deploy-docs | 1 | fix | tools |
679,913 | 12.10.2021 17:40:01 | -7,200 | 6fa532a5138cedfda96489921a10c74bfea1bea7 | build: update/fix pub script alias | [
{
"change_type": "MODIFY",
"diff": "\"doc:readme\": \"lerna run doc:readme\",\n\"doc:stats\": \"lerna run doc:stats\",\n\"examples\": \"scripts/build-examples\",\n- \"pub\": \"lerna publish --registry https://registry.npmjs.org/ && yarn doc && scripts/deploy-docs\",\n+ \"pub\": \"lerna publish --registry ht... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update/fix pub script alias | 1 | build | null |
667,636 | 12.10.2021 17:51:10 | -28,800 | 40fa29e3ea59a8ce8cbe8d6050017c56233f21d3 | fix(vue-example): fix loop animation height | [
{
"change_type": "MODIFY",
"diff": "@@ -51,9 +51,6 @@ export default {\ncolorActions,\n};\n},\n- beforeDestroy() {\n- this.$refs.animationView.destroy();\n- },\n};\n</script>\n",
"new_path": "examples/hippy-vue-demo/src/components/native-demos/animations/color-change.vue",
"old_path": "examples/hipp... | C++ | Apache License 2.0 | tencent/hippy | fix(vue-example): fix loop animation height | 1 | fix | vue-example |
756,038 | 12.10.2021 17:59:49 | 25,200 | 464c479e9b0778cb9b2978694ea5d7f876ae2cc2 | docs: fix typos and inaccuracies in comments | [
{
"change_type": "MODIFY",
"diff": "@@ -63,10 +63,10 @@ func maxCoins(a, b sdk.Coins) sdk.Coins {\n//\n// - MarshalYAML() is used for String rendering;\n//\n-// - protubuf Messages are expected to implement a number of \"XXX\"-prefixed\n+// - protobuf Messages are expected to implement a number of \"XXX\"-p... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs: fix typos and inaccuracies in comments | 1 | docs | null |
877,015 | 12.10.2021 18:05:46 | -7,200 | 521c46b65cc3f002c0f5f969f8dfea4b17febeab | refactor(@vtmn/web-components): output targets | [
{
"change_type": "MODIFY",
"diff": "\"module\": \"dist/custom-elements/index.js\",\n\"types\": \"dist/custom-elements/index.d.ts\",\n\"files\": [\n- \"dist/\",\n- \"loader/\"\n+ \"dist/\"\n],\n\"scripts\": {\n\"build\": \"stencil build --docs --prod --ci\",\n\"generate\": \"stencil generate\",\n\"prestart\"... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/web-components): output targets | 1 | refactor | @vtmn/web-components |
877,015 | 12.10.2021 18:17:27 | -7,200 | 784f5af9674bcc2ca86d71862ecf5aca2cc6899b | refactor(@vtmn/web-components): change package.json values | [
{
"change_type": "MODIFY",
"diff": "},\n\"license\": \"Apache-2.0\",\n\"main\": \"dist/index.cjs.js\",\n- \"unpkg\": \"dist/vtmn-web-components/vtmn-web-components.esm.js\",\n- \"module\": \"dist/custom-elements/index.js\",\n- \"types\": \"dist/custom-elements/index.d.ts\",\n+ \"unpkg\": \"dist/vtmn-web-com... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/web-components): change package.json values | 1 | refactor | @vtmn/web-components |
877,015 | 12.10.2021 19:08:03 | -7,200 | 22fb5a7382fa3a8a0e5961241a829fb8e5e3105e | refactor(@vtmn/web-components): add peerDependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,10 @@ After installing [npm](https://docs.npmjs.com/downloading-and-installing-node-js\n```sh\n# with npm\n-npm i -S @vtmn/web-components\n+npm i -S @vtmn/css-design-tokens @vtmn/web-components\n# with yarn\n-yarn add @vtmn/web-components\n+yarn add @vtmn/css-... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/web-components): add peerDependencies | 1 | refactor | @vtmn/web-components |
877,015 | 12.10.2021 19:11:43 | -7,200 | 9b24d88f7889dafb48953e3a78a5ca5c4106212b | refactor(@vtmn/web-components): change showcase imports | [
{
"change_type": "MODIFY",
"diff": "-import '@vtmn/css';\n+import '@vtmn/css-design-tokens/dist/index.css';\nimport '@vtmn/icons/dist/vitamix/font/vitamix.css';\nimport { withDesign } from 'storybook-addon-designs';\nimport backgrounds from '@vtmn/showcase-core/addons/backgrounds.json';\n",
"new_path": ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/web-components): change showcase imports | 1 | refactor | @vtmn/web-components |
73,332 | 12.10.2021 19:57:01 | -19,080 | 368685935c3baf9e40653e19685016642c788eb8 | chore: docker image validation workflow use Docker creds on pull requests
Currently, the logic only runs the docker login command on 'push'
events.
This results in throttling from public ECR. See
Change this instead to a check on the repository name to filter out
forks. | [
{
"change_type": "MODIFY",
"diff": "@@ -50,9 +50,9 @@ jobs:\nfi\nfi\n- # We only authenticate to Docker for 'push' events, as 'pull_request' from forks will not have the secret\n+ # We only authenticate to Docker on the 'aws/jsii' repo, as forks will not have the secret\n- name: Login to Docker\n- if: steps... | TypeScript | Apache License 2.0 | aws/jsii | chore: docker image validation workflow use Docker creds on pull requests (#3059)
Currently, the logic only runs the docker login command on 'push'
events.
This results in throttling from public ECR. See
https://github.com/aws/jsii/pull/3057/checks?check_run_id=3870908318
Change this instead to a check on the re... | 1 | chore | null |
471,319 | 12.10.2021 19:58:42 | -28,800 | bc11f3def5c147c5d7ce0bce4a4e7b0c4c9d33fe | fix: fix restify instrumentation utils that might accept undefined types | [
{
"change_type": "MODIFY",
"diff": "*/\n// util.types.isPromise is supported from 10.0.0\n-export const isPromise = (value: any): value is Promise<unknown> => {\n- if (\n+export const isPromise = (value?: any): value is Promise<unknown> => {\n+ return !!(\n+ value &&\ntypeof value.then === 'function' &&\nty... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: fix restify instrumentation utils that might accept undefined types (#690) | 1 | fix | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.