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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
756,051 | 06.01.2022 18:20:42 | 21,600 | 9e53f4f6bcc5d19cabe1e44dea2e9f8bb374e475 | feat(vats): connectFaucet bootstrap behavior
- choose boostrap manifest based on ROLE | [
{
"change_type": "MODIFY",
"diff": "// @ts-check\n+import { E, Far } from '@agoric/far';\nimport {\nbootstrapManifest,\ninstallClientEgress,\n@@ -13,6 +14,7 @@ export const simBootstrapManifest = harden({\n},\nworkspace: true,\n},\n+ connectFaucet: { workspace: true },\n...bootstrapManifest,\n});\n@@ -35,6 ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): connectFaucet bootstrap behavior
- choose boostrap manifest based on ROLE | 1 | feat | vats |
780,866 | 06.01.2022 18:26:34 | 10,800 | fbeb697fefc2568c4fc990d5b59910a543745ae9 | docs(changelog): minor html escape fix | [
{
"change_type": "MODIFY",
"diff": "@@ -336,7 +336,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n### Bug Fixes\n-* **cart-quickview:** minicart subtotal el should not be <strong> (contains APrice) ([9e04410](https://github.com/ecomplus/storefront/commit/9e04410b5444a... | JavaScript | MIT License | ecomplus/storefront | docs(changelog): minor html escape fix | 1 | docs | changelog |
780,866 | 06.01.2022 18:37:47 | 10,800 | 891fc76dd333582656451f9416428d0bd32f70ee | build(vuepress): update aliases for icons font files | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const alias = {\n'./scss/InstantSearch.scss': path.resolve(__dirname, 'styles/components/DemoInstantSearch.scss')\n}\n;['eot', 'woff2', 'woff', 'svg', 'ttf'].forEach(fontExt => {\n- const filepath = `assets/icons/font/storefront-fa.${fontExt}`\n+ const f... | JavaScript | MIT License | ecomplus/storefront | build(vuepress): update aliases for icons font files | 1 | build | vuepress |
780,866 | 06.01.2022 18:38:41 | 10,800 | a2f6c94c0851e6de38c4302719141135b6fb5cb4 | docs(twbs/icons): update icons class names and note about changing icons font | [
{
"change_type": "MODIFY",
"diff": "Some [Font Awesome](https://fontawesome.com/) webfont icons are also included to the bundle.\n-You can use FA icons by just adding respective CSS classes, eg.:\n+You can use those curated FA icons by just adding `.i-{icon-name}` class, eg.:\n```html\n-<i class=\"fas fa-sh... | JavaScript | MIT License | ecomplus/storefront | docs(twbs/icons): update icons class names and note about changing icons font | 1 | docs | twbs/icons |
756,051 | 06.01.2022 18:51:46 | 21,600 | f09eb665ee76a3f1f415ca3f094a064a4ea8241e | fix(wallet): resolve home.wallet before exiting deploy.js | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,8 @@ export default async function deployWallet(\n// Claim the payments.\nconst issuerToPetname = new Map();\nconst issuerToPursePetnameP = new Map();\n- const wallet = E(walletVat).getWallet(bank, E(faucet).getFeePurse());\n+ // AWAIT: Be sure this promise s... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): resolve home.wallet before exiting deploy.js | 1 | fix | wallet |
756,051 | 06.01.2022 18:56:04 | 21,600 | 9bf0ee25f686eeee3d9f2de298cb0ec5f235ee45 | fixup: makePromiseSpace | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ const { details: X, quote: q } = assert;\n* @typedef { Record<string, Promise<unknown>> } PromiseSpace\n*/\nconst makePromiseSpace = () => {\n- /** @type {Map<string, PromiseRecord<unknown>} */\n+ /** @type {Map<string, PromiseRecord<unknown>>} */\nconst... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fixup: makePromiseSpace | 1 | fixup | null |
667,664 | 06.01.2022 19:01:33 | -28,800 | 341abfa8425b8b757985efd03d3afafd67410180 | feat(android): add remote debugging in non-usb | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,9 @@ import com.tencent.mtt.hippy.HippyGlobalConfigs;\npublic class DevFactory {\npublic static DevServerInterface create(HippyGlobalConfigs configs, boolean enableDev,\n- String serverHost, String bundleName) {\n+ String serverHost, String bundleName, String... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add remote debugging in non-usb | 1 | feat | android |
217,922 | 06.01.2022 19:05:03 | -3,600 | e5cf2d65f00907132e76091833857c447645a35e | fix(db): added *2 distance weight to garlemald train station aetheryte | [
{
"change_type": "MODIFY",
"diff": "@@ -51,12 +51,20 @@ export class MapService {\nreturn this.cache[mapId];\n}\n+ private getDistanceFromAetheryte(aetheryte: LazyAetheryte, target: Vector2 | Vector3): number {\n+ let distance = this.mathService.distance(aetheryte, target);\n+ if (aetheryte.id === 173 && ta... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): added *2 distance weight to garlemald train station aetheryte | 1 | fix | db |
217,922 | 06.01.2022 19:22:56 | -3,600 | c4f321ab259a47be7910d3dd90f1e9fb366b42a2 | chore: add some weight to the tempest aetherytes too | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,12 @@ export class MapService {\nif (aetheryte.id === 173 && target.y > 15) {\ndistance *= 2;\n}\n+ if (aetheryte.id === 147 && target.y > 24) {\n+ distance *= 2;\n+ }\n+ if (aetheryte.id === 148 && target.y <= 24) {\n+ distance *= 2;\n+ }\nreturn distance;\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add some weight to the tempest aetherytes too | 1 | chore | null |
217,922 | 06.01.2022 19:24:33 | -3,600 | 56dff98f72903c9ab5ba342d56321accd2f3965f | fix(favorites): fixed favorite rotation folders sometimes not expanding properly | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { WorkshopDisplay } from '../../../model/other/workshop-display';\nimport { combineLatest, Observable } from 'rxjs';\nimport { List } from '../../../modules/list/model/list';\nimport { AuthFacade } from '../../../+state/auth.facade';\n-import { debo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(favorites): fixed favorite rotation folders sometimes not expanding properly | 1 | fix | favorites |
401,147 | 06.01.2022 19:26:52 | -19,080 | 43b2a81b7968f932d64cfcdcd88c40a59d77163d | fix: update font-weight in nav item in header component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,6 @@ export const NavItem = styled.button<NavItemProps>`\ntext-decoration: none;\nfont-size: 1.6rem;\nline-height: 2rem;\n- font-weight: 600;\nposition: relative;\nheight: ${({ theme }) => theme.header.navItem.height.mobile};\ndisplay: grid;\n@@ -59,7 +58,6 @... | TypeScript | MIT License | medly/medly-components | fix: update font-weight in nav item in header component
affects: @medly-components/layout | 1 | fix | null |
217,922 | 06.01.2022 19:28:01 | -3,600 | 16f6aa0e3e1a84b5685bfcb19073276fad42f851 | fix(simulator): remove final appraisal is now only enabled when FA buff is up | [
{
"change_type": "MODIFY",
"diff": "\"@angular/platform-browser-dynamic\": \"^12.2.10\",\n\"@angular/platform-server\": \"^12.2.12\",\n\"@angular/router\": \"^12.2.10\",\n- \"@ffxiv-teamcraft/simulator\": \"^3.0.10\",\n+ \"@ffxiv-teamcraft/simulator\": \"^3.0.11\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): remove final appraisal is now only enabled when FA buff is up | 1 | fix | simulator |
217,922 | 06.01.2022 19:28:20 | -3,600 | 9eefe071c930162f7f0a2b2e8962c7fc780b313f | fix(ux): possible fir for middle click on item icons triggering scroll behavior | [
{
"change_type": "MODIFY",
"diff": "@@ -103,6 +103,7 @@ export class ItemIconComponent {\nhandleClick(event: MouseEvent): void {\nevent.preventDefault();\n+ event.stopPropagation();\nif (this.disableClick) {\nreturn;\n}\n",
"new_path": "apps/client/src/app/modules/item-icon/item-icon/item-icon.component... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): possible fir for middle click on item icons triggering scroll behavior | 1 | fix | ux |
217,922 | 06.01.2022 19:32:09 | -3,600 | f4b44dfa5d1cdd762befc0ca17600e2f59dcdf4b | fix(ux): added different color on timer for when node is spawned | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngFor=\"let generatedAlarm of alarms; trackBy: trackByAlarm\">\n<ng-container *ngIf=\"(generatedAlarm | alarmDisplay | async) as alarm\">\n<div *ngIf=\"alarm.remainingTime\"\n- [class.played-timer]=\"alarm.played\"\n- [class.spawned-timer]=\"alarm.spawned\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): added different color on timer for when node is spawned | 1 | fix | ux |
269,589 | 06.01.2022 19:32:26 | -3,600 | caaa1b39475de4f7547bfa8d3421a4389ddc3633 | docs: goreleaser-xx | [
{
"change_type": "ADD",
"diff": "+# GoReleaser XX\n+\n+[`goreleaser-xx`](https://github.com/crazy-max/goreleaser-xx#readme) is a small\n+CLI wrapper for GoReleaser and available as a [lightweight and multi-platform scratch Docker image](https://hub.docker.com/r/crazymax/goreleaser-xx/tags?page=1&ordering=la... | Go | MIT License | goreleaser/goreleaser | docs: goreleaser-xx (#2782)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com> | 1 | docs | null |
791,834 | 06.01.2022 20:03:09 | 21,600 | fd58e015a750b923ef48ca46c2b3092cdc373dbd | clients: use minimal 'url' polyfil instead of url-shim | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,6 @@ async function build(entryPath, distPath, opts = {minify: true}) {\nentries: {\n'debug': require.resolve('debug/src/browser.js'),\n'lighthouse-logger': require.resolve('../lighthouse-logger/index.js'),\n- 'url': require.resolve('../lighthouse-core/lib/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients: use minimal 'url' polyfil instead of url-shim (#13545) | 1 | clients | null |
251,199 | 06.01.2022 20:12:44 | 21,600 | e85338b428dca0fec3523ecd19062f3c2c6f2816 | fix: temp removing client tests | [
{
"change_type": "MODIFY",
"diff": "<suite name=\"oxAuthClient\" parallel=\"false\">\n- <test name=\"JsonApplier Client test\" enabled=\"true\">\n- <classes>\n- <class name=\"org.gluu.oxauth.json.JsonApplierTest\"/>\n- </classes>\n- </test>\n- <test name=\"RegisterRequest Client test\" enabled=\"true\">\n- ... | Java | MIT License | gluufederation/oxauth | fix: temp removing client tests #1595; | 1 | fix | null |
841,390 | 06.01.2022 20:19:11 | -32,400 | 432f87779003e50f17bcaedc35edb8583644c548 | feat(es/ast): Use `ModuleExportName` for `ExportNamespaceSpecifier` | [
{
"change_type": "MODIFY",
"diff": "@@ -964,15 +964,24 @@ where\nfor s in specifiers {\nmatch s {\nExportSpecifier::Namespace(s) => {\n+ match &s.name {\n+ ModuleExportName::Ident(name) => {\nvars.push(VarDeclarator {\nspan: s.span,\n- name: Pat::Ident(s.name.clone().into()),\n+ name: Pat::Ident(name.clone(... | Rust | Apache License 2.0 | swc-project/swc | feat(es/ast): Use `ModuleExportName` for `ExportNamespaceSpecifier` (#3195) | 1 | feat | es/ast |
756,051 | 06.01.2022 20:48:52 | 21,600 | 16eb4127cce46f5535bec37c8151e3db0b7d991d | refactor(vats): separate bootstrap workspace into produce, consume | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,12 @@ export const simBootstrapManifest = harden({\nvattp: true,\ncomms: true,\n},\n- workspace: true,\n+ produce: { client: true },\n+ },\n+ connectFaucet: {\n+ consume: { zoe: true, client: true },\n+ produce: { bridgeManager: true },\n},\n- connectFaucet: ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(vats): separate bootstrap workspace into produce, consume | 1 | refactor | vats |
251,199 | 06.01.2022 20:54:45 | 21,600 | 78c1297fee659ca5f4cdedfa06f26c53d837b7bd | fix: temp encrypted output | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,8 @@ public class EncryptionService {\n}\n}\n+ System.out.println(\"EncryptionService.decrypt(): resultValue = \" + resultValue);\n+\nreturn resultValue;\n}\n",
"new_path": "common/src/main/java/org/gluu/oxauth/service/common/EncryptionService.java",
... | Java | MIT License | gluufederation/oxauth | fix: temp encrypted output #1595; | 1 | fix | null |
317,646 | 06.01.2022 21:19:21 | -3,600 | a4727ddbbd63a84f46d7cf8d9b8d5326474646a1 | docs: add refresh_token endpoint | [
{
"change_type": "MODIFY",
"diff": "-const axios = require('axios');\n+const strava = require('../shared/strava.js');\nmodule.exports = async function (context, req) {\ncontext.log('JavaScript HTTP trigger function processed a request.');\n- // https://www.strava.com/oauth/authorize?client_id=76033&response... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: add refresh_token endpoint | 1 | docs | null |
841,421 | 06.01.2022 21:25:06 | -32,400 | 01059394268791d85d48d9c1cbfa11564b1eb85e | fix(es/minifier): Drop unreachable statements eagerly
swc_ecma_minifier:
- `pure`: Drop unreachable statements. (Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ impl VisitMut for DropConsole {\n}\n}\n- // Sioplifier will remove side-effect-free items.\n+ // Simplifier will remove side-effect-free items.\n*n = Expr::Seq(SeqExpr {\nspan: *span,\nexprs: take(args).into_iter().map(|arg| arg.expr).collect(),\n",
... | Rust | Apache License 2.0 | swc-project/swc | fix(es/minifier): Drop unreachable statements eagerly (#3204)
swc_ecma_minifier:
- `pure`: Drop unreachable statements. (Closes #3173) | 1 | fix | es/minifier |
251,199 | 06.01.2022 22:03:06 | 21,600 | 30be6d2802abe31694e5a0d5f83e30ec64f3edb9 | fix: temp changes in listener code | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,7 @@ public class OxAuthUnitTestsListener implements ITestListener {\nfor(Object parameter : parameters) {\nReporter.log(\"parameter = \" + parameter, true);\n}\n+ Reporter.log(\"Test Parameters ------------- \", true);\n}\nThrowable throwable = result.getThr... | Java | MIT License | gluufederation/oxauth | fix: temp changes in listener code #1595; | 1 | fix | null |
756,051 | 06.01.2022 22:12:45 | 21,600 | 6eb113a7056c89e6ff8d7f29fec616d9b97d229d | fixup(vats): promise space logging | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,6 @@ const makePromiseSpace = () => {\nget: (_target, name) => {\nassert.typeof(name, 'string');\nconst kit = findOrCreateKit(name);\n- console.info(name, ': resolve');\nreturn kit.promise;\n},\n},\n@@ -46,7 +45,8 @@ const makePromiseSpace = () => {\n{\nget: ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fixup(vats): promise space logging | 1 | fixup | vats |
756,051 | 06.01.2022 22:13:16 | 21,600 | 463b399c7f88376596c3c7c14a8f9262454b8cd3 | refactor(vats): share vatAdminSvc less than createVatByName | [
{
"change_type": "MODIFY",
"diff": "@@ -22,17 +22,17 @@ export const bootstrapManifest = harden({\nvats: { vattp: true },\ndevices: { mailbox: true },\n},\n- makeVatAdminService: {\n+ makeVatsFromBundles: {\nvats: { vatAdmin: true },\ndevices: { vatAdmin: true },\n- produce: { vatAdminSvc: true },\n+ produc... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(vats): share vatAdminSvc less than createVatByName | 1 | refactor | vats |
841,509 | 06.01.2022 22:13:46 | 28,800 | 92de2c78841ee1dc8b372268690637a19c3f4307 | feat(plugin): Pass serialized ast to a wasm file
swc_common:
- Use correct cargo feature for plugin apis.
swc_plugin:
- Add hidden functions required for memory operations from host.
swc_plugin_runner:
- Pass serialized AST to a wasm file. | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,6 @@ jobs:\n- swc_node_bundler\n- swc_node_comments\n- swc_plugin\n- - swc_plugin_js_api\n- swc_plugin_runner\n- swc_plugin_testing\n- swc_stylis\n@@ -213,6 +212,7 @@ jobs:\nuses: actions-rs/toolchain@v1\nwith:\nprofile: minimal\n+ target: wasm32-unknown-un... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin): Pass serialized ast to a wasm file (#3199)
swc_common:
- Use correct cargo feature for plugin apis.
swc_plugin:
- Add hidden functions required for memory operations from host.
swc_plugin_runner:
- Pass serialized AST to a wasm file. | 1 | feat | plugin |
756,051 | 06.01.2022 22:15:04 | 21,600 | 972cb1cf92e71180083b782b31e946be9bbd7fe8 | fixup(vats): never mind echoer | [
{
"change_type": "MODIFY",
"diff": "@@ -184,11 +184,7 @@ const makeAddressNameHubs = async ({\nconst installClientEgress = async (addr, { vats, produce: { client } }) => {\nconst PROVISIONER_INDEX = 1;\n- // TODO: get rid of echoObj?\n- let bundle = harden({\n- echoer: Far('echoObj', { echo: message => mess... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fixup(vats): never mind echoer | 1 | fixup | vats |
756,051 | 06.01.2022 22:16:39 | 21,600 | 04372d942cc2953262b1450dc4ecc64726588662 | fixup(vats): silence produce/consume logging | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ const makePromiseSpace = () => {\nif (kit) {\nreturn kit;\n} else {\n- console.info(name, ': new Promise');\n+ // console.info(name, ': new Promise');\nkit = makePromiseKit();\nstate.set(name, kit);\nreturn kit;\n@@ -45,8 +45,8 @@ const makePromiseSpace ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fixup(vats): silence produce/consume logging | 1 | fixup | vats |
251,199 | 06.01.2022 22:21:21 | 21,600 | 89ea1c3cf2482cd9782949f2b7d47aa2f5f90a4a | fix: temp listener disabled | [
{
"change_type": "MODIFY",
"diff": "<suite name=\"oxAuthServer\" parallel=\"false\">\n+<!--\n<listeners>\n<listener class-name=\"org.gluu.oxauth.OxAuthUnitTestsListener\" />\n</listeners>\n+-->\n<test name=\"Unit Tests\" enabled=\"true\">\n<classes>\n",
"new_path": "Server/src/test/resources/testng.xml"... | Java | MIT License | gluufederation/oxauth | fix: temp listener disabled #1595; | 1 | fix | null |
756,051 | 06.01.2022 23:46:52 | 21,600 | 8d56eaf797f37d9ded23b34b68599a57681290a5 | feat(vats): start VaultFactory in core bootstrap
- keep governanceActions separate from bootstrapManifest
- put board in the workspace
- flesh out makeAddressNameHubs with agoricNames and such | [
{
"change_type": "MODIFY",
"diff": "import { E, Far } from '@agoric/far';\nimport { AssetKind } from '@agoric/ertp';\nimport { makeNotifierKit } from '@agoric/notifier';\n+import { installOnChain as installVaultFactoryOnChain } from '@agoric/run-protocol/bundles/install-on-chain.js';\n+\n+import { makeStore... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): start VaultFactory in core bootstrap
- keep governanceActions separate from bootstrapManifest
- put board in the workspace
- flesh out makeAddressNameHubs with agoricNames and such | 1 | feat | vats |
428,439 | 07.01.2022 03:37:05 | 18,000 | c343776e19bd18751323723633d57507a2fc8ce0 | docs: update api link to point to api home page instead of specific version | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.\n| what | where |\n| ------------- | ------------------------------------------------------------------------------------------------------- |\n| documentation | [docs.mongodb.com/drivers... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | docs: update api link to point to api home page instead of specific version (#3096) | 1 | docs | null |
160,177 | 07.01.2022 10:18:32 | -28,800 | 9aefcbd6370d657a76939e34c873cb3db95b30b5 | docs: update theme link | [
{
"change_type": "MODIFY",
"diff": "@@ -97,17 +97,17 @@ export default {\n```js\n// main.js\n-import UserNode from './UserNode.js'\n+import UserTask from './UserTaskNode.js'\nconst lf = new LogicFlow({\ncontainer: document.querySelector('#container')\n});\n-lf.register(UserNode);\n+lf.register(UserTask);\nl... | TypeScript | Apache License 2.0 | didi/logicflow | docs: update theme link | 1 | docs | null |
304,866 | 07.01.2022 11:12:57 | 28,800 | 5b80111fa0eecb5454156f88a1e4463d55c47fdb | test: add a table stream test for is_type, to test push downs | [
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n",
"new_path": "libflux/go/libflux/buildinfo.gen.go",
"old_path": "libflux/go/libflux/buildinfo.gen.go"
},
{
"change_type": "MODIFY",
"diff": "package ... | Go | MIT License | influxdata/flux | test: add a table stream test for is_type, to test push downs (#4366) | 1 | test | null |
428,439 | 07.01.2022 11:15:54 | 18,000 | 88c103b740f4548c8308ec7923e09a8ca4ba4194 | chore(NODE-3717): test reorg part a-c | [
{
"change_type": "DELETE",
"diff": "-'use strict';\n-const { withClient, setupDatabase } = require('./shared');\n-const test = require('./shared').assert;\n-const { expect } = require('chai');\n-const { ServerHeartbeatStartedEvent, MongoClient } = require('../../src');\n-const { Topology } = require('../../... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | chore(NODE-3717): test reorg part a-c (#3097) | 1 | chore | NODE-3717 |
648,018 | 07.01.2022 11:19:22 | -3,600 | d8292b951dc48a3a65b82e5b3b267c20603b1491 | fix(reporting): Result status reason was filled with NotRun for mutants that were run | [
{
"change_type": "MODIFY",
"diff": "@@ -132,7 +132,7 @@ namespace Stryker.Core.Mutants\nMutation = mutation,\nResultStatus = mutantIgnored ? MutantStatus.Ignored : MutantStatus.NotRun,\nIsStaticValue = context.InStaticValue,\n- ResultStatusReason = mutantIgnored ? context.FilterComment : \"not run\"\n+ Resu... | C# | Apache License 2.0 | stryker-mutator/stryker-net | fix(reporting): Result status reason was filled with NotRun for mutants that were run (#1851) | 1 | fix | reporting |
667,648 | 07.01.2022 11:28:54 | -28,800 | 517c68e453eb88ef26e4d707db0566f8c48c36e5 | fix(ios): fix ios elements DOM.pushNodesByBackendIdsToFrontend protocol | [
{
"change_type": "MODIFY",
"diff": "@@ -32,11 +32,13 @@ NSString *const HippyDomMethodGetNodeForLocation = @\"getNodeForLocation\";\nNSString *const HippyDomMethodRemoveNode = @\"removeNode\";\nNSString *const HippyDomMethodSetInspectedNode = @\"setInspectedNode\";\nNSString *const HippyDomMethodPushNodeByP... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix ios elements DOM.pushNodesByBackendIdsToFrontend protocol | 1 | fix | ios |
551,634 | 07.01.2022 11:33:17 | 0 | 199f11bf1d3c60b000489499e7ea6c1765fdf812 | chore(ci): publish crash logs from ci build | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ pr:\nvariables:\nQDB_LOG_W_FILE_LOCATION: \"$(Build.BinariesDirectory)/tests.log\"\nARCHIVED_LOGS: \"$(Build.ArtifactStagingDirectory)/questdb-$(Build.SourceBranchName)-$(Build.SourceVersion)-$(System.StageAttempt).zip\"\n+ CRASH_LOG_LOCATION: \"$(Build.So... | Java | Apache License 2.0 | questdb/questdb | chore(ci): publish crash logs from ci build (#1769) | 1 | chore | ci |
756,013 | 07.01.2022 11:35:20 | 21,600 | fac4476caf85f4eac1555e20b6285da7df41a375 | fix(vats): ensure `nameHub` API returns arrays | [
{
"change_type": "MODIFY",
"diff": "@@ -33,19 +33,26 @@ export const makeNameHubKit = () => {\nreturn E(firstValue).lookup(...remaining);\n},\nentries() {\n- return mapIterable(keyToRecord.entries(), ([key, record]) => [\n+ return [\n+ ...mapIterable(\n+ keyToRecord.entries(),\n+ ([key, record]) => /** @typ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vats): ensure `nameHub` API returns arrays | 1 | fix | vats |
306,635 | 07.01.2022 11:44:56 | -19,080 | eaf8e02e21c32a221ac213084986b9bf50f20c4c | fix: update snapshots test cases | [
{
"change_type": "MODIFY",
"diff": "@@ -11248,11 +11248,11 @@ exports[`Calendar component\n</span>\n</div>\n<div\n- class=\"Calendar-value Calendar-yearValue Calendar-yearValue--large Calendar-value--currDateMonthYear\"\n+ class=\"Calendar-value Calendar-yearValue Calendar-yearValue--large\"\ndata-test=\"De... | TypeScript | MIT License | innovaccer/design-system | fix: update snapshots test cases | 1 | fix | null |
791,682 | 07.01.2022 12:10:28 | 18,000 | 67c1d133727b38b964324e2b4f3a1de87df0cf76 | core(runner): asset manager helper | [
{
"change_type": "MODIFY",
"diff": "@@ -232,6 +232,10 @@ async function runLighthouse(url, flags, config) {\nlet launchedChrome;\ntry {\n+ if (url && flags.auditMode && !flags.gatherMode) {\n+ log.warn('CLI', 'URL parameter is ignored if -A flag is used without -G flag');\n+ }\n+\nconst shouldGather = flags... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(runner): asset manager helper (#13519) | 1 | core | runner |
531,793 | 07.01.2022 12:11:57 | 0 | 22985f1185e6d1ab5a1e4adf2e77eebca2c343ad | chore(ui): disable transitions on silence browser
Animations make it less readable, disable transitions. | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import React, { FC, useState, useEffect, ReactNode } from \"react\";\nimport { observer } from \"mobx-react-lite\";\n-import TransitionGroup from \"react-transition-group/TransitionGroup\";\nimport { CSSTransition } from \"react-transition-group\";\nimport... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): disable transitions on silence browser
Animations make it less readable, disable transitions. | 1 | chore | ui |
104,842 | 07.01.2022 12:27:31 | 18,000 | c20780b85e36c6f7eb472006274266e41a1f04d0 | fix(table): margin between trash icon and delete on toolbar
3177 | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,9 @@ html[dir='rtl'] {\nright: 0;\n}\n}\n+ .#{$prefix}--action-list .#{$prefix}--btn .#{$prefix}--btn__icon {\n+ margin-right: $spacing-03;\n+ }\n}\n.#{$iot-prefix}--table-toolbar-aggregations__overflow-menu {\n",
"new_path": "packages/react/src/component... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): margin between trash icon and delete on toolbar
3177 | 1 | fix | table |
126,276 | 07.01.2022 12:28:29 | 10,800 | cdab67234e59ff66fce5213d7a63743e6148014f | feat(embedded/store): time-based tx lookup | [
{
"change_type": "MODIFY",
"diff": "@@ -1763,6 +1763,76 @@ func (s *ImmuStore) ReplicateTx(exportedTx []byte, waitForIndexing bool) (*TxHea\nreturn s.commit(txSpec, hdr, waitForIndexing)\n}\n+func (s *ImmuStore) TxSince(ts time.Time) (*Tx, error) {\n+ left := uint64(1)\n+ right, _, _ := s.commitState()\n+\n... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/store): time-based tx lookup
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/store |
126,276 | 07.01.2022 12:29:26 | 10,800 | 6195ac0eafd5aa29b6b53549d0a4577897f7f930 | feat(embedded/sql): temporal row ranges | [
{
"change_type": "MODIFY",
"diff": "@@ -4409,3 +4409,30 @@ func TestIndexingNullableColumns(t *testing.T) {\n)\n})\n}\n+\n+func TestTemporalQueries(t *testing.T) {\n+ st, err := store.Open(\"temporal_queries\", store.DefaultOptions())\n+ require.NoError(t, err)\n+ defer os.RemoveAll(\"temporal_queries\")\n+... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): temporal row ranges
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
277,286 | 07.01.2022 12:31:08 | -3,600 | 8299a26b48c97b364ac4f4f10764d83d20813660 | dx: check if wave server is running prior to wave run instead of failing silently | [
{
"change_type": "MODIFY",
"diff": "@@ -79,9 +79,11 @@ def run(app: str, no_reload: bool):\nif ext.lower() == '.py':\napp = app_path.replace(os.path.sep, '.')\n- # Try to start Wave daemon.\n+ # Try to start Wave daemon if not running or turned off.\ntry:\n- if os.environ.get('H2O_WAVE_NO_AUTOSTART', None) ... | Python | Apache License 2.0 | h2oai/wave | dx: check if wave server is running prior to wave run instead of failing silently | 1 | dx | null |
71,094 | 07.01.2022 12:43:27 | 0 | 3839bce4f395b939f99630d1203aa10db940c50e | chore: release 1.138.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n-### [1.138.1](https://github.com/aws/aws-cdk/compare/v1.138.0...v1.138.1) (2022-01-07)\n+## [1.... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: release 1.138.1 | 1 | chore | null |
777,396 | 07.01.2022 12:45:04 | 25,200 | c6f23186c3191bfe4b8caf8a091ad76a1e2298c2 | chore: get gov images in refresh-ubuntu-amis.py
Unfortunately, this uses a non-public endpoint (the endpoint backing
the webui at https://cloud-images.ubuntu.com/locator/ec2), but that
seems to be the only automated way to get the gov-region amis. | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,14 @@ be registered in the determined repo. Here is the process:\n1. Land the desired change in the environments repo. Remember the full commit\nhash (we'll call it `THECOMMIT` in these steps).\n+ Note, you might as well include an update to the base AMIs if ... | Python | Apache License 2.0 | determined-ai/determined | chore: get gov images in refresh-ubuntu-amis.py (#3399)
Unfortunately, this uses a non-public endpoint (the endpoint backing
the webui at https://cloud-images.ubuntu.com/locator/ec2), but that
seems to be the only automated way to get the gov-region amis. | 1 | chore | null |
915,124 | 07.01.2022 12:53:06 | -3,600 | 74da7b6b0a0e92ec4162141b10de2df3c9fed587 | feat(docs): opentelemetry tracing | [
{
"change_type": "MODIFY",
"diff": "@@ -1609,6 +1609,7 @@ tracing:\n# - datadog\n# - elastic-apm\n# - instana\n+ # - otel\n#\n# Examples:\n# - jaeger\n",
"new_path": "docs/docs/reference/configuration.md",
"old_path": "docs/docs/reference/configuration.md"
},
{
"change_type": "MODIFY",
"... | Go | Apache License 2.0 | ory/hydra | feat(docs): opentelemetry tracing | 1 | feat | docs |
791,272 | 07.01.2022 12:58:19 | 18,000 | ac9924157f35a00ff9d1e6ece9a7e0f12fc60226 | fix(firestore): DocumentIterator.GetAll: check iterator error
Check to see if the iterator is in an error state first, and
return the error if it is.
Otherwise, the function panics when accessing `q.limitToLast`, because
q is nil.
Fixes googleapis/google-cloud-go#5246. | [
{
"change_type": "MODIFY",
"diff": "@@ -830,6 +830,10 @@ func (it *DocumentIterator) Stop() {\n// GetAll returns all the documents remaining from the iterator.\n// It is not necessary to call Stop on the iterator after calling GetAll.\nfunc (it *DocumentIterator) GetAll() ([]*DocumentSnapshot, error) {\n+ i... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(firestore): DocumentIterator.GetAll: check iterator error (#5247)
Check to see if the iterator is in an error state first, and
return the error if it is.
Otherwise, the function panics when accessing `q.limitToLast`, because
q is nil.
Fixes googleapis/google-cloud-go#5246. | 1 | fix | firestore |
756,059 | 07.01.2022 13:06:59 | 28,800 | 2d5ab5780e83063e387955f8a8e940119c0a1a5c | fix: update sort order so undefined comes last | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,9 @@ const PassStyleRankAndCover = harden([\n/* np */ ['bigint', ['n', 'p~']],\n/* r */ ['remotable', ['r', 'r~']],\n/* s */ ['string', ['s', 't']],\n- /* u */ ['undefined', ['u', 'v']],\n+ /* v */ ['null', ['v', 'v~']],\n/* y */ ['symbol', ['y', 'z']],\n- /*... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: update sort order so undefined comes last | 1 | fix | null |
428,354 | 07.01.2022 13:14:20 | 18,000 | 3f668bda5e5d7cd831c8784f89b440ab77971fbd | docs: update Evergreen CLI example command | [
{
"change_type": "MODIFY",
"diff": "@@ -109,7 +109,7 @@ Once you have the Evergreen CLI setup, you are ready to run a build. Keep in min\n1. Use the Evergreen `patch` command. `-y` skips the confirmation dialog. `-u` includes uncommitted changes. `-p [project name]` specifies the Evergreen project. --browse... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | docs: update Evergreen CLI example command (#3099) | 1 | docs | null |
730,504 | 07.01.2022 13:32:26 | -19,080 | 7844425ba5ccbb6e044b9adea07acf5abb57cb27 | feat(plugin-meetings): toggleUnifiedMeetings api change meeting info between v1 & v2 | [
{
"change_type": "MODIFY",
"diff": "@@ -397,6 +397,23 @@ export default class Meetings extends WebexPlugin {\n});\n}\n+ /**\n+ * API to toggle unified meetings\n+ * @param {Boolean} changeState\n+ * @private\n+ * @memberof Meetings\n+ * @returns {undefined}\n+ */\n+ _toggleUnifiedMeetings(changeState) {\n+ ... | JavaScript | MIT License | webex/webex-js-sdk | feat(plugin-meetings): toggleUnifiedMeetings api change meeting info between v1 & v2 | 1 | feat | plugin-meetings |
711,597 | 07.01.2022 13:50:39 | 0 | 57cc26eef6b4c88f6f99bf2da619c9bbdfa46bc1 | fix(email-plugin): Fix sorting of emails in dev-mailbox | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,12 @@ export class DevMailbox {\nprivate async getEmailList(outputPath: string) {\nconst list = await fs.readdir(outputPath);\n- const contents: any[] = [];\n+ const contents: Array<{\n+ fileName: string;\n+ date: string;\n+ subject: string;\n+ recipient: str... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(email-plugin): Fix sorting of emails in dev-mailbox | 1 | fix | email-plugin |
730,504 | 07.01.2022 13:55:17 | -19,080 | 8195f861a70f36670fc9050baf7e01cbde1b2ede | feat(samples): toggle meeting info button on click changes meeting between v1 and v2 | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,9 @@ const registrationStatusElm = document.querySelector('#registration-status');\nconst isSafari = /Version\\/[\\d.]+.*Safari/.test(navigator.userAgent);\nconst isiOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;\n+const toggleUnifiedM... | JavaScript | MIT License | webex/webex-js-sdk | feat(samples): toggle meeting info button on click changes meeting between v1 and v2 | 1 | feat | samples |
791,704 | 07.01.2022 14:10:39 | 28,800 | ca4eab42da3b87d934c9edff8c171993f3b47cff | tests: split devtools ci into build, web-tests and smoke jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -5,17 +5,16 @@ on:\nbranches: [master]\npull_request: # run on all PRs, not just PRs to a particular branch\n+env:\n+ DEPOT_TOOLS_PATH: ${{ github.workspace }}/depot-tools\n+ DEVTOOLS_PATH: ${{ github.workspace }}/devtools-frontend\n+ BLINK_TOOLS_PATH: ${{ github.works... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: split devtools ci into build, web-tests and smoke jobs (#13546) | 1 | tests | null |
104,828 | 07.01.2022 14:18:47 | -3,600 | 82eda0375c6237d5fe2f3234ee5eb768cb38a6d6 | fix(menubutton): add support for sizes | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,11 @@ const propTypes = {\n},\nchildren: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]).isRequired,\n+\n+ /**\n+ * The size of the button and the dropdown items\n+ */\n+ size: PropTypes.oneOf(['sm', 'md', 'default']),\n};\nconst defa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(menubutton): add support for sizes | 1 | fix | menubutton |
126,276 | 07.01.2022 14:43:38 | 10,800 | 5f9ae3a315d8a64cb70833565ec5f19e04c87d30 | chore(embedded/store): minor refactoring time-based tx lookup | [
{
"change_type": "MODIFY",
"diff": "@@ -2276,7 +2276,7 @@ func (i periodInstant) resolve(tx *SQLTx, params map[string]interface{}, asc, in\nsts.Add(1 * time.Second)\n}\n- tx, err := tx.engine.store.TxSince(sts)\n+ tx, err := tx.engine.store.FirstTxSince(sts)\nif err != nil {\nreturn 0, err\n}\n@@ -2288,7 +2... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): minor refactoring time-based tx lookup
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
756,013 | 07.01.2022 14:48:10 | 21,600 | 4a9b18163fb9431b33e8026494ca7ad152bbd90c | test(vats): revert `test-name-hub.js`; the API must not change | [
{
"change_type": "MODIFY",
"diff": "@@ -7,15 +7,15 @@ test('makeNameHubKit - lookup paths', async t => {\nconst { nameAdmin: na2, nameHub: nh2 } = makeNameHubKit();\nconst { nameAdmin: na3, nameHub: nh3 } = makeNameHubKit();\n- t.deepEqual([...nh1.keys()], []);\n- t.deepEqual([...nh1.values()], []);\n- t.de... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(vats): revert `test-name-hub.js`; the API must not change | 1 | test | vats |
617,459 | 07.01.2022 14:52:32 | -3,600 | c655f792538c9e69edab784b0e7bac4c6bb7d0f1 | fix(frontend): remove comment for cheerio | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ import cheerio from \"cheerio\";\nexport const htmlParser = (html: string): string => {\nconst $ = cheerio.load(html, null, false);\n- // FIXME: Remove style from docx converter\n$(\"style\").remove();\n// https://travail-emploi.gouv.fr/le-ministere-en-act... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(frontend): remove comment for cheerio (#4163) | 1 | fix | frontend |
160,177 | 07.01.2022 15:31:26 | -28,800 | 27172038a282404c02697986736bf10955117d16 | fix: rewrite text node getTextStyle | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,12 @@ class CustomTextModel extends TextNodeModel {\nthis.rx = 30\nthis.ry = 30\n}\n- getNodeStyle() {\n- const style = super.getNodeStyle();\n+ getTextStyle() {\n+ const style = super.getTextStyle();\nif (this.properties.isSelected) {\nstyle.color = 'red'\n}\... | TypeScript | Apache License 2.0 | didi/logicflow | fix: rewrite text node getTextStyle | 1 | fix | null |
780,866 | 07.01.2022 15:38:55 | 10,800 | 69c8db19d028128da637c421dc9e13ed93ee3384 | fix(template/cms): stop importing fa 5 styles on cms preview | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ import BlogPreview from './preview/blog-preview'\nimport CodePreview from './preview/code-preview'\nimport GeneralSettings from './preview/settings/general'\n-window.CMS.registerPreviewStyle('https://use.fontawesome.com/releases/v5.12.0/css/all.css')\nwind... | JavaScript | MIT License | ecomplus/storefront | fix(template/cms): stop importing fa 5 styles on cms preview | 1 | fix | template/cms |
530,305 | 07.01.2022 15:42:50 | -39,600 | c9cf97c2016d7dc8fcaed8e2ad707d8b43713f5a | feat: allow build workflow github runner to be customised
Fixes
Allow using a different github runner than `ubuntu-latest` when running the build in github action.
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": "@@ -76,6 +76,12 @@ export interface BuildWorkflowOptions {\n* @default {}\n*/\nreadonly env?: { [key: string]: string };\n+\n+ /**\n+ * Github Runner selection labels\n+ * @default [\"ubuntu-latest\"]\n+ */\n+ readonly runsOn?: string[];\n}\nexport class BuildWorkflow ext... | TypeScript | Apache License 2.0 | projen/projen | feat: allow build workflow github runner to be customised (#1492)
Fixes https://github.com/projen/projen/issues/1491
Allow using a different github runner than `ubuntu-latest` when running the build in github action.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | feat | null |
780,866 | 07.01.2022 15:57:37 | 10,800 | 05976d1d0aa33b1741c9e239ea299a1225b29d2b | fix(template/footer): fix angle icons to chevron | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ const contacts = _.cms('contacts') || {}\n<% (_.cms('pages') || []).forEach(slug => { %>\n<% const { title } = _.cms(`pages/${slug}`) %>\n<li>\n- <i class=\"i-angle-right\"></i>\n+ <i class=\"i-chevron-right\"></i>\n<a href=\"/pages/<%= slug %>\">\n<%= t... | JavaScript | MIT License | ecomplus/storefront | fix(template/footer): fix angle icons to chevron | 1 | fix | template/footer |
667,648 | 07.01.2022 16:06:19 | -28,800 | bcaf16aa1ed7baa1b803d432f3b3b0e5fea04b2c | feat(ios): elements css, add color display and modification | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,7 @@ NSString *const HippyCSSDefaultPosition = @\"relative\";\n@property (nonatomic, strong) HippyStyleEnumMap *styleEnumMap;\n@property (nonatomic, strong) NSSet<NSString *> *styleNumberSet;\n+@property (nonatomic, strong) NSSet<NSString *> *styleColorSet;\n... | C++ | Apache License 2.0 | tencent/hippy | feat(ios): elements css, add color display and modification | 1 | feat | ios |
699,221 | 07.01.2022 16:10:53 | 21,600 | b0b426500c5334d1581924c83e44229e77e882f2 | fix(airtable-update): update gastby refs to match updated airtable | [
{
"change_type": "MODIFY",
"diff": "@@ -178,7 +178,7 @@ const gatsbyConfig = {\n},\n{\nbaseId: process.env.AIRTABLE_BASEID,\n- tableName: '2021 BPM',\n+ tableName: 'BPM',\n},\n],\n},\n",
"new_path": "packages/paste-website/gatsby-config.js",
"old_path": "packages/paste-website/gatsby-config.js"
},... | TypeScript | MIT License | twilio-labs/paste | fix(airtable-update): update gastby refs to match updated airtable (#2120) | 1 | fix | airtable-update |
251,199 | 07.01.2022 16:16:37 | 21,600 | 18f7b0c103617e6cfcc5bfec04aa482e0a68c0c3 | fix: temp changes reverted | [
{
"change_type": "MODIFY",
"diff": "<suite name=\"oxAuthClient\" parallel=\"false\">\n+ <test name=\"JsonApplier Client test\" enabled=\"true\">\n+ <classes>\n+ <class name=\"org.gluu.oxauth.json.JsonApplierTest\"/>\n+ </classes>\n+ </test>\n+ <test name=\"RegisterRequest Client test\" enabled=\"true\">\n+ ... | Java | MIT License | gluufederation/oxauth | fix: temp changes reverted #1595; | 1 | fix | null |
699,221 | 07.01.2022 16:54:07 | 21,600 | 9132d0cb3ed82bf4a1956484b93783605e2aea1d | Fix: update style props package default import for Webpack 5 | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/style-props': minor\n+'@twilio-paste/core': minor\n+---\n+\n+Fix default imports for JSON to play nice with webpack 5\n",
"new_path": ".changeset/pretty-turkeys-decide.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "-imp... | TypeScript | MIT License | twilio-labs/paste | Fix: update style props package default import for Webpack 5 (#2118) | 1 | fix | null |
942,581 | 07.01.2022 17:06:09 | 25,200 | 509a41337fe8073524c0e3e42b3265a8721f7616 | ci: Fix scripts | [
{
"change_type": "RENAME",
"diff": "// @ts-check\n'use strict';\n-const fetch = require('node-fetch').default;\n-const {promisify} = require('util');\n-const exec = promisify(require('child_process').exec);\n+import fetch from 'node-fetch';\n+import {promisify} from 'util';\n+import * as childProcess from '... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Fix scripts | 1 | ci | null |
711,597 | 07.01.2022 17:17:12 | 0 | 704eabe8ae333bc3062577769995062e8248e86f | docs(core): Add docs to AssetService | [
{
"change_type": "MODIFY",
"diff": "@@ -6,11 +6,14 @@ import { Asset } from '../asset/asset.entity';\nimport { VendureEntity } from '../base/base.entity';\n/**\n+ * @description\n* This base class is extended in order to enable specific ordering of the one-to-many\n* Entity -> Assets relation. Using a many-... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Add docs to AssetService | 1 | docs | core |
711,597 | 07.01.2022 17:18:10 | 0 | 199c3ee8c6496a8d995531b4efd3958808726b01 | docs: Add docs on uploading files | [
{
"change_type": "ADD",
"diff": "+---\n+title: \"Uploading Files\"\n+showtoc: true\n+---\n+\n+# Uploading Files\n+\n+Vendure handles file uploads with the [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec). Internally, we use the [graphql-upload package]... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add docs on uploading files | 1 | docs | null |
780,866 | 07.01.2022 17:30:37 | 10,800 | eec79a91feecbcdefae08a83459d09da7f874314 | docs(twbs/icons): update icon class names without `-alt` suffix | [
{
"change_type": "MODIFY",
"diff": "@@ -93,8 +93,8 @@ You can use those curated FA icons by just adding `.i-{icon-name}` class, eg.:\n<code>i-user-circle</code>\n</div>\n<div class=\"wrapper-icon\">\n- <i class=\"i-sign-out-alt\"></i>\n- <code>i-sign-out-alt</code>\n+ <i class=\"i-sign-out\"></i>\n+ <code>i... | JavaScript | MIT License | ecomplus/storefront | docs(twbs/icons): update icon class names without `-alt` suffix | 1 | docs | twbs/icons |
780,866 | 07.01.2022 17:31:01 | 10,800 | 04161338d04562332a47ee64917624b3c6137fb1 | fix(icons): update icon class names without `-alt` suffix | [
{
"change_type": "MODIFY",
"diff": "class=\"order-info__shipping-address card\"\n>\n<div class=\"card-header\">\n- <i class=\"i-map-marked-alt mr-1\"></i>\n+ <i class=\"i-map-marked mr-1\"></i>\n{{ i19shippingAddress }}\n</div>\n",
"new_path": "@ecomplus/storefront-app/src/components/html/EcOrderInfo.ht... | JavaScript | MIT License | ecomplus/storefront | fix(icons): update icon class names without `-alt` suffix | 1 | fix | icons |
667,634 | 07.01.2022 17:35:08 | -28,800 | dbcaf34ca8841b7092987b3748f989ea526625c6 | fix(android): fix memory leak | [
{
"change_type": "MODIFY",
"diff": "@@ -101,23 +101,18 @@ public class NetInfoModule extends HippyNativeModuleBase {\nmConnectivityReceiver = new ConnectivityReceiver();\n}\n- if (!mConnectivityReceiver.isRegistered()) {\ntry {\n- IntentFilter filter = new IntentFilter();\n- filter.addAction(ConnectivityMan... | C++ | Apache License 2.0 | tencent/hippy | fix(android): fix memory leak | 1 | fix | android |
317,807 | 07.01.2022 17:37:56 | -28,800 | 39be04c37ebb90c5b7e1b80106710251c9a3d0c2 | theme: add markbull | [
{
"change_type": "ADD",
"diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"osc99\": true,\n+ \"blocks\": [\n+ {\n+ \"type\": \"prompt\",\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"type\": \"text\",\n+ \"style\": \"plain\",\... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add markbull | 1 | theme | null |
251,199 | 07.01.2022 17:44:30 | 21,600 | d87e28836ff20d2072df33e1bd89aafa08694dcb | fix: get_test_info has been added | [
{
"change_type": "MODIFY",
"diff": "@@ -18,30 +18,30 @@ public class OxAuthUnitTestsListener implements ITestListener {\n@Override\npublic void onTestStart(ITestResult result) {\n- Reporter.log(\"Test STARTED: \" + result.getName() + \".\" + result.getMethod().getMethodName(), true);\n+ Reporter.log(\"Test ... | Java | MIT License | gluufederation/oxauth | fix: get_test_info has been added #1595; | 1 | fix | null |
688,434 | 07.01.2022 18:03:21 | -10,800 | 19210b224168449c23ac408db19ed323c1c33350 | chore(picasso): fixes DatePicker Input reset button and Input overlapping | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso-lab': patch\n+---\n+\n+## DatePicker\n+\n+Fixed missing reset of `input` value when clicking on `reset` button\n+Fixed cases when `popup` can overlap `input` during the page scroll\n",
"new_path": ".changeset/curvy-dolls-pump.md",
"old_path": ... | TypeScript | MIT License | toptal/picasso | chore(picasso): fixes DatePicker Input reset button and Input overlapping (#2367) | 1 | chore | picasso |
551,643 | 07.01.2022 18:14:54 | -3,600 | ec1556cdaa5ada3bed273db478c5496f339e2991 | chore: switch to team-based codeowners | [
{
"change_type": "MODIFY",
"diff": "-* @bluestreak01 @ideoma @marregui @bsmth @eugenels @rstreics @mariusgheorghies @insmac @glasstiger @puzpuzpuz\n+* @questdb/engineering\n",
"new_path": "CODEOWNERS",
"old_path": "CODEOWNERS"
}
] | Java | Apache License 2.0 | questdb/questdb | chore: switch to team-based codeowners (#1754) | 1 | chore | null |
826,656 | 07.01.2022 18:33:51 | -3,600 | 7ce7973bcb910f53e10bf17165ca5f79d2df8146 | docs: clarify that CLI remotes should be addresses and not URIs | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ $(call make-lint-dependency)\nnode_modules: package.json package-lock.json Makefile\nnpm ci\n+.PHONY: .bin/clidoc\n.bin/clidoc:\ngo build -o .bin/clidoc ./cmd/clidoc/.\n",
"new_path": "Makefile",
"old_path": "Makefile"
},
{
"change_type":... | Go | Apache License 2.0 | ory/keto | docs: clarify that CLI remotes should be addresses and not URIs (#808) | 1 | docs | null |
317,646 | 07.01.2022 19:41:58 | -3,600 | 88206ff9c99343f67d6da76e47930ef772605476 | refactor: rename doGet to HTTPRequest | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ type Environment interface {\ngetShellName() string\ngetWindowTitle(imageName, windowTitleRegex string) (string, error)\ngetWindowsRegistryKeyValue(path string) (*windowsRegistryValue, error)\n- doGet(url string, timeout int, requestModifiers ...HTTPRe... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor: rename doGet to HTTPRequest | 1 | refactor | null |
471,226 | 07.01.2022 19:48:39 | -3,600 | 354c002283466436397e5640d591171f7fd78135 | feat(metric-reader): add metric-reader | [
{
"change_type": "MODIFY",
"diff": "* limitations under the License.\n*/\n+import * as api from '@opentelemetry/api';\nimport { AggregationTemporality } from './AggregationTemporality';\n-import { MetricExporter } from './MetricExporter';\nimport { MetricProducer } from './MetricProducer';\n+import { Metric... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | feat(metric-reader): add metric-reader (#2681) | 1 | feat | metric-reader |
841,421 | 07.01.2022 20:03:03 | -32,400 | 70c2f3b3a57ec9afc1f28ec1c6377dbbf4e920b6 | security(repo): Fix crev integration | [
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,20 @@ jobs:\nwith:\nprofile: minimal\n+ - name: Remove unrelated\n+ run: |\n+ rm -rf packages\n+ rm -rf tests\n+ ls -al\n+\n- name: Configure cargo-crev\nrun: |\ncargo install cargo-crev\ngit config --global user.name 'SWC bot'\ngit config --global user.emai... | Rust | Apache License 2.0 | swc-project/swc | security(repo): Fix crev integration (#3210) | 1 | security | repo |
551,636 | 07.01.2022 20:21:10 | 0 | 5683e37b297cb758d4110958a19bb134fbf4db55 | chore(ilp): fixed flaky test
* chore(ilp): fixed flaky test
* Revert "fix(sql): partitioning tables without designated timestamp should not be possible. (#1760)"
This reverts commit
* chore(ilp): linter is a pain in the neck! | [
{
"change_type": "MODIFY",
"diff": "@@ -133,6 +133,7 @@ public class PGConnectionContext implements IOContext, Mutable, WriterSource {\nprivate long sendBufferPtr;\nprivate boolean requireInitialMessage = false;\nprivate long recvBufferWriteOffset = 0;\n+ private long totalReceived = 0;\nprivate long recvBu... | Java | Apache License 2.0 | questdb/questdb | chore(ilp): fixed flaky test (#1770)
* chore(ilp): fixed flaky test
* Revert "fix(sql): partitioning tables without designated timestamp should not be possible. (#1760)"
This reverts commit 34ef49faa17e5406ba9fae4fa59436d0604a3698.
* chore(ilp): linter is a pain in the neck! | 1 | chore | ilp |
667,636 | 07.01.2022 20:45:55 | -28,800 | ef8bf51e64ef24d7866233b311e077383303cb23 | chore(example): change dynamic http path | [
{
"change_type": "MODIFY",
"diff": "\"@hippy/vue\": \"latest\",\n\"@hippy/vue-native-components\": \"latest\",\n\"@hippy/vue-router\": \"latest\",\n- \"core-js\": \"3.11.0\",\n+ \"core-js\": \"^3.11.0\",\n\"vue\": \"^2.6.10\",\n\"vue-router\": \"^3.1.3\"\n},\n",
"new_path": "examples/hippy-vue-demo/pack... | C++ | Apache License 2.0 | tencent/hippy | chore(example): change dynamic http path | 1 | chore | example |
418,677 | 07.01.2022 22:28:46 | -28,800 | a776b3d890ab1faeb3164a42e1dcc953415f8f89 | fix: schema no type bug | [
{
"change_type": "MODIFY",
"diff": "@@ -65,4 +65,9 @@ export class CatsController {\nasync upload1(@Files() f: any[], @Fields() data: Cat) {\nreturn null;\n}\n+\n+ @Post('/test2')\n+ async upload2(@Files() f: any[]) {\n+ return null;\n+ }\n}\n",
"new_path": "packages/swagger/test/fixtures/cats/src/cats.... | TypeScript | MIT License | midwayjs/midway | fix: @File/@Files schema no type bug (#1532) | 1 | fix | null |
780,866 | 07.01.2022 23:22:21 | 10,800 | efafa07da171c08218056721ed3050ac49ea9e74 | chore(twbs/icons): default icon font keeps font awesome 5 | [
{
"change_type": "MODIFY",
"diff": "// Curated icons list\n// Font files generated with http://fontello.com\n-$icons-font: \"line-awesome\" !default;\n+$icons-font: \"font-awesome\" !default;\n$icons-font-file: \"../assets/icons/\" + $icons-font + \"/font/storefront-icons\";\n// Optional backport for '.fa-*... | JavaScript | MIT License | ecomplus/storefront | chore(twbs/icons): default icon font keeps font awesome 5 | 1 | chore | twbs/icons |
847,143 | 07.01.2022 23:22:25 | -28,800 | b7eecf5fc7e576488b15abad45f0dbe6c1a63848 | fix(shared): fix BC on devServer | [
{
"change_type": "MODIFY",
"diff": "@@ -49,13 +49,14 @@ export const useCustomDevServer = (\n// for webpack\nif (app.env.isDev && app.options.bundler.endsWith(\"webpack\")) {\n- const beforeDevServer = (app.options.bundlerConfig as WebpackBundlerOptions)\n- .beforeDevServer;\n+ const { devServerSetupMiddlew... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(shared): fix BC on devServer | 1 | fix | shared |
780,866 | 07.01.2022 23:25:50 | 10,800 | d66367448b5354436bf62f9453ef776fa41e9478 | ci(gh-actions): manual triggers for build docs and themes workflows | [
{
"change_type": "ADD",
"diff": "+1\n",
"new_path": ".github/build-docs",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+1\n",
"new_path": ".github/build-themes",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ on:\n- '@ecomplus/*/*.md... | JavaScript | MIT License | ecomplus/storefront | ci(gh-actions): manual triggers for build docs and themes workflows | 1 | ci | gh-actions |
306,652 | 08.01.2022 00:21:50 | -19,080 | d7b510532e71723fa4ead8810b557e8d1403fdcf | fix(dropdown): fix broken alignment due to inlineLabel | [
{
"change_type": "MODIFY",
"diff": "@@ -93,7 +93,7 @@ const DropdownButton = React.forwardRef<HTMLButtonElement, DropdownButtonProps>(\n{!menu && (\n<div className=\"DropdownButton-wrapper\">\n{inlineLabel && (\n- <Text appearance=\"subtle\" className=\"mr-4\">\n+ <Text appearance=\"subtle\" className=\"mr-... | TypeScript | MIT License | innovaccer/design-system | fix(dropdown): fix broken alignment due to inlineLabel | 1 | fix | dropdown |
847,143 | 08.01.2022 00:26:50 | -28,800 | 8b4118f11d8fd45ca5dd410744517c1f34d056ff | chore: update build script | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,9 @@ jobs:\nrun: yarn run build\n- name: Demo build\n- run: yarn workspace theme-demo demo:build\n+ run: |\n+ yarn run demo:vite-build\n+ yarn run demo:webpack-build\n- name: Linter test\nrun: |\n",
"new_path": ".github/workflows/test-v2.yml",
"old_pa... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore: update build script | 1 | chore | null |
756,039 | 08.01.2022 01:15:15 | 28,800 | 174554cd2ebb4aeae3b3fc48acbd29f28073b408 | fix(web-components): attempt to de-flake test | [
{
"change_type": "MODIFY",
"diff": "import '../demo/install-ses-lockdown.js';\nimport { E } from '@agoric/eventual-send';\nimport { html } from 'lit';\n-import { fixture, expect } from '@open-wc/testing';\n+import { fixture, expect, nextFrame } from '@open-wc/testing';\nimport { Server } from 'mock-socket/d... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(web-components): attempt to de-flake test | 1 | fix | web-components |
756,039 | 08.01.2022 01:25:51 | 28,800 | 2ee65b64cef5474086e3b28f936de0afb2cd0046 | fix(web-components): fix change in update warning | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ export const makeAgoricWalletConnection = (makeCapTP = defaultMakeCapTP) =>\n// This state machine integration is much like lit-robot, but also raises\n// state events.\nconst machine = makeConnectionMachine();\n- const onState = service => {\n+ const ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(web-components): fix change in update warning | 1 | fix | web-components |
821,230 | 08.01.2022 09:25:21 | 25,200 | 0ea44d45cffdca54c5294a97725a332f94fb69c2 | fix: add resolution for colors | [
{
"change_type": "MODIFY",
"diff": "\"ts-node\": \"^9.0.0\",\n\"typescript\": \"4.5.4\"\n},\n+ \"resolutions\": {\n+ \"colors\": \"1.4.0\"\n+ },\n\"engines\": {\n\"node\": \">=12.0.0\"\n},\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"change_type": "MODIFY",
"diff": "@... | TypeScript | MIT License | oclif/oclif | fix: add resolution for colors | 1 | fix | null |
821,230 | 08.01.2022 09:39:51 | 25,200 | 8bb26b01859165de8759529f8b61ae28cf25b748 | fix: add override for colors | [
{
"change_type": "MODIFY",
"diff": "\"find-yarn-workspace-root\": \"^2.0.0\",\n\"fs-extra\": \"^8.1\",\n\"github-slugger\": \"^1.2.1\",\n+ \"global\": \"^4.4.0\",\n\"lodash\": \"^4.17.11\",\n\"normalize-package-data\": \"^3.0.3\",\n\"nps-utils\": \"^1.7.0\",\n+ \"oclif\": \"^2.1.1\",\n\"qqjs\": \"^0.3.10\",... | TypeScript | MIT License | oclif/oclif | fix: add override for colors | 1 | fix | null |
317,646 | 08.01.2022 21:01:21 | -3,600 | 400edaae78f3a8ca54fbe23baee252f0af1c9628 | docs: redirect to auth page | [
{
"change_type": "MODIFY",
"diff": "@@ -28,9 +28,16 @@ module.exports = async function (context, req) {\nreturn;\n}\n- context.res = {\n- body: body\n+ const url = `https://ohmyposh.dev/docs/auth?segment=${segment}&access_token=${body.access_token}&refresh_token=${body.refresh_token}`;\n+\n+ const res = {\n... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: redirect to auth page | 1 | docs | null |
838,025 | 08.01.2022 21:13:22 | -10,800 | c4dad1b04848bb4b129b6166c8ea4fc07e7e300a | style: fix wsl | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,7 @@ func (cb *Callback) HandleFunc(w http.ResponseWriter, r *http.Request) {\nif !ok {\nsecretKey = cb.SecretKey\n}\n+\nif secretKey != \"\" && e.Secret != secretKey {\ncb.logf(\"callback: bad secret %d\", e.GroupID)\nhttp.Error(w, \"Bad Secret\", http.Statu... | Go | MIT License | severecloud/vksdk | style: fix wsl | 1 | style | null |
317,646 | 08.01.2022 21:24:12 | -3,600 | e9910c4a3e490fff93f4d43ce1916500140df7a4 | docs: fix missing URLSearchParams | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport {useLocation} from \"react-router-dom\";\nimport CodeBlock from '@theme/CodeBlock';\n+import { URLSearchParams } from 'url';\nfunction Auth() {\nconst search = useLocation().search;\n",
"new_path": "docs/src/components/Auth.js",
... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: fix missing URLSearchParams | 1 | docs | null |
217,922 | 08.01.2022 22:01:06 | -3,600 | 16e9550c6a32ae012578894ffb26663cb111326f | fix(simulator): fixed specialist flag not applied properly from shared link with stats | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export abstract class AbstractSimulationPage extends SeoPageComponent {\ncontrol: +split[1],\ncp: +split[2],\nlevel: +split[3],\n- spec: +split[3] === 1\n+ spec: +split[4] === 1\n};\n})\n);\n",
"new_path": "apps/client/src/app/pages/simulator/abstrac... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed specialist flag not applied properly from shared link with stats | 1 | fix | simulator |
841,509 | 08.01.2022 22:02:56 | 28,800 | c9ded9b72080b013466f450d9b3917055e40fa23 | feat(plugin): Allow multi-value for the plugin signature | [
{
"change_type": "MODIFY",
"diff": "@@ -145,10 +145,10 @@ pub fn apply_js_plugin(\nlet plugin_process = instance\n.exports\n- .get_native_function::<(i32, u32), i32>(\"process\")?;\n+ .get_native_function::<(i32, u32), (i32, i32)>(\"process\")?;\nlet (alloc_ptr, len) = copy_memory_to_instance(&instance, &pr... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin): Allow multi-value for the plugin signature (#3216) | 1 | feat | plugin |
217,922 | 08.01.2022 22:08:37 | -3,600 | 1bd015d6b349ff82f5be631847b1c95738ba281f | fix(layout): fixed ONLY_FROM_VENDOR layout filter | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,11 @@ export class LayoutRowFilter {\n}, 'CAN_BE_BOUGHT');\nstatic IS_ONLY_FROM_VENDOR = LayoutRowFilter.CAN_BE_BOUGHT._and(new LayoutRowFilter(row => {\n- return getItemSource(row, DataType.TRADE_SOURCES).length === 0;\n+ return row.sources.length === 1 || r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed ONLY_FROM_VENDOR layout filter | 1 | fix | layout |
217,922 | 08.01.2022 22:18:01 | -3,600 | d6fc44d4f303caa04ae9c2278e85edaa918d28d2 | fix(layout): fixed an issue with levels filters sometimes acting up on gathering | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,7 @@ export class LayoutsFacade {\nconst craftedBy = getItemSource(item, DataType.CRAFTED_BY);\nif (row.filterName.includes('IS_GATHERING') && gatheredBy.type !== undefined) {\nconst gatherJob = [16, 16, 17, 17, 18, 18][gatheredBy.type];\n- const requiredLe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with levels filters sometimes acting up on gathering | 1 | fix | layout |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.