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
679,913
20.09.2019 09:59:14
-3,600
180e89c455bb88f67c8683fe04e867822146da9d
feat(webgl): add renderExt to TextureFormatDecl, add FBO tex fmt checks
[ { "change_type": "MODIFY", "diff": "@@ -131,6 +131,10 @@ export interface TextureFormatDecl {\n* Format is renderable\n*/\nrender?: boolean;\n+ /**\n+ * Format is renderable via extension\n+ */\n+ renderExt?: boolean;\n/**\n* Format is filterable (other than GL_NEAREST)\n*/\n@@ -223,6 +227,7 @@ export const...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add renderExt to TextureFormatDecl, add FBO tex fmt checks
1
feat
webgl
503,945
20.09.2019 10:01:30
14,400
b5ff373fe8ebabb9359134d3ebe16492b283ce7e
chore(package): Bump versions to 2.33.0
[ { "change_type": "MODIFY", "diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.32.1\",\n+ \"@patternfly/patternfly\": \"2.33.0\",\n\"@patternfly/react-styles\": \"^3.5.24\",\n\"@patternfly/react-tokens\": \"^2.6.28\",\...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.33.0 (#2970)
1
chore
package
902,122
20.09.2019 10:48:12
0
1f9d80596f14f583866c1a8eee2e808cac45a311
chore(release): v5.13.3
[ { "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.13.3](https://github.com/kikobeats/browserless/compare/v5.13.2...v5.13.3) (2019-09-20)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.13.3
1
chore
release
815,595
20.09.2019 10:56:54
-28,800
58abfacb60c7b7eb1390cecd297158a8449ddee2
test: Add comments for cases
[ { "change_type": "MODIFY", "diff": "use crate::utils::generate_utxo_set;\nuse crate::{Net, Node, Spec};\n-use ckb_types::core::{BlockNumber, BlockView, Capacity, TransactionView};\n+use ckb_types::core::{BlockView, Capacity, TransactionView};\nuse ckb_types::packed::{Byte32, OutPoint};\nuse ckb_types::prelu...
Rust
MIT License
nervosnetwork/ckb
test: Add comments for cases
1
test
null
932,458
20.09.2019 11:04:36
14,400
9bd175b610df9406a628aebba4bc73c50591a330
refactor(web-scripts): use better approach for finding config
[ { "change_type": "MODIFY", "diff": "\"cz-conventional-changelog\": \"^2.1.0\",\n\"debug\": \"^4.1.1\",\n\"eslint\": \"^5.16.0\",\n+ \"glob\": \"^7.1.4\",\n\"jest\": \"^24.5.0\",\n\"jest-junit\": \"^6.3.0\",\n\"lint-staged\": \"^8.1.5\",\n\"typescript\": \"^3.4.3\"\n},\n\"devDependencies\": {\n+ \"@types/glo...
TypeScript
Apache License 2.0
spotify/web-scripts
refactor(web-scripts): use @mtlewis' better approach for finding config
1
refactor
web-scripts
722,013
20.09.2019 11:24:24
18,000
1fa756f02d194aaa303a424538a3d681a177a522
fix(docgen): allow default to be a string key Closes
[ { "change_type": "MODIFY", "diff": "@@ -275,6 +275,21 @@ describe('propHandler', () => {\ndefaultValue: { value: `{}` }\n})\n})\n+\n+ it('should be ok with the default between quotes', () => {\n+ const src = `\n+ export default {\n+ 'props': {\n+ 'test': {\n+ 'default': 'normal'\n+ }\n+ }\n+ }\n+ `\n+ teste...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): allow default to be a string key Closes #581
1
fix
docgen
266,135
20.09.2019 11:25:46
25,200
abe95dbd34e573336530c0d413ac925b2d084b2a
fix: pinned dependency to octokit/rest to 16.28.3
[ { "change_type": "MODIFY", "diff": "\"lint\": \"gts check\"\n},\n\"dependencies\": {\n- \"@octokit/rest\": \"^16.28.3\",\n+ \"@octokit/rest\": \"16.28.3\",\n\"gcf-utils\": \"^1.0.0\",\n\"probot\": \"9.4.0\"\n},\n", "new_path": "packages/blunderbuss/package.json", "old_path": "packages/blunderbuss/pa...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix: pinned dependency to octokit/rest to 16.28.3 (#89)
1
fix
null
815,573
20.09.2019 11:30:45
-28,800
a0e4a7537c070d54f332df1d7b0ed15f149d6060
chore: chore: Use SYSTEM_CELL_ALWAYS_SUCCESS_INDEX constant
[ { "change_type": "MODIFY", "diff": "@@ -12,3 +12,4 @@ pub use specs::{Setup, Spec, TestProtocol};\n// ckb doesn't support tx proposal window configuration, use a hardcoded value for integration test.\npub const DEFAULT_TX_PROPOSAL_WINDOW: (BlockNumber, BlockNumber) = (2, 10);\n+pub const SYSTEM_CELL_ALWAYS_...
Rust
MIT License
nervosnetwork/ckb
chore: chore: Use SYSTEM_CELL_ALWAYS_SUCCESS_INDEX constant
1
chore
null
266,135
20.09.2019 11:35:27
25,200
de771d599836deccc6d0cda24e14fc402b4dac12
feat(build): split build steps into scripts/
[ { "change_type": "MODIFY", "diff": "@@ -35,57 +35,18 @@ steps:\n- \"-c\"\n- |\n# Deploy a new version\n- gcloud beta run deploy \\\n- --image \"gcr.io/$PROJECT_ID/serverless-scheduler-proxy\" \\\n- --set-env-vars \"PROJECT_ID=$PROJECT_ID,BUCKET_NAME=$_BUCKET,KEY_LOCATION=$_KEY_LOCATION,KEY_RING=$_KEY_RING\"...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
feat(build): split build steps into scripts/ (#88)
1
feat
build
932,458
20.09.2019 11:36:33
14,400
a6284a6464e419fff34350be2a2b29b70bbd71e3
feat(web-scripts): use Jest config in project this uses Jest config files or a package.json config by default, removing the need for a `--config` override. BREAKING CHANGE: users who have Jest configs but do not pass them will begin having that config applied. fixes
[ { "change_type": "MODIFY", "diff": "-const { PRETTIER_CONFIG, JEST_CONFIG } = require('../cjs/Paths');\n+const { PRETTIER_CONFIG } = require('../cjs/Paths');\nconst { getEslintConfig } = require('../cjs/Tasks/LintTask');\n+const { getJestConfig } = require('../cjs/Tasks/TestTask');\nconst fix = process.env....
TypeScript
Apache License 2.0
spotify/web-scripts
feat(web-scripts): use Jest config in project this uses Jest config files or a package.json config by default, removing the need for a `--config` override. BREAKING CHANGE: users who have Jest configs but do not pass them will begin having that config applied. fixes #39
1
feat
web-scripts
103,562
20.09.2019 12:08:57
25,200
fb5ef8345b59e87c8a1cd80111e3e90b0d6c899a
fix: fix snackbar example
[ { "change_type": "MODIFY", "diff": "@@ -66,8 +66,8 @@ const DURATION_LONG = 10000;\n* ## Usage\n* ```js\n* import * as React from 'react';\n- * import { StyleSheet } from 'react-native';\n- * import { Snackbar } from 'react-native-paper';\n+ * import { View, StyleSheet } from 'react-native';\n+ * import { B...
TypeScript
MIT License
callstack/react-native-paper
fix: fix snackbar example (#1338)
1
fix
null
67,494
20.09.2019 12:49:17
-7,200
626d7d65a6bdd18f3ade2aa00e4f8373b68bc614
refactor(router): await unbinding
[ { "change_type": "MODIFY", "diff": "@@ -139,9 +139,9 @@ export class ViewportCustomElement {\n}\n}\n- public unbinding(flags: LifecycleFlags): void {\n+ public async unbinding(flags: LifecycleFlags): Promise<void> {\nif (this.viewport) {\n- this.viewport.unbinding(flags);\n+ await this.viewport.unbinding(fl...
TypeScript
MIT License
aurelia/aurelia
refactor(router): await unbinding
1
refactor
router
67,494
20.09.2019 12:53:27
-7,200
eb03055a53d63bdd42f188e07e1d6445a16ee54a
refactor(router): add history cache and free components
[ { "change_type": "MODIFY", "diff": "@@ -195,31 +195,48 @@ export class Router implements IRouter {\npublic navigatorSerializeCallback = (entry: IStoredNavigatorEntry, entries: IStoredNavigatorEntry[]): IStoredNavigatorEntry => {\nconsole.log('navigatorSerializeCallback', entry, entries);\nconst index = entr...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add history cache and free components
1
refactor
router
67,494
20.09.2019 12:54:03
-7,200
597bebc27395959da4e45c71b8b444b235cec7c9
test(router): add wait to if test
[ { "change_type": "MODIFY", "diff": "@@ -650,6 +650,7 @@ describe('Router', function () {\n(host as any).getElementsByTagName('INPUT')[0].click();\nawait Promise.resolve();\n+ await wait(0);\nawait waitForNavigation(router);\nassert.includes(host.textContent, 'Viewport: grault', `host.textContent`);\nassert....
TypeScript
MIT License
aurelia/aurelia
test(router): add wait to if test
1
test
router
67,494
20.09.2019 13:00:49
-7,200
a8cedea8ea8532e611b0c7a63f57d34a119cdc5b
test(realworld): temporarily add test stuff
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export class App implements IViewModel {\npublic async binding() {\nthis.router.guardian.addGuard(\n- () => {\n+ (instructions) => {\nif (this.state.isAuthenticated) { return true; }\nthis.router.goto(`auth(type=login)`);\nreturn [];\n", "new_path": ...
TypeScript
MIT License
aurelia/aurelia
test(realworld): temporarily add test stuff
1
test
realworld
273,683
20.09.2019 13:06:51
-7,200
99e2ce84b5535bc7f079574c656d490d533ed2cd
fix(graphql): fix union fields by addReference()
[ { "change_type": "MODIFY", "diff": "@@ -84,8 +84,8 @@ function createStoreActions (store) {\ngetNode (typeName, id) {\nreturn store.getNode(typeName, id)\n},\n- chainIndex (query) {\n- return store.chainIndex(query)\n+ chainIndex (query, resolveNodes) {\n+ return store.chainIndex(query, resolveNodes)\n}\n}\...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): fix union fields by addReference()
1
fix
graphql
447,460
20.09.2019 13:37:25
14,400
ef9245477f8d30ee5149e9af7be30b8f4da68966
fix: fix column header does not get updated
[ { "change_type": "MODIFY", "diff": "@@ -7,18 +7,90 @@ describe('isNotSameColumns', () => {\nexpect(isNotSameColumns(prevColumns, currentColumns)).toBe(true);\n});\nit('should return false when prevColumns and currentColumns are the same', () => {\n- const prevColumns = [{ field: 'name', label: 'Name' }, { f...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix column header does not get updated (#971)
1
fix
null
266,135
20.09.2019 13:43:41
25,200
25cd371cb1e743facdf9f8ac823c9fba937cc4a0
fix(build): proper variable passing
[ { "change_type": "MODIFY", "diff": "@@ -32,10 +32,12 @@ steps:\nentrypoint: bash\nargs:\n- \"-e\"\n- - \"-c\"\n- - |\n- # Deploy a new version\n- ./scripts/serverless-scheduler-proxy-deploy.sh\n+ - \"./scripts/serverless-scheduler-proxy-deploy.sh\"\n+ - \"$PROJECT_ID\"\n+ - \"$_BUCKET\"\n+ - \"$_KEY_LOCATIO...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix(build): proper variable passing (#92)
1
fix
build
447,447
20.09.2019 13:47:25
14,400
eac17b7318681f08cb542ab4617423c4b8e1fd84
test: add accessibility test on ActivityTimeline
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import ActivityTimeline from '..';\n+import TimelineMarker from './../../TimelineMarker';\n+\n+describe('<ActivityTimeline/>', () => {\n+ it('should be accessible...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on ActivityTimeline (#978)
1
test
null
447,447
20.09.2019 13:53:03
14,400
e7216d67c35d01377deafa4fd77590febab80bf3
test: add accessibility test on Card component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Card from '..';\n+import Avatar from './../../Avatar';\n+import Button from './../../Button';\n+\n+describe('<Card/>', () => {\n+ it('should be accessible'...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Card component (#977)
1
test
null
447,447
20.09.2019 13:58:07
14,400
a177cafa8f458b85fbda380d06fe2e286b72fef5
test: add accessibilit test on Calendar component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Calendar from '..';\n+\n+describe('<Calendar/>', () => {\n+ it('should be accessible', async () => {\n+ expect.assertions(1);\n+ const html = ReactDOMServe...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibilit test on Calendar component (#976)
1
test
null
217,922
20.09.2019 14:06:30
-7,200
8bcffc2e440a72da058aff0d75d4158007e23155
fix(log-tracker): fixed an issue with offline lists on log tracker
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { TranslateService } from '@ngx-translate/core';\nimport { filter, first, map, mergeMap, switchMap, takeUntil, tap } from 'rxjs/operators';\nimport { ListsFacade } from '../../../modules/list/+state/lists.facade';\nimport { ListManagerService } from...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed an issue with offline lists on log tracker
1
fix
log-tracker
217,922
20.09.2019 14:06:45
-7,200
400290fb81394457ccf33cc831ac9fa532a2ed18
chore(release): 5.8.5
[ { "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=\"5.8.5\"></a>\n+## [5.8.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.8.5
1
chore
release
447,447
20.09.2019 14:08:24
14,400
89d6da84ec3aea571c4c3c74e4471e74d089be45
test: add accessibility test on ButtonGroup component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Button from '../../Button';\n+import ButtonGroup from '..';\n+\n+describe('<ButtonGroup/>', () => {\n+ it('should be accessible', async () => {\n+ expect.a...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on ButtonGroup component (#974)
1
test
null
722,013
20.09.2019 14:11:15
18,000
10e2b3e71fd416fabecef1f5baff14e98fcb855b
fix: extend quoting to methods and props
[ { "change_type": "MODIFY", "diff": "@@ -12,13 +12,14 @@ import getDocblock from '../utils/getDocblock'\nimport getDoclets from '../utils/getDoclets'\nimport getTypeFromAnnotation from '../utils/getTypeFromAnnotation'\nimport transformTagsIntoObject from '../utils/transformTagsIntoObject'\n+import getMemberF...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: extend quoting to methods and props
1
fix
null
447,447
20.09.2019 14:18:34
14,400
2cd91cb6f1d277a05233ba2042d629b9b449ec37
test: add accessibility test on Badge component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Badge from '..';\n+\n+describe('<Badge/>', () => {\n+ it('should be accessible when label is passed', async () => {\n+ expect.assertions(1);\n+ const html ...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Badge component (#973)
1
test
null
447,447
20.09.2019 14:24:57
14,400
d928d955fa86ef163336f4fabe9873a68f63f2fc
test: add accessibility test on Accordion component
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import ReactDOMServer from 'react-dom/server';\n+import { axe } from 'jest-axe';\n+import Accordion from '..';\n+import AccordionSection from '../../AccordionSection';\n+\n+describe('<Accordion/>', () => {\n+ it('should be accessible when assist...
JavaScript
MIT License
nexxtway/react-rainbow
test: add accessibility test on Accordion component (#972)
1
test
null
304,889
20.09.2019 14:32:42
14,400
3ad207e03015ce6ae660481a3cabfb4ee7021643
fix(stdlib/experimental/mqtt): Topic setting * fix(stdlib/experimental/mqtt): Topic setting Topic was only being used for fixed messages. Fixed it so it is always used. * fix(staticcheck): staticcheck had 2 minor errors, now fixed Make staticcheck is now clean.
[ { "change_type": "MODIFY", "diff": "@@ -84,19 +84,14 @@ func (o *ToMQTTOpSpec) ReadArgs(args flux.Arguments) error {\nreturn err\n}\nvar ok bool\n- o.Message, ok, err = args.GetString(\"message\")\n+ o.Message, _, err = args.GetString(\"message\")\nif err != nil {\nreturn err\n}\n- if ok {\n- o.Topic, ok, e...
Go
MIT License
influxdata/flux
fix(stdlib/experimental/mqtt): Topic setting (#1895) * fix(stdlib/experimental/mqtt): Topic setting Topic was only being used for fixed messages. Fixed it so it is always used. * fix(staticcheck): staticcheck had 2 minor errors, now fixed Make staticcheck is now clean.
1
fix
stdlib/experimental/mqtt
366,920
20.09.2019 14:41:11
-32,400
08741a1ba151805de816f95fb575e2a913cedf88
feat: Add mixed props to Checkbox
[ { "change_type": "MODIFY", "diff": "@@ -5,31 +5,65 @@ import styled from 'styled-components'\nimport { Checkbox } from './Checkbox'\n+const onChange = action('onChange')\n+\nstoriesOf('Checkbox', module).add('all', () => (\n+ <Group>\n+ <li>\n+ <Text>checked</Text>\n<List>\n<li>\n- <Checkbox name=\"sample\"...
TypeScript
MIT License
kufu/smarthr-ui
feat: Add mixed props to Checkbox
1
feat
null
366,920
20.09.2019 14:44:44
-32,400
e13a497d1f300448792d21595188cbd4fcd97880
test: Change test file name
[ { "change_type": "RENAME", "diff": "import { mount } from 'enzyme'\nimport React from 'react'\n-import { Checkbox } from '../Checkbox'\n+import { Checkbox } from './Checkbox'\ndescribe('Checkbox', () => {\nit('should be match snapshot', () => {\n", "new_path": "src/components/Checkbox/Checkbox.test.tsx"...
TypeScript
MIT License
kufu/smarthr-ui
test: Change test file name
1
test
null
711,597
20.09.2019 14:45:02
-7,200
c2de3dec582d0f9f40be58aa4481389bbfbf4ac3
fix(core): Ensure all Roles always include the Authenticated permission
[ { "change_type": "DELETE", "diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`Role resolver createRole 1`] = `\n-Object {\n- \"code\": \"test\",\n- \"description\": \"test role\",\n- \"id\": \"T_3\",\n- \"permissions\": Array [\n- \"ReadCustomer\",\n- \"UpdateCustomer\",\n- ],\n-}\n-`;\n-\n-...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Ensure all Roles always include the Authenticated permission
1
fix
core
815,573
20.09.2019 15:05:20
-28,800
cdb71747bd20763005ba58fe28adc907da74bf8e
chore: Change system cell hash to Option in consensus
[ { "change_type": "MODIFY", "diff": "@@ -232,15 +232,13 @@ impl ConsensusBuilder {\nsatoshi_cell_occupied_ratio,\n} = self;\n- let genesis_cellbase = genesis_block\n- .transaction(0)\n- .expect(\"Genesis must have cellbase\");\nlet get_type_hash = |output_index: u64| {\n- genesis_cellbase\n+ genesis_block\n+...
Rust
MIT License
nervosnetwork/ckb
chore: Change system cell hash to Option in consensus
1
chore
null
866,392
20.09.2019 15:05:43
18,000
811eff9c529930cc262ad1d51bbbc352ae36db8d
chore(docs): fixing 404 links
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ jobs:\ncd $CIRCLE_WORKING_DIRECTORY/packages/react\nyarn build-storybook\n- ibmcloud cf blue-green-deploy ibmdotcomlibrary-react \\\n+ ibmcloud cf blue-green-deploy ibmdotcom-react \\\n-f manifest.yml \\\n--delete-old-apps\n- deploy:\n@@ -74,7 +74,7 @@ j...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(docs): fixing 404 links
1
chore
docs
866,392
20.09.2019 15:23:24
18,000
a2abd019c81eaf2f706357cc6f96a009b9953be9
chore(config): removing unecessary references to bluemix
[ { "change_type": "MODIFY", "diff": "@@ -25,68 +25,6 @@ jobs:\nyarn ci-check\nyarn lerna run ci-check\n- deploy:\n- docker:\n- - image: circleci/node:10.15-browsers\n- working_directory: /home/circleci/project\n- steps:\n- - checkout\n- - run:\n- name: Install yarn\n- command: |\n- curl -o- -L https://yarnpk...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(config): removing unecessary references to bluemix
1
chore
config
932,458
20.09.2019 15:34:31
14,400
e7a15b1e4d1cbfce1ea146f40c63327f974db08c
feat(web-scripts): add format script; use implicit prettier config
[ { "change_type": "MODIFY", "diff": "-const { PRETTIER_CONFIG } = require('../cjs/Paths');\nconst { getEslintConfig } = require('../cjs/Tasks/LintTask');\n+const { getPrettierConfig } = require('../cjs/Tasks/FormatTask');\nconst { getJestConfig } = require('../cjs/Tasks/TestTask');\nconst fix = process.env.W...
TypeScript
Apache License 2.0
spotify/web-scripts
feat(web-scripts): add format script; use implicit prettier config
1
feat
web-scripts
711,597
20.09.2019 15:44:53
-7,200
6bd518157695e54b56869a7e51ad59dd82fc6f4c
feat(admin-ui): Set up infrastructure for permission-based UI display Relates to
[ { "change_type": "MODIFY", "diff": "@@ -2136,7 +2136,8 @@ export type MutationRemoveMembersFromZoneArgs = {\nexport type MutationSetAsLoggedInArgs = {\nusername: Scalars['String'],\n- loginTime: Scalars['String']\n+ loginTime: Scalars['String'],\n+ permissions: Array<Scalars['String']>\n};\n@@ -2382,6 +2383...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Set up infrastructure for permission-based UI display Relates to #94
1
feat
admin-ui
67,494
20.09.2019 16:10:40
-7,200
e362ba2f82e80a07df12565836e92dde52acbf54
refactor(router): do nothing on same instance into viewport
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,12 @@ export class Viewport {\n}\n}\n+ // If we get the same _instance_, don't do anything (happens with cached and history)\n+ if (this.nextContent.componentInstance !== null && this.content.componentInstance === this.nextContent.componentInstance) {\n+ this...
TypeScript
MIT License
aurelia/aurelia
refactor(router): do nothing on same instance into viewport
1
refactor
router
866,392
20.09.2019 16:14:37
18,000
70a010e3d90ad2a0827a30daac38b9b07cb0f510
chore(docs): relative to absolute urls for npm
[ { "change_type": "MODIFY", "diff": "@@ -144,6 +144,6 @@ features, by not reporting duplicate issues.\nsquash and merge your commits for you.\nFor all details related to development, make sure to check out our\n-[development guide](/docs/developing.md)!\n+[development guide](https://github.com/carbon-design-...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(docs): relative to absolute urls for npm
1
chore
docs
711,597
20.09.2019 16:40:23
-7,200
5f2987c9e6df88df844cadd52814229a9b22ad18
feat(admin-ui): Implement readonly state for RichTextEditor
[ { "change_type": "MODIFY", "diff": "<label (click)=\"trixEditor.focus()\" class=\"clr-control-label\">{{ label }}</label>\n-<trix-editor #trixEditor></trix-editor>\n+<trix-editor #trixEditor [contentEditable]=\"!_readonly\" [class.readonly]=\"_readonly\"></trix-editor>\n", "new_path": "packages/admin-ui...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Implement readonly state for RichTextEditor
1
feat
admin-ui
273,683
20.09.2019 16:42:00
-7,200
1c54c27c57ff328f697baa97d3c76c1597009816
fix(vue-remark): throw error if using global templates
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,14 @@ class VueRemark {\nthrow new Error(`@gridsome/vue-remark requires the 'typeName' option.`)\n}\n+ if (api.config.templates[options.typeName]) {\n+ throw new Error(\n+ `@gridsome/vue-remark does not work with a template. ` +\n+ `Remove \"${options.typeNam...
JavaScript
MIT License
gridsome/gridsome
fix(vue-remark): throw error if using global templates
1
fix
vue-remark
67,494
20.09.2019 16:44:12
-7,200
db39cbabad4b4f56a6d27694220858acbab80adb
refactor(router): free removed history entries
[ { "change_type": "MODIFY", "diff": "@@ -231,7 +231,7 @@ export class Navigator {\nfor (let i = 0; i < index; i++) {\nconst entry = this.entries[i];\nif (typeof entry.instruction !== 'string' || typeof entry.fullStateInstruction !== 'string') {\n- this.entries[i] = this.options.serializeCallback(entry, this....
TypeScript
MIT License
aurelia/aurelia
refactor(router): free removed history entries
1
refactor
router
815,595
20.09.2019 17:19:35
-28,800
b5656233e21c30476b2c04f60ff7033f4acf7979
doc: Add RPC docs of get_block_template, submit_block
[ { "change_type": "MODIFY", "diff": "* [`get_live_cells_by_lock_hash`](#get_live_cells_by_lock_hash)\n* [`get_transactions_by_lock_hash`](#get_transactions_by_lock_hash)\n* [`deindex_lock_hash`](#deindex_lock_hash)\n+* [`Miner`](#miner)\n+ * [`get_block_template`](#get_block_template)\n+ * [`submit_block`](#...
Rust
MIT License
nervosnetwork/ckb
doc: Add RPC docs of get_block_template, submit_block
1
doc
null
273,683
20.09.2019 17:20:00
-7,200
11e56eb47f6828e4527734877e627e8099d8e6ee
fix(vue-remark): use babel env preset for custom blocks
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ const createCustomBlockRule = (config, type) => {\n.loader('babel-loader')\n.options({\npresets: [\n- require.resolve('@vue/babel-preset-app')\n+ require.resolve('@babel/preset-env')\n]\n})\n}\n", "new_path": "packages/vue-remark/index.js", "old_...
JavaScript
MIT License
gridsome/gridsome
fix(vue-remark): use babel env preset for custom blocks
1
fix
vue-remark
273,683
20.09.2019 17:22:11
-7,200
dc33f4a896140354d8383cd871a2fa0bebe18e1c
fix(vue-remark): extract sfc blocks from template
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,40 @@ exports[`add v-pre to fenced code blocks 1`] = `\n</template>\"\n`;\n+exports[`extract <page-query> tag 1`] = `\n+\"<page-query>\n+query {\n+ metadata {\n+ siteName\n+ }\n+}\n+</page-query>\"\n+`;\n+\n+exports[`extract <script> tag 1`] = `\n+\"<script>\...
JavaScript
MIT License
gridsome/gridsome
fix(vue-remark): extract sfc blocks from template
1
fix
vue-remark
273,683
20.09.2019 17:24:15
-7,200
18615adf393d5ed8d15ec0ed1ca35fb4ebe0977d
fix(vue-remark): generate route chunk names
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ const path = require('path')\nconst pathToRegexp = require('path-to-regexp')\nconst Filesystem = require('@gridsome/source-filesystem')\nconst RemarkTransformer = require('@gridsome/transformer-remark')\n-const { trimEnd } = require('lodash')\n+const { tri...
JavaScript
MIT License
gridsome/gridsome
fix(vue-remark): generate route chunk names
1
fix
vue-remark
711,597
20.09.2019 17:34:51
-7,200
d2b52ceb66ed34c818fea0e551b6ea400c7ce726
fix(core): Correct permissions for tax-related resolvers
[ { "change_type": "MODIFY", "diff": "import { Args, Mutation, Query, Resolver } from '@nestjs/graphql';\nimport {\nMutationCreateTaxCategoryArgs,\n+ MutationUpdateTaxCategoryArgs,\nPermission,\nQueryTaxCategoryArgs,\n- MutationUpdateTaxCategoryArgs,\n} from '@vendure/common/lib/generated-types';\nimport { Ta...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correct permissions for tax-related resolvers
1
fix
core
711,597
20.09.2019 17:36:05
-7,200
78201fbb89e09c35771a2f724ddf356d68b9a14f
feat(admin-ui): Add permissions checks to main nav items Relates to
[ { "change_type": "MODIFY", "diff": "<nav class=\"sidenav\" [clr-nav-level]=\"2\">\n<section class=\"sidenav-content\">\n- <section class=\"nav-group\">\n+ <section class=\"nav-group\" *vdrIfPermissions=\"'ReadCatalog'\">\n<input id=\"catalog\" type=\"checkbox\" />\n<label for=\"catalog\">{{ 'nav.catalog' | ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add permissions checks to main nav items Relates to #94
1
feat
admin-ui
711,597
20.09.2019 17:36:47
-7,200
75dc385774bbd0cd242f57d5d25452226f7ca731
feat(admin-ui): Add permissions checks for Product list/detail views Relates to
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div class=\"card-block\"><ng-container *ngTemplateOutlet=\"assetList\"></ng-container></div>\n- <div class=\"card-footer\">\n+ <div class=\"card-footer\" *vdrIfPermissions=\"'UpdateCatalog'\">\n<button class=\"btn\" (click)=\"selectAssets()\">\n<clr-icon ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add permissions checks for Product list/detail views Relates to #94
1
feat
admin-ui
815,569
20.09.2019 17:37:51
-28,800
2c2ce54eb3f3fdd715b81527a3243db4953fbcfa
fix: use serialized_size while calculate_txs_size_limit
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ lazy_static! {\n.unwrap();\nlet block: Block = block_template.into();\n- block.as_slice().len() as u64\n+ block.serialized_size_without_uncle_proposals() as u64\n};\n}\n", "new_path": "chain/src/tests/block_assembler.rs", "old_path": "chain/src/t...
Rust
MIT License
nervosnetwork/ckb
fix: use serialized_size while calculate_txs_size_limit
1
fix
null
366,920
20.09.2019 17:38:25
-32,400
351cc93e1ec681d5e83a13e14f22e6f5f9f0c3aa
refactor: Refactor CheckboxLabel
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,6 @@ const Group = styled.ul`\n}\n`\nconst Text = styled.p`\n- margin-bottom: 16px;\n+ margin: 0 0 16px 0;\nfont-size: 16px;\n`\n", "new_path": "src/components/Checkbox/Checkbox.stories.tsx", "old_path": "src/components/Checkbox/Checkbox.stories.tsx" ...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Refactor CheckboxLabel
1
refactor
null
902,122
20.09.2019 18:10:33
0
07d183a71f44b8093672bfdb18f434d5a108c369
chore(release): v5.13.4
[ { "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.13.4](https://github.com/kikobeats/browserless/compare/v5.13.3...v5.13.4) (2019-09-20)\n+\n+\n+### Bug Fixes\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.13.4
1
chore
release
679,913
20.09.2019 18:24:33
-3,600
b85dc8b8e8e32ddfc78df25debadf52db9d813ab
feat(shader-ast-stdlib): add fragUV()
[ { "change_type": "MODIFY", "diff": "import {\n$x,\n+ $xy,\n$y,\nassign,\ndefn,\n@@ -7,10 +8,21 @@ import {\nmul,\nret,\nsym,\n- Vec2Sym\n+ Vec2Sym,\n+ Vec2Term,\n+ Vec4Term\n} from \"@thi.ng/shader-ast\";\nimport { fit0111 } from \"../math/fit\";\n+/**\n+ * Computes UV coord in [0..1] interval from given `f...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-stdlib): add fragUV()
1
feat
shader-ast-stdlib
679,913
20.09.2019 18:45:24
-3,600
95aba1672ba2330cee57e9e55b7f4bf1cd06841a
feat(webgl): update multipass / PassOpts
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { AttribPool } from \"@thi.ng/vector-pools\";\nimport { IFbo, IndexBufferSpec } from \"./buffers\";\nimport { InstancingSpec, ModelAttributeSpecs, ModelSpec } from \"./model\";\nimport {\n+ ShaderAttribSpecs,\nShaderFn,\nShaderState,\nShaderVaryingS...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): update multipass / PassOpts
1
feat
webgl
679,913
20.09.2019 18:48:18
-3,600
355f7859f488e0ec968ce4da2331d4bbe803e18e
feat(webgl): add readPixels/readTexture(), add ReadableTextureFormat
[ { "change_type": "MODIFY", "diff": "@@ -595,6 +595,17 @@ export const TEX_FORMATS: IObjectOf<TextureFormatDecl> = {\n}\n};\n+export type ReadableTextureFormat =\n+ | TextureFormat.ALPHA\n+ | TextureFormat.RED\n+ | TextureFormat.RG\n+ | TextureFormat.RGB\n+ | TextureFormat.RGBA\n+ | TextureFormat.RED_INTEGER...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add readPixels/readTexture(), add ReadableTextureFormat
1
feat
webgl
273,683
20.09.2019 19:14:14
-7,200
f2c63779d8b2f5b3028d6cd3ce0a9869a3375bf5
feat(datocms): changes for gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -29,8 +29,7 @@ class DatoCmsSource {\ntypeName: 'DatoCms',\napiToken: undefined,\npreviewMode: false,\n- apiUrl: undefined,\n- routes: {}\n+ apiUrl: undefined\n}\n}\n@@ -39,9 +38,16 @@ class DatoCmsSource {\napi.loadSource(args => this.fetchContent(args))\n}\n+ createT...
JavaScript
MIT License
gridsome/gridsome
feat(datocms): changes for gridsome v0.7 support
1
feat
datocms
679,913
20.09.2019 19:17:11
-3,600
5ba8e2b841b9235daf897ee8b3f073c8beb7ae48
chore(webgl-shadertoy): remove obsolete multipass (moved to webgl pkg)
[ { "change_type": "MODIFY", "diff": "export * from \"./api\";\nexport * from \"./shadertoy\";\n-export * from \"./multipass\";\n", "new_path": "packages/webgl-shadertoy/src/index.ts", "old_path": "packages/webgl-shadertoy/src/index.ts" }, { "change_type": "DELETE", "diff": "-import { IObj...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(webgl-shadertoy): remove obsolete multipass (moved to webgl pkg)
1
chore
webgl-shadertoy
679,913
20.09.2019 21:12:54
-3,600
8aaf6e6780091b440d7d6569e2c7c5dd019f974a
feat(atom): add Transacted wrapper & tests
[ { "change_type": "MODIFY", "diff": "@@ -2,4 +2,5 @@ export * from \"./api\";\nexport * from \"./atom\";\nexport * from \"./cursor\";\nexport * from \"./history\";\n+export * from \"./transacted\";\nexport * from \"./view\";\n", "new_path": "packages/atom/src/index.ts", "old_path": "packages/atom/src...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add Transacted wrapper & tests
1
feat
atom
711,597
20.09.2019 21:48:38
-7,200
7f8163a07bef57177805c27b976e8f84c9581108
feat(admin-ui): Permissions checks for Facet & Collection views Relates to
[ { "change_type": "MODIFY", "diff": "</button>\n<ng-template #updateButton>\n<button\n+ *vdrIfPermissions=\"'UpdateCatalog'\"\nclass=\"btn btn-primary\"\n(click)=\"save()\"\n[disabled]=\"(detailForm.invalid || detailForm.pristine) && !assetsChanged()\"\n<div class=\"clr-col\">\n<vdr-form-field [label]=\"'cat...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Permissions checks for Facet & Collection views Relates to #94
1
feat
admin-ui
679,913
20.09.2019 22:55:15
-3,600
1eecdf341dfe9ca485395263462184961b401c2e
docs(atom): update readme & pkg keywords
[ { "change_type": "MODIFY", "diff": "This project is part of the\n[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n+<!-- TOC depthFrom:2 depthTo:3 -->\n+\n+- [About](#about)\n+ - [Status](#status)\n+- [Installation](#installation)\n+- [Dependencies](#dependencies)\n+- [Usage examples](#usag...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update readme & pkg keywords
1
docs
atom
603,467
20.09.2019 23:04:52
-3,600
753a0ce0b671dfb5fd7a9357f869bd83e4396987
docs(website): Updated the home page
[ { "change_type": "MODIFY", "diff": "<title>{{ title }}</title>\n<link rel=\"stylesheet\" href=\"/css/charming-pro-serenity-js.css\">\n<link rel=\"stylesheet\" href=\"/css/style.css\">\n-<link rel=\"stylesheet\"\n- href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\"\n- integr...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): Updated the home page
1
docs
website
679,913
20.09.2019 23:13:39
-3,600
6ed70beafaa86745fc619f5d469b4e9d9c662090
feat(examples): replace gpgpu example w/ multipass demo
[ { "change_type": "DELETE", "diff": "-# webgl-gpgpu-basics\n-\n-[Live demo](http://demo.thi.ng/umbrella/webgl-gpgpu-basics/)\n-\n-Minimal example demonstrating usage of\n-[@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/master/packages/webgl)'s\n-GPGPU capability. Additionally, the actual GPU code is ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): replace gpgpu example w/ multipass demo
1
feat
examples
679,913
20.09.2019 23:15:11
-3,600
03be49120bc6ef27de29276df15dd8e106274d57
chore(webgl): remove obsolete GPGPU classes, superceded by multipass()
[ { "change_type": "DELETE", "diff": "-import { TypedArray } from \"@thi.ng/api\";\n-import {\n- ShaderFn,\n- ShaderSpec,\n- ShaderUniformSpecs,\n- UniformValues\n-} from \"./shader\";\n-import { ITexture, TextureOpts } from \"./texture\";\n-\n-export interface GPGPUOpts {\n- size: number;\n- inputs?: number ...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(webgl): remove obsolete GPGPU classes, superceded by multipass()
1
chore
webgl
679,913
20.09.2019 23:55:41
-3,600
23d9a9f437ee5e082d9953519a73172096bec2e1
docs(webgl-shadertoy): update readme & pkg keywords
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n- [About](#about)\n+- [Status](#status)\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n@@ -24,6 +25,10 @@ Basic WebGL scaffolding fo...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(webgl-shadertoy): update readme & pkg keywords
1
docs
webgl-shadertoy
679,913
21.09.2019 00:09:41
-3,600
6850838238d6411fd334e5ae4dbfeb8a2d3ed177
docs(examples): update src links
[ { "change_type": "MODIFY", "diff": "@@ -28,9 +28,8 @@ import { MainImageFn, shaderToy } from \"@thi.ng/webgl-shadertoy\";\n// the 2 args given are objects containing GLSL builtin vars and uniforms\n//\n// see:\n-// https://github.com/thi-ng/umbrella/blob/master/packages/shader-ast-glsl/src/index.ts#L32\n-//...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update src links
1
docs
examples
679,913
21.09.2019 00:17:17
-3,600
dd5898c66ae3959fa7abc6f2703ba41726b936dc
build(examples): add missing webpack config files
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ entry: \"./src/index.ts\",\n+ output: {\n+ filename: \"bundle.[hash].js\",\n+ path: __dirname + \"/out\"\n+ },\n+ resolve: {\n+ extensions: [\".ts\", \".js\"]\n+ },\n+ module: {\n+ rules: [\n+ {\n+ test: /\\.(png|jpg|gif)$/,\n+ loader: \"file-loader\",...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): add missing webpack config files
1
build
examples
679,913
21.09.2019 00:55:12
-3,600
cd4e233dcdca151fa4c757e5b450c603c4665500
docs: update pkg & example lists in readmes
[ { "change_type": "MODIFY", "diff": "@@ -83,10 +83,8 @@ contribute, please first read [this document](./CONTRIBUTING.md).\n(These packages are only available on their respective feature branches)\n-- [@thi.ng/grid-iterators](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators) - 2D grid c...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: update pkg & example lists in readmes
1
docs
null
67,479
21.09.2019 01:35:17
-36,000
c42f28a88d65c27f5200e8f3ad3497aa40525bcf
fix(repeat): remove debugger
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ describe('[repeat.contextual-prop.spec.ts]', function () {\nroot: class App {\npublic items = Array.from({ length: 10 }).map((_, idx) => {\nreturn { name: 'item - ' + idx, value: idx };\n- })\n+ });\n},\nassertFn: (ctx, host, comp) => {\nlet text = '';\n...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): remove debugger
1
fix
repeat
67,479
21.09.2019 01:51:31
-36,000
9c118ea5ad42e30af1a2ea0d5d9a8bb3e05a0983
fix(custom-attr): more test cases for multi binding detection
[ { "change_type": "MODIFY", "diff": "-import { hasMultipleBindings } from '@aurelia/jit-html'\n+import { hasMultipleBindings } from '@aurelia/jit-html';\nimport { assert } from '@aurelia/testing';\n-describe.skip('has-multi-bindings.spec.ts', function() {\n+describe.skip('has-multi-bindings.unit.spec.ts', fu...
TypeScript
MIT License
aurelia/aurelia
fix(custom-attr): more test cases for multi binding detection
1
fix
custom-attr
67,479
21.09.2019 02:18:10
-36,000
e41e3ffa1ebe7255a5052b24bab1693fdf8c9398
fix(custom-attr): more tests for some common scenarios
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,10 @@ import {\nCustomElement,\nICustomAttributeResource,\nINode,\n- valueConverter\n+ valueConverter,\n+ CustomAttribute,\n+ IDOM,\n+ ValueConverter\n} from '@aurelia/runtime';\nimport {\n@@ -18,6 +21,7 @@ import {\nHTMLTestContext,\nTestContext\n} from '@au...
TypeScript
MIT License
aurelia/aurelia
fix(custom-attr): more tests for some common scenarios
1
fix
custom-attr
679,913
21.09.2019 02:38:50
-3,600
9a084a250fe637ca96dfd3ed6b1d66332b8dd7fb
refactor(webgl): update TEX_FORMATS
[ { "change_type": "MODIFY", "diff": "@@ -145,13 +145,26 @@ export interface TextureFormatDecl {\ngl2?: boolean;\n}\n+const $ = (\n+ format: TextureFormat,\n+ types: (TextureType | number)[],\n+ num: number,\n+ render = false,\n+ filter = false,\n+ renderExt = render\n+) => ({\n+ format,\n+ types,\n+ render,\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): update TEX_FORMATS
1
refactor
webgl
67,516
21.09.2019 08:28:26
-7,200
2dce7d079ae86338de1992c5319f876dee487475
feat(test): starting integration test plan
[ { "change_type": "ADD", "diff": "+### `@aurelia/runtime`\n+\n+#### call-binding\n+\n+Assigns the result of the method call to the attribute.\n+\n+```html\n+<el attr=\"func()\"></el>\n+```\n+\n+#### interpolation-binding\n+\n+Evaluates interpolation expression.\n+\n+### Test plan\n+\n+#### Atoms\n+\n+##### R...
TypeScript
MIT License
aurelia/aurelia
feat(test): starting integration test plan
1
feat
test
815,590
21.09.2019 10:23:23
-28,800
e0d56373c03748f69fc1a330393ab144fd2197d9
fix: fix tx fee calculation overflow
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ impl AncestorsScoreSortKey {\n/// compare tx fee rate with ancestors fee rate and return the min one\nfn min_fee_and_vbytes(&self) -> (Capacity, u64) {\n// avoid division a_fee/a_vbytes > b_fee/b_vbytes\n- let tx_weight = self.fee.as_u64() * self.ancesto...
Rust
MIT License
nervosnetwork/ckb
fix: fix tx fee calculation overflow
1
fix
null
679,913
21.09.2019 10:42:17
-3,600
824637f61ff269bb9c8c60e9e406bff057e2aa7f
docs(webgl): update readme
[ { "change_type": "MODIFY", "diff": "@@ -41,12 +41,13 @@ updated from Clojure/ClojureScript versions of\n- customizable shader presets\n- Declarative geometry, attribute & index buffer specs\n- Declarative instancing (always available in WebGL2, or via ANGLE ext in WebGL1)\n- - also supported by bundled shad...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(webgl): update readme
1
docs
webgl
67,479
21.09.2019 11:47:38
-36,000
e91f40d9a8babb623b52725792688d3798869bc9
fix(custom-attr): skip failing tests, tweak tests to reflect real usage
[ { "change_type": "MODIFY", "diff": "@@ -401,7 +401,7 @@ describe('template-compiler.primary-bindable.spec.ts', function() {\n});\n}\n- describe('mimic vCurrent route-href', function() {\n+ describe.skip('mimic vCurrent route-href', function() {\nclass $RouteHref$ {\npublic static readonly inject = [INode, I...
TypeScript
MIT License
aurelia/aurelia
fix(custom-attr): skip failing tests, tweak tests to reflect real usage
1
fix
custom-attr
815,598
21.09.2019 12:52:08
-28,800
92afb305271a80ed79ecf2f75462a6ac6ad46104
chore: bump db version
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALU...
Rust
MIT License
nervosnetwork/ckb
chore: bump db version
1
chore
null
815,598
21.09.2019 12:56:46
-28,800
bfe32622adfeebd6e6a8234b565f8710e1acaf27
chore: bump genesis for v0.21.0
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0x481a3714c3ed03e722b3c07c4c47a84ac8580c2dd106ed3374bbabbf3b1c17ad\"\n+genesis = \"0x5b6196b4d433c25b7eae85da24ee4da428dfa4c7bec0666e8effa965bed14f05\"\ncellbase = \"0x348d58541f9c3cd6356b4621d4...
Rust
MIT License
nervosnetwork/ckb
chore: bump genesis for v0.21.0
1
chore
null
815,598
21.09.2019 13:02:55
-28,800
092648c4951990c0658809ecb67de3d1818e52db
chore: bump ckb-cli to v0.21.0
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.20.0\n+ - CKB_CLI_VERSION=v0.21.0\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ trigge...
Rust
MIT License
nervosnetwork/ckb
chore: bump ckb-cli to v0.21.0
1
chore
null
679,913
21.09.2019 13:47:09
-3,600
93d9e1dbb0dd44a3118682de0e7dfbd80c2bdffb
feat(atom): update Transacted watch ID handling, update tests, readme
[ { "change_type": "MODIFY", "diff": "@@ -37,8 +37,8 @@ infrastructure support for:\nTogether these types act as building blocks for various application\nstate handling patterns, specifically aimed (though not exclusively) at\n-the concept of using a nested, immutable, centralized atom as single\n-source of t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): update Transacted watch ID handling, update tests, readme
1
feat
atom
273,643
21.09.2019 14:34:21
-3,600
2903f2085be051339b897e8f1ead8396bc966386
chore(vue-remark): update readme
[ { "change_type": "MODIFY", "diff": "@@ -18,19 +18,19 @@ module.exports = {\n{\nuse: '@gridsome/vue-remark',\noptions: {\n- typeName: 'Documentation', // required\n- baseDir: './docs', // where .md files are located.\n- template: './src/templates/Documentation.vue' // optional\n+ typeName: 'Documentation', /...
JavaScript
MIT License
gridsome/gridsome
chore(vue-remark): update readme (#691)
1
chore
vue-remark
273,683
21.09.2019 15:16:56
-7,200
5f59747f6f5d1855c0b1bcd46308dfe62d19e9ad
fix(graphql): add schema.createScalarType() method
[ { "change_type": "MODIFY", "diff": "@@ -112,6 +112,7 @@ function createStoreActions (api, app) {\nconst {\ncreateObjectType,\ncreateUnionType,\n+ createScalarType,\ncreateInterfaceType,\ncreateInputType\n} = require('../graphql/utils')\n@@ -177,6 +178,7 @@ function createSchemaActions (api, app) {\nschema: ...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): add schema.createScalarType() method
1
fix
graphql
447,447
21.09.2019 19:47:23
14,400
538c2b97483e3916beb5e0bafe655b218e457eaf
test: add integration tests on TimePicker component
[ { "change_type": "MODIFY", "diff": "@@ -8,4 +8,5 @@ module.exports = {\nARROW_RIGHT_KEY: '\\uE014',\nARROW_DOWN_KEY: '\\uE015',\nSHIFT_KEY: '\\uE008',\n+ DELETE_KEY: '\\ue003',\n};\n", "new_path": "integration/constants.js", "old_path": "integration/constants.js" }, { "change_type": "ADD", ...
JavaScript
MIT License
nexxtway/react-rainbow
test: add integration tests on TimePicker component (#969)
1
test
null
815,593
21.09.2019 20:18:41
-28,800
d71efd0a0375793ac9c11fd3641da207e9f07a60
fix: vm argc issue
[ { "change_type": "ADD", "diff": "+use crate::syscalls::{utils::store_data, LOAD_ARGS_SYSCALL_NUMBER, SUCCESS};\n+use ckb_types::packed::Bytes;\n+use ckb_vm::{\n+ registers::{A0, A7},\n+ Error as VMError, Register, SupportMachine, Syscalls,\n+};\n+\n+#[derive(Debug)]\n+pub struct LoadArgs {\n+ args: Bytes,\n...
Rust
MIT License
nervosnetwork/ckb
fix: vm argc issue
1
fix
null
722,013
21.09.2019 22:36:51
18,000
03bc88e4606cfff918e2a9e37e2841f9576d6e50
refactor(docgen): make required always a boolean for backwards compatibility, required was an emty string sometimes, it is now always a boolean BREAKING CHANGE: required for props is never a string anymore
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ export interface EventDescriptor extends DocBlockTags, Descriptor {\nexport interface PropDescriptor extends Descriptor {\ntype?: { name: string; func?: boolean }\ndescription: string\n- required?: string | boolean\n+ required?: boolean\ndefaultValue?: {...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor(docgen): make required always a boolean for backwards compatibility, required was an emty string sometimes, it is now always a boolean BREAKING CHANGE: required for props is never a string anymore
1
refactor
docgen
722,013
21.09.2019 22:37:42
18,000
6c0acb91d0bde9acce19a400784e66ed1705aaa5
test: remove devtools notifications
[ { "change_type": "MODIFY", "diff": "/* eslint-disable no-console */\n+import Vue from 'vue'\nimport { configure, shallow, render, mount } from 'enzyme'\nimport Adapter from 'enzyme-adapter-react-16'\n+process.env.NODE_ENV = 'test'\n+Vue.config.productionTip = false\n+Vue.config.devtools = false\n+\n// Make ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: remove devtools notifications
1
test
null
447,451
22.09.2019 01:21:19
18,000
4c1a82dd8b2fdb7ec0cf9d5a61cf733284e1e31a
chore: setup stylelint for styled-components
[ { "change_type": "DELETE", "diff": "-*.css.map\n-*.css\n-*.eot\n-*.ttf\n-*.woff\n-*.woff2\n-*.js\n", "new_path": null, "old_path": ".stylelintignore" }, { "change_type": "MODIFY", "diff": "{\n- \"extends\": \"stylelint-config-standard\",\n+ \"processors\": [\"stylelint-processor-styled-c...
JavaScript
MIT License
nexxtway/react-rainbow
chore: setup stylelint for styled-components (#984)
1
chore
null
67,494
22.09.2019 02:30:49
-7,200
e3b72b2501faed6d3db4ec9df35405837e27e551
refactor(router): remove break in find one remaining viewport
[ { "change_type": "MODIFY", "diff": "@@ -470,10 +470,8 @@ export class Viewport {\nconst remaining = this.foundViewport(instruction, viewport, disregardViewports, true);\nfoundViewports.push(instruction);\nremainingInstructions.push(...remaining);\n- availableViewports[name] = null;\n- //tslint:disable-next-...
TypeScript
MIT License
aurelia/aurelia
refactor(router): remove break in find one remaining viewport
1
refactor
router
471,517
22.09.2019 12:19:44
-7,200
0a1e490835e6134b226be71f3be8a4dedf6d03b1
fix(building-utils): ensure correct module load order on edge fixes
[ { "change_type": "MODIFY", "diff": "\"clone\": \"^2.1.2\",\n\"core-js-bundle\": \"^3.1.4\",\n\"deepmerge\": \"^3.2.0\",\n- \"es-module-shims\": \"^0.2.13\",\n+ \"es-module-shims\": \"^0.4.5\",\n\"html-minifier\": \"^4.0.0\",\n\"lru-cache\": \"^5.1.1\",\n\"minimatch\": \"^3.0.4\",\n", "new_path": "packag...
JavaScript
MIT License
open-wc/open-wc
fix(building-utils): ensure correct module load order on edge (#812) fixes #781
1
fix
building-utils
273,683
22.09.2019 12:43:53
-7,200
47cc55683300bdac7676cd2339496ef97de7435b
fix(vue-remark): process style tags after components
[ { "change_type": "MODIFY", "diff": "@@ -109,3 +109,15 @@ exports[`process SFC blocks extract <style> tag 1`] = `\nbody {}\n</style>\"\n`;\n+\n+exports[`process SFC blocks extract <style> tag after component 1`] = `\n+\"<template>\n+<VueRemarkRoot>\n+<MyComponent></MyComponent>\n+</VueRemarkRoot>\n+</templat...
JavaScript
MIT License
gridsome/gridsome
fix(vue-remark): process style tags after components (#693)
1
fix
vue-remark
151,430
22.09.2019 13:06:09
25,200
bf4e3c4b515a0636c629123b7cc6fc68cb1b1a89
chore: remove old build scripts
[ { "change_type": "DELETE", "diff": "-import config from './rollup.config'\n-\n-export default config({\n- output: {\n- format: 'cjs',\n- file: 'lib/analytics.browser.cjs.js',\n- },\n- browser: true\n-})\n", "new_path": null, "old_path": "packages/analytics-core/scripts/build/rollup.config.browser.cj...
JavaScript
MIT License
davidwells/analytics
chore: remove old build scripts
1
chore
null
447,451
22.09.2019 14:53:14
18,000
68abe366a690faff9188915104c53730c4c8be69
fix: refactor index file and move it inside components
[ { "change_type": "DELETE", "diff": "-import Accordion from './Accordion';\n-import AccordionSection from './AccordionSection';\n-import ActivityTimeline from './ActivityTimeline';\n-import Application from './Application';\n-import Avatar from './Avatar';\n-import AvatarMenu from './AvatarMenu';\n-import Ba...
JavaScript
MIT License
nexxtway/react-rainbow
fix: refactor index file and move it inside components (#986)
1
fix
null
217,922
22.09.2019 16:27:09
-7,200
52590ff6fe5d98e22e6ef9846ec4dc3d2baf6e3a
fix(log-tracker): fixed wrong * label on other masterbook recipes
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,6 @@ export class LogTrackerComponent extends TrackerComponent {\n});\nlet operation$: Observable<any>;\nif (operations.length > 0) {\n-\noperation$ = interval(250)\n.pipe(\nfirst(),\n@@ -228,10 +227,9 @@ export class LogTrackerComponent extends TrackerComp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed wrong * label on other masterbook recipes
1
fix
log-tracker
749,516
22.09.2019 17:52:37
25,200
37abf2b47f930592a23c2f4878852e189de82cab
feat(chrome): deprecate AccordionContainer
[ { "change_type": "MODIFY", "diff": "\"start\": \"../../utils/scripts/start.sh\"\n},\n\"dependencies\": {\n+ \"@zendeskgarden/container-accordion\": \"^0.2.0\",\n+ \"@zendeskgarden/container-utilities\": \"^0.2.0\",\n\"@zendeskgarden/react-selection\": \"^6.5.0\",\n\"classnames\": \"^2.2.5\"\n},\n\"access\":...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(chrome): deprecate AccordionContainer (#461)
1
feat
chrome
151,430
22.09.2019 18:11:09
25,200
8bf0c153b86ae50ac192cb7523ec50ca7d85fee4
docs: update JSdocs for typescript types
[ { "change_type": "MODIFY", "diff": "-/* Analytics Constants */\n+/**\n+ * Core Analytic constants. These are exposed for third party plugins & listeners\n+ * @typedef {Object} constants\n+ * @property {ANON_ID} ANON_ID - Anonymous visitor Id localstorage key\n+ * @property {USER_ID} USER_ID - Visitor Id loc...
JavaScript
MIT License
davidwells/analytics
docs: update JSdocs for typescript types
1
docs
null
151,430
22.09.2019 18:11:31
25,200
bc07463654054e9f8ecbbf8ac5f224a610f37b2b
chore: add jsdoc to typescript type generator
[ { "change_type": "MODIFY", "diff": "\"test\": \"ava -v\",\n\"test:watch\": \"ava -v --watch\",\n\"clean\": \"rimraf lib dist && mkdirp lib dist\",\n- \"prebuild\": \"npm run clean\",\n+ \"prebuild\": \"npm run clean && npm run types\",\n+ \"types\": \"../../node_modules/.bin/jsdoc -t ../../node_modules/tsd-...
JavaScript
MIT License
davidwells/analytics
chore: add jsdoc to typescript type generator
1
chore
null
151,430
22.09.2019 18:13:12
25,200
da32c3366f82638df533034c33606fa5427ab0f2
chore: add jsdoc to TS types dependancies
[ { "change_type": "MODIFY", "diff": "\"@babel/preset-env\": \"7.5.5\",\n\"ava\": \"^2.3.0\",\n\"dox\": \"^0.9.0\",\n+ \"jsdoc\": \"^3.6.3\",\n+ \"tsd-jsdoc\": \"^2.4.0\",\n\"lerna\": \"^3.10.7\",\n\"markdown-magic\": \"^0.1.25\",\n\"mkdirp\": \"^0.5.1\",\n", "new_path": "package.json", "old_path": "p...
JavaScript
MIT License
davidwells/analytics
chore: add jsdoc to TS types dependancies
1
chore
null
902,122
22.09.2019 18:29:32
0
e79683af5b4e8819752f50ae371fd4121e21a5ec
chore(release): v5.14.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.14.1](https://github.com/kikobeats/browserless/compare/v5.14.0...v5.14.1) (2019-09-22)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.1
1
chore
release
902,122
22.09.2019 19:26:28
0
40f56147b9450bc9eae5e225fc52a114cb14b39d
chore(release): v5.14.2
[ { "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.14.2](https://github.com/kikobeats/browserless/compare/v5.14.1...v5.14.2) (2019-09-22)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.2
1
chore
release
679,913
22.09.2019 19:39:49
25,200
39177752ac037c268474a8f8c1d749a315654fe6
feat(sexpr): add Token w/ location info, update tokenize() & parse() update ParseError w/ location info remove dep update readme update tests
[ { "change_type": "MODIFY", "diff": "@@ -32,10 +32,10 @@ sandboxed DSL implementations.\nThe following default syntax rules are used:\n-- whitespace: space, tab, newline, comma\n-- expression delimiters: `(`, `)`\n-- numbers: any float notation valid in JS, hex ints prefixed w/ `0x`\n-- string delimiters: `\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(sexpr): add Token w/ location info, update tokenize() & parse() - update ParseError w/ location info - remove @thi.ng/errors dep - update readme - update tests
1
feat
sexpr
902,122
22.09.2019 19:40:59
0
4cb7168955a8339376e753657f2bbcd07c437fc0
chore(release): v5.14.3
[ { "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.14.3](https://github.com/kikobeats/browserless/compare/v5.14.2...v5.14.3) (2019-09-22)\n+\n+**Note:** Version b...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.3
1
chore
release
902,122
22.09.2019 20:37:57
-7,200
86a32c1e2553daf4fca98a6b5616ba05c4955d15
build: add autoRespawn flag
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ const EVALUATE_HTML = page => page.content()\nmodule.exports = ({\npuppeteer = require('require-one-of')(['puppeteer-core', 'puppeteer', 'puppeteer-firefox']),\npuppeteerDevices,\n+ autoRespawn = true,\nincognito = false,\ntimeout = 30000,\n...launchOpts...
JavaScript
MIT License
microlinkhq/browserless
build: add autoRespawn flag
1
build
null