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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
127,975 | 26.07.2019 14:55:29 | -10,800 | e5d2ee2c103898f4c2d874ff242ed66af3eb626d | fix: update Krillin to match the Sportsbet#2.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -73,11 +73,11 @@ const frieza: BaseColor = {\n};\nconst krillin: BaseColor = {\n- 100: '#FFD600',\n- 80: '#FFDE33',\n- 60: '#FFE666',\n- 40: '#FFEF99',\n- 20: '#FFF7CC',\n+ 100: '#FFAB00',\n+ 80: '#FFB319',\n+ 60: '#FFBC33',\n+ 40: '#FFC44C',\n+ 20: '#FFD580',\n};\ncon... | TypeScript | MIT License | coingaming/moon-design | fix: update Krillin to match the Sportsbet#2.2 | 1 | fix | null |
104,839 | 26.07.2019 15:14:16 | 10,800 | 787502fa2774e5abd1048997fb626577ed534a41 | fix(imagecard): add fullscreen callback | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ import {\ntableData,\n} from '../../utils/sample';\nimport { COLORS, CARD_SIZES, CARD_TYPES } from '../../constants/LayoutConstants';\n+import imageFile from '../ImageCard/landscape.jpg';\nimport Dashboard from './Dashboard';\n@@ -305,6 +306,17 @@ const ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): add fullscreen callback | 1 | fix | imagecard |
217,922 | 26.07.2019 15:31:47 | -7,200 | 8afed776a37518da118eaa334f75dae1f7350c76 | fix: changed some icons inside sidebar | [
{
"change_type": "MODIFY",
"diff": "routerLinkActive=\"ant-menu-item-selected\" routerLink=\"/simulator\">\n<span nz-tooltip nzPlacement=\"right\"\n[nzTitle]=\"collapsedSidebar ? ('SIMULATOR.Title' | translate) : null\">\n- <i nz-icon type=\"code\"></i>\n+ <i class=\"companion-svg anticon\">\n+ \n+ ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: changed some icons inside sidebar | 1 | fix | null |
306,484 | 26.07.2019 15:40:12 | -7,200 | 471d662cb288ef26b058b736cdd131ef33d93340 | feat(button): move active to host for cross-browser support (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,10 @@ export class LionButton extends DisabledWithTabIndexMixin(\ntype: String,\nreflect: true,\n},\n+ active: {\n+ type: Boolean,\n+ reflect: true,\n+ },\n};\n}\n@@ -83,8 +87,8 @@ export class LionButton extends DisabledWithTabIndexMixin(\nbackground: #f4f6f... | JavaScript | MIT License | ing-bank/lion | feat(button): move active to host for cross-browser support (fix #188) | 1 | feat | button |
815,605 | 26.07.2019 15:43:21 | 0 | 0b2ccbca88c35c9d30beb1a77d0dd15a4056216f | fix: Preserve script hash type when converting to/from witness | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ use std::fmt;\n// code for enum types, resulting in both compiler warnings and clippy\n// errors. So for now we are sticking to a single integer in the wire\n// format, and only use enums in core data structures.\n-#[derive(Clone, Serialize, Deserialize,... | Rust | MIT License | nervosnetwork/ckb | fix: Preserve script hash type when converting to/from witness | 1 | fix | null |
306,484 | 26.07.2019 16:19:01 | -7,200 | f3303ae014254e6043e1d88cfc809b68cc698d91 | fix(button): remove active when mouse/key up on other element (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -138,12 +138,12 @@ export class LionButton extends DisabledWithTabIndexMixin(\nconnectedCallback() {\nsuper.connectedCallback();\n- this.__setupDelegation();\n+ this.__setupEvents();\n}\ndisconnectedCallback() {\nsuper.disconnectedCallback();\n- this.__teardownDelegati... | JavaScript | MIT License | ing-bank/lion | fix(button): remove active when mouse/key up on other element (fix #210) | 1 | fix | button |
104,818 | 26.07.2019 16:30:05 | 21,600 | 1853dfcbaece0b2f8e4d17bac771fada01f1a398 | fix(timeseries): stop the x-axis label overlap on firefox | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const LineChartWrapper = styled.div`\n&&& {\n.chart-wrapper g.x.axis g.tick text {\n- transform: initial !important;\n+ transform: rotateY(0);\ntext-anchor: initial !important;\n}\n.legend-wrapper {\n@@ -37,6 +37,10 @@ const LineChartWrapper = styled.div... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): stop the x-axis label overlap on firefox | 1 | fix | timeseries |
815,590 | 26.07.2019 16:32:58 | -28,800 | d71ee079103200dc89d3c9448fb1f91f3b19029e | fix: network continually retry failed dialing | [
{
"change_type": "MODIFY",
"diff": "@@ -335,9 +335,11 @@ impl PeerStore for SqlitePeerStore {\nlet mut rng = thread_rng();\n// randomly find a address to attempt\npaddrs.shuffle(&mut rng);\n- paddrs\n- .into_iter()\n- .find(|paddr| !self.is_addr_banned(&paddr.addr) && !paddr.is_terrible(now_ms))\n+ paddrs.i... | Rust | MIT License | nervosnetwork/ckb | fix: network continually retry failed dialing | 1 | fix | null |
306,484 | 26.07.2019 16:45:49 | -7,200 | 06124e06bf26881fcf429ce116765ba0d28ac87e | fix(button): prevent unnecessary keydown/keyup handlers | [
{
"change_type": "MODIFY",
"diff": "@@ -202,7 +202,7 @@ export class LionButton extends DisabledWithTabIndexMixin(\n}\n__keydownHandler(e) {\n- if (!this.__isKeyboardClickEvent(e)) {\n+ if (this.active || !this.__isKeyboardClickEvent(e)) {\nreturn;\n}\nthis.active = true;\n",
"new_path": "packages/butto... | JavaScript | MIT License | ing-bank/lion | fix(button): prevent unnecessary keydown/keyup handlers | 1 | fix | button |
815,590 | 26.07.2019 16:55:59 | -28,800 | 7be05c07e612433d756af35abbce37ce5c809d58 | chore: use ckb-system-scripts 0.2.0-alpha.3 | [
{
"change_type": "MODIFY",
"diff": "@@ -810,7 +810,7 @@ dependencies = [\nname = \"ckb-resource\"\nversion = \"0.19.0-pre\"\ndependencies = [\n- \"ckb-system-scripts 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.2.0-alpha.3 (registry+https://github.com/ru... | Rust | MIT License | nervosnetwork/ckb | chore: use ckb-system-scripts 0.2.0-alpha.3 | 1 | chore | null |
438,921 | 26.07.2019 17:36:19 | -32,400 | cd403e22d178e9e976fce709f5812cc27f8905af | docs(tooltip): Update tooltip's note
Correct wrong 'note' for tooltip.contents.template.
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -3338,15 +3338,15 @@ export default class Options {\n* @property {Function|Object} [tooltip.contents] Set custom HTML for the tooltip.<br>\n* Specified function receives data, defaultTitleFormat, defaultValueFormat and color of the data point to show. If tooltip.groupe... | TypeScript | MIT License | naver/billboard.js | docs(tooltip): Update tooltip's note
Correct wrong 'note' for tooltip.contents.template.
[skip ci] | 1 | docs | tooltip |
104,857 | 26.07.2019 17:58:15 | 10,800 | e846c3f60d3a63eacf5b3ceb6ce26eaa7325c60e | fix(timestamp): table card timestamp D MMMM YYYY HH:mm | [
{
"change_type": "MODIFY",
"diff": "@@ -213,7 +213,7 @@ const TableCard = ({\n? Object.keys(i.values)\n.map(value =>\nfilteredTimestampColumns.includes(value)\n- ? { [value]: moment(i.values[value]).format('LTS') }\n+ ? { [value]: moment(i.values[value]).format('LLL') }\n: null\n)\n.filter(v => v)[0]\n",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timestamp): table card timestamp D MMMM YYYY HH:mm | 1 | fix | timestamp |
104,857 | 26.07.2019 18:18:33 | 10,800 | a00cee6455a0f74c63c594057f48a321d34ba289 | fix(table): table filter icon updated | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-import { iconFilter } from 'carbon-icons';\n+// import { iconFilter } from 'carbon-icons';\nimport IconColumnSelector from '@carbon/icons-react/lib/column/20';\n+import IconFilter from '@carbon/icons-react/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): table filter icon updated | 1 | fix | table |
104,857 | 26.07.2019 18:24:23 | 10,800 | cb259e39b0676343ff3bf918733060d780bd597f | fix(sample): fix on isEditable show sample data | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export const generateTableSampleValues = columns => {\nreturn sampleValues.map(() => ({\nid: uuidv1(),\nvalues: columns.reduce((obj, column) => {\n- obj[column.id] = column.type === 'TIMESTAMP' ? 'hh:mm:ss' : '--'; // eslint-disable-line\n+ obj[column.da... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sample): fix on isEditable show sample data | 1 | fix | sample |
401,147 | 26.07.2019 18:27:40 | -19,080 | 05c7e1b345cdd5dc071dca3ce89cd7799bb4ab6a | feat: added disabled feature in the input component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ export const InputStyled = styled('input').attrs(({ theme: { input, text, font }\nfont-size: ${({ font, text }) => font.sizes[text.defaults.textSize]};\nfont-weight: ${({ font, text }) => font.weights[text.defaults.textWeight]};\ncolor: ${props => props.in... | TypeScript | MIT License | medly/medly-components | feat: added disabled feature in the input component
affects: @medly-components/core, @medly-components/theme | 1 | feat | null |
104,839 | 26.07.2019 18:37:03 | 10,800 | 87923a8eca88acdbce4135de983191da7fc7bb0a | fix(imagecard): temporarly hide minimap | [
{
"change_type": "MODIFY",
"diff": "\"react-dnd-html5-backend\": \"2.5.1\",\n\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-grid-layout\": \"^0.16.6\",\n- \"react-image-hotspots\": \"^1.3.2\",\n+ \"react-image-hotspots\": \"^1.4.0\",\n\"react-resizable\": \"^1.8.0\",\n\"react-sizeme\": \"^2.6.3\",\n\"reac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): temporarly hide minimap | 1 | fix | imagecard |
104,857 | 26.07.2019 19:14:49 | 10,800 | cbbc5f3db0ab6b096e49c49ceb46bf961529828e | fix(comment): remove commented line | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-// import { iconFilter } from 'carbon-icons';\nimport IconColumnSelector from '@carbon/icons-react/lib/column/20';\nimport IconFilter from '@carbon/icons-react/lib/filter/20';\nimport { DataTable, Button } ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(comment): remove commented line | 1 | fix | comment |
815,769 | 26.07.2019 20:05:22 | -14,400 | 8787fa9a7390e3e78db9b76c4d10fdd01a925d2f | fix: dynamic footer and header template
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -154,8 +154,8 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n@ContentChild(NgOptgroupTemplateDirective, { read: TemplateRef, static: true }) optgroupTemplate: TemplateRef<any>;\n@ContentChild(NgLabelTemplateDirective, { read: Templ... | TypeScript | MIT License | ng-select/ng-select | fix: dynamic footer and header template (#1268)
closes #1282 | 1 | fix | null |
217,922 | 26.07.2019 20:13:49 | -7,200 | 929ab3b48903498052845571e86e87d946b7cb11 | feat(search): added support for patch search (input patch:<patch #> in search box) | [
{
"change_type": "MODIFY",
"diff": "</nz-select>\n</ng-template>\n</div>\n+ <div fxLayout=\"row\" fxLayoutAlign=\"center center\" class=\"search-tip\">{{'SEARCH.Search_tip' | translate}}</div>\n<div class=\"filters\" *ngIf=\"searchType$ | async as searchType\">\n<nz-collapse\n*ngIf=\"searchType === searchTy... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): added support for patch search (input patch:<patch #> in search box) | 1 | feat | search |
679,913 | 26.07.2019 20:29:52 | -3,600 | ad8d2d70e34ca051eeb411d33a73623160a16f08 | fix(pixel): update prepRegions() | [
{
"change_type": "MODIFY",
"diff": "@@ -219,9 +219,9 @@ export const clampRegion = (\nreturn [sx, sy, clamp(w, 0, maxw - sx), clamp(h, 0, maxh - sy), dx, dy];\n};\n-const prepRegions = (\n- src: IPixelBuffer<TypedArray, number>,\n- dest: IPixelBuffer<TypedArray, number>,\n+export const prepRegions = (\n+ sr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pixel): update prepRegions() | 1 | fix | pixel |
531,793 | 26.07.2019 21:40:26 | -3,600 | 9b6273595dc6b1416e1b12f0ea90274ae03a54fe | chore: move sorting to the backend | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,9 @@ import (\n\"math\"\n\"sort\"\n+ \"github.com/gin-gonic/gin\"\n\"github.com/prymitive/karma/internal/alertmanager\"\n+ \"github.com/prymitive/karma/internal/config\"\n\"github.com/prymitive/karma/internal/filters\"\n\"github.com/prymitive/karma/internal/mod... | TypeScript | Apache License 2.0 | prymitive/karma | chore: move sorting to the backend | 1 | chore | null |
679,913 | 26.07.2019 22:53:50 | -3,600 | f0f689cad7d97c491d7c76c9e0c65447eb31c997 | refactor(examples): update pixel-basics to use new buffer types | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/examples/pixel-basics/assets/logo-64.png differ\n",
"new_path": "examples/pixel-basics/assets/logo-64.png",
"old_path": "examples/pixel-basics/assets/logo-64.png"
},
{
"change_type": "MODIFY",
"diff": "+import { composeSrcOver... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update pixel-basics to use new buffer types | 1 | refactor | examples |
838,025 | 26.07.2019 22:54:16 | -10,800 | 3740987997a8fc3a3b4f33316eaf8baffe065b41 | feat: update messagesMessageAttachment | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,6 @@ func TestVK_DatabaseGetCities(t *testing.T) {\n}\nfunc TestVK_DatabaseGetCitiesByID(t *testing.T) {\n- // BUG(VK): https://vk.com/bug136374\nif vkService.AccessToken == \"\" {\nt.Skip(\"SERVICE_TOKEN empty\")\n}\n@@ -56,7 +55,6 @@ func TestVK_DatabaseGet... | Go | MIT License | severecloud/vksdk | feat: update messagesMessageAttachment | 1 | feat | null |
67,482 | 26.07.2019 23:04:25 | 25,200 | f484f846a93a8684eb9e794cb6cd4906e981e2d1 | feat(child-observation): hook into runtime process | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,8 @@ import {\nensureValidStrategy\n} from './flags';\nimport { Bindable } from './templating/bindable';\n+import { INode } from './dom';\n+import { IController } from './lifecycle';\nexport type IElementHydrationOptions = { parts?: Record<string, TemplateDef... | TypeScript | MIT License | aurelia/aurelia | feat(child-observation): hook into runtime process | 1 | feat | child-observation |
838,025 | 26.07.2019 23:10:00 | -10,800 | d818dc5da03a5df04a421b38ffb850ea9933f106 | fix: photosPhotoAlbum.ID is string | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,7 @@ type PhotosOwnerUploadResponse struct {\ntype photosPhotoAlbum struct {\nCreated int `json:\"created\"` // Date when the album has been created in Unixtime\nDescription string `json:\"description\"` // Photo album description\n- ID int `json:\"id\"` // P... | Go | MIT License | severecloud/vksdk | fix: photosPhotoAlbum.ID is string | 1 | fix | null |
713,841 | 26.07.2019 23:44:18 | -7,200 | 80bb47df16c0f1401406da473cf1739d216a5f40 | ci: add Azure Pipelines CI to test on Windows, Linux and MacOs | [
{
"change_type": "ADD",
"diff": "+trigger:\n+ branches:\n+ include:\n+ - /*/\n+\n+strategy:\n+ matrix:\n+ node12_linux:\n+ imageName: 'ubuntu-latest'\n+ nodeVersion: 12.x\n+ node_12_windows:\n+ imageName: 'windows-2019'\n+ nodeVersion: 12.x\n+ node_12_macos:\n+ imageName: 'macOS-10.14'\n+ nodeVersion: 12.x\... | TypeScript | MIT License | verdaccio/monorepo | ci: add Azure Pipelines CI to test on Windows, Linux and MacOs | 1 | ci | null |
713,841 | 26.07.2019 23:44:57 | -7,200 | 65a6a7c0a3feab45705c5dccbe1de8149a5646f4 | chore: add Azure Pipelines status badge | [
{
"change_type": "MODIFY",
"diff": "# Verdaccio Monorepo\n[](https://circleci.com/gh/verdaccio/monorepo)\n+[](https:... | TypeScript | MIT License | verdaccio/monorepo | chore: add Azure Pipelines status badge | 1 | chore | null |
713,841 | 26.07.2019 23:52:54 | -7,200 | 31541c8911badd1476199bd6d3061dffcfb9c24f | chore: fix ESLint config to run on multiple OS
Fix cli glob expansion using double quotes (with node glob syntax). [Reference](https://eslint.org/docs/user-guide/command-line-interface)
Set endOfLine to auto in Prettier to not fail with CRLF when running on Windows | [
{
"change_type": "MODIFY",
"diff": "{\n+ \"endOfLine\": \"auto\",\n\"semi\": true,\n\"singleQuote\": true,\n\"useTabs\": false,\n",
"new_path": "core/commons-api/.prettierrc",
"old_path": "core/commons-api/.prettierrc"
},
{
"change_type": "MODIFY",
"diff": "\"build:js\": \"babel src/ --o... | TypeScript | MIT License | verdaccio/monorepo | chore: fix ESLint config to run on multiple OS
- Fix cli glob expansion using double quotes (with node glob syntax). [Reference](https://eslint.org/docs/user-guide/command-line-interface)
- Set endOfLine to auto in Prettier to not fail with CRLF when running on Windows | 1 | chore | null |
713,841 | 26.07.2019 23:54:31 | -7,200 | 0e1d69c85e1d0670181aa80482af53ef16839a6f | test(file-locking): fix 2 tests on Windows
These 2 tests fails because the position of the 'Unexpected token' differ in Windows. This is because Windows reads files with CRLF instead of LF, adding 1 more character for each line break | [
{
"change_type": "MODIFY",
"diff": "@@ -73,8 +73,9 @@ describe('testing locking', () => {\nconst options = {\nparse: true\n};\n+ const errorMessage = process.platform === 'win32' ? 'Unexpected token } in JSON at position 47' : 'Unexpected token } in JSON at position 44';\nreadFile(getFilePath('wrong.package... | TypeScript | MIT License | verdaccio/monorepo | test(file-locking): fix 2 tests on Windows
These 2 tests fails because the position of the 'Unexpected token' differ in Windows. This is because Windows reads files with CRLF instead of LF, adding 1 more character for each line break | 1 | test | file-locking |
679,913 | 27.07.2019 00:23:11 | -3,600 | c08f94f91addb4bf189c89461ebf2d0a5c4c093f | feat(examples): add scenegraph-image example | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/scenegraph-image/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# scenegraph-image\n+\n+[Live demo](http://demo.thi.ng/umbrella/scenegraph-image/)\n+\n+Similar t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add scenegraph-image example | 1 | feat | examples |
447,451 | 27.07.2019 03:01:27 | 18,000 | e5881d0870b8a5a3f2b41010362cbd88397bd8a7 | fix: calendar and date picker format date | [
{
"change_type": "MODIFY",
"diff": "import formatDate from '../formatDate';\ndescribe('formatDate', () => {\n+ it('should return an empty string when pass falsy values', () => {\n+ const values = [undefined, null, '', 0];\n+ values.forEach(value => {\n+ expect(formatDate(value)).toBe('');\n+ });\n+ });\n+ i... | JavaScript | MIT License | nexxtway/react-rainbow | fix: calendar and date picker format date (#857) | 1 | fix | null |
815,605 | 27.07.2019 05:20:59 | 0 | 1997823278b943f12e4f1b8abee159458325b4f1 | feat: Specify hash type in block assembler config | [
{
"change_type": "MODIFY",
"diff": "@@ -322,6 +322,7 @@ version = \"0.19.0-pre\"\ndependencies = [\n\"ckb-build-info 0.19.0-pre\",\n\"ckb-chain-spec 0.19.0-pre\",\n+ \"ckb-core 0.19.0-pre\",\n\"ckb-db 0.19.0-pre\",\n\"ckb-instrument 0.19.0-pre\",\n\"ckb-logger 0.19.0-pre\",\n@@ -338,6 +339,7 @@ dependencies... | Rust | MIT License | nervosnetwork/ckb | feat: Specify hash type in block assembler config | 1 | feat | null |
815,605 | 27.07.2019 06:17:51 | 0 | 7c7d8e8704278b2954c763a3014f9fbb13335982 | feat: Upgrade CKB VM to 0.15.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -895,7 +895,7 @@ dependencies = [\n\"ckb-script-data-loader 0.19.0-pre\",\n\"ckb-store 0.19.0-pre\",\n\"ckb-test-chain-utils 0.19.0-pre\",\n- \"ckb-vm 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-vm 0.15.1 (registry+https://github.com/rust... | Rust | MIT License | nervosnetwork/ckb | feat: Upgrade CKB VM to 0.15.1 | 1 | feat | null |
679,913 | 27.07.2019 11:12:35 | -3,600 | 2c18c39e07d5902fb666792daf0c4545aa6b5529 | docs(pixel): update readme example | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n+- [API](#api)\n- [Authors](#authors)\n- [License](#license)\n@@ -37,7 +38,7 @@ with customizable layout formats and the f... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(pixel): update readme example | 1 | docs | pixel |
815,598 | 27.07.2019 11:37:48 | -28,800 | c46fb041a486da76fa5192363fb37b796b075ddf | chore: use ckb-cli 0.17 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.17.0-rc2\n+ - CKB_CLI_VERSION=v0.17.0\naddons:\napt:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ tr... | Rust | MIT License | nervosnetwork/ckb | chore: use ckb-cli 0.17 | 1 | chore | null |
67,482 | 27.07.2019 11:51:13 | 25,200 | 1c27331311a969b4895eeb65eb72782ef17885dd | fix(child-observation): ensure observers and get/set always present | [
{
"change_type": "MODIFY",
"diff": "@@ -437,6 +437,8 @@ export class ChildrenObserver {\nthis.observing = false;\nthis.persistentFlags = flags & LifecycleFlags.persistentBindingFlags;\n+ this.createGetterSetter();\n+\nif (this.callback === void 0) {\nthis.observing = false;\n} else {\n@@ -461,7 +463,6 @@ ex... | TypeScript | MIT License | aurelia/aurelia | fix(child-observation): ensure observers and get/set always present | 1 | fix | child-observation |
679,913 | 27.07.2019 13:17:02 | -3,600 | b4168f8666118c5565a433f8d8d0f38b0a9f4912 | feat(pixel): add channel float accessors, update PackedChannel
add precomputed masks and get/setFloat to PackedChannel
refactor code gens
add PackedBuffer.get/setChannelAt()
add ensureChannel() helper | [
{
"change_type": "MODIFY",
"diff": "@@ -39,28 +39,33 @@ export interface IABGRConvert<T> {\ntoABGR: Fn<T, number>;\n}\n+export type ChannelGetter<T> = Fn<T, number>;\n+export type ChannelSetter<T> = Fn2<T, number, T>;\n+\nexport interface PackedChannelSpec {\n// bits\nsize: number;\nlane: Lane;\n- // getter... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add channel float accessors, update PackedChannel
- add precomputed masks and get/setFloat to PackedChannel
- refactor code gens
- add PackedBuffer.get/setChannelAt()
- add ensureChannel() helper | 1 | feat | pixel |
151,430 | 27.07.2019 13:24:53 | 25,200 | 2e0423c7260f28bc334279985d3e14f5f3bac3ba | docs: update react app deps | [
{
"change_type": "MODIFY",
"diff": "\"@reach/router\": \"^1.2.1\",\n\"analytics\": \"^0.1.16\",\n\"analytics-plugin-segment\": \"^0.1.7\",\n- \"react\": \"^16.7.0\",\n- \"react-dom\": \"^16.7.0\",\n- \"react-helmet\": \"^5.2.0\",\n- \"react-scripts\": \"2.1.3\"\n+ \"react\": \"^16.8.6\",\n+ \"react-dom\": \... | JavaScript | MIT License | davidwells/analytics | docs: update react app deps | 1 | docs | null |
151,430 | 27.07.2019 13:30:08 | 25,200 | dc368804e51a19425b75584208f0adc5d04fab92 | docs: example update | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ const analytics = Analytics({\ndisableAnonymousTraffic: true,\n}),\nsegmentPlugin({\n- writeKey: 'f3W8BZ0iCGrk1STIsMZV7JXfMGB7aMiW',\n+ writeKey: 'TpKoFHqy1g98bXjd3wdVp3JvkHJRl5Q5',\ndisableAnonymousTraffic: true,\n}),\nexampleProviderPlugin({\n",
"n... | JavaScript | MIT License | davidwells/analytics | docs: example update | 1 | docs | null |
67,482 | 27.07.2019 14:07:32 | 25,200 | 81f1a9a6ae058cefd528e4571c4050e037b36d74 | feat(child-observation): make query pluggable | [
{
"change_type": "MODIFY",
"diff": "@@ -76,9 +76,9 @@ export class ShadowDOMProjector implements IElementProjector<Node> {\nreturn this.host.childNodes;\n}\n- public subscribeToChildrenChange(callback: () => void): void {\n+ public subscribeToChildrenChange(callback: () => void, options = childObserverOptio... | TypeScript | MIT License | aurelia/aurelia | feat(child-observation): make query pluggable | 1 | feat | child-observation |
679,913 | 27.07.2019 14:57:03 | -3,600 | 5d868dbc89b84b4a90b86bf0d1243a01d9369425 | refactor(color): remove PD related functions, update readme
BREAKING CHANGE: Porter-Duff ops & pre/post-multiply moved to
new package | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ This project is part of the\n- [RGBA transformations](#rgba-transformations)\n- [RGBA Porter-Duff compositing](#rgba-porter-duff-compositing)\n- [Cosine gradients](#cosine-gradients)\n+ - [Two-color gradients](#two-color-gradients)\n- [Multi-stop gradien... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): remove PD related functions, update readme
BREAKING CHANGE: Porter-Duff ops & pre/post-multiply moved to
new package @thi.ng/porter-duff | 1 | refactor | color |
679,913 | 27.07.2019 15:05:36 | -3,600 | da0fcb2c05e5dc7f0405cc3ada153b365f13f130 | refactor(webgl): update canvas texture gens | [
{
"change_type": "MODIFY",
"diff": "-import { canvasPixels, swapRB } from \"@thi.ng/pixel\";\n+import { ARGB8888, canvasPixels } from \"@thi.ng/pixel\";\nexport interface CheckerboardOpts {\nsize: number;\n@@ -17,20 +17,20 @@ export const checkerboard = (opts: Partial<CheckerboardOpts>) => {\n...opts\n};\nc... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(webgl): update canvas texture gens | 1 | refactor | webgl |
815,593 | 27.07.2019 15:48:48 | -32,400 | b1fb5e7688665634f646ecc0d11119e43c8a86dc | fix: tx pool config typo and new config param | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,8 @@ modules = [\"Net\", \"Pool\", \"Miner\", \"Chain\", \"Stats\", \"Experiment\"] # {{\n[tx_pool]\nmax_mem_size = 20_000_000 # 20mb\nmax_cycles = 200_000_000_000\n-max_verfify_cache_size = 100_000\n+max_verify_cache_size = 100_000\n+max_conflict_cache_size ... | Rust | MIT License | nervosnetwork/ckb | fix: tx pool config typo and new config param | 1 | fix | null |
815,598 | 27.07.2019 17:04:50 | -28,800 | f708741a3c493572bee08606a5c2ce5a9e1afe07 | chore: cleanup Makefile
Rename some confused target names. | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,7 @@ matrix:\nbefore_cache: skip\nscript:\n- make check-cargotoml\n- - make check-dirty-doc\n+ - make check-dirty-rpc-doc\n- name: Integration on macOS\nenv: CACHE_NAME=integration\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
... | Rust | MIT License | nervosnetwork/ckb | chore: cleanup Makefile
Rename some confused target names. | 1 | chore | null |
815,593 | 27.07.2019 17:17:26 | -32,400 | 7c7589b3b5a717e4f4e04dfb70e07a867428fb1b | perf: add committed txs cache for compact block reconstruction | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,7 @@ max_mem_size = 20_000_000 # 20mb\nmax_cycles = 200_000_000_000\nmax_verify_cache_size = 100_000\nmax_conflict_cache_size = 1_000\n+max_committed_txs_hash_cache_size = 100_000\n[script]\nrunner = \"Rust\" # {{\n",
"new_path": "resource/ckb.toml",
... | Rust | MIT License | nervosnetwork/ckb | perf: add committed txs cache for compact block reconstruction | 1 | perf | null |
815,590 | 27.07.2019 18:14:29 | -28,800 | 8da5ca9151da637c979c91ce2a664cfbd516cd2f | fix: randomly failed integration test valid since | [
{
"change_type": "MODIFY",
"diff": "@@ -169,8 +169,7 @@ impl ValidSince {\n// Calculate current block median time\nlet tip_number = node.rpc_client().get_tip_block_number();\n- let mut timestamps: Vec<u64> = (tip_number.saturating_sub(MEDIAN_TIME_BLOCK_COUNT + 1)\n- ..=tip_number)\n+ let mut timestamps: Vec... | Rust | MIT License | nervosnetwork/ckb | fix: randomly failed integration test valid since | 1 | fix | null |
722,013 | 27.07.2019 18:55:30 | 18,000 | 90767afdf8bc79b7c62434a4ffd79a0ab19aa94e | feat: add copyCodeButton option | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,12 @@ module.exports = {\nYour components will be able to invoke the URL `http://localhost:6060/custom-endpoint` from their examples.\n+## `copyCodeButton`\n+\n+Type: `Boolean`, default: `false`\n+\n+Adds a little button on the top right hand corner of the ed... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: add copyCodeButton option | 1 | feat | null |
815,569 | 27.07.2019 21:38:31 | -28,800 | bfff2ebac0cb16179e7913ce95183433937ed84a | test: compact block always prefills cellbase | [
{
"change_type": "MODIFY",
"diff": "@@ -41,8 +41,12 @@ pub fn build_compact_block(block: &Block) -> Bytes {\npub fn build_block_transactions(block: &Block) -> Bytes {\nlet fbb = &mut FlatBufferBuilder::new();\n- let message =\n- RelayMessage::build_block_transactions(fbb, block.header().hash(), block.transa... | Rust | MIT License | nervosnetwork/ckb | test: compact block always prefills cellbase | 1 | test | null |
679,913 | 27.07.2019 21:59:37 | -3,600 | cb5b6be5624e5a631f0656cee9c0aeecb90eacac | test(pixel): update/replace tests | [
{
"change_type": "MODIFY",
"diff": "-import { equiv } from \"@thi.ng/equiv\";\nimport * as assert from \"assert\";\nimport {\n- ABGRBuffer,\n- ARGBBuffer,\n- Channel,\n- FloatBuffer,\n- RGBAFloatBuffer,\n- Uint8Buffer\n+ ABGR8888,\n+ ARGB1555,\n+ ARGB4444,\n+ ARGB8888,\n+ BGR888,\n+ GRAY_ALPHA88,\n+ GRAY8,\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(pixel): update/replace tests | 1 | test | pixel |
679,913 | 27.07.2019 22:00:05 | -3,600 | 96451019ef6fc74b94c3637f6c181ed08b423a3c | minor(examples): unused var | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ class GeomNode extends Node {\n*\n* @param p\n*/\n- containsLocalPoint(p: ReadonlyVec) {\n+ containsLocalPoint(_: ReadonlyVec) {\nreturn true; //pointInside(this.body, p);\n}\n}\n",
"new_path": "examples/scenegraph-image/src/index.ts",
"old_pat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): unused var | 1 | minor | examples |
679,913 | 28.07.2019 01:36:46 | -3,600 | cc0ffcdac09adba53d9034ced68862af9ac3e0eb | refactor(webgl): update blend mode presets as sep consts | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf, Tuple } from \"@thi.ng/api\";\n+import { Tuple } from \"@thi.ng/api\";\nexport const enum Blend {\nZERO = 0,\n@@ -31,7 +31,9 @@ export type BlendFunc = Tuple<Blend, 2>;\n// TODO blend func presets\n// https://www.andersriggelsen.dk/glblendfunc.php\n-e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(webgl): update blend mode presets as sep consts | 1 | refactor | webgl |
679,913 | 28.07.2019 01:38:49 | -3,600 | a4088edaece1d97aa1dc3a86cad9f94b96413943 | refactor(webgl-msdf): blend mode import, minor shader updates | [
{
"change_type": "MODIFY",
"diff": "import {\n- $,\n$x,\n+ $xyz,\n$y,\n$z,\nadd,\n@@ -30,7 +30,7 @@ import {\nvec4\n} from \"@thi.ng/shader-ast\";\nimport { ONE4, ZERO4 } from \"@thi.ng/vectors\";\n-import { DEFAULT_BLEND, GLVec4, ShaderSpec } from \"@thi.ng/webgl\";\n+import { BLEND_NORMAL, GLVec4, ShaderS... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(webgl-msdf): blend mode import, minor shader updates | 1 | refactor | webgl-msdf |
679,913 | 28.07.2019 01:39:10 | -3,600 | 7d6ed77119d9106b8272c2ba5365a738b2010bae | fix(webgl-shadertoy): update imports | [
{
"change_type": "MODIFY",
"diff": "@@ -11,17 +11,18 @@ import {\ndraw,\nExtensionBehaviors,\nfbo,\n+ isFloatTexture,\n+ isGL2Context,\nITexture,\nPASSTHROUGH_VS,\nquad,\nshader,\nShaderFn,\n+ ShaderSpec,\nShaderUniformSpecs,\ntexture,\nTextureOpts\n} from \"@thi.ng/webgl\";\n-import { ShaderSpec } from \"@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl-shadertoy): update imports | 1 | fix | webgl-shadertoy |
679,913 | 28.07.2019 01:40:03 | -3,600 | 4ae74fa39a5ffbefcf8337bb838eb8170a47d565 | feat(examples): update cubemap demo to use additive blending | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import {\nvec4\n} from \"@thi.ng/shader-ast\";\nimport {\n+ BLEND_ADD,\ncompileModel,\ncube,\ncubeMap,\n@@ -50,7 +51,9 @@ const CUBEMAP_SHADER: ShaderSpec = {\ntex: \"samplerCube\"\n},\nstate: {\n- depth: true\n+ depth: false,\n+ blend: true,\n+ blendFn:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update cubemap demo to use additive blending | 1 | feat | examples |
679,913 | 28.07.2019 01:42:13 | -3,600 | dbd6cf635c314112469e7c954ddd110ac3000dae | fix(examples): update SSAO final shader/imports | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,12 @@ import {\nvec4\n} from \"@thi.ng/shader-ast\";\nimport { clamp01 } from \"@thi.ng/shader-ast-stdlib\";\n-import { FX_SHADER_SPEC, ShaderFn, ShaderSpec } from \"@thi.ng/webgl\";\n+import {\n+ FX_SHADER_SPEC,\n+ FX_SHADER_SPEC_UV,\n+ ShaderFn,\n+ ShaderSp... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update SSAO final shader/imports | 1 | fix | examples |
679,913 | 28.07.2019 01:43:29 | -3,600 | f65af55054399ade3d0ee28e58d6065235870964 | fix(examples): update PD op deps/import in pixel-basics | [
{
"change_type": "MODIFY",
"diff": "\"typescript\": \"^3.4.1\"\n},\n\"dependencies\": {\n- \"@thi.ng/pixel\": \"latest\"\n+ \"@thi.ng/pixel\": \"latest\",\n+ \"@thi.ng/porter-duff\": \"latest\"\n},\n\"browserslist\": [\n\"last 3 Chrome versions\"\n",
"new_path": "examples/pixel-basics/package.json",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update PD op deps/import in pixel-basics | 1 | fix | examples |
679,913 | 28.07.2019 01:48:05 | -3,600 | bed9dc2c8dc31bd388491b9b90d56da1e7cc8aed | docs(pixel): udate readme example | [
{
"change_type": "MODIFY",
"diff": "@@ -94,19 +94,21 @@ Also see full example here:\n```ts\nimport * as pix from \"@thi.ng/pixel\";\n-import { composeSrcOverInt } from \"@thi.ng/color\";\n+import { SRC_OVER_I } from \"@thi.ng/porter-duff\";\nimport IMG from \"../assets/haystack.jpg\";\nimport LOGO from \"..... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(pixel): udate readme example | 1 | docs | pixel |
67,494 | 28.07.2019 02:20:12 | -7,200 | 0c009e9401bc75b839eb4fc704c83c698158dd65 | chore(router): fix lint issues and clean up | [
{
"change_type": "MODIFY",
"diff": "-import { assert, TestContext, createSpy, MockBrowserHistoryLocation } from '@aurelia/testing';\n-import { DOM } from '@aurelia/runtime-html';\n-import { Writable } from '@aurelia/kernel';\nimport { BrowserNavigation, INavigationState } from '@aurelia/router';\n+import { ... | TypeScript | MIT License | aurelia/aurelia | chore(router): fix lint issues and clean up | 1 | chore | router |
67,494 | 28.07.2019 02:40:08 | -7,200 | 9f1cefec6e1c7db080997fa58eda8248f07d4813 | chore(router): update navigation skeleton to router configuration | [
{
"change_type": "MODIFY",
"diff": "-import { customElement } from '@aurelia/runtime';\nimport { inject } from '@aurelia/kernel';\n-import { Router } from '@aurelia/router';\n+import { IRouter } from '@aurelia/router';\n+import { customElement } from '@aurelia/runtime';\nimport * as html from './app.html';\... | TypeScript | MIT License | aurelia/aurelia | chore(router): update navigation skeleton to router configuration | 1 | chore | router |
67,494 | 28.07.2019 02:51:10 | -7,200 | b2def4fa6945b931668512c9988b3b1944061743 | test(router): use router interface in cypress e2e test app | [
{
"change_type": "MODIFY",
"diff": "import { inject } from '@aurelia/kernel';\n-import { Router } from '@aurelia/router';\n+import { IRouter } from '@aurelia/router';\nimport { customElement } from '@aurelia/runtime';\nimport template from './with-nav.html';\n-@inject(Router)\n+@inject(IRouter)\n@customElem... | TypeScript | MIT License | aurelia/aurelia | test(router): use router interface in cypress e2e test app | 1 | test | router |
67,494 | 28.07.2019 03:18:00 | -7,200 | 6b3da7c8625890401bbeab9ad7305e48e658117b | test(router): use router configuration in instruction resolver tests | [
{
"change_type": "MODIFY",
"diff": "@@ -9,34 +9,30 @@ describe('InstructionResolver', function () {\nconst container = ctx.container;\nconst App = CustomElement.define({ name: 'app', template: '<template><au-viewport name=\"left\"></au-viewport><au-viewport name=\"right\"></au-viewport></template>' });\n- c... | TypeScript | MIT License | aurelia/aurelia | test(router): use router configuration in instruction resolver tests | 1 | test | router |
67,494 | 28.07.2019 03:52:19 | -7,200 | 649a911ff2f911ebcd11002cf2c6d09c24b5fb26 | feat(router): make lifecycle task callback allow void return | [
{
"change_type": "MODIFY",
"diff": "@@ -43,10 +43,7 @@ const routerConfiguration = {\nreturn container.register(\n...DefaultComponents,\n...DefaultResources,\n- StartTask.with(IRouter).beforeBind().call(router => {\n- router.activate();\n- return Promise.resolve();\n- }),\n+ StartTask.with(IRouter).beforeBi... | TypeScript | MIT License | aurelia/aurelia | feat(router): make lifecycle task callback allow void return | 1 | feat | router |
722,013 | 28.07.2019 09:00:45 | 18,000 | cad4765887a1e0b5df21acbbcec5fd2bd1172cae | refactor: make beter editor architecture | [
{
"change_type": "MODIFY",
"diff": "@@ -191,11 +191,26 @@ module.exports = function(config, env) {\ncustomComponents.Preview = path.join('Preview', config.codeSplit ? 'PreviewAsync' : 'Preview')\n+ const buildEditorComponentChain = cc => {\n+ let key = 'Editor'\n+\n+ // avoid codesplitting tiny prism only s... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor: make beter editor architecture | 1 | refactor | null |
722,013 | 28.07.2019 09:03:41 | 18,000 | 3b60e3e7627718a6f9ac5617a166b8455dd11ec3 | fix: better PropTypes for PlaygroundAsync | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,14 @@ import Playground from 'react-styleguidist/lib/client/rsg-components/Playground/\nclass PlaygroundAsync extends Component {\nstatic propTypes = {\n...Playground.propTypes,\n- code: PropTypes.object.isRequired\n+ code: PropTypes.shape({\n+ raw: PropTypes.s... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: better PropTypes for PlaygroundAsync | 1 | fix | null |
722,013 | 28.07.2019 09:04:03 | 18,000 | 75424f73b66e8b6b21d00fd32af461c19bb36560 | fix: async conlict with routing | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export default function processComponents(components) {\nnewComponent.props.examples.forEach(ex => {\nif (ex.type === 'code') {\n- if (ex.compiled) {\n+ if (ex.compiled && !ex.content.compiled) {\nex.content = { raw: ex.content }\nex.content.compiled = e... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: async conlict with routing | 1 | fix | null |
722,013 | 28.07.2019 09:10:27 | 18,000 | c7de64dc2fb36fc282e490c3cf62d2791301f11b | docs: name ScopedSlot example hide empty example | [
{
"change_type": "RENAME",
"diff": "</template>\n<script>\n-import List from './List.vue'\n+import List from './_List.vue'\nexport default {\n- name: 'App',\n+ name: 'ScopedSlot',\ncomponents: {\nList\n},\n",
"new_path": "examples/basic/src/components/ScopedSlot/ScopedSlot.vue",
"old_path": "example... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: name ScopedSlot example hide empty example | 1 | docs | null |
67,516 | 28.07.2019 09:17:59 | -7,200 | adb4439eca79b8c7adfaf5d9d1003c7274f9639b | feat(i18n): add binding+renderer+instructn+pattern | [
{
"change_type": "MODIFY",
"diff": "<!-- <button id=\"locale-changer-de\" click.delegate=\"changeLocale('de')\">DE</button>\n<button id=\"rt-changer\" click.delegate=\"changeMyDate()\">Change my date</button> -->\n- <span id=\"i18n-simple\" t=\"simple.text\"></span>\n- <!-- <span id=\"i18n-attr\" t=\"[title... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): add binding+renderer+instructn+pattern | 1 | feat | i18n |
713,858 | 28.07.2019 13:38:14 | -3,600 | c4d27c63f85c3348b98b7d797242107d495cffad | chore: update deps in htpasswd plugin package.json | [
{
"change_type": "MODIFY",
"diff": "\"unix-crypt-td-js\": \"1.0.0\"\n},\n\"devDependencies\": {\n- \"@commitlint/config-conventional\": \"^7.5.0\",\n\"@octokit/rest\": \"^16.23.2\",\n\"@types/bcryptjs\": \"^2.4.2\",\n- \"@verdaccio/babel-preset\": \"^0.1.0\",\n- \"@verdaccio/types\": \"^5.0.0-beta.4\",\n- \... | TypeScript | MIT License | verdaccio/monorepo | chore: update @verdaccio deps in htpasswd plugin package.json | 1 | chore | null |
151,430 | 28.07.2019 14:46:44 | 25,200 | bc89ac653a6a43ebcd641ef16901a04626cc0643 | docs: update listener docs | [
{
"change_type": "MODIFY",
"diff": "@@ -7,30 +7,20 @@ The `analytics` library comes with a large variety of event listeners.\nThese can be used to fire custom functionality when a specific lifecycle event occurs.\n-## Firing events with `.on`\n+## `analytics.on`\nUsing the `.on` listener will fire a callbac... | JavaScript | MIT License | davidwells/analytics | docs: update listener docs | 1 | docs | null |
151,430 | 28.07.2019 14:46:55 | 25,200 | 0db3bdb2425f38b9706b62defe3238b61d0c9042 | docs: update docs homepage | [
{
"change_type": "MODIFY",
"diff": "@@ -21,9 +21,11 @@ The `analytics` library allows users to:\n- [x] Queues events to send when analytic libraries are loaded\n- [x] Works offline\n-## Why\n+## About the library\n-Companies frequently change analytics requirements based on evolving needs. This results in a... | JavaScript | MIT License | davidwells/analytics | docs: update docs homepage | 1 | docs | null |
67,482 | 28.07.2019 15:05:41 | 25,200 | ef556b4ee8802baa7e9249870bde1dfb318fbe60 | feat(children): add and integrate decorator | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ import {\n} from './flags';\nimport { Bindable } from './templating/bindable';\nimport { INode } from './dom';\n-import { IController } from './lifecycle';\n+import { IController, IViewModel } from './lifecycle';\nimport { IElementProjector } from './res... | TypeScript | MIT License | aurelia/aurelia | feat(children): add and integrate decorator | 1 | feat | children |
679,913 | 28.07.2019 15:47:07 | -3,600 | 6df117a60f508aeb6f5c475a9907d0e1bdfb458f | feat(porter-duff): simplify main op impl, add PLUS op, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -23,11 +23,11 @@ This project is part of the\n## About\n-This package provides all 12 fundamental\n-[Porter-Duff](http://ssp.impulsetrain.com/porterduff.html) compositing /\n-blending operators, and utilities to pre/post-multiply alpha. All\n-operators are available fo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(porter-duff): simplify main op impl, add PLUS op, update readme | 1 | feat | porter-duff |
679,913 | 28.07.2019 15:47:39 | -3,600 | f473761f2a31a94e31f4adb2fdb9e30179c6fc21 | feat(porter-duff): add isPremultiplied checks | [
{
"change_type": "MODIFY",
"diff": "@@ -55,9 +55,34 @@ export const postmultiply = (out: Color | null, src: ReadonlyColor) => {\nexport const postmultiplyInt = (src: number) => {\nconst a = (src >>> 24) / 0xff;\nreturn a > 0\n- ? (src & 0xff000000) |\n+ ? ((src & 0xff000000) |\n(Math.min(0xff, ((src >>> 16)... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(porter-duff): add isPremultiplied checks | 1 | feat | porter-duff |
679,913 | 28.07.2019 15:52:05 | -3,600 | 969d6b8e6c50c29c7e4711fc03c926a00bd83d09 | feat(pixel): add pre/postmultiply & isPremultiplied checks
add porter-duff dep
update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -106,9 +106,12 @@ Promise\n// init 16 bit packed RGB pixel buffer from image (resized to 256x256)\nconst buf = pix.PackedBuffer.fromImage(img, pix.RGB565, 256, 256);\n- // create a 16 bit ARGB4444 buffer for logo and\n- // use Porter-Duff operator to blend logo into ma... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add pre/postmultiply & isPremultiplied checks
- add porter-duff dep
- update readme | 1 | feat | pixel |
679,913 | 28.07.2019 15:53:18 | -3,600 | 6d2414e6a94598111c6116a0ca4b3ed6891d76da | minor(examples): update pixel-basics | [
{
"change_type": "MODIFY",
"diff": "import {\n- ARGB4444,\ncanvas2d,\n+ GRAY_ALPHA88,\nGRAY8,\nimagePromise,\nPackedBuffer,\n@@ -13,8 +13,13 @@ import LOGO from \"../assets/logo-64.png\";\nPromise.all([IMG, LOGO].map(imagePromise)).then(([img, logo]) => {\n// init 16bit packed RGB pixel buffer from image (r... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): update pixel-basics | 1 | minor | examples |
722,013 | 28.07.2019 16:48:07 | 18,000 | 35d0c3f9bcd4b0f835a7dab9365fa4dbf1f4a499 | fix: editor should update when changing page | [
{
"change_type": "MODIFY",
"diff": "@@ -61,10 +61,14 @@ export class Editor extends Component {\nshouldComponentUpdate(nextProps) {\nconst differentLocation = this.location !== document.location.href\n- return !!(\n+ if (\n(differentLocation || this.getEditorConfig(nextProps).readOnly) &&\nnextProps.code !=... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: editor should update when changing page | 1 | fix | null |
838,025 | 28.07.2019 19:52:07 | -10,800 | 589049399dfad248f00fe1897a4478b3099c58fd | feat: add GroupsSetSettings | [
{
"change_type": "MODIFY",
"diff": "@@ -634,6 +634,17 @@ func (vk *VK) GroupsSetLongPollSettings(params map[string]string) (response Grou\nreturn\n}\n+// GroupsSetSettingsResponse struct\n+type GroupsSetSettingsResponse int\n+\n+// GroupsSetSettings sets community settings\n+//\n+// https://vk.com/dev/group... | Go | MIT License | severecloud/vksdk | feat: add GroupsSetSettings | 1 | feat | null |
838,025 | 28.07.2019 20:20:14 | -10,800 | 0bcc90928e5d23fee62430c6a53c6324712c0f7a | feat: add GiftsGetCatalog | [
{
"change_type": "MODIFY",
"diff": "@@ -15,3 +15,18 @@ func (vk *VK) GiftsGet(params map[string]string) (response GiftsGetResponse, vkE\nvk.RequestUnmarshal(\"gifts.get\", params, &response, &vkErr)\nreturn\n}\n+\n+// GiftsGetCatalogResponse struct\n+type GiftsGetCatalogResponse []struct {\n+ Name string `j... | Go | MIT License | severecloud/vksdk | feat: add GiftsGetCatalog | 1 | feat | null |
679,913 | 28.07.2019 20:41:42 | -3,600 | 899f1a33e23e8a103d06ca9435b8aaf73f69c389 | feat(pixel): updat setChannel, add ALPHA8, update readme
setChannel now supports format conversion | [
{
"change_type": "MODIFY",
"diff": "@@ -28,19 +28,20 @@ This project is part of the\nTyped array backed, packed integer and non-packed float pixel buffers\nwith customizable layout formats and the following operations:\n-- buffer creation from HTML image elements w/ opt resize & format\n+- Buffer creation f... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): updat setChannel, add ALPHA8, update readme
- setChannel now supports format conversion | 1 | feat | pixel |
679,913 | 28.07.2019 20:42:16 | -3,600 | ccb29dcd0d20cdef03ce02f431099308f69348a6 | fix(porter-duff): use int version for PLUS_I | [
{
"change_type": "MODIFY",
"diff": "@@ -297,4 +297,4 @@ export const XOR_I = porterDuffInt(ONE_MINUS_B, ONE_MINUS_A);\n* Porter-Duff operator for packed ints. Source & destination regions\n* are added.\n*/\n-export const PLUS_I = porterDuff(ONE, ONE);\n+export const PLUS_I = porterDuffInt(ONE, ONE);\n",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(porter-duff): use int version for PLUS_I | 1 | fix | porter-duff |
67,482 | 28.07.2019 20:48:32 | 25,200 | 16588444419eb7fd7664a2ebd82000ea87b42045 | fix(all): build errors related to children observers | [
{
"change_type": "MODIFY",
"diff": "@@ -147,6 +147,7 @@ describe.skip('controller', function () {\nstrategy: BindingStrategy.getterSetter,\nhooks,\nscopeParts: PLATFORM.emptyArray,\n+ childrenObservers: PLATFORM.emptyObject\n});\n}\n",
"new_path": "packages/__tests__/runtime/controller.spec.ts",
"ol... | TypeScript | MIT License | aurelia/aurelia | fix(all): build errors related to children observers | 1 | fix | all |
67,516 | 28.07.2019 21:56:35 | -7,200 | 0dfed00c22306c2d678652f074c12aeb37f7095c | chore(tests): add tests for renderer, I18nService | [
{
"change_type": "MODIFY",
"diff": "import { I18nConfigurationOptions, I18nModule, I18nService } from '@aurelia/i18n';\n-import { DOM } from '@aurelia/runtime-html';\nimport { assert } from '@aurelia/testing';\nimport i18next from 'i18next';\nimport { Spy } from './Spy';\n@@ -11,11 +10,11 @@ const translati... | TypeScript | MIT License | aurelia/aurelia | chore(tests): add tests for renderer, I18nService | 1 | chore | tests |
743,952 | 28.07.2019 22:35:59 | 14,400 | 026b1514d47d92f8ea1a3811862013500ff12b57 | fix!: calling parse multiple times now appropriately maintains state
BREAKING CHANGE: previously to this fix methods like `yargs.getOptions()` contained the state of the last command to execute. | [
{
"change_type": "MODIFY",
"diff": "@@ -186,24 +186,17 @@ module.exports = function command (yargs, usage, validation, globalMiddleware) {\n// a function can be provided, which builds\n// up a yargs chain and possibly returns it.\ninnerYargs = commandHandler.builder(yargs.reset(parsed.aliases))\n- // if the... | JavaScript | MIT License | yargs/yargs | fix!: calling parse multiple times now appropriately maintains state (#1137) (#1369)
BREAKING CHANGE: previously to this fix methods like `yargs.getOptions()` contained the state of the last command to execute. | 1 | fix | null |
713,841 | 28.07.2019 23:25:40 | -7,200 | 5c746f50a54fcefe4eddc26c0035119ad3a54c68 | chore: refactor contributing structure | [
{
"change_type": "MODIFY",
"diff": "-# Contributing\n+# Contributing to Verdaccio Monorepo\n-This project is managed in a Monorepo structure. We decided to use Lerna with Yarn Workspaces for this purpose. If you don't know what a monorepo is, we recommend you to read the core concepts described in [this art... | TypeScript | MIT License | verdaccio/monorepo | chore: refactor contributing structure | 1 | chore | null |
713,841 | 29.07.2019 00:34:56 | -7,200 | 9eb108177b2cd4f48228f8580e7955e152905e4f | chore: complete general sections in CONTRIBUTING | [
{
"change_type": "MODIFY",
"diff": "@@ -36,18 +36,97 @@ There are different ways to contribute, each with a different level of involveme\n## Reporting Bugs\n+We welcome clear and detailed bug reports.\n+\n+**Bugs are considered features that are not working as described in the documentation.**\n+\n+If you h... | TypeScript | MIT License | verdaccio/monorepo | chore: complete general sections in CONTRIBUTING | 1 | chore | null |
679,913 | 29.07.2019 01:19:41 | -3,600 | ac283ee2244e4d0dc209b253207f1425f20b723a | feat(pixel): add PackedBuffer.fromCanvas(), update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,13 @@ yarn add @thi.ng/pixel\n## Usage examples\n+Porter-Duff operators:\n+\n+[Live demo](http://demo.thi.ng/umbrella/porter-duff/) |\n+[Source](https://github.com/thi-ng/umbrella/tree/develop/examples/porter-duff)\n+\n+: add PackedBuffer.fromCanvas(), update readme | 1 | feat | pixel |
679,913 | 29.07.2019 01:23:48 | -3,600 | b2c1fa0b80c08b5c94fa93daede7faf5c21ebb50 | docs(porter-duff): update readme/screenshot | [
{
"change_type": "DELETE",
"diff": "Binary files a/assets/porter-duff.png and /dev/null differ\n",
"new_path": "assets/porter-duff.png",
"old_path": "assets/porter-duff.png"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/porter-duff2.png differ\n",
"new_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(porter-duff): update readme/screenshot | 1 | docs | porter-duff |
679,913 | 29.07.2019 01:28:05 | -3,600 | 8a3a992aed511e342b9db9fb271febe52dc87059 | feat(examples): add porter-duff example, 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 | feat(examples): add porter-duff example, add missing webpack config files | 1 | feat | examples |
679,913 | 29.07.2019 01:36:39 | -3,600 | b019bc0ac5578a0e1acded24a187e8eefa305a6a | docs: fix image links in readmes | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ Porter-Duff operators:\n[Live demo](http://demo.thi.ng/umbrella/porter-duff/) |\n[Source](https://github.com/thi-ng/umbrella/tree/develop/examples/porter-duff)\n-: fix usage-options.js to reflect current API | [
{
"change_type": "MODIFY",
"diff": "var yargs = require('yargs');\n-var argv = yargs.usage('This is my awesome program', {\n+var argv = yargs.usage('This is my awesome program')\n+ .options({\n'about': {\ndescription: 'Provide some details about the author of this program',\nrequired: true,\n",
"new_pat... | JavaScript | MIT License | yargs/yargs | fix(examples): fix usage-options.js to reflect current API (#1375) | 1 | fix | examples |
815,569 | 29.07.2019 09:10:43 | -28,800 | 11eaea8a7f71fdb62ae44968e6e0083f70a5632f | ci: speed up Linters job | [
{
"change_type": "MODIFY",
"diff": "@@ -66,9 +66,13 @@ matrix:\nos: linux\nscript: make CKB_TEST_ARGS=\"--max-time 1200\" integration\n- name: Linters\n- env: CACHE_NAME=linters\n+ env: CACHE_NAME=linters-2\nif: 'tag IS NOT present AND (type = pull_request OR branch in (master, staging, trying) OR repo != n... | Rust | MIT License | nervosnetwork/ckb | ci: speed up Linters job | 1 | ci | null |
266,135 | 29.07.2019 09:48:35 | 25,200 | 5ec6d24028c57ea5c01be6b455a812dcff35bff6 | feat(infra): Created bootstrapping infra for GCF
Individual packages can reference gcf-utils via a local tar package in
order to deploy to GCF.
Includes bash script to generate the tar on preinstall event
conventional-commit-lint exposes a main in src/app.ts which is used in
`gcloud functions deploy` | [
{
"change_type": "ADD",
"diff": "+#!/bin/bash\n+# Copyright 2019 Google LLC\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+#\n+# http://www.apache.org/licenses/LICENS... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | feat(infra): Created bootstrapping infra for GCF
Individual packages can reference gcf-utils via a local tar package in
order to deploy to GCF.
Includes bash script to generate the tar on preinstall event
conventional-commit-lint exposes a main in src/app.ts which is used in
`gcloud functions deploy` | 1 | feat | infra |
266,129 | 29.07.2019 10:18:14 | 25,200 | 348b3d45c47777f585a298b4f552d60ac06b1e58 | chore: configuring repo to release gcf-utils | [
{
"change_type": "MODIFY",
"diff": "\"@commitlint/config-conventional\": \"^8.0.0\",\n\"@commitlint/lint\": \"^8.0.0\",\n\"@octokit/rest\": \"^16.28.3\",\n- \"probot\": \"^9.2.15\",\n- \"gcf-utils\": \"file://./gcf-utils.tgz\"\n+ \"gcf-utils\": \"^0.1.0\",\n+ \"probot\": \"^9.2.15\"\n},\n\"devDependencies\"... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | chore: configuring repo to release gcf-utils | 1 | chore | null |
266,129 | 29.07.2019 10:48:05 | 25,200 | a561a1d4bd0b1a9b3d5e663960aceebb0e3d981c | chore: configure for publication | [
{
"change_type": "MODIFY",
"diff": "\"packages\": [\n\"packages/*\"\n],\n- \"version\": \"independent\"\n+ \"version\": \"independent\",\n+ \"conventional-commits\": true\n}\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
},
{
"change_type": "MODIFY",
"diff": "\"postinstall\": \"l... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | chore: configure for publication | 1 | chore | null |
266,129 | 29.07.2019 10:50:00 | 25,200 | fd006eeb4332dcafc23943ed1c9a219c21f85b90 | chore: conventional commits flag doesn't seem to work | [
{
"change_type": "MODIFY",
"diff": "\"packages\": [\n\"packages/*\"\n],\n- \"version\": \"independent\",\n- \"conventional-commits\": true\n+ \"version\": \"independent\"\n}\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
},
{
"change_type": "MODIFY",
"diff": "\"docs-test\": \"ech... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | chore: conventional commits flag doesn't seem to work | 1 | chore | null |
503,965 | 29.07.2019 10:51:56 | 14,400 | cdac10a669a2050dac747ec81e397fed0fa61462 | chore(incremental): invalidate all packages if yarn.lock changes | [
{
"change_type": "MODIFY",
"diff": "@@ -24,9 +24,14 @@ function filewalker(dir) {\nfunction hashDir(dirPath) {\nconst md5 = crypto.createHash('md5');\n+ const stat = fs.statSync(dirPath);\n- const files = filewalker(dirPath);\n- files\n+ if (stat && stat.isFile()) {\n+ const fileContents = fs.readFileSync(d... | TypeScript | MIT License | patternfly/patternfly-react | chore(incremental): invalidate all packages if yarn.lock changes (#2548) | 1 | chore | incremental |
865,926 | 29.07.2019 11:02:19 | -7,200 | 50bb68c28779ee56b8616a42a2358df699892ff9 | fix(client/xml-editor): restore copy, cut and paste menu entries
This restores also the actual actions on Mac.
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,9 +32,30 @@ function getXMLFindEntries() {\n}];\n}\n+function getXMLCopyCutPasteEntries() {\n+ return [\n+ {\n+ label: 'Cut',\n+ accelerator: 'CmdOrCtrl+X',\n+ role: 'cut'\n+ },\n+ {\n+ label: 'Copy',\n+ accelerator: 'CmdOrCtrl+C',\n+ role: 'copy'\n+ },\n+ {\n+ lab... | JavaScript | MIT License | camunda/camunda-modeler | fix(client/xml-editor): restore copy, cut and paste menu entries
This restores also the actual actions on Mac.
Closes #868
Closes #814 | 1 | fix | client/xml-editor |
815,595 | 29.07.2019 11:06:31 | -28,800 | 02994cc632161f4ba0b5bec2d0f8c40ea46dc1fe | test: Verify blocks in rpc tests | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,11 @@ use crate::RpcServer;\nuse ckb_chain::chain::{ChainController, ChainService};\nuse ckb_chain_spec::consensus::Consensus;\nuse ckb_core::block::{Block, BlockBuilder};\n+use ckb_core::cell::resolve_transaction;\nuse ckb_core::header::{Header, HeaderBuilder}... | Rust | MIT License | nervosnetwork/ckb | test: Verify blocks in rpc tests | 1 | test | null |
217,922 | 29.07.2019 11:48:51 | -7,200 | 58a60537da06daf2844258154e476f90a6597cac | fix(auth): added cache checking for character association process | [
{
"change_type": "MODIFY",
"diff": "@@ -160,7 +160,11 @@ export class AuthEffects {\n}),\nwithLatestFrom(this.authFacade.loggedIn$),\nfilter(([action, loggedIn]) => {\n- return loggedIn && action.user && !action.user.notFound && [...action.user.customCharacters, ...action.user.lodestoneIds].length === 0;\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): added cache checking for character association process | 1 | fix | auth |
67,494 | 29.07.2019 13:42:12 | -7,200 | 18771267cd84e51b6daee1da5075ef624a8e2f37 | feat(router): make lifecycle task add promise when callback returns void | [
{
"change_type": "MODIFY",
"diff": "@@ -309,11 +309,13 @@ export class ProviderTask implements ILifecycleTask {\npublic wait(): Promise<unknown> {\nif (this.promise === void 0) {\nconst instance = this.container.get(this.key);\n- const promiseOrTask = this.callback.call(void 0, instance);\n+ const maybeProm... | TypeScript | MIT License | aurelia/aurelia | feat(router): make lifecycle task add promise when callback returns void | 1 | feat | router |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.