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
777,367
11.06.2021 13:30:49
25,200
bb04e1985597f0de1f29f7c4f958a7813412fb7e
docs: update the JupyterLab bump release note
[ { "change_type": "MODIFY", "diff": ":orphan:\n+**Breaking Changes**\n+\n+- JupyterLab will not work in previously release images. Custom image\n+ users should be sure to upgrade to 3.0 or higher.\n+\n**Improvements**\n- JupyterLab: upgrade the JupyterLab version to 3.0.16.\n", "new_path": "docs/release-...
Python
Apache License 2.0
determined-ai/determined
docs: update the JupyterLab bump release note (#2567)
1
docs
null
71,748
11.06.2021 13:33:20
-3,600
b3564f270c2e8bf37c5c11bb452bb9aae6dd4f9b
chore: update cfn-lint download link cfn-lint has updated their primary git branch from 'master' to 'main', which broke our automated cfnspec update. Updated with the latest "download code" link from the repo.
[ { "change_type": "MODIFY", "diff": "@@ -5,14 +5,14 @@ scriptdir=$(cd $(dirname $0) && pwd)\n# Download (parts of) the cfn-lint repo that we use to enhance our model\nintermediate=\"$(mktemp -d)/tmp.zip\"\n-url=\"https://github.com/aws-cloudformation/cfn-lint/archive/master.zip\"\n+url=\"https://github.com/a...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: update cfn-lint download link cfn-lint has updated their primary git branch from 'master' to 'main', which broke our automated cfnspec update. Updated with the latest "download code" link from the repo.
1
chore
null
386,581
11.06.2021 13:34:08
-7,200
e2ddc11ad5c692ca1069915a53b61b50244ce28c
fix(server-netlify): Fix Netlify build configuration path.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import path from 'path';\nimport serverless from 'serverless-http';\nimport getServer from '@lowdefy/server';\nimport { createGetSecretsFromEnv } from '@lowdefy/node-utils';\nconst server = getServer({\n- buildDirectory: './build',\n+ ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server-netlify): Fix Netlify build configuration path.
1
fix
server-netlify
503,965
11.06.2021 13:36:41
14,400
34b032be18987b507853a7a4c71ecca8a1ae6350
fix(select): add some safety accessors
[ { "change_type": "MODIFY", "diff": "@@ -332,7 +332,9 @@ export class Select extends React.Component<SelectProps & OUIAProps, SelectState\nconst childrenArray = React.Children.toArray(children) as React.ReactElement<SelectGroupProps>[];\nif (isGrouped) {\nconst childFilter = (child: React.ReactElement<Select...
TypeScript
MIT License
patternfly/patternfly-react
fix(select): add some safety accessors (#5902)
1
fix
select
266,244
11.06.2021 13:44:43
18,000
41ccd8cd13ec31f4fb839cf8182aea3c7156e19d
build: remove errant comma
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ required_envvars+=(\n# Add env vars which are passed down into the container here.\npass_down_envvars+=(\n- \"AUTORELEASE_PR\",\n+ \"AUTORELEASE_PR\"\n\"VERSION\"\n)\n", "new_path": "synthtool/gcp/templates/node_library/.trampolinerc", "old_path"...
Python
Apache License 2.0
googleapis/synthtool
build: remove errant comma (#1113)
1
build
null
942,615
11.06.2021 13:53:06
25,200
326c137b9abb42defeb32fc0b967f4fde76425c9
docs: Update old labs references
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ Breadcrumbs provides navigation to previous levels of pages.\n## Installation\n```sh\n-yarn add @workday/canvas-kit-labs-react\n+yarn add @workday/canvas-kit-preview-react\n```\n## Usage\n@@ -33,7 +33,7 @@ This component supports\n```tsx\nimport React from...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Update old labs references (#1105)
1
docs
null
71,748
11.06.2021 13:59:31
-3,600
af7435494ba938b036e85435b5dcb590082fc378
feat: cloudformation spec v39.1.0
[ { "change_type": "MODIFY", "diff": "+# CloudFormation Resource Specification v39.1.0\n+\n+## New Resource Types\n+\n+\n+## Attribute Changes\n+\n+* AWS::AuditManager::Assessment FrameworkId (__deleted__)\n+* AWS::EC2::TransitGateway Id (__added__)\n+\n+## Property Changes\n+\n+* AWS::AutoScaling::AutoScalin...
TypeScript
Apache License 2.0
aws/aws-cdk
feat: cloudformation spec v39.1.0
1
feat
null
942,615
11.06.2021 14:29:38
25,200
2afd0957815fa7e10d00a5ce542ee2f5d2d9591f
chore: Fix circular dep in preview module
[ { "change_type": "MODIFY", "diff": "\"@emotion/core\": \"^10.0.28\",\n\"@emotion/styled\": \"^10.0.27\",\n\"@types/uuid\": \"^3.4.4\",\n- \"@workday/canvas-kit-labs-react\": \"^5.0.0\",\n\"@workday/canvas-kit-react\": \"^5.0.0\",\n\"@workday/canvas-system-icons-web\": \"1.0.41\",\n\"@workday/design-assets-t...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Fix circular dep in preview module (#1104)
1
chore
null
688,510
11.06.2021 14:32:54
-21,600
b48aa15c2b806f5288e2c2d129ff8a54d8fb75de
feat(Section): make collapsible
[ { "change_type": "MODIFY", "diff": "import React from 'react'\nimport { mount } from '@cypress/react'\n-import { Button, Typography } from '@toptal/picasso'\n-import { Section } from '@toptal/picasso-lab'\n+import { Table, Button } from '@toptal/picasso'\n+import { Section, SectionProps } from '@toptal/pica...
TypeScript
MIT License
toptal/picasso
feat(Section): make collapsible (#2094)
1
feat
Section
104,828
11.06.2021 14:42:17
-7,200
5d1b45bcea1492d97ce008980a9675de3869bd43
fix(dataseriesformitemmodal): allowed isLarge prop
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,7 @@ const propTypes = {\n),\nvalidDataItems: DataItemsPropTypes,\nisSummaryDashboard: PropTypes.bool,\n+ isLarge: PropTypes.bool,\ni18n: PropTypes.shape({\ndataItemEditorDataItemTitle: PropTypes.string,\ndataItemEditorDataItemLabel: PropTypes.string,\n@@ -13...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dataseriesformitemmodal): allowed isLarge prop #2393
1
fix
dataseriesformitemmodal
667,675
11.06.2021 14:48:11
-28,800
69c7d6fc42fd8a14a78809554cd0b7ada894498d
feat(android): fix cookie sync, no need to call removeSessionCookie
[ { "change_type": "MODIFY", "diff": "*/\npackage com.tencent.mtt.hippy.modules.nativemodules.network;\n+import android.os.Build;\nimport android.text.TextUtils;\nimport android.webkit.CookieManager;\nimport android.webkit.CookieSyncManager;\n@@ -152,7 +153,7 @@ public class NetworkModule extends HippyNativeM...
C++
Apache License 2.0
tencent/hippy
feat(android): fix cookie sync, no need to call removeSessionCookie (cherry picked from commit 8f32a980f7e6d3b9b27d6dd1cf1ab4e1a3352665)
1
feat
android
777,396
11.06.2021 14:56:17
21,600
c0aabbe63dc4ccce43d6784fee6ba53a1656fb92
docs: clarify BindMounts and Devices deduplication
[ { "change_type": "MODIFY", "diff": "@@ -166,6 +166,14 @@ value's type:\nconcatenation of the list specified in the template and that\nspecified in the configuration.\n+ Note that there are exceptions to this rule for ``bind_mounts`` and\n+ ``resources.devices``. It may be the case that the both the original...
Python
Apache License 2.0
determined-ai/determined
docs: clarify BindMounts and Devices deduplication (#2566)
1
docs
null
71,748
11.06.2021 15:02:00
-3,600
29726fcab2faf422c0b925251f6ad30a5f74eff9
chore: ignore asset hashes in integ test
[ { "change_type": "MODIFY", "diff": "+/// !cdk-integ pragma:ignore-assets\nimport { Vpc } from '@aws-cdk/aws-ec2';\nimport { Cluster, ContainerImage } from '@aws-cdk/aws-ecs';\nimport { App, NestedStack, Stack } from '@aws-cdk/core';\n", "new_path": "packages/@aws-cdk-containers/ecs-service-extensions/te...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: ignore asset hashes in integ test
1
chore
null
777,401
11.06.2021 15:46:49
14,400
b22f8400f3f08ba1a12e967f424309d8f3d95684
fix: don't return dupes from det model list-versions This fixes the `GET /api/v1/models/<model.name>/versions` endpoint to return the expected result. It also corrects the time returned by the endpoint to be the version's creation timestamp, not the model's.
[ { "change_type": "MODIFY", "diff": "@@ -233,7 +233,7 @@ follows:\n.. code:: bash\n- det model register <model_name> <checkpoint_uuid>\n+ det model register-version <model_name> <checkpoint_uuid>\nAccessing Versions\n==================\n", "new_path": "docs/tutorials/model-registry.txt", "old_path": ...
Python
Apache License 2.0
determined-ai/determined
fix: don't return dupes from det model list-versions (#2564) [DET-5640, DET-4248] This fixes the `GET /api/v1/models/<model.name>/versions` endpoint to return the expected result. It also corrects the time returned by the endpoint to be the version's creation timestamp, not the model's.
1
fix
null
815,593
11.06.2021 15:50:49
-32,400
8191fcfb376931bdeea5a9705d3f8ac382450fd3
chore: move jsonrpc-core dependency to miner crate
[ { "change_type": "MODIFY", "diff": "@@ -720,7 +720,6 @@ version = \"0.43.0-pre\"\ndependencies = [\n\"ckb-types\",\n\"faster-hex\",\n- \"jsonrpc-core\",\n\"lazy_static\",\n\"proptest\",\n\"regex\",\n@@ -888,6 +887,7 @@ dependencies = [\n\"hyper 0.12.35\",\n\"hyper-tls 0.3.2\",\n\"indicatif\",\n+ \"jsonrpc-c...
Rust
MIT License
nervosnetwork/ckb
chore: move jsonrpc-core dependency to miner crate
1
chore
null
306,353
11.06.2021 16:23:01
-18,000
b91c2673384de12c3a48dbdfa9318675b3663261
fix(azure): test fixes
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,10 @@ resource \"azurerm_kubernetes_cluster\" \"example\" {\nname = \"default\"\nvm_size = \"Standard_D2_v2\"\n}\n+\n+ identity {\n+ type = \"SystemAssigned\"\n+ }\n}\nresource \"azurerm_kubernetes_cluster_node_pool\" \"example\" {\n", "new_path": "intern...
Go
Apache License 2.0
infracost/infracost
fix(azure): test fixes (#805)
1
fix
azure
847,143
11.06.2021 16:37:56
-28,800
521252816d1ffbe5ca2c0c85bf4ae42f8ac0963a
refactor(theme): update styles
[ { "change_type": "MODIFY", "diff": "@forward 'color';\n@forward 'layout';\n+@forward 'others';\n", "new_path": "packages/palette/styles/variables/index.scss", "old_path": "packages/palette/styles/variables/index.scss" }, { "change_type": "ADD", "diff": "+// font vars\n+$fontFamily: Georg...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): update styles
1
refactor
theme
756,029
11.06.2021 16:46:18
25,200
d991df7c0b56bd8c7eb0995bddfbd473010a7726
feat(assert)!: RESM to NESM BREAKING CHANGE: Converts `@agoric/assert` from emulated ESM with `node -r esm` to Node.js ESM proper.
[ { "change_type": "MODIFY", "diff": "\"name\": \"@agoric/assert\",\n\"version\": \"0.2.12\",\n\"description\": \"Assert expression support that protects sensitive data\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"src/assert.js\",\n\"engines\": {\n\"node\": \">=11.0\"\n\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(assert)!: RESM to NESM BREAKING CHANGE: Converts `@agoric/assert` from emulated ESM with `node -r esm` to Node.js ESM proper.
1
feat
assert
342,861
11.06.2021 16:46:54
-7,200
ab38e367aa2848b6ef9d33f37f710760d7f033fc
chore(docs): gatsby-plugin-lodash
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,7 @@ module.exports = {\n},\n\"gatsby-plugin-styled-components\",\n\"gatsby-plugin-meta-redirect\",\n+ \"gatsby-plugin-lodash\",\n{\nresolve: \"gatsby-plugin-root-import\",\noptions: {\n", "new_path": "docs/gatsby-config.js", "old_path": "docs/gatsb...
JavaScript
MIT License
kiwicom/orbit
chore(docs): gatsby-plugin-lodash
1
chore
docs
104,844
11.06.2021 17:16:43
14,400
ae45d75d10c135e9def4a89eed7bf4189ed6e013
fix(tearsheet): fix test to reflect class change
[ { "change_type": "MODIFY", "diff": "@@ -6,11 +6,15 @@ import Button from '../Button';\nimport TearSheetWrapper from './TearSheetWrapper';\nimport TearSheet from './TearSheet';\n-const TearSheetChild = ({ openNextSheet, goToPreviousSheet, onClose }) => (\n+const TearSheetChild = ({\n+ setHeaderAdditionalCont...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): fix test to reflect class change
1
fix
tearsheet
815,601
11.06.2021 17:29:03
-28,800
3a637d5c953b4737a982f0c727b3c303cb1d2d84
feat(vm): detect asm
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ homepage = \"https://github.com/nervosnetwork/ckb\"\nrepository = \"https://github.com/nervosnetwork/ckb\"\n[features]\n-default = [\"logging\", \"asm\"]\n+default = [\"logging\", \"detect-asm\"]\nasm = [\"ckb-vm/asm\"]\ndetect-asm = [\"ckb-vm/detect-asm...
Rust
MIT License
nervosnetwork/ckb
feat(vm): detect asm
1
feat
vm
815,601
11.06.2021 17:29:47
-28,800
5ff1a42c4a04f650d4220979419186977168ffa4
chore: upgrade ring
[ { "change_type": "MODIFY", "diff": "@@ -326,11 +326,11 @@ checksum = \"926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427\"\n[[package]]\nname = \"cc\"\n-version = \"1.0.38\"\n+version = \"1.0.68\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"ce400c638d48e...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade ring
1
chore
null
777,401
11.06.2021 17:33:00
14,400
30e33875584b9b1b2bcb2e75a5f91a2c590f4784
feat: add addrs to agents API This change adds the remote addrs of agents to the agents endpoint.
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ def list_agents(args: argparse.Namespace) -> None:\n(\"num_containers\", agent[\"num_containers\"]),\n(\"resource_pool\", agent[\"resource_pool\"]),\n(\"label\", agent[\"label\"]),\n+ (\"addresses\", \", \".join(agent[\"addresses\"])),\n]\n)\nfor agent_i...
Python
Apache License 2.0
determined-ai/determined
feat: add addrs to agents API [DET-5112] (#2533) This change adds the remote addrs of agents to the agents endpoint.
1
feat
null
847,143
11.06.2021 17:35:00
-28,800
754819f01a1c89c49d588463648b65569ef754dd
feat(palette): rebuild plugin
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,9 @@ import type { Plugin } from \"@vuepress/core\";\nexport interface PaletteConfig {\nconfig?: string;\n+ defaultConfig?: string;\npalette?: string;\n+ defaultPalette?: string;\nstyle?: string;\n}\n@@ -12,7 +14,9 @@ const emptyFile = path.resolve(__dirname, \...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(palette): rebuild plugin
1
feat
palette
472,067
11.06.2021 17:41:16
-32,400
b065d7693ba73482f90a691850898b4f7f96947a
ci(spindle-ui): run on only node v14
[ { "change_type": "MODIFY", "diff": "@@ -7,17 +7,13 @@ on:\njobs:\nbuild:\nname: build\n- strategy:\n- matrix:\n- node:\n- - 12\n- 14\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n- uses: actions/setup-node@v2-beta\nwith:\n- node-version: ${{ matrix.node }}\n+ node-version: 14\n- name: restor...
TypeScript
MIT License
openameba/spindle
ci(spindle-ui): run on only node v14
1
ci
spindle-ui
667,635
11.06.2021 18:01:15
-28,800
bd271bbf70e95397e098ede172424bd042e2e304
feat(ios): users can get cell type from hippynetinfo module
[ { "change_type": "MODIFY", "diff": "85BCD46F2578C58000638DB4 /* js_native_api_jsc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 85BCD4342578C58000638DB4 /* js_native_api_jsc.cc */; };\n85BCD47C257A0AFE00638DB4 /* ios_loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 85BCD477257A0AFD00638DB4 /* io...
C++
Apache License 2.0
tencent/hippy
feat(ios): users can get cell type from hippynetinfo module
1
feat
ios
847,143
11.06.2021 18:19:43
-28,800
f9b4697dc9c19b00a738eccc4de1f1938f80ba20
feat(theme): add comment and markdown-enhance
[ { "change_type": "MODIFY", "diff": "@@ -24,13 +24,13 @@ const commentPlugin: Plugin<CommentOptions> = (options, app) => {\n: (themeConfig.comment as CommentOptions) || { type: \"disable\" };\nconst config: PluginObject = {\n- name: \"comment2\",\n+ name: \"vuepress-plugin-comment2\",\nalias: {\n\"@Waline\":...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add comment and markdown-enhance
1
feat
theme
847,143
11.06.2021 18:20:35
-28,800
c868d2f8f5059a833836d7caebbbd8112d7bc13e
fix(comment): fix author display
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ export default defineComponent({\nconst hint = computed(() => pageInfoI18n[routeLocale.value].author);\nreturn (): VNode | null =>\n- author.value\n+ author.value.length\n? h(\n\"span\",\n{\n", "new_path": "packages/comment/src/client/components/Auth...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(comment): fix author display
1
fix
comment
342,890
11.06.2021 18:46:08
-7,200
fe29e85e5b346789c834d214decc661e45f783f6
fix: spacing for p tags in guidelines
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,10 @@ const StyledContainer = styled.div`\nbackground-color: ${theme.orbit.paletteCloudLight};\nborder-radius: 16px;\nwidth: 100%;\n+\n+ p + p {\n+ margin-top: ${theme.orbit.spaceSmall};\n+ }\n`}\n`;\n", "new_path": "docs/src/components/Guidelines/Guideli...
JavaScript
MIT License
kiwicom/orbit
fix: spacing for p tags in guidelines
1
fix
null
756,064
11.06.2021 18:52:11
25,200
fe5a721fc7e12baa99c92e3269e130190d2f1bdb
chore(swingset): add docs to processNextGCAction and filterAction
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,31 @@ function parseAction(s) {\nexport function processNextGCAction(kernelKeeper) {\nconst allActionsSet = kernelKeeper.getGCActions();\n+ // GC actions are each one of 'dropExport', 'retireExport', or\n+ // 'retireImport', aimed at a specific vat and affect...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): add docs to processNextGCAction and filterAction
1
chore
swingset
780,866
11.06.2021 18:59:09
10,800
f03cdf6b6655e23ebd6afbee85173f247e2af0b8
fix(components/prices): show points to earn when no min price
[ { "change_type": "MODIFY", "diff": "<transition-group enter-active-class=\"animated slideInDown\">\n<div\nkey=\"points\"\n- v-if=\"earnPointsFactor > 0 && pointsMinPrice <= price\"\n+ v-if=\"earnPointsFactor > 0 && !(pointsMinPrice > price)\"\nclass=\"prices__points\"\n>\n<i class=\"fas fa-check-circle\"></...
JavaScript
MIT License
ecomplus/storefront
fix(components/prices): show points to earn when no min price
1
fix
components/prices
780,866
11.06.2021 19:00:16
10,800
2842bfbd7ed03ef549ab8d9a4b25abe03911e474
fix(components/points-applier): check min available points to show and format number
[ { "change_type": "MODIFY", "diff": "<div class=\"points-applier\">\n<div\nv-for=\"({ name }, programId) in localPointsPrograms\"\n- v-if=\"availablePoints[programId]\"\n+ v-if=\"availablePoints[programId] >= 0.1\"\nclass=\"custom-control custom-switch\"\n>\n<input\n<span class=\"badge badge-info\">\n-{{ for...
JavaScript
MIT License
ecomplus/storefront
fix(components/points-applier): check min available points to show and format number
1
fix
components/points-applier
780,866
11.06.2021 19:01:07
10,800
20936454430b29d04a1d233d9a5d057c4bbd186c
feat(app/order-info): show shipping address complement and near to if any
[ { "change_type": "MODIFY", "diff": "<template v-if=\"shippingAddress.number\">\n{{ shippingAddress.number }}\n</template>\n+ <template v-if=\"shippingAddress.complement\">\n+ , {{ shippingAddress.complement }}\n+ </template>\n+ <template v-if=\"shippingAddress.near_to\">\n+ <br>{{ shippingAddress.near_to }}...
JavaScript
MIT License
ecomplus/storefront
feat(app/order-info): show shipping address complement and near to if any
1
feat
app/order-info
780,866
11.06.2021 19:02:56
10,800
8b642284020be01d8bdfa903a66faaceffedd2f5
fix(app/payment-methods): must handle js clients again when payment gateways already loaded (prop) [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -187,6 +187,25 @@ export default {\nreturn bestOption\n},\n+ setupGatewayClient (paymentGateway, gatewayIndex) {\n+ const jsClient = paymentGateway.js_client\n+ if (jsClient) {\n+ this.loadedClients[gatewayIndex] = loadPaymentClient(jsClient, true)\n+ }\n+ },\n+\n+ pos...
JavaScript
MIT License
ecomplus/storefront
fix(app/payment-methods): must handle js clients again when payment gateways already loaded (prop) [skip ci]
1
fix
app/payment-methods
104,844
11.06.2021 19:29:06
14,400
593f87542d08ef2009387c51b94b817e02f44f2e
fix(tearsheet): fix broken test
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,6 @@ describe('TearSheetWrapper', () => {\nexpect(screen.getByTestId(`${iotPrefix}--tear-sheet-wrapper`)).toHaveClass(\n`${iotPrefix}--tear-sheet-wrapper__is-visible`\n);\n- expect(screen.getByTestId('container-0')).toHaveStyle('bottom: 0');\n});\nit('renders...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): fix broken test
1
fix
tearsheet
846,878
11.06.2021 19:39:35
-28,800
f74a6ec5d3a217c75561492bac5b76c3611e6f1f
docs: add version navigation
[ { "change_type": "MODIFY", "diff": "@@ -56,10 +56,6 @@ module.exports = [\n{\ntext: 'Resources',\nitems: [\n- {\n- text: '0.x Docs',\n- link: 'https://v0.vuepress.vuejs.org/'\n- },\n{\ntext: 'Migrate from 0.x',\nlink: '/miscellaneous/migration-guide.html'\n@@ -71,5 +67,18 @@ module.exports = [\n]\n}\n]\n+ }...
JavaScript
MIT License
vuejs/vuepress
docs: add version navigation
1
docs
null
126,276
11.06.2021 20:23:55
10,800
e40fadb541668ba39818203c32bf09bb0041bf99
feat(pkg/database): suppport runtime replication settings changes
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ func (d *db) ExecAll(req *schema.ExecAllRequest) (*schema.TxMetadata, error) {\nd.mutex.Lock()\ndefer d.mutex.Unlock()\n- if d.options.replica {\n+ if d.isReplica() {\nreturn nil, ErrIsReplica\n}\n", "new_path": "pkg/database/all_ops.go", "old_pa...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/database): suppport runtime replication settings changes Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/database
126,276
11.06.2021 20:24:42
10,800
9ea7d7a59c45028ce6db5f9db1ed20ceb1bace59
feat(pkg/server): implements update database settings endpoint
[ { "change_type": "MODIFY", "diff": "@@ -450,16 +450,20 @@ func (s *ImmuServer) loadUserDatabases(dataDir string, remoteStorage remotestora\nreturn err\n}\n+ replicationOpts := &database.ReplicationOptions{\n+ Replica: settings.Replica,\n+ SrcDatabase: settings.Database,\n+ SrcAddress: settings.SrcAddress,\n...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/server): implements update database settings endpoint Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/server
126,276
11.06.2021 20:25:21
10,800
22d008ecc3393a933d572bc86b7d61b3a1ed06a7
feat(pkg/client): implements update database settings operation
[ { "change_type": "MODIFY", "diff": "@@ -84,8 +84,10 @@ type ImmuClient interface {\nSetupDialOptions(options *Options) *[]grpc.DialOption\nDatabaseList(ctx context.Context) (*schema.DatabaseListResponse, error)\n- CreateDatabase(ctx context.Context, d *schema.Database) error\n+ CreateDatabase(ctx context.Co...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/client): implements update database settings operation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/client
126,276
11.06.2021 20:26:01
10,800
de51c08346f831646b623c0de2623ffdbf57288c
feat(cmd/immuclient): upgrade database creation with settings
[ { "change_type": "MODIFY", "diff": "@@ -219,7 +219,7 @@ func (i *immuc) CreateDatabase(args []string) (string, error) {\ndbname := args[0]\nctx := context.Background()\nif _, err := i.Execute(func(immuClient client.ImmuClient) (interface{}, error) {\n- return nil, immuClient.CreateDatabase(ctx, &schema.Data...
Go
Apache License 2.0
codenotary/immudb
feat(cmd/immuclient): upgrade database creation with settings Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
cmd/immuclient
126,276
11.06.2021 20:26:24
10,800
268144e337575d198c715af178193f1af3afcfe0
feat(cmd/immuadmin): upgrade database creation with settings
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ func (cl *commandline) database(cmd *cobra.Command) {\nreturn err\n}\n- if err := cl.immuClient.CreateDatabase(cl.context, &schema.Database{\n+ if err := cl.immuClient.CreateDatabase(cl.context, &schema.DatabaseSettings{\nDatabaseName: args[0],\nReplica:...
Go
Apache License 2.0
codenotary/immudb
feat(cmd/immuadmin): upgrade database creation with settings Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
cmd/immuadmin
815,609
11.06.2021 20:35:14
-28,800
30360a2968660599c030c35f3746b3baffb3a584
chore(hardfork): apply review suggestions about block timestamp in since
[ { "change_type": "MODIFY", "diff": "@@ -588,11 +588,6 @@ impl<'a, DL: HeaderProvider> SinceVerifier<'a, DL> {\nself.block_median_time(&parent_hash)\n}\n- fn parent_block_time(&self, block_hash: &Byte32) -> u64 {\n- let (timestamp, _, _) = self.data_loader.timestamp_and_parent(block_hash);\n- timestamp\n- }\...
Rust
MIT License
nervosnetwork/ckb
chore(hardfork): apply review suggestions about block timestamp in since
1
chore
hardfork
67,479
11.06.2021 20:44:42
-36,000
2594944015f16b2f6135fcb28865e36b2a447202
chore(doc): add preliminery doc for au-compose
[ { "change_type": "ADD", "diff": "+---\n+name: \"Templating: Dynamic UI Composition\"\n+description: An overview of Aurelia's dynamic template composition functionality.\n+---\n+\n+## Introduction\n+\n+In this section, we are going to be learning how you can dynamically render components in your applications...
TypeScript
MIT License
aurelia/aurelia
chore(doc): add preliminery doc for au-compose
1
chore
doc
847,143
11.06.2021 21:02:35
-28,800
e7462baf73d3376818e6d80161449189567782f3
fix(photo-swipe): add missing deps
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@mr-hope/vuepress-shared\": \"2.0.0-alpha.1\",\n\"@types/photoswipe\": \"^4.1.1\",\n- \"photoswipe\": \"^4.1.3\"\n+ \"photoswipe\": \"^4.1.3\",\n+ \"vuepress-plugin-palette\": \"2.0.0-alpha.1\"\n},\n\"publishConfig\": {\n\"access\": \"public\"\n", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(photo-swipe): add missing deps
1
fix
photo-swipe
847,143
11.06.2021 21:15:23
-28,800
fc4040976da42ec50ac7353edd5d2bfff2fb560d
feat(md-enhance): use app.use to use other plugins
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ export default [\n\"markdown-it/lib/token\",\n\"markdown-it/lib/helpers/parse_link_label\",\n\"katex\",\n+ \"vuepress-plugin-palette\",\n],\n}),\n...rollupTypescript(\"client/appEnhance\", {\n", "new_path": "packages/md-enhance/rollup.config.js", "...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): use app.use to use other plugins
1
feat
md-enhance
847,143
11.06.2021 21:53:02
-28,800
0ea7c624b2a51c02b4e913d0edf872469d67737c
fix(theme): fix theme style
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ export const palettePlugin: Plugin<PaletteOptions> = (\n[`@${id}/palette`]: `@temp/styles/${id}-palette.scss`,\n[`@${id}/config`]: `@temp/styles/${id}-config.scss`,\n[`@${id}/helper`]: path.resolve(__dirname, \"../styles/helper.scss\"),\n- [`@${id}/style...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix theme style
1
fix
theme
306,309
11.06.2021 23:15:02
-3,600
36f9028123d862bd4c121b72ee4c3c87f610ed69
fix(azure): fix test location warning
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,9 @@ func GetAzureRMAutomationDscConfigurationRegistryItem() *schema.RegistryItem {\nreturn &schema.RegistryItem{\nName: \"azurerm_automation_dsc_configuration\",\nRFunc: NewAzureRMAutomationDscConfiguration,\n+ ReferenceAttributes: []string{\n+ \"resource_gr...
Go
Apache License 2.0
infracost/infracost
fix(azure): fix test location warning
1
fix
azure
847,143
12.06.2021 00:26:29
-28,800
82bb69c53ee5a9f101ce001c217f2495b4c99362
fix(md-enhance): bug fixes
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ export default [\n...rollupTypescript(\"node/index\", {\nexternal: [\n\"@mr-hope/vuepress-shared\",\n+ \"@vuepress/plugin-container\",\n\"@vuepress/utils\",\n\"markdown-it/lib/token\",\n\"markdown-it/lib/helpers/parse_link_label\",\n@@ -32,7 +33,7 @@ expor...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): bug fixes
1
fix
md-enhance
847,143
12.06.2021 00:29:28
-28,800
c2b618f114a3be0b16a5c9cc9e2368fc24c5a4f5
fix(seo2): bug fixes
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ export const seoPlugin: Plugin<SeoOptions> = (options, app) => {\nappendMeta(meta, metaContext, seoOption);\nif (seoOption.customHead) seoOption.customHead(meta, pageSeoInfo);\n- return { frontmatter: { head: meta } };\n+ return { frontmatter: { ...page....
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(seo2): bug fixes
1
fix
seo2
599,909
12.06.2021 02:25:45
-14,400
694904d15a97f31628923b8d4270533283e2ef0b
docs: fix small typo [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,6 @@ Try to answer the following questions:\n## How can I share my logs?\n-1. Locate the current log file at `<your Overseeerr config directory>/logs/overseerr.log`.\n+1. Locate the current log file at `<your Overseerr config directory>/logs/overseerr.log`.\n...
TypeScript
MIT License
sct/overseerr
docs: fix small typo (#1782) [skip ci]
1
docs
null
847,143
12.06.2021 10:00:20
-28,800
0048e3dccc7a213dab1d5ced6d1e0896c13cdecc
feat(shared): add compareDate method
[ { "change_type": "MODIFY", "diff": "@@ -148,3 +148,20 @@ export const getDate = (\nreturn null;\n};\n+\n+export const compareDate = (\n+ dateA: Date | number | string | undefined,\n+ dateB: Date | number | string | undefined\n+): number => {\n+ const parsedDateA = getDate(\n+ typeof dateA === \"number\" ? n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(shared): add compareDate method
1
feat
shared
847,143
12.06.2021 10:01:33
-28,800
af918a88afbb53a239afb1a5ba1a95c70a7bdddb
chore(add-this): code refactor
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { path } from \"@vuepress/utils\";\nimport type { Plugin } from \"@vuepress/core\";\nimport type { AddThisOptions } from \"../shared\";\n-export * from \"../shared/types\";\n+export * from \"../shared\";\nconst addThisPlugin: Plugin<AddThisOptions> ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(add-this): code refactor
1
chore
add-this
471,349
12.06.2021 11:45:31
-10,800
3e519d9eaa79e38156c4ffbedcc84572a7c32a7a
chore: add node:16 to the test matrix
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n- container: [\"node:8\", \"node:10\", \"node:12\", \"node:14\"]\n+ container: [\"node:8\", \"node:10\", \"node:12\", \"node:14\", \"node:16\"]\nruns-on: ubuntu-latest\ncontainer:\nimage: ${{ matrix.container }}...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: add node:16 to the test matrix (#510) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
chore
null
847,143
12.06.2021 12:33:10
-28,800
215d5bec7ca0d54efe33fb7a7329e023af839871
ci: update github workflows
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,11 @@ on:\npush:\nbranches:\n- main\n+ - v1\npull_request:\n- # The branches below must be a subset of the branches above\nbranches:\n- main\n+ - v1\nschedule:\n- cron: \"30 7 * * 3\"\n", "new_path": ".github/workflows/codeql-analysis.yml", "old_path":...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: update github workflows
1
ci
null
780,866
12.06.2021 12:44:53
10,800
69026b77bc9924e6d799965ba9c6721962c974d1
fix(template/scripts): bump vue runtime version (fallback)
[ { "change_type": "MODIFY", "diff": "></script>\n<script>\nif (!window.Vue) {\n- document.write('<script src=\"https://unpkg.com/vue@2.6.11/dist/vue.runtime.min.js\"><\\/script>')\n+ document.write('<script src=\"https://unpkg.com/vue@2.6.14/dist/vue.runtime.min.js\"><\\/script>')\n}\n</script>\n<% } %>\n", ...
JavaScript
MIT License
ecomplus/storefront
fix(template/scripts): bump vue runtime version (fallback)
1
fix
template/scripts
780,866
12.06.2021 12:58:26
10,800
9fc8f71673462fdbcdf67be2409873799a8fe97f
build(template/webpack): compile storefront.js with vue to prevent version mismatch with cdn
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,6 @@ module.exports = ({ devMode }) => {\nif (!devMode) {\ncustomConfig.externals = {\n// imported from CDN\n- vue: 'Vue',\njquery: '$',\n'jquery/dist/jquery.slim': '$',\n'popper.js': 'Popper'\n", "new_path": "@ecomplus/storefront-template/storefront.webp...
JavaScript
MIT License
ecomplus/storefront
build(template/webpack): compile storefront.js with vue to prevent version mismatch with cdn
1
build
template/webpack
815,598
12.06.2021 15:00:43
-28,800
f91703713862b1bb4e5c0cee3aa846d50a774b3f
ci: run GitHub Axtions job "ci" for pull request
[ { "change_type": "MODIFY", "diff": "@@ -203,7 +203,7 @@ jobs:\n- Benchmarks_Test\n- Integration_Test\nif: |\n- contains('bors[bot]', github.actor) && success()\n+ (contains(github.event_name, 'pull_request') || contains('bors[bot]', github.actor)) && success()\nruns-on: ubuntu-latest\nsteps:\n- name: CI suc...
Rust
MIT License
nervosnetwork/ckb
ci: run GitHub Axtions job "ci" for pull request
1
ci
null
847,143
12.06.2021 15:16:16
-28,800
81b0421585446d7b65599862c42dfbf543dc4bf7
feat(shared): add useCustomDevServer
[ { "change_type": "MODIFY", "diff": "\"dev:rollup\": \"rollup -c -w\"\n},\n\"dependencies\": {\n+ \"@types/webpack-dev-server\": \"^3.11.4\",\n\"dayjs\": \"^1.10.5\"\n},\n\"publishConfig\": {\n", "new_path": "packages/shared/package.json", "old_path": "packages/shared/package.json" }, { "chan...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(shared): add useCustomDevServer
1
feat
shared
847,143
12.06.2021 16:01:54
-28,800
f45d1d25d7bc23cae6028b90ca13e056170c4545
feat(theme): add pwa plugin
[ { "change_type": "DELETE", "diff": "-{\n- \"name\": \"VuePress\",\n- \"short_name\": \"VuePress\",\n- \"description\": \"Vue-powered Static Site Generator\",\n- \"start_url\": \"/index.html\",\n- \"display\": \"standalone\",\n- \"background_color\": \"#fff\",\n- \"theme_color\": \"#3eaf7c\",\n- \"icons\": [...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add pwa plugin
1
feat
theme
126,276
12.06.2021 16:06:22
10,800
67d68040cc08fef5d4771d70d03ca05783f434cf
feat(cmd/immuadmin): update database command
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,33 @@ func (cl *commandline) database(cmd *cobra.Command) {\n},\nArgs: cobra.ExactArgs(1),\n}\n- cc.Flags().BoolP(\"replica\", \"r\", false, \"create database as a replica\")\n+ cc.Flags().BoolP(\"replica\", \"r\", false, \"set database as a replica\")\n+\n+ ...
Go
Apache License 2.0
codenotary/immudb
feat(cmd/immuadmin): update database command Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
cmd/immuadmin
342,861
12.06.2021 16:25:45
-7,200
f0627835eec02e40ec54e33ace9975811a441a0c
feat(docs): update landing page
[ { "change_type": "MODIFY", "diff": "@@ -182,13 +182,13 @@ exports.createPages = async ({ graphql, actions, reporter }) => {\nconst renderOverviewPages = allPages => {\nallPages.forEach(page => {\n- const { pages, slug } = page;\n+ const { pages, slug, title } = page;\nif (!pages) return undefined;\ncreatePa...
JavaScript
MIT License
kiwicom/orbit
feat(docs): update landing page
1
feat
docs
342,861
12.06.2021 16:58:37
-7,200
cd57834713c21a97a8a5e9a98f7d02dfac9d5537
fix(docs): overview-pages slug
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ function createPages(obj, slug) {\n};\n}\n- const pages = createPages(value, key).filter(Boolean);\n+ const pages = createPages(value, entirePath).filter(Boolean);\nif (pages.length > 0) {\nreturn {\n", "new_path": "docs/services/overview-pages.js", ...
JavaScript
MIT License
kiwicom/orbit
fix(docs): overview-pages slug
1
fix
docs
847,143
12.06.2021 17:43:52
-28,800
dd6659890e20093e811e5871d2922810610d5c06
feat(md-enhance): add layout
[ { "change_type": "ADD", "diff": "+<script lang=\"ts\">\n+import { clickOutside } from \"@mr-hope/vuepress-shared/client\";\n+import { Content } from \"@vuepress/client\";\n+import { defineComponent, h, ref, onBeforeUnmount, withDirectives } from \"vue\";\n+import { useRouter, useRoute } from \"vue-router\";...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): add layout
1
feat
md-enhance
342,861
12.06.2021 17:49:33
-7,200
d3b7f9defe303289597126c08a0092dacb0c0f03
feat(docs): landing page content section
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\nimport { Link } from \"gatsby\";\nimport { Heading, Inline, Stack, Button, Grid } from \"@kiwicom/orbit-components\";\n+import Slide from \"@kiwicom/orbit-components/lib/utils/Slide\";\n+import useBoundingRect from \"@kiwicom/orbit-components...
JavaScript
MIT License
kiwicom/orbit
feat(docs): landing page content section
1
feat
docs
847,143
12.06.2021 19:37:40
-28,800
2bd6edb8422dca2f74b249ed40d2ac50365d6694
fix(pwa2): fix error
[ { "change_type": "MODIFY", "diff": "import { blue, cyan } from \"chalk\";\n-import { readFile, statSync, writeFile } from \"fs-extra\";\n+import { statSync } from \"fs-extra\";\nimport { relative, resolve } from \"path\";\nimport { generateSW } from \"workbox-build\";\nimport { logger } from \"./logger\";\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(pwa2): fix error
1
fix
pwa2
342,861
12.06.2021 19:44:23
-7,200
a26e493b221f26774c63441246ee78b8c1b8037d
test(docs): overview-pages
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`overview-pages it should render overview-pages 1`] = `\n+Array [\n+ Object {\n+ \"pages\": Array [\n+ Object {\n+ \"description\": \"Everything you need to start designing with the Orbit UI kit.\",\n+ \"slug\": \"/get...
JavaScript
MIT License
kiwicom/orbit
test(docs): overview-pages
1
test
docs
847,143
12.06.2021 19:44:52
-28,800
e7bc4759c8f1781086c6edda5e2d648a88c7b78c
refactor(feed2): improve output msg
[ { "change_type": "MODIFY", "diff": "import { cyan } from \"chalk\";\n-import { relative } from \"path\";\nimport { outputFile } from \"fs-extra\";\nimport { Feed } from \"./feed\";\nimport { getOutput } from \"./options\";\n@@ -49,7 +48,7 @@ export class FeedGenerator {\nthis.addPages();\n- const spinner = ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(feed2): improve output msg
1
refactor
feed2
317,646
12.06.2021 21:39:52
-7,200
08c0d9a957c9d9a916d6d9ebda163b0b16083ded
fix(bash): fallback TIMER_START to HOME resolves
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,11 @@ export CONDA_PROMPT_MODIFIER=false\nTIMER_START=\"/tmp/${USER}.start.$$\"\n+# some environments don't have the filesystem we'd expect\n+if [[ ! -d \"/tmp\" ]]; then\n+ TIMER_START=\"${HOME}/.${USER}.start.$$\"\n+fi\n+\nPS0='$(::OMP:: --millis > $TIMER_STA...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(bash): fallback TIMER_START to HOME resolves #802
1
fix
bash
67,479
12.06.2021 22:53:07
-36,000
a3a4281f27b4211cac4f9beaf2dd9457ee21cc2c
refactor(scope): rename isComponentBoundary -> isBoundary
[ { "change_type": "MODIFY", "diff": "@@ -268,7 +268,7 @@ export class AuCompose {\nclass EmptyComponent { }\n-interface ICompositionController {\n+export interface ICompositionController {\nreadonly controller: IHydratedController;\nreadonly context: CompositionContext;\nactivate(): void | Promise<void>;\n",...
TypeScript
MIT License
aurelia/aurelia
refactor(scope): rename isComponentBoundary -> isBoundary
1
refactor
scope
847,143
13.06.2021 08:14:49
-28,800
568a7647201a429ead66a7f905b90f44902d8e5d
fix(comment2): correctly use reading time
[ { "change_type": "MODIFY", "diff": "import { getLocales } from \"@mr-hope/vuepress-shared\";\nimport { path } from \"@vuepress/utils\";\n+import { useReadingTimePlugin } from \"vuepress-plugin-reading-time2\";\nimport { usePalettePlugin } from \"vuepress-plugin-sass-palette\";\nimport { pageInfoI18n, waline...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(comment2): correctly use reading time
1
fix
comment2
724,181
13.06.2021 08:31:16
10,800
9c05f2e11e1cf956a9127a66b54e39824331b1ee
fix: Updates attachToDocument documentation tip Closes Updates attachToDocument documentation tip from the div boilerplate from & to the new handling from &
[ { "change_type": "MODIFY", "diff": "@@ -336,15 +336,12 @@ wrapper.destroy()\n`attachToDocument` is deprecated and will be removed in future releases. Use [`attachTo`](#attachto) instead. For example, if you need to attach the component to the document.body:\n```js\n-const elem = document.createElement('div'...
JavaScript
MIT License
vuejs/vue-test-utils
fix: Updates attachToDocument documentation tip (#1852) Closes #1725 Updates attachToDocument documentation tip from the div boilerplate from #1584 & #1611 to the new handling from #1578 & #1699
1
fix
null
217,922
13.06.2021 12:26:24
-7,200
5f9425b76a79ae04fc32ef1ed0469390564449db
fix(alarms): fixed custom alarm creation with spawn at 0:00
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,7 @@ export class CustomAlarmPopupComponent implements OnInit {\npublic spawnsTwice = false;\n- public spawn = 0;\n+ public spawn = null;\npublic duration = 1;\n@@ -89,7 +89,7 @@ export class CustomAlarmPopupComponent implements OnInit {\nconst alarm: Partial...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed custom alarm creation with spawn at 0:00
1
fix
alarms
847,143
13.06.2021 13:03:21
-28,800
14aade17f289061ed112c4bce615bb6327a58c12
chore(photo-swipe): update code
[ { "change_type": "MODIFY", "diff": "import * as PhotoSwipe from \"photoswipe\";\nimport type { PhowoSwipeLocaleConfig } from \"../shared\";\n-declare const IMAGE_CONTAINER: string;\ndeclare const IMAGE_SELECTOR: string;\ndeclare const PHOTOSWIPE_DELAY: number;\ndeclare const PHOTOSWIPE_OPTIONS: PhotoSwipe.O...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(photo-swipe): update code
1
chore
photo-swipe
217,922
13.06.2021 13:38:56
-7,200
21d11fc7c912e37cc673e001d04307283cc07b4c
feat(desktop): stats are now updated as you switch jobs ingame, can be disabled in settings
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,19 @@ import {\n} from './auth.actions';\nimport firebase from 'firebase/app';\nimport { UserCredential } from '@firebase/auth-types';\n-import { catchError, distinctUntilChanged, distinctUntilKeyChanged, filter, first, map, shareReplay, startWith, switchMap,...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): stats are now updated as you switch jobs ingame, can be disabled in settings
1
feat
desktop
317,646
13.06.2021 13:54:21
-7,200
fdebf28caa3d1bda5ec881ad46d7f16bc4458ff0
docs: add tooltips information
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ module.exports = {\n],\n},\n\"configure\",\n+ \"beta\",\n\"themes\",\n\"share\",\n\"fonts\",\n", "new_path": "docs/sidebars.js", "old_path": "docs/sidebars.js" } ]
Go
MIT License
jandedobbeleer/oh-my-posh
docs: add tooltips information
1
docs
null
217,922
13.06.2021 13:57:12
-7,200
594c91f1261d4ad13ea9c04111cb63e888fc2e30
feat(patreon): new supporter: Syl Varil
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,8 @@ const patrons = [\n'Mae Sorbet and Iranon Aira of Mateus',\n'Sombra\\'s Scavengers on Jenova',\n'Raeanya Ashurke',\n- 'G\\'lek Tarssza'\n+ 'G\\'lek Tarssza',\n+ 'Syl Varil'\n];\nconst gifs = [\n", "new_path": "libs/loader/tc-loader.js", "old_path...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(patreon): new supporter: Syl Varil
1
feat
patreon
530,324
13.06.2021 14:27:52
-19,080
0813f15ced9bddb5e0a5fb2a24e37d4d1c492854
feat(cdk8s-*-ts): option to set constructs version `constructsVersion` can be used to set a certain version of constructs we want for our app/package. If its undefined, it will default to `^3.2.34` for backward compatibility. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -3316,7 +3316,7 @@ added, set to the exact version configrued here.\",\n\"type\": \"unknown\",\n},\nObject {\n- \"default\": \"\\\\\"1.0.0-beta.10\\\\\"\",\n+ \"default\": \"\\\\\"^1.0.0-beta.10\\\\\"\",\n\"docs\": \"Minimum target version this library is tested agains...
TypeScript
Apache License 2.0
projen/projen
feat(cdk8s-*-ts): option to set constructs version (#882) `constructsVersion` can be used to set a certain version of constructs we want for our app/package. If its undefined, it will default to `^3.2.34` for backward compatibility. Fixes #881
1
feat
cdk8s-*-ts
847,143
13.06.2021 14:51:14
-28,800
1044c45ba5236a0fc55fbe9a96e9c68858e5ef2c
fix(components): fixkeyboard event
[ { "change_type": "MODIFY", "diff": "@@ -103,7 +103,7 @@ export default defineComponent({\nonClick: () => {\nactiveIndex.value = index;\n},\n- onKeyDown: (event: KeyboardEvent) =>\n+ onKeydown: (event: KeyboardEvent) =>\nkeyboardHandler(event, index),\n},\nvnode.props.title\n", "new_path": "packages/comp...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fixkeyboard event
1
fix
components
847,143
13.06.2021 15:06:01
-28,800
72488b372f2f585c345639dc8d8d9f6582378098
feat(md-enhance): support i18n in details block
[ { "change_type": "ADD", "diff": "+import { ensureLeadingSlash, resolveLocalePath } from \"@vuepress/shared\";\n+\n+import type { LocaleConfig } from \"@vuepress/shared\";\n+import type Token from \"markdown-it/lib/token\";\n+import type { MarkdownItContainerRenderFunction } from \"@vuepress/plugin-container...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): support i18n in details block
1
feat
md-enhance
217,922
13.06.2021 15:56:11
-7,200
233f8eb6edbf984ee46e1efc76e9bf512269a1f3
fix(desktop): fixed wrong reports for marketboard history
[ { "change_type": "MODIFY", "diff": "},\n\"private\": true,\n\"dependencies\": {\n- \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.5.4\",\n+ \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.5.5\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n\"electron-log\": \"^3.0.6\",\n", "new_path": "package.json",...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed wrong reports for marketboard history
1
fix
desktop
217,922
13.06.2021 15:56:41
-7,200
b5956d9b6f41bcadacd0b8cda5a78b94bde1f04a
fix(desktop): possible fix for freeze on startup that requires window manipulation to unfreeze
[ { "change_type": "MODIFY", "diff": "@@ -449,6 +449,16 @@ export class AppComponent implements OnInit {\nthis.ipc.send('app-ready', true);\nthis.cd.detectChanges();\n}, 500);\n+ // This is a super ugly fix for the app freezing on startup for some random electron reason\n+ // We're just forcing the change det...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): possible fix for freeze on startup that requires window manipulation to unfreeze
1
fix
desktop
217,922
13.06.2021 15:57:19
-7,200
8f56a39aac4d4ca7896766315315a03699bb5eae
chore(release): 8.2.11
[ { "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+<a name=\"8.2.11\"></a>\n+## [8.2.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.2.11
1
chore
release
217,922
13.06.2021 17:02:27
-7,200
2b0d6c271ac4bf33d65a84e0101837a77def7f0c
chore(build): fix for aot build
[ { "change_type": "MODIFY", "diff": "@@ -251,8 +251,8 @@ const nzConfig: NzConfig = {\nHttpClientModule,\n- window.matchMedia('(prefers-reduced-motion: reduce)') ? NoopAnimationsModule : BrowserAnimationsModule,\n- window.matchMedia('(prefers-reduced-motion: reduce)') ? NzNoAnimationModule : [],\n+ environme...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(build): fix for aot build
1
chore
build
847,143
13.06.2021 17:24:38
-28,800
45ac35f49d4c2c65a55b68f11b440479640400bc
chore: fix demo command
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ jobs:\nrun: yarn run build\n- name: Demo build\n- run: yarn workspace theme-demo docs:build\n+ run: yarn workspace theme-demo build\n- name: Linter test\nrun: |\n", "new_path": ".github/workflows/test-v2.yml", "old_path": ".github/workflows/test-...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: fix demo command
1
chore
null
679,913
13.06.2021 17:45:01
-7,200
6917111aa6f019cbc4622a30be65c7f43cf995f9
feat(args): add showGroupNames option
[ { "change_type": "MODIFY", "diff": "@@ -135,6 +135,12 @@ export interface UsageOpts {\n* @defaultValue true\n*/\nshowDefaults: boolean;\n+ /**\n+ * If true, displays group names as sub headings.\n+ *\n+ * @defaultValue false\n+ */\n+ showGroupNames: boolean;\n/**\n* Prefix content to show before list of opt...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(args): add showGroupNames option
1
feat
args
847,143
13.06.2021 18:10:33
-28,800
52969f363233f27bb8be486d8b1217ee50b3c78f
test: remove bundler
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,6 @@ const config: UserConfig<DefaultThemeOptions> = {\ndescription: \"Comment Plugin for VuePress\",\n- bundler: process.env.BUNDLER ?? \"@vuepress/webpack\",\n-\ntheme: path.resolve(__dirname, \"./theme\"),\nthemeConfig: {\n", "new_path": "packages/commen...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
test: remove bundler
1
test
null
317,646
13.06.2021 19:41:56
-7,200
97a9916be04cd8b4af434d6f7e3ddb7a02ed36c1
chore(tooltips): update json schema
[ { "change_type": "MODIFY", "diff": "\"default\": [],\n\"description\": \"https://ohmyposh.dev/docs/configure\",\n\"items\": { \"$ref\": \"#/definitions/block\" }\n+ },\n+ \"tooltips\": {\n+ \"type\": \"array\",\n+ \"title\": \"Tooltip list, prompt elements to display based on context\",\n+ \"description\": ...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(tooltips): update json schema
1
chore
tooltips
847,143
13.06.2021 20:00:17
-28,800
0e97068b1d145fb2ba50589cb0ac6a75c17a19c2
fix(sass-palette): fix palette plugin under vite
[ { "change_type": "MODIFY", "diff": "@@ -26,10 +26,10 @@ export const palettePlugin: Plugin<PaletteOptions> = (\nname: `palette-${id}`,\nalias: {\n- [`@${id}/palette`]: `@temp/styles/${id}-palette.scss`,\n- [`@${id}/config`]: `@temp/styles/${id}-config.scss`,\n+ [`@${id}/palette`]: app.dir.temp(`styles/${id}...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(sass-palette): fix palette plugin under vite
1
fix
sass-palette
67,479
13.06.2021 20:03:53
-36,000
aadf5dfd23a4b36faa2621ba7d28f5caf15deac8
refactor(di): don't always copy root resources
[ { "change_type": "MODIFY", "diff": "@@ -859,10 +859,7 @@ export class Container implements IContainer {\nthis.root.resourceResolvers,\n);\n} else {\n- this.resourceResolvers = Object.assign(\n- Object.create(null),\n- this.root.resourceResolvers,\n- );\n+ this.resourceResolvers = Object.create(null);\n}\n}\...
TypeScript
MIT License
aurelia/aurelia
refactor(di): don't always copy root resources
1
refactor
di
551,634
13.06.2021 20:09:12
-3,600
bd6e3c718c8f2a6b83b7217ff8daf072da6fd6d5
chore: decrease ci maven step timeout
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ stages:\njdk: \"1.8\"\npool:\nvmImage: $(imageName)\n- timeoutInMinutes: 40\n+ timeoutInMinutes: 60\nvariables:\nSOURCE_CODE_CHANGED: $[ dependencies.CheckChanges.outputs['check_changes.SOURCE_CODE_CHANGED'] ]\nsteps:\n@@ -96,6 +96,7 @@ stages:\njdkVersi...
Java
Apache License 2.0
questdb/questdb
chore: decrease ci maven step timeout (#1114)
1
chore
null
67,479
13.06.2021 20:35:57
-36,000
f92ac3b8c9521b71174ff678b5d185584c7a1d0a
fix(di): disallow resource key override
[ { "change_type": "MODIFY", "diff": "@@ -1371,7 +1371,11 @@ describe(`The Container class`, function () {\nassert.strictEqual(childHasKey, false, `childHasKey`);\n});\n- it(`stores resource resolvers in resourceResolvers in parent and inherits them from root but does not from parent`, function () {\n+ // con...
TypeScript
MIT License
aurelia/aurelia
fix(di): disallow resource key override
1
fix
di
847,143
13.06.2021 21:35:32
-28,800
ee01165df2e034337bb568442d631d4e02fb58d7
chore: update waline
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@mr-hope/vuepress-shared\": \"2.0.0-alpha.2\",\n- \"@waline/client\": \"^1.2.3\",\n+ \"@waline/client\": \"^1.2.4\",\n\"balloon-css\": \"^1.2.0\",\n\"vuepress-plugin-reading-time2\": \"2.0.0-alpha.2\",\n\"vuepress-plugin-sass-palette\": \"2.0.0-...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update waline
1
chore
null
847,143
13.06.2021 21:35:50
-28,800
9dcae5bb1542efff228fbb04d2388a65292cc667
feat(shared): add addViteOptimizeDeps
[ { "change_type": "ADD", "diff": "+import { mergeConfig } from \"vite\";\n+\n+import type { App } from \"@vuepress/core\";\n+\n+export const addViteOptimizeDeps = (app: App, module: string): void => {\n+ if (app.options.bundler.endsWith(\"vite\"))\n+ app.options.bundlerConfig.viteOptions = mergeConfig(\n+ ap...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(shared): add addViteOptimizeDeps
1
feat
shared
847,143
13.06.2021 21:36:55
-28,800
c4d06c61f0b0097fa2204efaf02ddaa375426385
feat(comment2): prebundle
[ { "change_type": "MODIFY", "diff": "-import { getLocales } from \"@mr-hope/vuepress-shared\";\n+import { addViteOptimizeDeps, getLocales } from \"@mr-hope/vuepress-shared\";\nimport { path } from \"@vuepress/utils\";\nimport { useReadingTimePlugin } from \"vuepress-plugin-reading-time2\";\nimport { usePalet...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(comment2): prebundle @waline/client
1
feat
comment2
847,143
13.06.2021 22:10:34
-28,800
67d1ce0fb081199d473b2b71e8e3a9e17946cbf2
feat: compatable with vite
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ export default [\n\"@mr-hope/vuepress-shared\",\n\"@vuepress/utils\",\n\"vuepress-plugin-sass-palette\",\n+ \"vuepress-plugin-reading-time2\",\n],\n}),\n...rollupTypescript(\"client/appEnhance\", {\n@@ -15,7 +16,6 @@ export default [\n\"balloon-css\",\n\"v...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: compatable with vite
1
feat
null
603,467
13.06.2021 22:42:38
-3,600
7507de497ec6daf5d2809b979c49be40738591bb
docs(website): added a link to the Contributors Channel on Gitter
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,9 @@ When reporting a bug, please kindly remember to:\nSerenity/JS is an open source project that's open to your contributions and [pull requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).\n-Before put...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): added a link to the Contributors Channel on Gitter
1
docs
website
847,143
13.06.2021 22:45:59
-28,800
a8f2abbf2a01a4438bd0b368d360d66db3d4b0ed
fix: fix demo
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ jobs:\nrun: yarn run build\n- name: Demo build\n- run: yarn workspace theme-demo build\n+ run: yarn workspace theme-demo demo:build\n- name: Linter test\nrun: |\n", "new_path": ".github/workflows/test-v2.yml", "old_path": ".github/workflows/test-...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix: fix demo
1
fix
null
847,143
13.06.2021 23:26:06
-28,800
b89540f7a423ce991c99c4e11660b41e9900b339
fix(shared): fix typos
[ { "change_type": "MODIFY", "diff": "@@ -22,11 +22,11 @@ export const useCustomDevServer = (\n) =>\ngetResponse(request)\n.then((data) => {\n- response.statusCode === 200;\n+ response.statusCode = 200;\nresponse.end(data);\n})\n.catch(() => {\n- response.statusCode === 500;\n+ response.statusCode = 500;\nres...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(shared): fix typos
1
fix
shared
877,032
14.06.2021 04:37:46
14,400
1d5ad4e393110bf13e658080e3a77b5972e3a746
ci(sources/css): add unreset bundles' build
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,10 @@ module.exports = {\nprefix: 'vtmn-',\npurge: false,\ndarkMode: false, // or 'media' or 'class',\n+ corePlugins: {\n+ preflight:\n+ process.env.PREFLIGHT === 'true' || process.env.PREFLIGHT === undefined,\n+ },\ntheme: {\nscreens: {\nmobile: { max: '599px'...
JavaScript
Apache License 2.0
decathlon/vitamin-web
ci(sources/css): add unreset bundles' build (#352)
1
ci
sources/css
756,038
14.06.2021 09:27:54
25,200
fabfacb326adf0bfc00fd4de66e33ad100a94606
fix: handle amounts over int64 limits
[ { "change_type": "MODIFY", "diff": "@@ -77,13 +77,13 @@ func rewardRate(pool sdk.Coins, blocks int64) sdk.Coins {\ncoins := make([]sdk.Coin, 0)\nif blocks > 0 {\nfor _, coin := range pool {\n- amt := coin.Amount.Int64()\n- if amt == 0 {\n+ if coin.IsZero() {\ncontinue\n}\n// divide by blocks, rounding fract...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: handle amounts over int64 limits
1
fix
null