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
711,597
24.05.2019 13:33:23
-7,200
c6577d696b4e3a2a76d5aadec586fb8843557c8b
docs(docs): Add more info about storefront
[ { "change_type": "RENAME", "diff": "@@ -13,9 +13,13 @@ However, we'd like to lower the barrier to getting started in the regard, so the\n## Vendure Storefront\n+{{< figure src=\"./vendure-storefront-screenshot-01.jpg\" >}}\n+\nThis is our own progressive web application (PWA) storefront. It is currently sti...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(docs): Add more info about storefront
1
docs
docs
815,577
24.05.2019 13:37:30
-28,800
973f16c20758baf0f68a388f670c1fadae329555
chore: Delete extra set flag operations
[ { "change_type": "MODIFY", "diff": "@@ -48,16 +48,13 @@ impl Message {\nmatch SnapEncoder::new().compress_vec(&input) {\nOk(res) => {\nself.inner.unsplit(BytesMut::from(res));\n- self.set_compress_flag(true);\n+ self.set_compress_flag();\n}\nErr(e) => {\ndebug!(target: \"network\", \"snappy compress error: ...
Rust
MIT License
nervosnetwork/ckb
chore: Delete extra set flag operations
1
chore
null
273,683
24.05.2019 14:26:26
-7,200
3d7945ec1b692fe1d9e958660c3a5c0a4316c6eb
chore(pages): experimental route meta
[ { "change_type": "MODIFY", "diff": "-const { uniqBy } = require('lodash')\n+const { uniqBy, isPlainObject } = require('lodash')\nconst { NOT_FOUND_NAME } = require('../../utils/constants')\nfunction genRoutes (app, routeMeta = {}) {\n@@ -33,7 +33,34 @@ function genRoutes (app, routeMeta = {}) {\nmetas.push(...
JavaScript
MIT License
gridsome/gridsome
chore(pages): experimental route meta
1
chore
pages
217,922
24.05.2019 15:19:13
-7,200
1aa1701e86a9703c0a419928795659cfd444f620
feat(db): item pages now include a model viewer from garlandtools
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ export class Item implements I18nData {\ncollectable: 1 | 0;\nsatisfaction: SatisfactionData[];\nmasterpiece: Masterpiece;\n+ models?: string[];\ningredient_of?: { [index: string]: number };\nreducesTo?: number[];\n", "new_path": "apps/client/src/app...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): item pages now include a model viewer from garlandtools
1
feat
db
104,927
24.05.2019 15:35:04
-3,600
ef2dd0ee24f824e9d954b0aa83a4aa43e7c17f43
chore: v2.2.0 prep
[ { "change_type": "MODIFY", "diff": "+## 2.2.0 (May 24, 2019)\n+\n+### General\n+\n+- Some code tidying, removing v9 code.\n+- Dependency updates to potential issue See #441\n+\n+### Fixes\n+\n+- Add \\$attrs to nav element of cv-tabs, this allows aria-label to be specified on the nav.\n+\n## 2.1.1 (May 15, ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: v2.2.0 prep
1
chore
null
503,965
24.05.2019 15:36:14
14,400
df9217e41891de6b4cb92e8658f514d52585121a
build(lint): add eslint to build
[ { "change_type": "MODIFY", "diff": "@@ -79,10 +79,12 @@ jobs:\ninstall: skip\nscript:\n- yarn build:docs\n- - name: Lint, Stylelint, and TSLint\n+ - name: TSLint, ESLint, and Stylelint\ninstall: skip\nscript:\n- yarn lint:ts\n+ - yarn lint:js\n+ - yarn lint:versions\n- yarn lint:style\n- stage: Deploy\n", ...
TypeScript
MIT License
patternfly/patternfly-react
build(lint): add eslint to build (#2087)
1
build
lint
127,976
24.05.2019 16:01:44
-10,800
6e1a7d006526d613b851d259306cf0942558e737
feat: Add PlayIcon
[ { "change_type": "ADD", "diff": "+<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+ <circle cx=\"8\" cy=\"8\" r=\"7.5\" stroke=\"#0CD664\"/>\n+ <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8 8C10.8 7.79 10.686 7.616 10.524 7.508L10.53 7...
TypeScript
MIT License
coingaming/moon-design
feat: Add PlayIcon
1
feat
null
273,683
24.05.2019 16:12:27
-7,200
099c3d1257644b40ea7124e2e939d508946e2ee9
chore: add experimental hooks
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ const isRelative = require('is-relative')\nconst { version } = require('../../package.json')\nconst {\n+ SyncWaterfallHook,\nAsyncSeriesWaterfallHook\n} = require('tapable')\n@@ -29,13 +30,16 @@ class App {\nthis.isInitialized = false\nthis.isBootstrapped ...
JavaScript
MIT License
gridsome/gridsome
chore: add experimental hooks
1
chore
null
503,918
24.05.2019 16:17:09
-10,800
eef6513c1837e5d9c7cd97270355dc2e30af3a48
feat(page): add fill and no-fill modifiers to page sections
[ { "change_type": "MODIFY", "diff": "@@ -129,3 +129,52 @@ class VerticalPage extends React.Component {\n}\n}\n```\n+## Main section fill/no-fill modifiers\n+```js\n+import React from 'react';\n+import { Page, PageHeader, PageSidebar, PageSection, PageSectionVariants } from '@patternfly/react-core';\n+\n+clas...
TypeScript
MIT License
patternfly/patternfly-react
feat(page): add fill and no-fill modifiers to page sections (#1973) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
page
815,609
24.05.2019 16:44:38
-28,800
1bf2dc5aca30e3dbe97e3e6db314ffd256966fec
feat: wrap the log macros to fix ill formed macros
[ { "change_type": "MODIFY", "diff": "@@ -317,6 +317,7 @@ dependencies = [\n\"ckb-chain-spec 0.14.0-pre\",\n\"ckb-db 0.14.0-pre\",\n\"ckb-instrument 0.14.0-pre\",\n+ \"ckb-logger 0.14.0-pre\",\n\"ckb-miner 0.14.0-pre\",\n\"ckb-network 0.14.0-pre\",\n\"ckb-pow 0.14.0-pre\",\n@@ -328,7 +329,6 @@ dependencies = ...
Rust
MIT License
nervosnetwork/ckb
feat: wrap the log macros to fix ill formed macros
1
feat
null
791,723
24.05.2019 16:47:55
25,200
4aeb0b3905adf5a4fd66865b93f65559e3ae72e8
docs(plugins): add link to field-performance plugin
[ { "change_type": "MODIFY", "diff": "@@ -350,5 +350,6 @@ Most artifacts will try to represent as truthfully as possible what was observed\n## Examples\n+- [Field Performance](https://github.com/treosh/lighthouse-plugin-field-performance) - A plugin to gather and display Chrome UX Report field data\n- [Publis...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(plugins): add link to field-performance plugin (#9051)
1
docs
plugins
217,922
24.05.2019 16:53:04
-7,200
ddfff419b5425b68cda6f17ffaefea71adf8a508
chore: model viewer needs https, not http
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ export class ModelViewerComponent implements OnInit {\nconstructor(private sanitizer: DomSanitizer){}\nngOnInit() {\n- this.url = this.sanitizer.bypassSecurityTrustResourceUrl(`http://garlandtools.org/db/3d/viewer.html?id=${this.slot}/${this.models[0]}`)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: model viewer needs https, not http
1
chore
null
127,976
24.05.2019 16:55:51
-10,800
e4cf5d853817157ae29bc4030804f0af6965870e
fix(Swap colors): Swap colors Swap hex colors with predefined ones
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import { FootballSelections } from './FootballSelections';\nimport { Market } from '../Market';\nimport * as React from 'react';\nimport { EventProps } from '../Scoreboard';\n+import { colors } from '@heathmont/sportsbet-tokens';\nexport type FootballProps...
TypeScript
MIT License
coingaming/moon-design
fix(Swap colors): Swap colors Swap hex colors with predefined ones
1
fix
Swap colors
127,976
24.05.2019 17:05:09
-10,800
d658c74dea2a36fc53efddac19e4b9aa75b86d8b
fix: remove trash
[ { "change_type": "MODIFY", "diff": "import styled from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\n-import { border, breakpoints, colors } from '@heathmont/sportsbet-tokens';\nimport { inlineSVG, mq, spacing } from '@heathmont/sportsbet-utils';\nimport * as React from 'react';\n-import ...
TypeScript
MIT License
coingaming/moon-design
fix: remove trash
1
fix
null
127,976
24.05.2019 17:39:23
-10,800
29899c3a30a7a9d15e02856fc19fab646b9b45bf
fix: case-sensitive circle issue
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import { MyBetsHeader } from './dumb-components/my-bets-header';\nimport {\nScoreboard,\nScoreboardsContainer,\n-} from './components/Scoreboards/scoreboard';\n+} from './components/Scoreboards/Scoreboard';\nimport {\nevent,\nfootballEventNoStream,\n", ...
TypeScript
MIT License
coingaming/moon-design
fix: case-sensitive circle issue
1
fix
null
815,595
24.05.2019 17:42:00
-28,800
dcf7abf0acadb0b1dff52966cff4deebfdc9fb98
refactor: Move best_known_headers/last_common_headers into peer_state
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ use crate::{BLOCK_DOWNLOAD_WINDOW, MAX_BLOCKS_IN_TRANSIT_PER_PEER, PER_FETCH_BLO\nuse ckb_core::header::Header;\nuse ckb_network::PeerIndex;\nuse ckb_store::ChainStore;\n-use ckb_util::try_option;\nuse log::{debug, trace};\nuse numext_fixed_hash::H256;\nus...
Rust
MIT License
nervosnetwork/ckb
refactor: Move best_known_headers/last_common_headers into peer_state
1
refactor
null
71,371
24.05.2019 17:44:33
-7,200
9c58d6f2deb94b1776c67e1e27d3d33977a7dbbb
fix(toolkit): correctly pass build args to docker build The option name (`--build-arg`) and value should be passed as separate array items.
[ { "change_type": "MODIFY", "diff": "@@ -57,9 +57,10 @@ export async function prepareContainerAsset(asset: ContainerImageAssetMetadataEn\n}\n}\n+ const buildArgs = ([] as string[]).concat(...Object.entries(asset.buildArgs || {}).map(([k, v]) => ['--build-arg', `${k}=${v}`]));\nconst baseCommand = [\n'docker'...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(toolkit): correctly pass build args to docker build (#2634) The option name (`--build-arg`) and value should be passed as separate array items.
1
fix
toolkit
104,857
24.05.2019 18:10:11
10,800
c625a7e5cff245dbee64a248fa6819463b22e5d6
fix(structured): only enable hover tooltip for content string/number
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,11 @@ const StructuredList = ({ columns, data, design, isFixedWidth, onRowClick, loadi\n<StyledStructuredListCell\nkey={`${col.id}-item`}\nnoWrap\n- title={item.values[col.id]}\n+ title={\n+ typeof item.values[col.id] === 'string' || typeof item.values[col.id...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(structured): only enable hover tooltip for content string/number
1
fix
structured
104,857
24.05.2019 18:13:05
10,800
7458877931a9b44f2ec1f6db21a6afac999a64ed
chore(structured): code not necessary
[ { "change_type": "MODIFY", "diff": "@@ -88,11 +88,7 @@ storiesOf('StructuredList', module)\n<StructuredList\ncolumns={columns.map(column => ({\n...column,\n- renderDataFunction: ({ value }) => (\n- <span style={{ color: 'blue' }}>\n- {React.isValidElement(value) ? React.cloneElement(value) : value}\n- </spa...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(structured): code not necessary
1
chore
structured
815,601
24.05.2019 19:37:45
-28,800
595bcd0ee9cca9ccfb5977da16924f4ed658b1bc
fix: integration test send transaction capacity overflow
[ { "change_type": "MODIFY", "diff": "@@ -300,7 +300,7 @@ impl Node {\nTransactionBuilder::default()\n.dep(always_success_out_point)\n.output(CellOutput::new(\n- capacity_bytes!(50_000),\n+ capacity_bytes!(25_000),\nBytes::new(),\nalways_success_script,\nNone,\n", "new_path": "test/src/node.rs", "old_...
Rust
MIT License
nervosnetwork/ckb
fix: integration test send transaction capacity overflow (#895)
1
fix
null
71,364
24.05.2019 20:52:36
-32,400
8904c3e57e9118b4fcac22d52a924559076927b9
feat(cloudwatch): support all Y-Axis properties Support setting for the y-axis on a graph: min, max, label, and showUnits. Fixes BREAKING CHANGE: rename `leftAxisRange` => `leftYAxis`, `rightAxisRange` => `rightYAxis`, rename `YAxisRange` => `YAxisProps`.
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,39 @@ export interface MetricWidgetProps {\nreadonly height?: number;\n}\n+/**\n+ * Properties for a Y-Axis\n+ */\n+export interface YAxisProps {\n+ /**\n+ * The min value\n+ *\n+ * @default 0\n+ */\n+ readonly min?: number;\n+\n+ /**\n+ * The max value\n+ *\...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cloudwatch): support all Y-Axis properties (#2406) Support setting for the y-axis on a graph: min, max, label, and showUnits. Fixes #2385. BREAKING CHANGE: rename `leftAxisRange` => `leftYAxis`, `rightAxisRange` => `rightYAxis`, rename `YAxisRange` => `YAxisProps`.
1
feat
cloudwatch
815,601
24.05.2019 22:26:13
-28,800
32e7165751ba81ed85bdf3cf4251e44f9b8db9c7
refactor: wrapping dirty code
[ { "change_type": "MODIFY", "diff": "@@ -25,8 +25,9 @@ use lru_cache::LruCache;\nuse numext_fixed_hash::H256;\nuse numext_fixed_uint::U256;\nuse serde_derive::{Deserialize, Serialize};\n+use std::collections::VecDeque;\nuse std::sync::Arc;\n-use std::{cmp, mem, thread};\n+use std::{cmp, thread};\nuse stop_ha...
Rust
MIT License
nervosnetwork/ckb
refactor: wrapping dirty code
1
refactor
null
791,834
24.05.2019 23:14:47
25,200
24ea72ac9d8b3340de28dd728440baf7968d8f31
misc(fix master): tmp revert of scroll change in This reverts commit
[ { "change_type": "MODIFY", "diff": "@@ -135,6 +135,7 @@ const defaultConfig = {\n'seo/embedded-content',\n'seo/robots-txt',\n'seo/tap-targets',\n+ // Always run axe last because it scrolls the page down to the bottom\n'accessibility',\n],\n},\n", "new_path": "lighthouse-core/config/default-config.js", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(fix master): tmp revert of scroll change in #8625 (#9059) This reverts commit 6bc4f89aa1896db07ea3b98172fb97423e2d0ce0.
1
misc
fix master
791,780
25.05.2019 00:44:16
-3,600
cece5041d3c7364237950fb05be95527c7beab92
tests: update a11y sample artifacts
[ { "change_type": "MODIFY", "diff": "@@ -242,7 +242,7 @@ describe('CategoryRenderer', () => {\nconst categoryDOM = renderer.render(category, sampleResults.categoryGroups);\nconst gauge = categoryDOM.querySelector('.lh-gauge__percentage');\n- assert.equal(gauge.textContent.trim(), '38', 'score is 0-100');\n+ ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: update a11y sample artifacts (#9010)
1
tests
null
791,780
25.05.2019 04:43:25
-3,600
631bbe2e1585c2117417f802691339bfffe06241
core(tap-targets): don't exclude visible position absolute elements from audit
[ { "change_type": "MODIFY", "diff": "<!-- Big tap target, but it's invisible because it's behind the main content div -->\n<a style=\"background: red; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;\"></a>\n- <a style=\"background: red; position: sticky; top: 0; left: 0; display: block...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tap-targets): don't exclude visible position absolute elements from audit (#7778)
1
core
tap-targets
815,598
25.05.2019 12:56:22
-28,800
386a50f176531a18a5e56bb61086f0802274a9c5
chore: sync Cargo.lock
[ { "change_type": "MODIFY", "diff": "@@ -235,7 +235,7 @@ source = \"registry+https://github.com/rust-lang/crates.io-index\"\n[[package]]\nname = \"build-info\"\n-version = \"0.13.0-pre\"\n+version = \"0.14.0-pre\"\n[[package]]\nname = \"build_const\"\n@@ -302,34 +302,34 @@ dependencies = [\n[[package]]\nname...
Rust
MIT License
nervosnetwork/ckb
chore: sync Cargo.lock
1
chore
null
815,598
25.05.2019 12:58:43
-28,800
ce18aff0738795902e4bcd14bfeb20fae735c814
chore: extract breaking info in changelog
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,8 @@ logs = _str(subprocess.check_output(\n['git', 'log', '--reverse', '--merges', '--first-parent', '--pretty=tformat:%s', '{}...HEAD'.format(since)]))\nPR_NUMBER_RE = re.compile(r'\\s*Merge pull request #(\\d+) from')\n-PR_TITLE_RE = re.compile(r'(?:\\[[^]]...
Rust
MIT License
nervosnetwork/ckb
chore: extract breaking info in changelog
1
chore
null
104,863
25.05.2019 12:59:00
10,800
b39e11cc7432e0b40f8c40e1c72a2dbd0f25bfcb
fix: StyledCarbonTableToolbar: increased padding in 1rem
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ const StyledCarbonTableToolbar = styled(CarbonTableToolbar)`\n{\n&&& {\nwidth: 100%;\n- padding-top: 0.125rem;\n+ padding-top: 1.125rem;\n}\n}\n`;\n", "new_path": "src/components/Table/TableToolbar/TableToolbar.jsx", "old_path": "src/components/T...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix: StyledCarbonTableToolbar: increased padding in 1rem
1
fix
null
217,922
25.05.2019 14:52:29
-7,200
0144f87457cc8e1bbbf71ca6aeeb9dde77d49a14
fix(desktop): fixed a possible crash when applying settings
[ { "change_type": "MODIFY", "diff": "@@ -100,11 +100,16 @@ function createWindow() {\n// Event when the window is closed.\nwin.on('closed', function() {\nwin = null;\n+ try {\nObject.keys(openedOverlays).forEach(key => {\nif (openedOverlays[key]) {\nopenedOverlays[key].close();\n}\n});\n+ } catch (e) {\n+ //...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed a possible crash when applying settings
1
fix
desktop
217,922
25.05.2019 15:05:49
-7,200
a90549de1ea52499c3fe906820d9aa14e0fcdb10
feat(map): added aetheryte shard names and more accurate aetheryte names overall
[ { "change_type": "MODIFY", "diff": "</ng-container>\n<img *ngFor=\"let aetheryte of map.aetherytes\" [src]=\"getIcon(aetheryte.type)\"\nalt=\"\" class=\"aetheryte\" [ngStyle]=\"getMarkerStyle(map, aetheryte, {x:-2,y:-2})\"\n- nz-tooltip nzTitle=\"{{aetheryte.nameid | placeName | i18n}}\">\n+ nz-tooltip nzTi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(map): added aetheryte shard names and more accurate aetheryte names overall
1
feat
map
722,013
25.05.2019 16:42:36
18,000
8ed67af95fed8391fe71bbe78ae9c37353cb191c
refactor(preview): avoid creating useless variables and functions
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"vue-inbrowser-compiler\",\n+ \"version\": \"1.0.0\",\n+ \"description\": \"compile vue single file components right in your browser\",\n+ \"main\": \"index.js\",\n+ \"scripts\": {\n+ \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n+ },\n+ \"k...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor(preview): avoid creating useless variables and functions
1
refactor
preview
217,922
25.05.2019 16:42:59
-7,200
4029497b77955bd9b2e735f65c2bdc7e4a05d1fb
feat(alarms): you can now see the note inside the alarms overlay
[ { "change_type": "MODIFY", "diff": "<div class=\"center-content\">\n<span class=\"item-name\" *ngIf=\"row.alarm.itemId; else customName\">\n<i nz-icon type=\"folder-open\" nz-tooltip [nzTitle]=\"row.groupName\"\n- *ngIf=\"row.groupName\" class=\"folder-icon\"></i>{{row.alarm.itemId | itemName: row.alarm | i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): you can now see the note inside the alarms overlay
1
feat
alarms
217,922
25.05.2019 16:53:49
-7,200
25639621187725b227ec2001a40264251253861c
feat: Teamcraft now displays random tips inside the topbar
[ { "change_type": "MODIFY", "diff": "nz-tooltip [nzTitle]=\"'WIKI.Title' | translate\">\n<i nz-icon type=\"question-circle\"></i>\n</a>\n- <div fxLayout=\"row\" fxLayoutAlign=\"center center\" fxFlex=\"1 1 auto\" fxLayoutGap=\"5px\"\n- *ngIf=\"platformService.isDesktop()\">\n+ <div fxLayout=\"column\" fxLayo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: Teamcraft now displays random tips inside the topbar
1
feat
null
217,922
25.05.2019 16:56:45
-7,200
fe127513c89031a271faa0a27626b9e8df4814a3
feat(log-tracker): added item name color based on rarity
[ { "change_type": "MODIFY", "diff": "[icon]=\"item.icon | xivapiIcon\"></app-item-icon>\n<div fxLayout=\"column\" fxLayoutAlign=\"flex-start flex-start\" fxLayoutGap=\"5px\">\n<div fxLayout=\"row\" fxLayoutAlign=\"center center\" fxLayoutGap=\"5px\">\n- <div class=\"recipe-name\">{{item.itemId | itemName | i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): added item name color based on rarity
1
feat
log-tracker
679,913
25.05.2019 21:06:46
-3,600
285022a8a22eefc27ef3ff21b7ac394c4029cf47
feat(vector-pools): add AttribPool.attribArray(), add tests
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import {\nTypedArray\n} from \"@thi.ng/api\";\nimport { align, Pow2 } from \"@thi.ng/binary\";\n-import { MemPool, wrap } from \"@thi.ng/malloc\";\n+import { MemPool, TYPEDARRAY_CTORS, wrap } from \"@thi.ng/malloc\";\nimport { range } from \"@thi.ng/transd...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vector-pools): add AttribPool.attribArray(), add tests
1
feat
vector-pools
679,913
25.05.2019 21:06:46
-3,600
310f4d3bf2db9762318a345c2b531294b67f2576
feat(rstream-graph): add opt reset arg to `node()`
[ { "change_type": "MODIFY", "diff": "@@ -228,17 +228,23 @@ export const stop = (graph: Graph) => {\n* function will throw an error if `inputIDs` is given and the object of\n* inputs does not contain all of them.\n*\n+ * If `reset` is true (default: false), the `xform` will only re-run\n+ * when all inputs ha...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream-graph): add opt reset arg to `node()`
1
feat
rstream-graph
217,922
25.05.2019 21:56:22
-7,200
4de110ef84bfe93c99de873e3d6136fb41f8cf8d
feat(db): added support for 3D model viewer on mounts and minions
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,10 @@ export class Item implements I18nData {\nxp: number;\nseals: number;\n};\n+ mount?: any;\n+ minion?: any;\n+ furniture?: any;\n+ slot?: number;\n@DeserializeFieldName('icon')\n_icon: number;\n", "new_path": "apps/client/src/app/model/garland-tools/i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): added support for 3D model viewer on mounts and minions
1
feat
db
679,913
25.05.2019 22:21:25
-3,600
f8081f26d760495656f387275e376bee156995e4
feat(webgl): add AttribPool support, update shader ext handling, add screen2d() add ModelSpec.attribPool and update compileModel to delegate to compileAttribPool() update compileAttribs, compileIndices to return updated specs add GL_EXT_INFO and update compileExtensionPragma() add initShaderExtensions() add sceen2d() p...
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import {\nTuple,\nTypedArray\n} from \"@thi.ng/api\";\n+import { AttribPool } from \"@thi.ng/vector-pools\";\nimport { ReadonlyVec } from \"@thi.ng/vectors\";\nexport const enum TextureFormat {\n@@ -909,7 +910,7 @@ export interface ShaderState {\n* 2-eleme...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add AttribPool support, update shader ext handling, add screen2d() - add ModelSpec.attribPool and update compileModel to delegate to compileAttribPool() - update compileAttribs, compileIndices to return updated specs - add GL_EXT_INFO and update compileExtensionPragma() - add initShaderExtensions() - ad...
1
feat
webgl
679,913
25.05.2019 22:41:36
-3,600
22bcc24e851e4f5b1a070d754f2ace1985e2b8f6
feat(webgl-msdf): initial import MSDF font rendering pkg
[ { "change_type": "ADD", "diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/webgl-msdf/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 200...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl-msdf): initial import MSDF font rendering pkg
1
feat
webgl-msdf
679,913
25.05.2019 23:00:11
-3,600
a63a086e37f3722ab95fc92cd65cc77f249fbddc
feat(examples): add webgl-msdf example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/webgl-msdf/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# webgl-msdf\n+\n+[Live demo](http://demo.thi.ng/umbrella/webgl-msdf/)\n+\n+Please refer to the [exampl...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add webgl-msdf example
1
feat
examples
217,922
25.05.2019 23:06:49
-7,200
6bb6f3e7cd1d3cc1a38fd5167ac33b8756aa088a
chore(release): 5.4.7
[ { "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.4.7\"></a>\n+## [5.4.7](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.7
1
chore
release
724,104
26.05.2019 11:15:21
14,400
996d3e5ac6551d6895471648db7b2248f6405d8a
feat(wrapper array): Allow negative indices to be passed to .at() Passing a negative index to .at() lets you retrieve elements by starting from the end of the wrapper array (i.e. last item is at index -1)
[ { "change_type": "MODIFY", "diff": "## at\nReturns `Wrapper` at `index` passed. Uses zero based numbering (i.e. first item is at index 0).\n+If `index` is negative, indexing starts from the last element (i.e. last item is at index -1).\n- **Arguments:**\n@@ -16,6 +17,10 @@ import Foo from './Foo.vue'\nconst...
JavaScript
MIT License
vuejs/vue-test-utils
feat(wrapper array): Allow negative indices to be passed to .at() Passing a negative index to .at() lets you retrieve elements by starting from the end of the wrapper array (i.e. last item is at index -1)
1
feat
wrapper array
722,013
26.05.2019 14:07:21
18,000
62fe5fd2ca27eb0d0cb4062696f335f732391bf1
refactor: extract compilation of components
[ { "change_type": "MODIFY", "diff": "import React, { Component } from 'react'\nimport PropTypes from 'prop-types'\n-import { transform } from 'buble'\nimport PlaygroundError from 'rsg-components/PlaygroundError'\nimport Vue from 'vue'\nimport { DocumentedComponentContext } from '../VsgReactComponent/ReactCom...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: extract compilation of components
1
refactor
null
71,517
26.05.2019 14:41:31
-3,600
56f544e9dea532c26c4224a30cd08a5b6cae7a66
docs(aws-cdk): Remove leftover reference to app.sh This script was removed as part of but the README still referenced it.
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,8 @@ and you should be able to build and run tests from your IDE.\nYou should explore the contents of this template. It demonstrates a CDK app with two instances of\na stack (`HelloStack`) which also uses a user-defined construct (`HelloConstruct`).\n-The `cdk....
TypeScript
Apache License 2.0
aws/aws-cdk
docs(aws-cdk): Remove leftover reference to app.sh (#2642) This script was removed as part of 24f521a306c384f8010eba958dd78d75d3ff23e9, but the README still referenced it.
1
docs
aws-cdk
722,013
26.05.2019 15:17:29
18,000
8acd1a8a3c28b4a6424f06f988fae38d90df936f
refactor: move vue-compiler out
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ styleScoper: require('./utils/styleScoper'),\n+ compile: require('./utils/compileVueCodeForEvalFunction')\n+}\n", "new_path": "packages/vue-inbrowser-compiler/index.js", "old_path": null }, { "change_type": "MODIFY", "diff": "\"bubl...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: move vue-compiler out
1
refactor
null
722,013
26.05.2019 15:46:47
18,000
14998423d5e2dc7ec66aa5d0a5f61fe1d84aa727
refactor: remove useless dependencies from vsg
[ { "change_type": "MODIFY", "diff": "\"@vxna/mini-html-webpack-template\": \"^0.1.7\",\n\"acorn\": \"^6.0.5\",\n\"ast-types\": \"^0.12.2\",\n- \"buble\": \"^0.19.7\",\n\"classnames\": \"^2.2.6\",\n\"clean-webpack-plugin\": \"^0.1.19\",\n\"clipboard-copy\": \"^2.0.0\",\n\"uglifyjs-webpack-plugin\": \"1.2.7\",...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: remove useless dependencies from vsg
1
refactor
null
722,013
26.05.2019 16:39:37
18,000
6a538941be57212bb9c927ece1eee294a3321ad6
refactor: remove file before gitignore
[ { "change_type": "ADD", "diff": "+/lib\n+\n", "new_path": "packages/vue-inbrowser-compiler/.1.gitignore", "old_path": null }, { "change_type": "DELETE", "diff": "-import { transform } from 'buble';\n-import walkes from 'walkes';\n-import transformOneImport from './transformOneImport';\n-...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: remove file before gitignore
1
refactor
null
679,913
26.05.2019 16:48:47
-3,600
67334a6b0959bae0513496b2776a880fe5d087f6
fix(webgl): apply ModelSpec mode in compileModel, fix/simplify draw fns
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,7 @@ export const compileModel = (\n}\nspec.instances && compileAttribs(gl, spec.instances.attribs, mode);\ncompileIndices(gl, spec.indices, mode);\n+ spec.mode == null && (spec.mode = gl.TRIANGLES);\n// TODO auto-create VAO & inject into model spec?\nreturn ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(webgl): apply ModelSpec mode in compileModel, fix/simplify draw fns
1
fix
webgl
679,913
26.05.2019 16:49:48
-3,600
7f38f101f586b7dcfcd64143828514a9ce05cb5f
feat(webgl): add screen2d() arity to extract screen size from gl ctx
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api\";\n+import { isNumber } from \"@thi.ng/checks\";\nimport {\nIDENT44,\nmulM44,\n@@ -40,10 +41,17 @@ export const autoNormalMatrix2 = (model = \"model\", view = \"view\") => (\n);\n/**\n- * Constructs a orthographic projection matrix...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add screen2d() arity to extract screen size from gl ctx
1
feat
webgl
679,913
26.05.2019 16:50:11
-3,600
90676b56f723ffa7c5edb0805ab497419a22b9d3
refactor(webgl-msdf): rename msdfShader()
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,7 @@ export const msdfSample = defglsl(\n[median3]\n);\n-export const MSDF_SHADER = (\n- opts: Partial<MSDFShaderOpts> = {}\n-): ShaderSpec => ({\n+export const msdfShader = (opts: Partial<MSDFShaderOpts> = {}): ShaderSpec => ({\nvs: `void main() {\nv_uv = a_...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl-msdf): rename msdfShader()
1
refactor
webgl-msdf
679,913
26.05.2019 16:50:39
-3,600
92612e9be6b4bb945bb17549ac417e0ea3317003
feat(examples): update msdf demo & assets
[ { "change_type": "MODIFY", "diff": "-{\"pages\":[\"InputMono-ExtraLight.png\"],\"chars\":[{\"id\":81,\"index\":76,\"char\":\"Q\",\"width\":25,\"height\":43,\"xoffset\":2,\"yoffset\":3,\"xadvance\":27,\"chnl\":15,\"x\":0,\"y\":0,\"page\":0},{\"id\":123,\"index\":477,\"char\":\"{\",\"width\":22,\"height\":43,...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update msdf demo & assets
1
feat
examples
722,013
26.05.2019 17:49:01
18,000
e2eb6bf5ef80712aa4c144cb566f10ed12f97185
refactor: make sure that the compiler works
[ { "change_type": "MODIFY", "diff": "\"vue-template-compiler\": \"^2.6.10\",\n\"walkes\": \"^0.2.1\"\n},\n+ \"devDependencies\": {\n+ \"@types/buble\":\"^0.19.2\"\n+ },\n\"author\": \"Bart Ledoux <ledouxb@me.com>\",\n\"license\": \"MIT\"\n}\n", "new_path": "packages/vue-inbrowser-compiler/package.json", ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: make sure that the compiler works
1
refactor
null
217,922
26.05.2019 18:52:39
-7,200
0f6ff50bf1b0da0542b7c1e79872d382273be9ef
fix(db): fixed broken pages because of GameContentLinks not mandatory anymore
[ { "change_type": "MODIFY", "diff": "<nz-card fxFlex=\"1 1 auto\" class=\"details-card\"\n[nzTitle]=\"title\"\nnzBordered=\"false\"\n- *ngIf=\"action.GameContentLinks.Quest\">\n+ *ngIf=\"action.GameContentLinks?.Quest\">\n<ng-template #title>\n{{'DB.ACTION.Unlocked_by_quest' | translate}}\n</ng-template>\n<d...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed broken pages because of GameContentLinks not mandatory anymore
1
fix
db
217,922
26.05.2019 18:53:39
-7,200
4ad1c5372b03fe15972b86409e296d0407b2eb62
fix(desktop): disabled hardware acceleration for better rendering
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,8 @@ let deepLink = '';\nlet api;\n+app.disableHardwareAcceleration();\n+\nfunction createWindow() {\napp.setAsDefaultProtocolClient('teamcraft');\nprotocol.registerFileProtocol('teamcraft', function(request) {\n", "new_path": "desktop/main.js", "old_...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): disabled hardware acceleration for better rendering
1
fix
desktop
217,922
26.05.2019 18:56:37
-7,200
e2a4cd804e356b25c063dfdf4ebe91c4f60e0a1b
fix(db): fixed broken 3D preview for minions
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,7 @@ export class Item implements I18nData {\nminion?: any;\nfurniture?: any;\nslot?: number;\n+ minionrace?: string;\n@DeserializeFieldName('icon')\n_icon: number;\n", "new_path": "apps/client/src/app/model/garland-tools/item.ts", "old_path": "apps/c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed broken 3D preview for minions
1
fix
db
217,922
26.05.2019 19:01:55
-7,200
0747773f3a929780c851d792a3d8993327273830
fix(tip): better line break management
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n</ng-container>\n- <div [class.desktop-tips]=\"platformService.isDesktop()\" *ngIf=\"true | ifMobile: false\">\n+ <div class=\"tips\" [class.desktop-tips]=\"platformService.isDesktop()\" *ngIf=\"true | ifMobile: false\">\n<i>{{'TIPS.Title' | translate}}...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tip): better line break management
1
fix
tip
217,922
26.05.2019 19:05:03
-7,200
a1a95cd0521ecc5985b6bff3383328b31d00172c
chore: removed useless desktop tip class
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n</ng-container>\n- <div class=\"tips\" [class.desktop-tips]=\"platformService.isDesktop()\" *ngIf=\"true | ifMobile: false\">\n+ <div class=\"tips\" *ngIf=\"true | ifMobile: false\">\n<i>{{'TIPS.Title' | translate}}: {{('TIPS.' + (randomTip$ | async)) |...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed useless desktop tip class
1
chore
null
127,946
26.05.2019 21:31:32
-10,800
6b7691bcfa9b4c2cbed322b8a8affb88f67d2f9a
fix: bump: Versions of webpack-bundle-analyzer prior to 3.3.2 are vulnerable to Cross-Site Scripting
[ { "change_type": "MODIFY", "diff": "\"nodemon\": \"1.18.10\",\n\"wait-on\": \"3.2.0\",\n\"webpack\": \"4.29.3\",\n- \"webpack-bundle-analyzer\": \"3.0.4\",\n+ \"webpack-bundle-analyzer\": \"3.3.2\",\n\"webpack-cli\": \"3.2.3\",\n\"webpack-dev-server\": \"3.1.14\",\n\"webpack-merge\": \"4.2.1\"\n", "new_...
TypeScript
MIT License
coingaming/moon-design
fix: bump: Versions of webpack-bundle-analyzer prior to 3.3.2 are vulnerable to Cross-Site Scripting
1
fix
null
127,946
26.05.2019 22:16:08
-10,800
b3387c4c7488e0457610887e1ee8618ea1893478
feat(button): use emotion 'as' prop
[ { "change_type": "MODIFY", "diff": "@@ -184,10 +184,12 @@ Stretches a button to fill the entire width of its container.\nSometimes we want to use the Button component to send the user to a different location.\n-By adding the `href=\"<url>\"` attribute, Buttons can be rendered as `<a>` elements.\n+By adding ...
TypeScript
MIT License
coingaming/moon-design
feat(button): use emotion 'as' prop
1
feat
button
217,922
26.05.2019 22:27:07
-7,200
9a6103897ed2ae0c41ecba0f34e290600ea236a3
chore(release): 5.4.8
[ { "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.4.8\"></a>\n+## [5.4.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.8
1
chore
release
127,946
26.05.2019 22:43:32
-10,800
75beda84a93c39f3b8b100968b7207e7cac89e24
feat(link): use emotion 'as' prop
[ { "change_type": "MODIFY", "diff": "@@ -35,10 +35,12 @@ Links are used to navigate users through the user-interface via anchors or embed\n### Button\n-Sometimes it might make more semantic sense to render the Link as a `<button>` element. This can be achieved by **removing** the `href=\"<url>\"` attribute.\...
TypeScript
MIT License
coingaming/moon-design
feat(link): use emotion 'as' prop
1
feat
link
217,922
26.05.2019 22:46:11
-7,200
f7fbd83d96f6c15f9aa1beacb5fbceedf51be287
chore: fixed default theme
[ { "change_type": "MODIFY", "diff": "@@ -2,13 +2,13 @@ export class Theme {\npublic static readonly DEFAULT = new Theme(\n'DEFAULT',\n- '#7CC6C9',\n- '#E5C339',\n+ '#1e88e5',\n+ '#26c6da',\n'white',\n- '#182D49',\n- '#386B7F',\n- '#4298AC',\n- '#292929'\n+ '#272c33',\n+ '#747d8a',\n+ '#1e88e5',\n+ '#525860'\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed default theme
1
chore
null
127,946
26.05.2019 22:57:40
-10,800
9e95a4f46268f4a5ac14210de43d0d8112de7597
fix(button, link): strict "as" prop type
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\noutline?: boolean;\nround?: boolean;\nonClick?: () => void;\n- as?: string;\n+ as?: 'button' | 'a';\n};\n/**\n", "new_path": "design/components/src/button/button.tsx", "old_pat...
TypeScript
MIT License
coingaming/moon-design
fix(button, link): strict "as" prop type
1
fix
button, link
127,946
26.05.2019 23:01:39
-10,800
9ea5bcea3dacb105ee036e36bba419497d4a734b
feat(heading): use emotion "as" prop
[ { "change_type": "MODIFY", "diff": "@@ -5,14 +5,14 @@ import { Heading } from '../';\ndescribe('Heading', () => {\ndescribe('Elements', () => {\n- test('renders as <p> if no element prop provided', () => {\n+ test('renders as <p> if no \"as\" prop provided', () => {\nconst heading = create(<Heading size=\"a...
TypeScript
MIT License
coingaming/moon-design
feat(heading): use emotion "as" prop
1
feat
heading
127,946
26.05.2019 23:09:46
-10,800
ec37258ee2c156b069505401fb1c05867c60d040
fix(heading): use "as" everywhere instead of "element"
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ Banners are generic containers for displaying important information to the user.\n```jsx react-live\n<Banner maxWidth=\"400px\">\n- <Heading size=\"bravo\" element=\"h2\">\n+ <Heading size=\"bravo\" as=\"h2\">\n<IconLargeMessage\ncircleColor={colors.bran...
TypeScript
MIT License
coingaming/moon-design
fix(heading): use "as" everywhere instead of "element"
1
fix
heading
217,922
27.05.2019 00:45:10
-7,200
54fad3afd1f3710de32045e723fb328a25f769f9
fix(theme): fixed app crash when theme is not defined
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,17 @@ import {\nimport { faDiscord, faGithub, faTwitter } from '@fortawesome/fontawesome-free-brands';\nimport { faBell, faCalculator, faGavel, faMap } from '@fortawesome/fontawesome-free-solid';\nimport fontawesome from '@fortawesome/fontawesome';\n-import {...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(theme): fixed app crash when theme is not defined
1
fix
theme
217,922
27.05.2019 00:45:17
-7,200
9c7ec97c3fabee19f762ccd32eaa886dcb5d273f
chore(release): 5.4.9
[ { "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.4.9\"></a>\n+## [5.4.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.9
1
chore
release
217,922
27.05.2019 07:05:32
-7,200
ac1218d1e7e4d2fde6401c212dd16b06009a850c
fix(theme): default theme is now darker and fixed custom theme system
[ { "change_type": "MODIFY", "diff": "@@ -199,7 +199,7 @@ export class SettingsService {\npublic get customTheme(): Theme {\nreturn {\n...Theme.DEFAULT,\n- ...JSON.parse(this.getSetting('customTheme', '{}'))\n+ ...JSON.parse(this.getSetting('customTheme', '{name: \"CUSTOM\"}'))\n};\n}\n", "new_path": "app...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(theme): default theme is now darker and fixed custom theme system
1
fix
theme
217,922
27.05.2019 07:06:45
-7,200
6f7c12db15631cb6cf63d8373f6fc2418aef7009
fix(theme): fixed an issue with aetheryte names sometimes not showing up properly
[ { "change_type": "MODIFY", "diff": "nzAllowClear\nnzShowSearch\nstyle=\"width: 100%\">\n- <nz-option [nzLabel]=\"aetheryte.id | aetheryteName | i18n\" [nzValue]=\"aetheryte.nameid\"\n+ <nz-option [nzLabel]=\"(aetheryte.id | aetheryteName | i18n) || (aetheryte.nameid | placeName | i18n)\" [nzValue]=\"aethery...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(theme): fixed an issue with aetheryte names sometimes not showing up properly
1
fix
theme
217,922
27.05.2019 07:28:03
-7,200
54d0a81397dae2caecac8f33eb256a28e2b16c23
fix(layout): fixed layout display for smaller resolutions
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n</ng-container>\n- <div class=\"tips\" *ngIf=\"true | ifMobile: false\">\n+ <div class=\"tips\" fxShow fxHide.lt-lg>\n<i>{{'TIPS.Title' | translate}}: {{('TIPS.' + (randomTip$ | async)) | translate}}</i>\n</div>\n</div>\n", "new_path": "apps/client/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed layout display for smaller resolutions
1
fix
layout
217,922
27.05.2019 07:29:09
-7,200
83c5d969deb863a6a271812778931d4693bf8e5a
chore(release): 5.4.10
[ { "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.4.10\"></a>\n+## [5.4.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.10
1
chore
release
711,597
27.05.2019 10:16:58
-7,200
f05360b021b0cb8aa44c2afc9a10603b12a479b5
fix(core): Fix error when searching ShopAPI with postgres Closes
[ { "change_type": "MODIFY", "diff": "import { Args, Mutation, Parent, Query, ResolveProperty, Resolver } from '@nestjs/graphql';\n-import { Permission, SearchInput, QuerySearchArgs, SearchResponse } from '@vendure/common/lib/generated-types';\n+import { Permission, QuerySearchArgs, SearchInput, SearchRespons...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix error when searching ShopAPI with postgres Closes #99
1
fix
core
127,946
27.05.2019 10:41:33
-10,800
5caaa93c156e4532d6a50519eac54f3b885edff2
feat(settings): Return to sportsbook -> Log out
[ { "change_type": "MODIFY", "diff": "@@ -15,10 +15,7 @@ export const CashierNav = () => (\n<TabItem to={'/notifications'}>Notifications</TabItem>\n<TabItem to={'/settings'}>Settings</TabItem>\n<TabItem to={'#'} rightAligned>\n- <p>\n- Return to sportsbook\n- <CloseButton />\n- </p>\n+ Log out\n</TabItem>\n</...
TypeScript
MIT License
coingaming/moon-design
feat(settings): Return to sportsbook -> Log out
1
feat
settings
127,946
27.05.2019 10:55:44
-10,800
0c1eaeb7bfe62de75cfec64075675e132ae00d93
fix(switch): fix width & height
[ { "change_type": "MODIFY", "diff": "@@ -27,11 +27,13 @@ exports[`Switch renders as checked 1`] = `\n.emotion-1 {\nposition: absolute;\n- cursor: pointer;\n+ width: 4rem;\n+ height: 2rem;\ntop: 0;\nleft: 0;\nright: 0;\nbottom: 0;\n+ cursor: pointer;\nbackground-color: #1A212A;\n-webkit-transition: 0.4s;\ntra...
TypeScript
MIT License
coingaming/moon-design
fix(switch): fix width & height
1
fix
switch
531,792
27.05.2019 11:00:44
-10,800
5197e89e7358ed42e9fb8171cfb7f7f6724cbe80
karma: add ability to configure log format Add a rudimentary switch which would let users switch between different formats used for logging. This is needed so that software such as `logstash` could easily understand the structure of log messages and index them accordingly.
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,8 @@ func init() {\npflag.Bool(\"log.config\", true, \"Log used configuration to log on startup\")\npflag.String(\"log.level\", \"info\",\n\"Log level, one of: debug, info, warning, error, fatal and panic\")\n+ pflag.String(\"log.format\", \"text\",\n+ \"Log ...
TypeScript
Apache License 2.0
prymitive/karma
karma: add ability to configure log format Add a rudimentary switch which would let users switch between different formats used for logging. This is needed so that software such as `logstash` could easily understand the structure of log messages and index them accordingly.
1
karma
null
127,946
27.05.2019 11:04:54
-10,800
1d274691d5e852a9d32238e351c478581376eebc
feat(settings): remove HeadingDescription component
[ { "change_type": "MODIFY", "diff": "@@ -41,12 +41,3 @@ export const CashierHeading: React.FC<{ children: any }> = ({ children }) => (\n{children}\n</Heading>\n);\n-\n-export const HeadingDescription = styled.p({\n- color: colors.neutral[20],\n- marginTop: spacing('xsmall'),\n- paddingLeft: spacing('large'),...
TypeScript
MIT License
coingaming/moon-design
feat(settings): remove HeadingDescription component
1
feat
settings
711,597
27.05.2019 11:09:10
-7,200
844a19875a26e18a320dda73e66c2b8956cdebac
fix(docs): Limit docs search to docs section
[ { "change_type": "MODIFY", "diff": "{\nresult :[\n- {{- range .Site.RegularPages -}}\n+ {{- range where .Site.Pages \"Section\" \"docs\" -}}\n{{ $titles := findRE \"<h(2|3).*?>(.|\\n)*?</h(2|3)>\" .Content -}}\n{{ $plain := apply $titles \"plainify\" \".\" -}}\n{{ $cleaned := $plain | complement (slice \"co...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(docs): Limit docs search to docs section
1
fix
docs
711,597
27.05.2019 11:09:42
-7,200
d59c5308e2e1df0829da4cc97fcf79c5e6d43a33
fix(docs): Fix GH release link
[ { "change_type": "MODIFY", "diff": "{{ partial \"docs/menu-filetree\" . }}\n{{ end }}\n<div class=\"version\">\n- <a href=\"https://github.com/vendure-ecommerce/vendure/releases/tag/{{ $.Site.Data.build.version }}\">\n+ <a href=\"https://github.com/vendure-ecommerce/vendure/releases/tag/v{{ $.Site.Data.buil...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(docs): Fix GH release link
1
fix
docs
127,976
27.05.2019 11:14:30
-10,800
0502b687711c91b378d4670c1cace7b11d15693a
refactor: unify header styling for scoreboards
[ { "change_type": "MODIFY", "diff": "@@ -6,13 +6,15 @@ import { Market } from '../Market';\nimport * as React from 'react';\nimport { EventProps } from '../Scoreboard';\nimport { colors } from '@heathmont/sportsbet-tokens';\n+import { Badge } from '@heathmont/sportsbet-components';\nexport type FootballProps...
TypeScript
MIT License
coingaming/moon-design
refactor: unify header styling for scoreboards
1
refactor
null
531,793
27.05.2019 11:39:35
-3,600
685a0220e01408720106581cf0cdc89ebac11bcf
fix(ui): use width passed by ReactResizeDetector instead of body width Trying to fix
[ { "change_type": "MODIFY", "diff": "@@ -82,8 +82,8 @@ const AlertGrid = observer(\nthis.viewport = observable(\n{\nwidth: document.body.clientWidth,\n- update() {\n- this.width = document.body.clientWidth;\n+ update(width, height) {\n+ this.width = width;\n},\nget gridSizesConfig() {\nreturn GridSizesConfig...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): use width passed by ReactResizeDetector instead of body width Trying to fix #721.
1
fix
ui
711,597
27.05.2019 11:50:32
-7,200
003f97df54b4b55061c5c67a212fd41afbc90801
docs(docs): Add beta blog post
[ { "change_type": "ADD", "diff": "+---\n+title: \"Beta Release & Roadmap 2019\"\n+date: 2019-05-27T10:27:46+01:00\n+draft: false\n+author: \"Michael Bromley\"\n+images:\n+ - \"./blog/introducing-vendure/introducing-vendure.jpg\"\n+---\n+\n+Vendure, a new headless e-commerce framework built on Nodejs, TypeScr...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(docs): Add beta blog post
1
docs
docs
531,793
27.05.2019 12:27:26
-3,600
730c7ba8d125462c4b00b965a36d50f6fc87df64
fix(backend): replace mvdan.cc with github.com/mvdan mvdan.cc is use by some dependecies but the HTTPS cert expired on that domain, replace calls to mvdan.cc with github origin so we can fetch it
[ { "change_type": "MODIFY", "diff": "@@ -36,3 +36,9 @@ require (\n)\nreplace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43\n+\n+replace mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b => github.com/mvdan/lint v0.0.0-20170908181259-adc824a0674b\n+\n+replace mvda...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): replace mvdan.cc with github.com/mvdan mvdan.cc is use by some dependecies but the HTTPS cert expired on that domain, replace calls to mvdan.cc with github origin so we can fetch it
1
fix
backend
815,593
27.05.2019 12:29:18
-32,400
a09c66acbb02f6076e595a818789c8424e3e928f
test: add more test
[ { "change_type": "MODIFY", "diff": "@@ -64,9 +64,9 @@ listen_address = \"127.0.0.1:8114\" # {{\n# Default is 10MiB = 10 * 1024 * 1024\nmax_request_body_size = 10485760\n-# List of API modules: [\"Net\", \"Pool\", \"Miner\", \"Chain\", \"Stats\", \"Experiment\"]\n+# List of API modules: [\"Net\", \"Pool\", \...
Rust
MIT License
nervosnetwork/ckb
test: add more test
1
test
null
722,013
27.05.2019 12:33:04
18,000
ea2e0b16d1f69041cd193f95d68cedc4d40048d4
refactor: use terser in build instead of uglify
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://github.com/vue-styleguidist/vue-styleguidist\",\n\"scripts\": {\n\"precompile\": \"rimraf lib/\",\n- \"compile\": \"babel --ignore **/__tests__/*.js,**/*.spec.js -d lib/ src/\"\n+ \"compile\": \"babel --ignore **/__tests__/*.js,**/*.spec.js -d lib/...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: use terser in build instead of uglify
1
refactor
null
722,013
27.05.2019 12:33:26
18,000
12c95b66b0f46f0e3229d4eb62d10bcdf8801c3e
build: enable lerna compile:watch
[ { "change_type": "MODIFY", "diff": "\"start:empty\": \"node bin/styleguidist.js server\",\n\"lint\": \"eslint . --cache --fix --ext .ts,.js --cache-location node_modules/.eslint_cache/\",\n\"compile\": \"lerna run compile\",\n- \"compile:watch\": \"babel --ignore **/__tests__/*.js,**/*.spec.js -d packages/v...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: enable lerna compile:watch
1
build
null
711,597
27.05.2019 13:06:31
-7,200
d753f0e791905a6a4e02815cf93bccb1b29fb565
fix(asset-server-plugin): Fix type of assetUrlPrefix option
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ export interface AssetServerOptions {\n* request and the configured route. However, in all but the simplest cases,\n* this guess may not yield correct results.\n*/\n- assetUrlPrefix?: 'string';\n+ assetUrlPrefix?: string;\n/**\n* @description\n* The max ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(asset-server-plugin): Fix type of assetUrlPrefix option
1
fix
asset-server-plugin
531,793
27.05.2019 13:07:26
-3,600
51208a8eb2991649cf7ec9804586e82e4bbfdef2
chore(docs): add log:format option to the docs
[ { "change_type": "MODIFY", "diff": "@@ -498,11 +498,14 @@ Syntax:\nlog:\nconfig: bool\nlevel: string\n+ format: string\n```\n- `config` - if set to `true` karma will log used configuration on startup\n-- `level` - log level to set for karma, possible values are debug, info,\n- warning, error, fatal and pani...
TypeScript
Apache License 2.0
prymitive/karma
chore(docs): add log:format option to the docs
1
chore
docs
127,946
27.05.2019 13:30:31
-10,800
d0d2ed53891f9b6e0ba9741c614f4330acd72db2
feat(settings): settings design adjustments
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { jsx, CSSObject } from '@emotion/core';\nimport styled from '@emotion/styled';\nimport { mq, spacing, container } from '@heathmont/sportsbet-utils';\n-import { breakpoints, colors } from '@heathmont/sportsbet-tokens';\n+import { breakpoints, colors...
TypeScript
MIT License
coingaming/moon-design
feat(settings): settings design adjustments
1
feat
settings
127,946
27.05.2019 13:46:47
-10,800
9433a550e144b6e617883b9fbce5ac86c809b7dd
fix(settings): margins between hover&active nav items
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,10 @@ const TabItem = styled(NavLink)<{ active?: boolean; rightAligned?: boolean }>(\ncolor: colors.neutral[20],\ncursor: 'pointer',\nheight: '100%',\n- padding: spacing(),\n+ paddingBottom: spacing(),\n+ paddingTop: spacing(),\n+ marginLeft: spacing(),\n+ ma...
TypeScript
MIT License
coingaming/moon-design
fix(settings): margins between hover&active nav items
1
fix
settings
127,946
27.05.2019 13:59:41
-10,800
03ac88cad92624b96d280c4ab2307558ec53aa82
fix(settings): add paddings to settings block
[ { "change_type": "MODIFY", "diff": "@@ -27,13 +27,17 @@ export const SettingsBlock = styled.div<{ highlight?: boolean; onClick?: any }>(\n{\nminHeight: rem(96),\nalignItems: 'center',\n- // paddingLeft: spacing('large'),\n- // paddingRight: spacing('large'),\n+ paddingLeft: spacing(),\n+ paddingRight: spaci...
TypeScript
MIT License
coingaming/moon-design
fix(settings): add paddings to settings block
1
fix
settings
217,922
27.05.2019 14:13:33
-7,200
a3494134f2722f6e45489520ba243b293b8cb2d6
feat(db): added status type to db status page
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div class=\"details-container\" fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n+ <div class=\"details-block\">\n+ <div class=\"detail-name\">{{'DB.STATUS.Type' | translate}}</div>\n+ <div class=\"detail-value\">{{status.Category === 1 ? 'DB.STATUS.Type_buff'...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): added status type to db status page
1
feat
db
217,922
27.05.2019 14:14:25
-7,200
94baf38814ec77720a4ea512f93c4881b38d2960
fix(style): fixed color issues and alignment in various places
[ { "change_type": "MODIFY", "diff": "[nzCollapsedWidth]=\"80 | ifMobile: 0\">\n<div fxLayout=\"column\" class=\"flex-container\" fxLayoutAlign=\"space-between\">\n<div>\n- <ul nz-menu [class.dark]=\"settings.theme.isDark\" [nzTheme]=\"'dark'\"\n- [nzMode]=\"'inline'\" [nzInlineCollapsed]=\"collapsedSidebar\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(style): fixed color issues and alignment in various places
1
fix
style
127,946
27.05.2019 14:23:46
-10,800
9713125ddc82dc1555cf315cdf6b49bc4f351b35
fix(tokens): fontweight fix
[ { "change_type": "MODIFY", "diff": "@@ -17,19 +17,19 @@ const bravo: CSSObject = {\n};\nconst charlie: CSSObject = {\n- fontWeight: typography.fontWeight.semibold,\n+ fontWeight: typography.fontWeight.normal,\nfontSize: rem(24),\nlineHeight: rem(32),\n};\nconst delta: CSSObject = {\n- fontWeight: typography...
TypeScript
MIT License
coingaming/moon-design
fix(tokens): fontweight fix
1
fix
tokens
722,013
27.05.2019 14:31:41
18,000
20b3591a1790be1c52297cd7999fd32dea3c705f
style: stop linter complaints
[ { "change_type": "MODIFY", "diff": "import React, { Component } from 'react'\nimport PropTypes from 'prop-types'\n+// eslint-disable-next-line import/no-unresolved\nimport { compile, addScopedStyle } from 'vue-inbrowser-compiler'\nimport PlaygroundError from 'rsg-components/PlaygroundError'\nimport Vue from...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: stop linter complaints
1
style
null
722,013
27.05.2019 14:37:23
18,000
d8c1884628706fa339c431610656acc6a1cf48d5
build: ignore browserCompilerPath when cli plugin
[ { "change_type": "MODIFY", "diff": "@@ -86,8 +86,15 @@ function getConfig(api) {\nconst eslintRule = conf.module.rule('eslint')\nif (eslintRule) {\nconst path = require('path')\n+ // in dev mode some resolved module that should be ignored in the linting are not\n+ // we add them here to avoid warnings in li...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: ignore browserCompilerPath when cli plugin
1
build
null
104,818
27.05.2019 14:54:02
-7,200
aa172ca7c59ce7762d34935dabbf28a6a2f06b4e
test(card): add testcases to the cards added testcases to cover the cards, moved some functions around and refactored
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import React from 'react';\nimport {\nToolbar,\nToolbarItem,\n- ToolbarTitle,\nToolbarOption,\nOverflowMenu,\nRadioButton,\n@@ -14,9 +13,14 @@ import {\nCARD_TITLE_HEIGHT,\nCARD_CONTENT_PADDING,\nCARD_SIZES,\n- getCardMinSize,\n+ ROW_HEIGHT,\n+ CARD_DIMENS...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(card): add testcases to the cards added testcases to cover the cards, moved some functions around and refactored
1
test
card
306,484
27.05.2019 14:59:06
-7,200
9d9063bdfa5af01675ac4c710ca81b7a67203291
chore: use native ES modules in karma
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,10 @@ module.exports = config => {\n//\n// npm run test -- --grep test/foo/bar.test.js\n// npm run test -- --grep test/bar/*\n- config.grep ? config.grep : 'packages/*/test/**/*.test.js',\n+ {\n+ pattern: config.grep ? config.grep : 'packages/*/test/**/*.test...
JavaScript
MIT License
ing-bank/lion
chore: use native ES modules in karma
1
chore
null
438,921
27.05.2019 15:12:09
-32,400
173990b42103701f429cfe2ac60a810801765823
fix(data): Fix empty label text flickering Correct empty label text displaying css prop from 'opacity' to 'display' Removed applying .transition() which makes flickering. Fix
[ { "change_type": "MODIFY", "diff": "@@ -1752,7 +1752,10 @@ describe(\"DATA\", () => {\nbefore(() => {\nargs = {\ndata: {\n- columns: [],\n+ columns: [\n+ [\"data\", 50, 20, 10, 40, 15]\n+ ],\n+ hide: [\"data\"],\nempty: {\nlabel: {\ntext: \"No Data\"\n@@ -1765,7 +1768,24 @@ describe(\"DATA\", () => {\nit(\"...
TypeScript
MIT License
naver/billboard.js
fix(data): Fix empty label text flickering - Correct empty label text displaying css prop from 'opacity' to 'display' - Removed applying .transition() which makes flickering. Fix #901
1
fix
data
722,013
27.05.2019 16:20:43
18,000
67147534b4ded14c692a7cad00457f1f539999d4
refactor: finish extraction of compiler
[ { "change_type": "MODIFY", "diff": "@@ -83,20 +83,28 @@ function getConfig(api) {\n// remove duplicate hot module reload plugin\nconf.plugins.delete('hmr')\n- const eslintRule = conf.module.rule('eslint')\n- if (eslintRule) {\n+ // When using lerna and simlinks,\n+ // mode some modules that should be ignore...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: finish extraction of compiler
1
refactor
null
306,484
27.05.2019 16:30:22
-7,200
72760cf0fe7caa41f4fbfd474e092fa5773bed81
fix(input-datepicker): fix race condition which breaks focus
[ { "change_type": "MODIFY", "diff": "@@ -306,7 +306,10 @@ export class LionInputDatepicker extends LionInputDate {\nasync __openCalendarOverlay() {\nthis._overlayCtrl.show();\n- await this._calendarElement.updateComplete;\n+ await Promise.all([\n+ this._calendarOverlayElement.updateComplete,\n+ this._calenda...
JavaScript
MIT License
ing-bank/lion
fix(input-datepicker): fix race condition which breaks focus
1
fix
input-datepicker