author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,244 | 20.06.2019 18:41:35 | -36,000 | c1c43bf244630cee7543a787bd2087ac9b095b61 | docs(kms): update example for importing an existing Key by ARN | [
{
"change_type": "MODIFY",
"diff": "@@ -42,15 +42,14 @@ pass the construct to the other stack:\n### Importing existing keys\nTo use a KMS key that is not defined in this CDK app, but is created through other means, use\n-`Key.import(parent, name, ref)`:\n+`Key.fromKeyArn(parent, name, ref)`:\n```ts\n-const ... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(kms): update example for importing an existing Key by ARN (#2920) | 1 | docs | kms |
104,857 | 20.06.2019 18:50:44 | 10,800 | 030d9158ecc8d2f7fb462622c166176823d41d52 | chore(chart): unit on y-axis labels | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ const determinePrecision = (size, value, precision) => {\nconst TimeSeriesCard = ({\ntitle,\n- content: { series, timeDataSourceId, xLabel, yLabel },\n+ content: { series, timeDataSourceId, xLabel, yLabel, unit },\nsize,\ninterval,\nvalues,\n@@ -161,7 +1... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(chart): unit on y-axis labels | 1 | chore | chart |
438,921 | 20.06.2019 19:33:06 | -32,400 | 54a80760887dd4ba4135e90b1062f9f48b5e1d5f | skip: update .travis.yml | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,7 @@ jobs:\ndeploy:\nprovider: script\nskip_cleanup: true\n- script:\n- - npm run release\n- - npm run release:docs\n+ script: npm run release && npm run release:docs\n'on':\nrepo: naver/billboard.js\nbranches:\n",
"new_path": ".travis.yml",
"old_path... | TypeScript | MIT License | naver/billboard.js | skip: update .travis.yml | 1 | skip | null |
438,921 | 20.06.2019 21:12:29 | -32,400 | 92cc1b4042592a7338c0f5330e57ba62c504bf5b | skip: update semantic-release config | [
{
"change_type": "MODIFY",
"diff": "\"@semantic-release/git\"\n],\n\"tagFormat\": \"${version}\",\n- \"branches\": [\n- \"master\",\n- {\"name\": \"next\", \"prerelease\": true}\n- ]\n+ \"branch\": \"master\"\n}\n",
"new_path": ".releaserc.json",
"old_path": ".releaserc.json"
},
{
"change_ty... | TypeScript | MIT License | naver/billboard.js | skip: update semantic-release config | 1 | skip | null |
438,921 | 20.06.2019 21:29:54 | -32,400 | 355123b4bee48eac73fdd2a4ee408d45c88b9dc3 | skip: fix on 127 script error | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,7 @@ jobs:\ndeploy:\nprovider: script\nskip_cleanup: true\n- script:\n- - npm run release\n- - npm run release:docs\n+ script: npm run release && chmod + ./config/deploy.sh\n'on':\nrepo: naver/billboard.js\nbranches:\n",
"new_path": ".travis.yml",
"ol... | TypeScript | MIT License | naver/billboard.js | skip: fix on 127 script error | 1 | skip | null |
815,593 | 20.06.2019 21:36:58 | -28,800 | d52fad32c1c4e51b6506a6e7d66ce65af0debffe | fix: resolve `ChainSpec` script deserialize issue | [
{
"change_type": "MODIFY",
"diff": "@@ -450,6 +450,7 @@ dependencies = [\n\"ckb-pow 0.15.0-pre\",\n\"ckb-resource 0.15.0-pre\",\n\"dao 0.15.0-pre\",\n+ \"jsonrpc-types 0.15.0-pre\",\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+htt... | Rust | MIT License | nervosnetwork/ckb | fix: resolve `ChainSpec` script deserialize issue | 1 | fix | null |
503,963 | 20.06.2019 21:48:09 | -7,200 | 175352c72c5e56b910d89c678e31a63acd711c40 | fix(Alert): fix close button action
fix patternfly/patternfly-org#1213 | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,7 @@ class DangerAlert extends React.Component {\n<Alert\nvariant=\"danger\"\ntitle=\"Danger alert title\"\n- action={<AlertActionCloseButton action={<AlertActionCloseButton onClose={this.hideAlertOne} />} />}\n+ action={<AlertActionCloseButton onClose={thi... | TypeScript | MIT License | patternfly/patternfly-react | fix(Alert): fix close button action (#2308)
fix patternfly/patternfly-org#1213 | 1 | fix | Alert |
791,834 | 20.06.2019 22:04:29 | 25,200 | b13189c7cc41aa015e9a50b9ec126e438a763179 | core(gather-runner): add PageLoadError base artifact | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,6 @@ module.exports = {\nmaxWaitForLoad: 5000,\nonlyAudits: [\n'first-contentful-paint',\n- // TODO: this audit collects a non-base artifact, allowing the runtimeError to be collected.\n- 'content-width',\n],\n},\n};\n",
"new_path": "lighthouse-cli/test/s... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): add PageLoadError base artifact (#9236) | 1 | core | gather-runner |
815,590 | 20.06.2019 22:12:28 | -28,800 | 7df42bc548b3df28ef19bf5d15efd0c1e86f53d3 | test: crypto serialize | [
{
"change_type": "MODIFY",
"diff": "@@ -33,12 +33,20 @@ mod tests {\nmessage\n}\n+ #[test]\n+ fn test_gen_keypair() {\n+ let gen = Generator::new();\n+ let (privkey, pubkey) = gen.random_keypair().expect(\"gen keypair\");\n+ assert_eq!(privkey.pubkey().expect(\"pubkey\"), pubkey);\n+ }\n+\n#[test]\nfn test_... | Rust | MIT License | nervosnetwork/ckb | test: crypto serialize | 1 | test | null |
71,459 | 20.06.2019 22:22:03 | 25,200 | 343a9e8c24659e3346a07a00ee06843de3983f07 | refactor(ecs): stop using deprecated methods and remove them
The deprecated methods are: `placeOnMemberOf()`, `placeSpreadAcross()`, `placePackedBy()`, `placeRandomly()`. This closes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { Construct, Lazy, Resource } from '@aws-cdk/cdk';\nimport { BaseService, BaseServiceProps, IService } from '../base/base-service';\nimport { NetworkMode, TaskDefinition } from '../base/task-definition';\nimport { CfnService } from '../ecs.generated... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(ecs): stop using deprecated methods and remove them (#2947)
The deprecated methods are: `placeOnMemberOf()`, `placeSpreadAcross()`, `placePackedBy()`, `placeRandomly()`. This closes #2946. | 1 | refactor | ecs |
815,569 | 20.06.2019 23:00:33 | -28,800 | b4ed899ea0ebc25cfb7e8ea4e2399ff713da0c9c | chore: cache dep script data | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ use ckb_vm::{\nuse dao::calculate_maximum_withdraw;\nuse fnv::FnvHashMap;\nuse numext_fixed_hash::H256;\n+use std::cell::RefCell;\nuse std::cmp::min;\n#[cfg(all(unix, target_pointer_width = \"64\"))]\n@@ -65,6 +66,7 @@ pub struct TransactionScriptsVerifi... | Rust | MIT License | nervosnetwork/ckb | chore: cache dep script data | 1 | chore | null |
603,467 | 20.06.2019 23:22:18 | -3,600 | 6e17d394bffc811440fa8735b8c1a7cecd5285a5 | docs(website): Changelog gets published with the website | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ const\ndebug = require('./plugins/debug'),\nrenamePath = require('./plugins/renamePath'),\nsources = require('./plugins/sources'),\n+ source = require('./plugins/source'),\npathToFile = require('./plugins/pathToFile'),\nhighlightEsdoc = require('./plugin... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): Changelog gets published with the website | 1 | docs | website |
603,467 | 20.06.2019 23:51:16 | -3,600 | ea0daead44280f5944cf3e14973165214e71b7cc | docs(jasmine): Finished the API docs | [
{
"change_type": "MODIFY",
"diff": "@@ -38,9 +38,7 @@ import { Expectation, JasmineDoneInfo, SpecResult, SuiteResult } from './jasmine\n* @see {@link bootstrap}\n*/\nexport class SerenityReporterForJasmine {\n- /**\n- * @private\n- */\n+\nprivate describes: SuiteResult[] = [];\nconstructor(private readonly ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(jasmine): Finished the API docs | 1 | docs | jasmine |
603,467 | 20.06.2019 23:51:59 | -3,600 | 165324d5696b68f47054c83110b39cb81d4e4a6c | docs(website): Added a link to github | [
{
"change_type": "MODIFY",
"diff": "<a href=\"/modules\" class=\"web-nav-item\">Modules</a>\n<a href=\"/CHANGELOG.html\" class=\"web-nav-item\">Changelog</a>\n<a href=\"#!\" class=\"web-nav-item\">Support</a>\n- <a href=\"#!\" class=\"web-nav-item\">\n+ <a href=\"https://github.com/serenity-js\" class=\"web... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): Added a link to github | 1 | docs | website |
273,683 | 21.06.2019 00:25:54 | -7,200 | 878b4a539b3561b5f6e4cf00ac6f7786d9e68a08 | feat(prismjs): wrap code blocks in code tag | [
{
"change_type": "MODIFY",
"diff": "@@ -35,5 +35,10 @@ function highlight ({ value, lang }, tag = 'pre') {\ncode = escapeHtml(code)\n}\n- return `<${tag} class=\"language-${lang}\">${code}</${tag}>`\n+ const className = `language-${lang}`\n+ const codeTag = `<code class=\"${className}\">${code}</code>`\n+\n... | JavaScript | MIT License | gridsome/gridsome | feat(prismjs): wrap code blocks in code tag (#506) | 1 | feat | prismjs |
679,913 | 21.06.2019 00:37:38 | -3,600 | ef06c74bd743a8c6ceabc68d211437cdaed02ed7 | feat(shader-ast): add WASM target basics & C runtime | [
{
"change_type": "ADD",
"diff": "+import { Fn } from \"@thi.ng/api\";\n+import { Term } from \"../api\";\n+import { isMat, isVec } from \"../ast\";\n+import { defTarget } from \"./target\";\n+\n+export const targetWASM = () => {\n+ type Stack = any[];\n+\n+ const TYPES: any = {\n+ float: \"f32\",\n+ int: \"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add WASM target basics & C runtime | 1 | feat | shader-ast |
71,518 | 21.06.2019 01:37:41 | 25,200 | 58a80ab5cbf1717fab702fa4d5b8571e826f53c8 | fix(stepfunctions): fix passing of Token in RunLambdaTask
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -63,11 +63,9 @@ export class PublishToTopic implements sfn.IStepFunctionsTask {\n})],\nparameters: {\nTopicArn: this.topic.topicArn,\n- ...sfn.FieldUtils.renderObject({\nMessage: this.props.message.value,\nMessageStructure: this.props.messagePerSubscriptionType ? \"jso... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(stepfunctions): fix passing of Token in RunLambdaTask (#2939)
Fixes #2937. | 1 | fix | stepfunctions |
104,818 | 21.06.2019 03:19:32 | -7,200 | 765a19c256a3b50152445872ecfee136cbf05750 | feat(timeseries): show sample values in edit mode | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ import { TimeSeriesCardPropTypes, CardPropTypes } from '../../constants/PropType\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\nimport Card from '../Card/Card';\n+import { generateSampleValues } from './timeSeriesUtils';\n+\nconst LineCh... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(timeseries): show sample values in edit mode | 1 | feat | timeseries |
104,818 | 21.06.2019 03:34:05 | -7,200 | 1da27408efdf42e0b4ad095b6869b3816e7d0393 | fix(timeseries): sorting should use timeDataSourceId | [
{
"change_type": "MODIFY",
"diff": "@@ -61,13 +61,18 @@ const TimeSeriesCard = ({\n}) => {\nconst values = isEditable ? generateSampleValues(series, timeDataSourceId) : valuesProp;\nconst valueSort = values\n- ? values.sort((left, right) => moment.utc(left.timestamp).diff(moment.utc(right.timestamp)))\n+ ? ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): sorting should use timeDataSourceId | 1 | fix | timeseries |
104,818 | 21.06.2019 03:38:05 | -7,200 | f54c61d992df6949c8e22e00a1169b3821b0d052 | fix(timeseries): make the fake data cross day boundaries | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ export const generateSampleValues = (series, timeDataSourceId) => {\nconst now = moment();\nconst sampleValues = Array(10).fill(1);\nreturn sampleValues.map(() => ({\n- [timeDataSourceId]: now.add(5, 'minutes').valueOf(),\n+ [timeDataSourceId]: now.add(1, ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): make the fake data cross day boundaries | 1 | fix | timeseries |
71,459 | 21.06.2019 04:44:32 | 25,200 | 0535d36a7c05453d56c6e2a4166c00997cb34e87 | feat(ecs): set default health check grace period to 60s
Set the default `HealthCheckGracePeriodSeconds` in base-service to 60 seconds if it's not already set and at least one load balancer is configured
This was a FIXME in the ECS CDK codebase.
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n}\n],\n+ \"HealthCheckGracePeriodSeconds\": 60,\n\"NetworkConfiguration\": {\n\"AwsvpcConfiguration\": {\n\"AssignPublicIp\": \"DISABLED\",\n",
"new_path": "packages/@aws-cdk/aws-ecs-patterns/test/fargate/integ.asset-image.expected.json",
"old_path": "packages/... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ecs): set default health check grace period to 60s (#2942)
Set the default `HealthCheckGracePeriodSeconds` in base-service to 60 seconds if it's not already set and at least one load balancer is configured
This was a FIXME in the ECS CDK codebase.
Closes #2936. | 1 | feat | ecs |
71,459 | 21.06.2019 04:46:47 | 25,200 | db981bfd68a56ad7851d6eccd2886a5e711bdab3 | refactor(ecs): rename `serviceDiscovery` to `cloudMap`
Streamline the term "service discovery" to "AWS CloudMap" so that they are consistent.
Closes
BREAKING CHANGES:
* **ecs**: `serviceDiscovery` has been replaced with `cloudMap` in all methods and types. | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ export interface BaseServiceProps {\n*\n* @default - AWS Cloud Map service discovery is not enabled.\n*/\n- readonly serviceDiscoveryOptions?: ServiceDiscoveryOptions;\n+ readonly cloudMapOptions?: CloudMapOptions;\n/**\n* Whether the new long ARN format... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(ecs): rename `serviceDiscovery` to `cloudMap` (#2979)
Streamline the term "service discovery" to "AWS CloudMap" so that they are consistent.
Closes #2978.
BREAKING CHANGES:
* **ecs**: `serviceDiscovery` has been replaced with `cloudMap` in all methods and types. | 1 | refactor | ecs |
815,593 | 21.06.2019 08:32:55 | -28,800 | d21b585ccada79cd8c17a9b6d7ef49c3ecd9fc47 | chore: set `discovery_local_address` to true for dev chain | [
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,10 @@ ping_timeout_secs = 1200\nconnect_outbound_interval_secs = 15\n# If set to true, try to register upnp\nupnp = false\n+# If set to true, network service will add discovered local address to peer store, it's helpful for private net development\n+discovery... | Rust | MIT License | nervosnetwork/ckb | chore: set `discovery_local_address` to true for dev chain | 1 | chore | null |
71,169 | 21.06.2019 09:02:47 | 25,200 | 5282a0848446e1f5b39710e251ac89f95ee29497 | fix(sfn): Pass support non-object Result types | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ taskDefinition.addContainer('TheContainer', {\n// Build state machine\nconst definition = new sfn.Pass(stack, 'Start', {\n- result: { SomeKey: 'SomeValue' }\n+ result: sfn.Result.fromObject({ SomeKey: 'SomeValue' })\n}).next(new sfn.Task(stack, 'Run', { ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(sfn): Pass support non-object Result types (#2811) | 1 | fix | sfn |
104,827 | 21.06.2019 09:10:06 | 18,000 | db789f78b32db0dfa4a2391ca3ec300af09f479e | fix(timeseriescard): layout adjustments to render chart at 100% height | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,7 @@ export const CardHeader = styled.div`\nexport const CardContent = styled.div`\nflex: 1;\n+ position: relative;\n`;\nconst CardTitle = styled.span`\n@@ -270,7 +271,7 @@ const Card = ({\n</CardTitle>\n{toolbar}\n</CardHeader>\n- <CardContent height={dimens... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseriescard): layout adjustments to render chart at 100% height | 1 | fix | timeseriescard |
438,921 | 21.06.2019 09:30:03 | -32,400 | 2187029d49436779bef5549efb0e4edd539c4a3c | chore(release): Update on deploy | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,10 @@ jobs:\ndeploy:\nprovider: script\nskip_cleanup: true\n- script: npm run release && chmod + ./config/deploy.sh\n+ script:\n+ - npm run release\n+ after_success:\n+ - chmod +x ./config/deploy.sh\n'on':\nrepo: naver/billboard.js\nbranches:\n",
"new_pat... | TypeScript | MIT License | naver/billboard.js | chore(release): Update on deploy | 1 | chore | release |
815,593 | 21.06.2019 10:25:43 | -28,800 | a03fdb985ed531e65f90f29c4b497512f05ea82a | chore: add issued_cells to dev chain and remove genesis hash from it | [
{
"change_type": "MODIFY",
"diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0xd6686c89355859038a1b4e9352f9d383f8f9bdc2a05080971a6c06a93828e91f\"\n-cellbase = \"0xea25833fb17c621e230893b39ac56cd21290d69e56f7333734777c7d810f6ff1\"\n+genesis = \"0x7d789ed1c7641670dfb411ff0d220b77b7e95a864d8b... | Rust | MIT License | nervosnetwork/ckb | chore: add issued_cells to dev chain and remove genesis hash from it | 1 | chore | null |
815,593 | 21.06.2019 10:26:09 | -28,800 | 8187bf343e77708bf0e4cdbfce2c8259528fa4d0 | fix: resolve indexer genesis block cell bug | [
{
"change_type": "MODIFY",
"diff": "@@ -350,7 +350,7 @@ impl<CS: ChainStore + 'static> DefaultIndexerStore<CS> {\n.for_each(|block_number| {\nlet index_lock_hashes = lock_hash_index_states\n.iter()\n- .filter(|(_, index_state)| index_state.block_number < block_number)\n+ .filter(|(_, index_state)| index_sta... | Rust | MIT License | nervosnetwork/ckb | fix: resolve indexer genesis block cell bug | 1 | fix | null |
71,425 | 21.06.2019 10:32:47 | -7,200 | f30bdd30af6d1880e32adf5c348e2f37adce58ae | chore(eks): update EKS instance type list | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,18 @@ import ec2 = require('@aws-cdk/aws-ec2');\n*/\nconst MAX_PODS = Object.freeze(\nnew Map([\n+ ['a1.medium', 8],\n+ ['a1.large', 29],\n+ ['a1.xlarge', 58],\n+ ['a1.2xlarge', 58],\n+ ['a1.4xlarge', 234],\n+ ['c1.medium', 12],\n+ ['c1.xlarge', 58],\n+ ['c3.la... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(eks): update EKS instance type list (#2967) | 1 | chore | eks |
71,183 | 21.06.2019 10:41:24 | -7,200 | 370b905c0e4710ea79a295938589426bb22fa8cf | fix(elbv2): restrict ALB access logs bucket permissions to minimum | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ export class ApplicationLoadBalancer extends BaseLoadBalancer implements IApplic\n}\nprefix = prefix || '';\n- bucket.grantPut(new iam.AccountPrincipal(account), prefix + '*');\n+ bucket.grantPut(new iam.AccountPrincipal(account), `${(prefix ? prefix + \... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(elbv2): restrict ALB access logs bucket permissions to minimum (#2929) | 1 | fix | elbv2 |
815,590 | 21.06.2019 11:25:16 | -28,800 | f5b5c0770302b7e1826d5198b98e6e736dda4afe | test: util/network-alert | [
{
"change_type": "MODIFY",
"diff": "@@ -684,6 +684,7 @@ version = \"0.16.0-pre\"\ndependencies = [\n\"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"ckb-core 0.16.0-pre\",\n+ \"ckb-crypto 0.16.0-pre\",\n\"ckb-jsonrpc-types 0.16.0-pre\",\n\"ckb-logger 0.16.0-pre\",\n\"ckb-multisig... | Rust | MIT License | nervosnetwork/ckb | test: util/network-alert | 1 | test | null |
217,922 | 21.06.2019 11:26:25 | -7,200 | acabfd0de5ec0800466407607b7f291af9301585 | chore: trying to fix lang in SSR rendering | [
{
"change_type": "MODIFY",
"diff": "-import { Pipe, PipeTransform } from '@angular/core';\n+import { Inject, Pipe, PipeTransform, PLATFORM_ID } from '@angular/core';\nimport { TranslateService } from '@ngx-translate/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n+import { Activ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: trying to fix lang in SSR rendering | 1 | chore | null |
104,827 | 21.06.2019 11:49:19 | 18,000 | 0d1b451475f8fa7de9074cad6db67ba04a08609c | fix(timeseriescard): pass timeRange enum down to card | [
{
"change_type": "MODIFY",
"diff": "@@ -106,6 +106,7 @@ const defaultProps = {\nsize: CARD_SIZES.SMALL,\nlayout: CARD_SIZES.HORIZONTAL,\ntoolbar: undefined,\n+ timeRange: undefined,\nisLoading: false,\nisEmpty: false,\n/** In editable mode we'll show preview data */\n@@ -154,6 +155,7 @@ const Card = ({\nerr... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseriescard): pass timeRange enum down to card | 1 | fix | timeseriescard |
711,597 | 21.06.2019 12:06:18 | -7,200 | 0470e03c844b63cd26b065c5e3026ff5e224f99f | docs(core): Escape "@" in example import statements | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ const DEFAULT_CONTEXT = 'Vendure Server';\n*\n* @example\n* ```ts\n- * import { DefaultLogger, LogLevel, VendureConfig } from '@vendure/core';\n+ * import { DefaultLogger, LogLevel, VendureConfig } from '\\@vendure/core';\n*\n* export config: VendureConf... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Escape "@" in example import statements | 1 | docs | core |
104,818 | 21.06.2019 12:48:06 | -7,200 | fbc1712a5a6fa9ddd667ad94ce3bd3fb6795aba7 | fix(dashboard): export sizes and layout callbacks | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,10 @@ const propTypes = {\ndashboardBreakpoints: DashboardBreakpointsPropTypes,\n/** map of number of columns to a given dashboard layout */\ndashboardColumns: DashboardColumnsPropTypes,\n+ /** Add function callback if the layout is changed by dragging */\n+ ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): export sizes and layout callbacks | 1 | fix | dashboard |
504,004 | 21.06.2019 13:13:08 | 14,400 | ad2fc23d138647ad26ced3c0f5ab51d9aad84b08 | fix(topology): Remove utility PF from control bar buttons
Set specifically on control buttons | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\nexports[`TopologyControlBar should accept button options correctly 1`] = `\n-.pf-c-button.pf-m-tertiary.pf-topology-control-bar__button.pf-u-px-sm.pf-u-mr-xs {\n+.pf-c-button.pf-m-tertiary.pf-topology-control-bar__button {\n+ di... | TypeScript | MIT License | patternfly/patternfly-react | fix(topology): Remove utility PF from control bar buttons (#2319)
Set specifically on control buttons | 1 | fix | topology |
71,371 | 21.06.2019 13:47:32 | -7,200 | 91011611feaf36920d48b2e2d7c7f4363e2016ee | fix(toolkit): ensure asset zips are consistently produced
Zip files were not consistent across deploys resulting in unnecessary S3 uploads and stack updates.
Ensure consistency by appending files in series (guarantees file ordering in the zip) and reseting
dates (guarantees same hash for same content).
Closes Closes | [
{
"change_type": "MODIFY",
"diff": "import archiver = require('archiver');\nimport crypto = require('crypto');\nimport fs = require('fs-extra');\n+import glob = require('glob');\n+import path = require('path');\nexport function zipDirectory(directory: string, outputFile: string): Promise<void> {\nreturn new... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(toolkit): ensure asset zips are consistently produced (#2931)
Zip files were not consistent across deploys resulting in unnecessary S3 uploads and stack updates.
Ensure consistency by appending files in series (guarantees file ordering in the zip) and reseting
dates (guarantees same hash for same content).
... | 1 | fix | toolkit |
71,663 | 21.06.2019 13:48:36 | 25,200 | 13025c46c4214510f03545f0acb2f754157540ff | refactor(codepipeline): API cleanup.
BREAKING CHANGE: rename CodeCommitAction.pollForSourceChanges to trigger,
and make it an enum.
* Rename S3SourceAction.pollForSourceChanges to trigger,
and make it an enum.
* Rename StageAddToPipelineProps interface to StageOptions.
* Remove the classes CloudFormationAction and Clou... | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ const sourceAction = new codepipeline_actions.GitHubSourceAction({\noauthToken: token.value,\noutput: sourceOutput,\nbranch: 'develop', // default: 'master'\n- trigger: codepipeline_actions.GitHubTrigger.Poll // default: 'WebHook', 'None' is also possibl... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(codepipeline): API cleanup. (#2982)
BREAKING CHANGE: rename CodeCommitAction.pollForSourceChanges to trigger,
and make it an enum.
* Rename S3SourceAction.pollForSourceChanges to trigger,
and make it an enum.
* Rename StageAddToPipelineProps interface to StageOptions.
* Remove the classes CloudFormationA... | 1 | refactor | codepipeline |
815,593 | 21.06.2019 14:03:03 | -28,800 | 512b686486ecbf9a53c6b7398d60223b17d73800 | chore: change all logger to ckb_logger | [
{
"change_type": "MODIFY",
"diff": "@@ -466,6 +466,7 @@ dependencies = [\n\"bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb... | Rust | MIT License | nervosnetwork/ckb | chore: change all logger to ckb_logger (#1083) | 1 | chore | null |
503,945 | 21.06.2019 14:09:07 | 14,400 | 394cb43f92484137ef6abbcc0a94c304835d202f | chore(package): Bump versions to 2.14.0 | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.13.4\",\n+ \"@patternfly/patternfly\": \"2.14.0\",\n\"@patternfly/react-icons\": \"^3.10.3\",\n\"@patternfly/re... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.14.0 (#2318) | 1 | chore | package |
815,601 | 21.06.2019 15:35:10 | -28,800 | 68d45d04d773af4a5e55a399fb0901c0ea8e1d31 | refactor: build block macros for test | [
{
"change_type": "MODIFY",
"diff": "use crate::tests::util::{\n- create_multi_outputs_transaction, create_transaction, create_transaction_with_out_point,\n- gen_block, start_chain, MockChain,\n+ create_cellbase, create_multi_outputs_transaction, create_transaction,\n+ create_transaction_with_out_point, star... | Rust | MIT License | nervosnetwork/ckb | refactor: build block macros for test | 1 | refactor | null |
104,818 | 21.06.2019 16:42:03 | -7,200 | 35d3961c4fc7b4608b0dfbf6b7a3baac3a96d2de | fix(dashboard): onLayoutChange needs allLayouts param | [
{
"change_type": "MODIFY",
"diff": "@@ -298,7 +298,9 @@ const Dashboard = ({\npreventCollision={false}\n// Stop the initial animation\nshouldAnimate={isEditable}\n- onLayoutChange={layout => onLayoutChange && onLayoutChange(layout)}\n+ onLayoutChange={(layout, allLayouts) =>\n+ onLayoutChange && onLayoutCha... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): onLayoutChange needs allLayouts param | 1 | fix | dashboard |
815,601 | 21.06.2019 18:41:09 | -28,800 | f79fb6fcc6a6fe7b76f556b45fbc43a169540df5 | feat: revise epoch rpc | [
{
"change_type": "MODIFY",
"diff": "@@ -346,12 +346,10 @@ http://localhost:8114\n\"id\": 2,\n\"jsonrpc\": \"2.0\",\n\"result\": {\n- \"block_reward\": \"100000000000\",\n\"difficulty\": \"0x3e8\",\n- \"last_block_hash_in_previous_epoch\": \"0x0000000000000000000000000000000000000000000000000000000000000000\... | Rust | MIT License | nervosnetwork/ckb | feat: revise epoch rpc | 1 | feat | null |
71,381 | 21.06.2019 19:07:34 | -36,000 | c9340a61b9027352124f010feaade6dafe0cf178 | feat(codepipeline-actions): Add CAPABILITY_AUTO_EXPAND
Adds CAPABILITY_AUTO_EXPAND and support to define a list of capabilities for the CodePipeline action.
BREAKING CHANGE:
* **codepipeline**: the `capabilities` property is now an array to support multiple capabilities. | [
{
"change_type": "MODIFY",
"diff": "@@ -63,9 +63,9 @@ export interface PipelineDeployStackActionProps {\n* information\n*\n* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities\n- * @default AnonymousIAM, unless `adminPermissions` is true\n+ * @... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline-actions): Add CAPABILITY_AUTO_EXPAND (#2851) (#2852)
Adds CAPABILITY_AUTO_EXPAND and support to define a list of capabilities for the CodePipeline action.
BREAKING CHANGE:
* **codepipeline**: the `capabilities` property is now an array to support multiple capabilities. | 1 | feat | codepipeline-actions |
815,593 | 21.06.2019 20:43:43 | -28,800 | c08d4eaed84e7d5441c126a0beedbeb8501e7d46 | test: fix integration test for genesis block indexer | [
{
"change_type": "MODIFY",
"diff": "@@ -24,13 +24,14 @@ impl Spec for IndexerBasic {\nassert_eq!(0, live_cells.len());\nassert_eq!(0, cell_transactions.len());\n- info!(\"Should return live cells and cell transactions after index the lock hash\");\n+ // genesis block outputs are indexed also, so the result ... | Rust | MIT License | nervosnetwork/ckb | test: fix integration test for genesis block indexer (#1089) | 1 | test | null |
711,597 | 21.06.2019 21:05:02 | -7,200 | c90a2a4b01c532cb3ba5f6b330ca5ba962d44b4c | fix(core): Fix AssetInterceptor stack overflow with cyclic response | [
{
"change_type": "MODIFY",
"diff": "@@ -173,4 +173,30 @@ describe('AssetInterceptor', () => {\n},\n),\n);\n+\n+ describe('cyclic objects', () => {\n+ const fido: any = {\n+ name: 'fido',\n+ avatar: mockAsset(),\n+ };\n+ const person = {\n+ name: 'joe',\n+ pet: fido,\n+ };\n+ fido.owner = person;\n+\n+ it(\n... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix AssetInterceptor stack overflow with cyclic response | 1 | fix | core |
273,741 | 21.06.2019 22:02:41 | -7,200 | 9d66273c9d62e7b36ade8642b79df526170fd30e | fix(build): stabilize image processing worker | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst fs = require('fs-extra')\n+const pMap = require('p-map')\n+const readline = require('readline')\nconst hirestime = require('hirestime')\nconst { chunk, groupBy } = require('lodash')\n+const sysinfo = require('./utils/sysinfo')\nconst { ... | JavaScript | MIT License | gridsome/gridsome | fix(build): stabilize image processing worker (#501) | 1 | fix | build |
679,913 | 21.06.2019 22:29:35 | -3,600 | 140b23883b5ecfed8d77d90f6e29ebb789274048 | feat(leb128): import new hybrid TS/WASM/zig package, incl. readme & tests | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/leb128/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, Januar... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(leb128): import new hybrid TS/WASM/zig package, incl. readme & tests | 1 | feat | leb128 |
815,598 | 21.06.2019 22:38:35 | -28,800 | 61757654df33549f06940cc9ec3bd693511b2cff | chore(ci): Only run CI in master branch and rc pull requests | [
{
"change_type": "MODIFY",
"diff": "@@ -93,7 +93,7 @@ matrix:\nos: linux\nscript: make integration-release\n- name: Code Coverage\n- if: 'tag IS NOT present AND branch = master'\n+ if: 'tag IS NOT present AND ((branch = master AND type != pull_request) OR head_branch =~ /^rc\\//)'\nos: linux\ninstall:\n- ca... | Rust | MIT License | nervosnetwork/ckb | chore(ci): Only run CI in master branch and rc pull requests | 1 | chore | ci |
815,598 | 21.06.2019 22:38:52 | -28,800 | e331076fff6efbe6537c20be751b435d03ea6d08 | docs: Do not show coverage badges in README | [
{
"change_type": "MODIFY",
"diff": "[](https://t.me/nervosnetwork)\n[](https://talk.nervos.org/)\n-Branc... | Rust | MIT License | nervosnetwork/ckb | docs: Do not show coverage badges in README | 1 | docs | null |
815,598 | 21.06.2019 22:39:03 | -28,800 | e70933a93b9b1d6e1941f28be11f7613f79aebbc | chore(ci): enable tests in forks | [
{
"change_type": "MODIFY",
"diff": "@@ -58,11 +58,11 @@ matrix:\nif: 'tag IS NOT present AND (type = pull_request OR branch = master)'\nos: osx\n- name: Tests on Linux\n- if: 'tag IS NOT present AND (type = pull_request OR branch = master)'\n+ if: 'tag IS NOT present AND (type = pull_request OR branch = mas... | Rust | MIT License | nervosnetwork/ckb | chore(ci): enable tests in forks | 1 | chore | ci |
679,913 | 21.06.2019 23:15:50 | -3,600 | 2a89cde82e8013597992554e87a339aad988574c | feat(leb128): add zig tests, move binary to sep src file for auto regen | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,13 @@ leb.decodeSLEB128(enc)\n## Build binary\n```bash\n-# requires zig v0.4.0 or later\n+# first run native tests\n+zig test packages/leb128/src/leb128.zig\n+# Test 1/2 min safe integer...OK\n+# Test 2/2 max safe integer...OK\n+# All tests passed.\n+\n+# com... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(leb128): add zig tests, move binary to sep src file for auto regen | 1 | feat | leb128 |
603,467 | 21.06.2019 23:16:18 | -3,600 | 5dc01602a10c8b10aa0a9916eb98e93f8501f1de | refactor(protractor): Moved the LastScriptExecution question with other Questions. | [
{
"change_type": "RENAME",
"diff": "@@ -2,9 +2,9 @@ import { expect, stage } from '@integration/testing-tools';\nimport { Ensure, equals } from '@serenity-js/assertions';\nimport { LogicError } from '@serenity-js/core';\nimport { by } from 'protractor';\n-import { Enter, ExecuteScript, LastScriptExecution, ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(protractor): Moved the LastScriptExecution question with other Questions. | 1 | refactor | protractor |
679,913 | 21.06.2019 23:18:41 | -3,600 | 7a1e3aea5e9c3e16190080915f0b12f18e6b49ad | docs(leb128): update/fix readme | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n-- [Build binary](#build-binary)\n+- [Building the binary](#building-the-binary)\n- [Authors](#authors)\n- [License](#lice... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(leb128): update/fix readme | 1 | docs | leb128 |
217,922 | 21.06.2019 23:21:55 | -7,200 | 79288670a81065d433cb8ce2c05ea2f62d3d6b72 | fix(list): fixed wrong amount count with potions
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -212,7 +212,7 @@ export class List extends DataWithPermissions {\n*/\npublic setDone(itemId: number | string, amount: number, excludeFinalItems = false, onlyFinalItems = false, setUsed = false, recipeId?: string, external = false, initialAddition = amount): void {\ncon... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed wrong amount count with potions
closes #983 | 1 | fix | list |
603,467 | 22.06.2019 00:01:31 | -3,600 | 9e001284a95200b4413f9dc5c81b7540bfdf2833 | docs(core): Documented the "errors" package | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { expect } from '../expect';\ndescribe('RuntimeError', () => {\n- describe('subclasses', () => {\n+ describe('subclass', () => {\nclass CustomError extends RuntimeError {\nconstructor(message: string) {\n@@ -39,7 +39,7 @@ describe('RuntimeError', ()... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(core): Documented the "errors" package | 1 | docs | core |
603,467 | 22.06.2019 00:54:34 | -3,600 | 3674934e6b9c919bf22cba877748291e772fd546 | refactor(examples): Cleaned up the configuration | [
{
"change_type": "DELETE",
"diff": "-import { ArtifactArchiver, ConsoleReporter, serenity, SerenityBDDReporter, WithStage } from '@serenity-js/core';\n-import { FileSystem, Path } from '@serenity-js/core/lib/io';\n-\n-import { setDefaultTimeout, setWorldConstructor } from 'cucumber';\n-import { Actors } fro... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(examples): Cleaned up the configuration | 1 | refactor | examples |
603,467 | 22.06.2019 00:57:34 | -3,600 | 076587e98e7bf3110ea763c3541760bff736eaaf | fix(core): DebugReporter prints domain events serialised as ndjson
DebugReporter used to serialise the DomainEvents it received using their toString() method. This was
OK for quick manual verification, but ndjson makes it easier to parse and analyse debug output
submitted by other developers using Serenity/JS. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,12 +13,21 @@ import { StageManager } from './StageManager';\nexport interface StageCrewMember {\n/**\n- * @param {Stage} stage\n+ * @desc\n+ * Creates a new instance of this {@link StageCrewMember} and assigns it to a given {@link Stage}.\n+ *\n+ * @param {Stage} s... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(core): DebugReporter prints domain events serialised as ndjson
DebugReporter used to serialise the DomainEvents it received using their toString() method. This was
OK for quick manual verification, but ndjson makes it easier to parse and analyse debug output
submitted by other developers using Serenity/JS. | 1 | fix | core |
603,467 | 22.06.2019 00:58:06 | -3,600 | 97f7ee5b187e212f19e0cab3c890f090c4b88d85 | docs(core): Updated JSDoc | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { inspected } from './inspected';\n*\n* @param {TemplateStringsArray} templates\n* @param {Array<Answerable<any>>} placeholders\n+ * @returns {string}\n*/\nexport function formatted(templates: TemplateStringsArray, ...placeholders: Array<Answerable<... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(core): Updated JSDoc | 1 | docs | core |
217,922 | 22.06.2019 11:09:49 | -7,200 | 8ee99f2193ffb4112ed8687be662b14a4b8d0068 | chore: supplemental fix for last commit | [
{
"change_type": "MODIFY",
"diff": "@@ -238,8 +238,8 @@ export class List extends DataWithPermissions {\nif (item.done < 0) {\nitem.done = 0;\n}\n- amount = MathTools.absoluteCeil(amount / item.yield);\nconst newDone = item.amount_needed - MathTools.absoluteCeil((item.amount - item.done) / item.yield);\n+ a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: supplemental fix for last commit
#983 | 1 | chore | null |
815,609 | 22.06.2019 11:51:15 | -28,800 | 3e30c78acd0fa830eb9130341aefd51f84fcd012 | refactor(storage): throw errors from protos to storage | [
{
"change_type": "MODIFY",
"diff": "@@ -503,6 +503,7 @@ name = \"ckb-db\"\nversion = \"0.16.0-pre\"\ndependencies = [\n\"ckb-logger 0.16.0-pre\",\n+ \"ckb-protos 0.16.0-pre\",\n\"ckb-util 0.16.0-pre\",\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https:/... | Rust | MIT License | nervosnetwork/ckb | refactor(storage): throw errors from protos to storage | 1 | refactor | storage |
104,818 | 22.06.2019 12:19:24 | -7,200 | e730fbf97a3565917851f8e2d49fcf2ee8ad3ff9 | fix(editpage): style fixes needed for editable page | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ const LinkButton = styled.button`\noutline: none;\ncolor: ${COLORS.blue};\ncursor: pointer;\n+ margin-left: 0.25rem;\n+ text-decoration: underline;\n}\n`;\n@@ -53,6 +55,7 @@ const propTypes = {\nonData: PropTypes.func,\n/** Callback for file load errors ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(editpage): style fixes needed for editable page | 1 | fix | editpage |
679,913 | 22.06.2019 15:25:15 | -3,600 | a1db3fc49e168cc74fe7bc619937a5e6a4df40bc | feat(shader-ast-glsl): extract GLSL codegen as separate pkg | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/shader-ast-glsl/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, Januar... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-glsl): extract GLSL codegen as separate pkg | 1 | feat | shader-ast-glsl |
679,913 | 22.06.2019 15:35:17 | -3,600 | f607961991c31a9d748815d33c603044b1cae136 | build: update shader-ast packages | [
{
"change_type": "MODIFY",
"diff": "},\n\"keywords\": [\n\"AST\",\n- \"crosscompiler\",\n+ \"code generator\",\n\"DSL\",\n\"ES6\",\n\"GLSL\",\n- \"typescript\"\n+ \"shader\",\n+ \"typescript\",\n+ \"webgl\",\n+ \"webgl2\"\n],\n\"publishConfig\": {\n\"access\": \"public\"\n",
"new_path": "packages/shader... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update shader-ast packages | 1 | build | null |
679,913 | 22.06.2019 16:02:35 | -3,600 | 3b786a5b01eff7387abd2cb212126c962d8b39be | refactor(examples): add/update shader-ast examples | [
{
"change_type": "MODIFY",
"diff": "\"typescript\": \"^3.5.2\"\n},\n\"dependencies\": {\n- \"@thi.ng/color\": \"latest\",\n- \"@thi.ng/shader-ast\": \"latest\"\n+ \"@thi.ng/shader-ast\": \"latest\",\n+ \"@thi.ng/shader-ast-glsl\": \"latest\",\n+ \"@thi.ng/shader-ast-js\": \"latest\"\n},\n\"browserslist\": [... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): add/update shader-ast examples | 1 | refactor | examples |
815,593 | 22.06.2019 16:04:34 | -28,800 | 87f52accfef938c9f81d8704e862350bd6167cf8 | chore: code cleanup for core | [
{
"change_type": "MODIFY",
"diff": "@@ -454,7 +454,6 @@ dependencies = [\n\"ckb-merkle-tree 0.16.0-pre\",\n\"ckb-util 0.16.0-pre\",\n\"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"crypto 0.16.0-pre\",\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.i... | Rust | MIT License | nervosnetwork/ckb | chore: code cleanup for core | 1 | chore | null |
679,913 | 22.06.2019 16:05:40 | -3,600 | a31241c5d66e7538f8b6e30c25c857e4a67bb3a9 | docs(shader-ast): add GLSL/JS output comparison to readme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/screenshots/raymarch-2d.jpg differ\n",
"new_path": "assets/screenshots/raymarch-2d.jpg",
"old_path": "assets/screenshots/raymarch-2d.jpg"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/screensho... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(shader-ast): add GLSL/JS output comparison to readme | 1 | docs | shader-ast |
67,476 | 22.06.2019 16:21:39 | -7,200 | 99809b2490923cb3a04515dbab43a52d5df6dfcd | ci: re-import rollup&deps per package to try to kill cache | [
{
"change_type": "MODIFY",
"diff": "\"postbundle:dist\": \"rimraf .rpt2_cache packages/*/dist/.rpt2_cache\",\n\"bundle:all\": \"ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,system,iife all\",\n\"postbundle:all\": \"rimraf .rpt2_cache packages/*/dist/.rpt2_cache dist/.rpt2_cache\",\n- \"bundle:... | TypeScript | MIT License | aurelia/aurelia | ci: re-import rollup&deps per package to try to kill cache | 1 | ci | null |
815,593 | 22.06.2019 16:56:48 | -28,800 | 9083499c330824125a0513513236fc6df9dab932 | fix: resolve rebase error | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,7 @@ impl CKBProtocolHandler for NetTimeProtocol {\nlet message = TimeMessage::build_time(fbb, now);\nfbb.finish(message, None);\nif let Err(err) = nc.send_message_to(peer_index, fbb.finished_data().into()) {\n- debug!(target: \"network\", \"net_time_checke... | Rust | MIT License | nervosnetwork/ckb | fix: resolve rebase error (#1096) | 1 | fix | null |
815,598 | 22.06.2019 17:06:22 | -28,800 | 5096207a381423a4ce8240b6b1b1effae1aa0747 | chore(ci): set code coverage timeout to 300 | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,11 @@ CLIPPY_OPTS := -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use\ntest: ## Run all tests.\ncargo test ${VERBOSE} --all -- --nocapture\n-cov: ## Run code coverage.\n# Tarpaulin only supports x86_64 processors running Linux.\n# https://githu... | Rust | MIT License | nervosnetwork/ckb | chore(ci): set code coverage timeout to 300 | 1 | chore | ci |
531,793 | 22.06.2019 17:35:31 | -3,600 | 50cdc617e7f8a297ea76c22fcdead0f343146e52 | fix(backend): don't hardcode success reponse string
Linter doesn't like repeated strings, neither should I | [
{
"change_type": "ADD",
"diff": "+package mapper\n+\n+const AlertmanagerStatusString = \"success\"\n",
"new_path": "internal/mapper/const.go",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ func (s StatusMapper) Decode(source io.ReadCloser) (models.Alertmanager... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): don't hardcode success reponse string
Linter doesn't like repeated strings, neither should I | 1 | fix | backend |
815,609 | 22.06.2019 19:26:05 | -28,800 | 6274c41ccfff9fb7175a66d439bd169dabcfc030 | refactor(storage): remove dependency of flatbuffer from storage | [
{
"change_type": "MODIFY",
"diff": "@@ -933,7 +933,6 @@ dependencies = [\n\"ckb-db 0.16.0-pre\",\n\"ckb-protos 0.16.0-pre\",\n\"ckb-script-data-loader 0.16.0-pre\",\n- \"flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-... | Rust | MIT License | nervosnetwork/ckb | refactor(storage): remove dependency of flatbuffer from storage | 1 | refactor | storage |
471,518 | 22.06.2019 19:31:46 | 25,200 | 5f05b537c17a983e51b2de2b95e4fe67cc76f7b7 | feat(testing): adding a11y testing via chai-a11y-axe plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ const sidebar = [\n['/testing/', 'Getting started'],\n'/testing/testing-helpers',\n'/testing/testing-chai-dom-equals',\n+ '/testing/testing-chai-a11y-axe',\n'/testing/semantic-dom-diff',\n'/testing/testing-karma',\n'/testing/karma-esm',\n",
"new_path... | JavaScript | MIT License | open-wc/open-wc | feat(testing): adding a11y testing via chai-a11y-axe plugin | 1 | feat | testing |
531,793 | 22.06.2019 20:07:08 | -3,600 | 39b6c1105c3341a12431f1907aa68160e1a028f3 | fix(ui): add margin to upstream alerts | [
{
"change_type": "MODIFY",
"diff": "exports[`<UpstreamError /> matches snapshot 1`] = `\n\"\n-<div class=\\\\\"alert alert-danger text-center\\\\\"\n+<div class=\\\\\"alert alert-danger text-center m-1\\\\\"\nrole=\\\\\"alert\\\\\"\n>\n<h4 class=\\\\\"alert-heading mb-0\\\\\">\n",
"new_path": "ui/src/Co... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): add margin to upstream alerts | 1 | fix | ui |
902,122 | 22.06.2019 20:54:41 | 0 | 49bf08f38b92cc199b4771c3d0a8d9bcb9d75570 | docs: remove abortTypes section | [
{
"change_type": "MODIFY",
"diff": "@@ -157,13 +157,6 @@ It will setup a custom user agent, using [page.setUserAgent](https://github.com/\nIt will setup a custom viewport, using [page.setViewport](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagesetviewportviewport) method.\n-##### abor... | JavaScript | MIT License | microlinkhq/browserless | docs: remove abortTypes section | 1 | docs | null |
76,605 | 22.06.2019 23:42:38 | -7,200 | 05e116a32253b34ae88841bb64d48a7f425d6e1c | fix: Fixed error in language guessing with non latin languages. | [
{
"change_type": "MODIFY",
"diff": "@@ -59,14 +59,7 @@ const scripts = {\nconst und = () => [['und', 1]];\n-/**\n- * Class for managing languages. The main purpose is to guess the language of\n- * an utterance, but it also manage a list of languages indexed by both ISOs.\n- */\nclass Language {\n- /**\n- * ... | JavaScript | MIT License | axa-group/nlp.js | fix: Fixed error in language guessing with non latin languages. | 1 | fix | null |
902,122 | 22.06.2019 23:44:22 | -7,200 | 3fdd720b5a8e83c91727c8ba4c655cc108f97a43 | fix: scroll to element | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,69 @@ const path = require('path')\nconst defaultOverlayPath = path.resolve(__dirname, 'browser.png')\n-const toDisableAnimations = () => {\n+const isOverflown = element => {\n+ return element.scrollHeight > element.clientHeight || element.scrollWidth > element... | JavaScript | MIT License | microlinkhq/browserless | fix: scroll to element | 1 | fix | null |
76,605 | 22.06.2019 23:49:03 | -7,200 | 1258fa20f28539269736275aeb02c6c4d5ac352e | feat: Faster training! | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,6 @@ class NeuralNetwork {\nthis.inputs = [];\nthis.outputs = [];\nthis.outputErrors = [];\n- this.inputDeltas = [];\nthis.outputDeltas = [];\nthis.biases = new Float32Array(size);\nthis.weights = new Array(size);\n@@ -140,23 +139,12 @@ class NeuralNetwork {\... | JavaScript | MIT License | axa-group/nlp.js | feat: Faster training! | 1 | feat | null |
76,605 | 22.06.2019 23:52:35 | -7,200 | 85af2e246e41569bf628809a87b0e8a6eedf6684 | fix: Remove commitzen to avoid shelljs vulnerability | [
{
"change_type": "MODIFY",
"diff": "\"unset-value\": \"^1.0.0\"\n}\n},\n- \"cachedir\": {\n- \"version\": \"2.1.0\",\n- \"resolved\": \"https://registry.npmjs.org/cachedir/-/cachedir-2.1.0.tgz\",\n- \"integrity\": \"sha512-xGBpPqoBvn3unBW7oxgb8aJn42K0m9m1/wyjmazah10Fq7bROGG3kRAE6OIyr3U3PIJUqGuebhCEdMk9OKJG0... | JavaScript | MIT License | axa-group/nlp.js | fix: Remove commitzen to avoid shelljs vulnerability | 1 | fix | null |
902,122 | 23.06.2019 00:47:28 | -7,200 | 8aec64759f54f53c50deaf897a74481360dc76b2 | chore(release): v5.5.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.5.5](https://github.com/kikobeats/browserless/compare/v5.5.4...v5.5.5) (2019-06-22)\n+\n+\n+### Bug Fixes\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.5.5 | 1 | chore | release |
71,481 | 23.06.2019 10:21:07 | 25,200 | a1f28ab65ee27df252116d4d75cb015d3479f046 | refactor(ecs): rename "_defaultNameSpace" to "_defaultCloudMapNamespace"
updated all defaultNamespace to defaultCloudMapNamespace | [
{
"change_type": "MODIFY",
"diff": "@@ -334,7 +334,7 @@ export abstract class BaseService extends Resource\n* Enable CloudMap service discovery for the service\n*/\nprivate enableCloudMap(options: CloudMapOptions): cloudmap.Service {\n- const sdNamespace = this.cluster.defaultNamespace;\n+ const sdNamespace... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(ecs): rename "_defaultNameSpace" to "_defaultCloudMapNamespace" (#3001)
updated all defaultNamespace to defaultCloudMapNamespace | 1 | refactor | ecs |
471,470 | 23.06.2019 11:35:01 | -7,200 | ed5277e1dbb278711a6efa476d5e6309e442775d | fix(create): improve clarity of init | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,14 @@ npm init @open-wc\n### Available scaffold generators:\n+- `Web Component`<br/>\n+ This generator scaffolds a starting point for a web component. We recommend using this generator when you want to develop and publish a single web component.\n+ <br/>\n+\n... | JavaScript | MIT License | open-wc/open-wc | fix(create): improve clarity of init (#497) | 1 | fix | create |
67,476 | 23.06.2019 12:35:52 | -7,200 | 95f7f404ab75223cf21b2dd2999847ae4d158aff | build: try fixing the bundle by restoring type defs after each package bundle | [
{
"change_type": "MODIFY",
"diff": "@@ -133,8 +133,8 @@ commands:\ndefault: true\nsteps:\n- run: ./node_modules/.bin/lerna clean -y\n- - run: rm -rf packages/*/dist/build/**\n- - run: git add packages/\\*/dist/*.ts packages/\\*/dist/*.js packages/\\*/dist/*.map --force && git status\n+ - run: rm -rf package... | TypeScript | MIT License | aurelia/aurelia | build: try fixing the bundle by restoring type defs after each package bundle | 1 | build | null |
603,467 | 23.06.2019 12:49:33 | -3,600 | f96f9f8fc1bb2d4a368da53675aa9f7a8f0d7d2c | feat(core): The new StreamReporter helps to analyse issues that have occurred at runtime | [
{
"change_type": "MODIFY",
"diff": "import { serenity } from '@serenity-js/core';\nimport { FileSystem, Path } from '@serenity-js/core/lib/io';\n-import { ArtifactArchiver, DebugReporter, SerenityBDDReporter } from '@serenity-js/core/lib/stage';\n+import { ArtifactArchiver, SerenityBDDReporter } from '@sere... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(core): The new StreamReporter helps to analyse issues that have occurred at runtime | 1 | feat | core |
217,922 | 23.06.2019 13:24:36 | -7,200 | 515edb9ac53e1ca9237a8974564ce285db2f78e1 | fix(db): fixed an issue with dark matter cluster page crashing | [
{
"change_type": "MODIFY",
"diff": "@@ -101,10 +101,10 @@ export class GatheredByComponent extends ItemDetailsPopup {\nconst bellNode = bellNodes.find(n => n.zoneid === alarm.zoneId);\nif (bellNode) {\nalarm.nodeContent = bellNode.items;\n- }\nif (bellNode.folklore) {\nalarm.folklore = bellNode.folklore;\n}... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed an issue with dark matter cluster page crashing | 1 | fix | db |
217,922 | 23.06.2019 13:38:06 | -7,200 | 98b1850e168d846c962616036738ce25139f8598 | chore: possible fix for db links i18n | [
{
"change_type": "MODIFY",
"diff": "-import { Inject, Pipe, PipeTransform, PLATFORM_ID } from '@angular/core';\n+import { Inject, Optional, Pipe, PipeTransform } from '@angular/core';\nimport { TranslateService } from '@ngx-translate/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser'... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: possible fix for db links i18n | 1 | chore | null |
679,913 | 23.06.2019 14:55:51 | -3,600 | a364f1f4c58819a4369aa6e99e11eeac80963771 | feat(vectors): add bitwise int vec ops (signed/unsigned versions) | [
{
"change_type": "MODIFY",
"diff": "-import { defMathNOp } from \"./internal/codegen\";\n+import { defMathOpN } from \"./internal/codegen\";\n-export const [addN, addN2, addN3, addN4] = defMathNOp(\"+\");\n+export const [addN, addN2, addN3, addN4] = defMathOpN(\"+\");\n",
"new_path": "packages/vectors/s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add bitwise int vec ops (signed/unsigned versions) | 1 | feat | vectors |
217,922 | 23.06.2019 16:49:38 | -7,200 | 6178aa4044ea34b257913c1594cb8034cff61f1c | chore(simulator): bumped dependency to 1.0.4 | [
{
"change_type": "MODIFY",
"diff": "\"@angular/platform-browser-dynamic\": \"7.2.7\",\n\"@angular/platform-server\": \"7.2.7\",\n\"@angular/router\": \"7.2.7\",\n- \"@ffxiv-teamcraft/simulator\": \"1.0.2\",\n+ \"@ffxiv-teamcraft/simulator\": \"1.0.4\",\n\"@fortawesome/fontawesome\": \"^1.1.8\",\n\"@fortawes... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(simulator): bumped dependency to 1.0.4 | 1 | chore | simulator |
217,922 | 23.06.2019 17:01:49 | -7,200 | 450c38bd1325fe87e142cb5102aec094128f7baa | fix: fixed broken icon after GT's icons cleanup | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"block books-and-input-block\" nz-col nzXs=\"24\" nzSm=\"12\" nzMd=\"6\">\n<div class=\"masterbooks\">\n- <app-item-icon *ngFor=\"let masterbook of item.masterbooks\" [icon]=\"masterbook.icon\"\n+ <app-item-icon *ngFor=\"let masterbook of item.masterbo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed broken icon after GT's icons cleanup | 1 | fix | null |
104,818 | 23.06.2019 17:04:03 | -7,200 | 64b84aefa21f796324b77006270b47d97b5eb7ba | feat(valuecard): export max attribute count for value card | [
{
"change_type": "MODIFY",
"diff": "@@ -182,11 +182,8 @@ const determineLayout = (size, attributes, measuredWidth) => {\nconst determineValue = (dataSourceId, values) => values && values[dataSourceId];\n-const determineAttributes = (size, attributes) => {\n- if (!attributes || !Array.isArray(attributes)) {\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(valuecard): export max attribute count for value card | 1 | feat | valuecard |
679,913 | 23.06.2019 17:29:14 | -3,600 | c8a997ff65a1f928b1d2311a18ad4649c17e02ba | feat(vectors): add integer math ops (signed/unsigned) | [
{
"change_type": "ADD",
"diff": "+import { defBitOp, defBitOpN } from \"./internal/codegen\";\n+\n+export const [addI, addI2, addI3, addI4] = defBitOp(\"+\", true);\n+\n+export const [addU, addU2, addU3, addU4] = defBitOp(\"+\");\n+\n+export const [addNI, addNI2, addNI3, addNI4] = defBitOpN(\"+\", true);\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add integer math ops (signed/unsigned) | 1 | feat | vectors |
217,922 | 23.06.2019 17:33:35 | -7,200 | 72914e4f756ae3f06a089fdde4a922a9c6a8c959 | fix(auth): fixed an issue with anonymous accounts converted to user ones being logged out | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,7 @@ export class AuthEffects {\nreturn of(new TeamcraftUser());\n} else {\nthis.authFacade.logout();\n+ console.error(error);\nthis.notificationService.error(this.translate.instant('COMMON.Error'), this.translate.instant('Network_error_logged_out'));\nretu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed an issue with anonymous accounts converted to user ones being logged out | 1 | fix | auth |
902,122 | 23.06.2019 17:45:07 | -7,200 | 9e6604443bf1af2899cbe77e092a2e113ce976a8 | feat: add more browser overlays | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,8 @@ require('./main')(async url => {\nconst buffer = await browserless.screenshot(url.toString(), {\nhideElements: ['.crisp-client', '#cookies-policy'],\noverlay: {\n- color: '#F76698'\n+ browser: 'safari-dark',\n+ color: '#6791B6'\n}\n})\n",
"new_path": "... | JavaScript | MIT License | microlinkhq/browserless | feat: add more browser overlays | 1 | feat | null |
902,122 | 23.06.2019 17:51:09 | -7,200 | 3a31dfae6fc0f436b6abc6034439d7e36fd7a1d5 | chore(release): v5.6.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [5.6.0](https://github.com/kikobeats/browserless/compare/v5.5.5...v5.6.0) (2019-06-23)\n+\n+\n+### Features\n+\n+* ... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.6.0 | 1 | chore | release |
902,122 | 23.06.2019 18:29:52 | -7,200 | a3ae6313e8e0be21ec6f913e877c9c940149a7af | build: only use dark/light | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ require('./main')(async url => {\nconst buffer = await browserless.screenshot(url.toString(), {\nhideElements: ['.crisp-client', '#cookies-policy'],\noverlay: {\n- browser: 'safari-dark',\n+ browser: 'dark',\ncolor: '#6791B6'\n}\n})\n",
"new_path": "pa... | JavaScript | MIT License | microlinkhq/browserless | build: only use dark/light | 1 | build | null |
902,122 | 23.06.2019 18:30:20 | -7,200 | ac07ee285395f557ecacf7b63a71188838d1bf21 | chore(release): v5.6.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.6.1](https://github.com/kikobeats/browserless/compare/v5.6.0...v5.6.1) (2019-06-23)\n+\n+**Note:** Version bump... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.6.1 | 1 | chore | release |
217,922 | 23.06.2019 20:12:15 | -7,200 | 425394f8b1d9d2fc8a2fd5a5cba6c9889e6eec15 | fix: fixed an issue with list display being entirely broken | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export class I18nPipe implements PipeTransform {\n} else {\nres = value.name;\n}\n- return res.charAt(0).toUpperCase() + res.slice(1);\n+ return res && (res.charAt(0).toUpperCase() + res.slice(1));\n}\nisI18nEntry(data: any): boolean {\n",
"new_path"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with list display being entirely broken | 1 | fix | null |
679,913 | 23.06.2019 22:11:51 | -3,600 | 4f7ca3985d0c07b93f0a896c89c282bd084f6e4c | feat(shader-ast): add ivec / uvec support, bitwise ops, update types | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,8 @@ export type Tag =\n| \"scope\"\n| \"swizzle\"\n| \"sym\"\n- | \"ternary\";\n+ | \"ternary\"\n+ | \"while\";\nexport type Type =\n| \"void\"\n@@ -53,6 +54,12 @@ export type Type =\n| \"ivec3[]\"\n| \"ivec4\"\n| \"ivec4[]\"\n+ | \"uvec2\"\n+ | \"uvec2[]\"\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add ivec / uvec support, bitwise ops, update types | 1 | feat | shader-ast |
217,922 | 23.06.2019 22:37:18 | -7,200 | 7e9c1aada8b80c78ecb38a003d9b22f28feed12b | fix(currency-spending): fixed an issue with search loading infinitely | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ export class CurrencySpendingComponent extends TeamcraftComponent {\nreturn row[server];\n})\n.filter(mbRow => {\n- return mbRow.History.length > 0 || mbRow.Prices.length > 0;\n+ return mbRow.History && mbRow.History.length > 0 || mbRow.Prices && mbRow... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(currency-spending): fixed an issue with search loading infinitely | 1 | fix | currency-spending |
603,467 | 23.06.2019 22:53:53 | -3,600 | 58d4536567215b225a5549479cc0d1e5dff484c3 | fix(core): Fixed serialisation logic of ArtifactArchived and ActivityRelatedArtifactArchived | [
{
"change_type": "MODIFY",
"diff": "@@ -25,4 +25,14 @@ export class ActivityRelatedArtifactArchived extends ArtifactArchived {\nsuper(name, type, path, timestamp);\nensure('details', details, isDefined());\n}\n+\n+ toJSON(): JSONObject {\n+ return {\n+ details: this.details.toJSON(),\n+ name: this.name.toJS... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(core): Fixed serialisation logic of ArtifactArchived and ActivityRelatedArtifactArchived | 1 | fix | core |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.