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
838,025
30.08.2019 17:01:46
-10,800
bfab928c48d36cd250e5bad3960ed46cd1667f17
fix: Init return pointer
[ { "change_type": "MODIFY", "diff": "@@ -41,12 +41,13 @@ type Error struct {\n}\n// Init VK API\n-func Init(token string) (vk VK) {\n+func Init(token string) *VK {\n+ var vk VK\nvk.MethodURL = apiMethodURL\nvk.AccessToken = token\nvk.Version = version\nvk.Client = &http.Client{}\n- return\n+ return &vk\n}\n/...
Go
MIT License
severecloud/vksdk
fix: Init return pointer
1
fix
null
67,494
30.08.2019 17:08:41
-7,200
5f0e1f018859437e790910cbe360b689538a9bb7
refactor(router): use ViewportInstruction in Viewport
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ export class ViewportContent {\n}\npublic equalParameters(other: ViewportContent): boolean {\n- return this.content.sameComponent(other.content) &&\n+ return this.content.sameComponent(other.content, true) &&\n// TODO: Review whether query is relevant\nt...
TypeScript
MIT License
aurelia/aurelia
refactor(router): use ViewportInstruction in Viewport
1
refactor
router
815,598
30.08.2019 17:16:53
-28,800
9ac68c3b5c123f5131b034a62ab6a997c36ab623
chore: use ckb-system-scripts v0.3.2-alpha.2
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ ckb-occupied-capacity = { path = \"../util/occupied-capacity\"}\nckb-test-chain-utils = { path = \"../util/test-chain-utils\" }\nckb-dao-utils = { path = \"../util/dao/utils\" }\nckb-dao = { path = \"../util/dao\" }\n-ckb-system-scripts = \"= 0.3.2-alpha...
Rust
MIT License
nervosnetwork/ckb
chore: use ckb-system-scripts v0.3.2-alpha.2
1
chore
null
531,793
30.08.2019 17:19:05
-3,600
9662cdc877c84df245da7a791f5825728025260e
fix(ci): remove go cache mtime hacks Cache checks are base on content, not mtimes, no need to hack around it
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,6 @@ defaults_go: &DEFAULTS_GO\n# so it forces new cache archive on every build\n# remove it before creating cache archive\n- rm -vf $HOME/.cache/go-build/log.txt\n- # force fixed mtime on all files so travis doesn't consider\n- # these as updated\n- - find $...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): remove go cache mtime hacks Cache checks are base on content, not mtimes, no need to hack around it
1
fix
ci
447,447
30.08.2019 18:08:51
14,400
0f8e56f54db5653761c7cfba5e70907474f0c003
test: add test to the TableWithBrowserPagination component
[ { "change_type": "MODIFY", "diff": "@@ -222,7 +222,6 @@ module.exports = [\nstatus: 'verified',\nid: '3456789b12',\ndob: '01/04/1992',\n- city: 'La Habana',\ncity: 'San Francisco',\n},\n{\n", "new_path": "library/data/users.js", "old_path": "library/data/users.js" }, { "change_type": "ADD", ...
JavaScript
MIT License
nexxtway/react-rainbow
test: add test to the TableWithBrowserPagination component (#891)
1
test
null
838,025
30.08.2019 18:34:39
-10,800
e0e2a6baf3cc1eb55d8996abb48e33bbdd24276e
fix: rps change
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,7 @@ func (vk *VK) Request(method string, params map[string]string) ([]byte, Error) {\nrawBody := bytes.NewBufferString(query.Encode())\n// Rate limiting\n+ var beforeRps int\nif vk.Limit > 0 {\nvk.mux.Lock()\nsleepTime := time.Second - time.Since(vk.lastTime...
Go
MIT License
severecloud/vksdk
fix: rps change
1
fix
null
838,025
30.08.2019 18:45:22
-10,800
285e2d869bf997a984d2a566f39d76df769f8715
test: TestVK_FaveTag fix
[ { "change_type": "MODIFY", "diff": "@@ -145,15 +145,23 @@ func TestVK_FaveTag(t *testing.T) {\n}\ntime.Sleep(300 * time.Millisecond)\n- tagResponse, vkErr := vkUser.FaveAddTag(map[string]string{\n+ _, gotVkErr := vkUser.FaveAddTag(map[string]string{\n+ \"name\": \"Test0\",\n+ })\n+ if gotVkErr.Code != 0 {\n...
Go
MIT License
severecloud/vksdk
test: TestVK_FaveTag fix
1
test
null
217,922
30.08.2019 19:05:52
-7,200
5e891ddea2305edf0a7a778e1b7937cd47762d5b
feat(db): added patch link on all database pages
[ { "change_type": "MODIFY", "diff": "<img [src]=\"achievement.Icon | xivapiIcon\" fxFlex=\"0 0 auto\">\n<div fxLayout=\"column\" fxLayoutAlign=\"flex-start flex-start\">\n<h2 class=\"item-name\">{{achievement | xivapiI18n}}</h2>\n+ <div class=\"patch\" *ngIf=\"achievement.GamePatch\">\n+ {{achievement.GamePa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): added patch link on all database pages
1
feat
db
217,922
30.08.2019 19:16:01
-7,200
4cd48edbe46062b3affd769836f102666e2b9b7b
feat(settings): added Kugane, Crystrium and Eulmore as starting point
[ { "change_type": "MODIFY", "diff": "@@ -37,20 +37,34 @@ export class SettingsPopupComponent {\nalwaysOnTop = false;\n- checkingForUpdate = false;\n-\n- updateAvailable: boolean;\n-\n- downloadProgress: any = {\n- bytesPerSecond: 0,\n- percent: 0,\n- total: 0,\n- transferred: 0\n- };\n-\ncustomTheme: Theme;\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(settings): added Kugane, Crystrium and Eulmore as starting point
1
feat
settings
217,922
30.08.2019 19:31:41
-7,200
e7f769caefbf4a01f7f0f77f67568219d165eb07
chore: smol cleanup after derp merge
[ { "change_type": "MODIFY", "diff": "class=\"img-icon\" fxFlex=\"0 0 auto\">\n<div fxLayout=\"column\" fxLayoutAlign=\"flex-start flex-start\">\n<h2 class=\"item-name\">{{mapData.PlaceName.ID | placeName |i18n}}</h2>\n- <div class=\"patch\" *ngIf=\"mapData.GamePatch\">\n- {{mapData.GamePatch | xivapiI18n}}\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: smol cleanup after derp merge
1
chore
null
815,598
30.08.2019 21:12:24
-28,800
9f302d52e3cb6b455b21dc6025852266066d0de0
chore: update hashes
[ { "change_type": "MODIFY", "diff": "@@ -362,7 +362,7 @@ dependencies = [\n\"ckb-pow 0.20.0-pre\",\n\"ckb-shared 0.20.0-pre\",\n\"ckb-store 0.20.0-pre\",\n- \"ckb-system-scripts 0.3.2-alpha.1+refactor-schema (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.3.2-alpha.2+refa...
Rust
MIT License
nervosnetwork/ckb
chore: update hashes
1
chore
null
711,597
30.08.2019 21:20:46
-7,200
0a90982e9bb1d8fe8226a8be13be3cebfb3a075f
perf(core): Move application of CollectionFilters to worker Relates to
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ import {\nimport { TestAdminClient } from './test-client';\nimport { TestServer } from './test-server';\nimport { assertThrowsWithMessage } from './utils/assert-throws-with-message';\n+import { awaitRunningJobs } from './utils/await-running-jobs';\ndescr...
TypeScript
MIT License
vendure-ecommerce/vendure
perf(core): Move application of CollectionFilters to worker Relates to #148
1
perf
core
711,597
30.08.2019 21:21:48
-7,200
8ba982fd639df52c2dca1971b8e5ccca9e2ee3e3
chore: Include perf commits in changelog
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ const conventionalChangelogCore = require('conventional-changelog-core');\n/**\n* The types of commit which will be included in the changelog.\n*/\n-const VALID_TYPES = ['feat', 'fix'];\n+const VALID_TYPES = ['feat', 'fix', 'perf'];\n/**\n* Define which pa...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Include perf commits in changelog
1
chore
null
531,793
30.08.2019 22:00:46
-3,600
4feb35bb377f3e40dea06ff419614e54fb52e1ff
fix(ci): run storybook build in quiet mode
[ { "change_type": "MODIFY", "diff": "\"build\": \"react-scripts build\",\n\"test\": \"react-scripts test\",\n\"storybook\": \"start-storybook\",\n- \"snapshot\": \"build-storybook -s public && percy-storybook --widths=700,1280\"\n+ \"snapshot\": \"build-storybook --quiet -s public && percy-storybook --widths...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): run storybook build in quiet mode
1
fix
ci
531,793
30.08.2019 22:15:17
-3,600
b860066b54382961848e5d0173812eb0a00d0613
fix(ci): retry failed curl calls correctly
[ { "change_type": "MODIFY", "diff": "@@ -33,14 +33,14 @@ jobs:\n- travis_retry make mock-assets\nscript: make test-go\nafter_success:\n- - travis_retry bash <(curl -s https://codecov.io/bash) -F backend\n+ - travis_retry curl -s --fail https://codecov.io/bash | bash -s -- -F backend\n- stage: Test\nname: Tes...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): retry failed curl calls correctly
1
fix
ci
531,793
30.08.2019 22:24:20
-3,600
0a3b52851595d2e33abbe0b9a7101e3e544997ed
chore(ci): move go.sum job up It's slow so better to start it early
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,15 @@ jobs:\n- make format-go\n- git diff --exit-code\n+ - state: Lint\n+ name: Verify go.sum\n+ <<: *DEFAULTS_GO\n+ script:\n+ - travis_retry make mock-assets\n+ - travis_retry go get -d -v\n+ - travis_retry go mod tidy\n+ - git diff --exit-code\n+\n- stage:...
TypeScript
Apache License 2.0
prymitive/karma
chore(ci): move go.sum job up It's slow so better to start it early
1
chore
ci
67,479
30.08.2019 22:40:19
-36,000
27c19ee4ed2c9f87162488bf2521a67b25482270
fix(template-compiler): add recursive test cases for custom attr + event pair
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,8 @@ import {\nITemplateCompiler,\nIViewFactory,\nLifecycleFlags,\n- TargetedInstructionType as TT\n+ TargetedInstructionType as TT,\n+ CustomElementHost\n} from '@aurelia/runtime';\nimport {\nassert,\n@@ -57,7 +58,7 @@ describe('template-compiler.harmony.spe...
TypeScript
MIT License
aurelia/aurelia
fix(template-compiler): add recursive test cases for custom attr + event pair
1
fix
template-compiler
531,793
31.08.2019 00:09:20
-3,600
0c002e5ce4962faa2d8b54f09f97b6270e5885f3
fix(tests): update tests for react-datepicker 2.9.3
[ { "change_type": "MODIFY", "diff": "@@ -274,7 +274,7 @@ exports[`<DateTimeSelect /> 'Ends' tab matches snapshot 1`] = `\n<button type=\\\\\"button\\\\\"\nclass=\\\\\"react-datepicker__navigation react-datepicker__navigation--next react-datepicker__navigation--next--with-today-button\\\\\"\n>\n- Next month\n...
TypeScript
Apache License 2.0
prymitive/karma
fix(tests): update tests for react-datepicker 2.9.3
1
fix
tests
866,393
31.08.2019 07:06:12
-32,400
3ce5982f692da9ebe3fb67acdc78a0b0f69d9a07
chore(build): build polyfills as modules Rather than a bundle.
[ { "change_type": "MODIFY", "diff": "@@ -95,11 +95,10 @@ module.exports = {\nscripts() {\nreturn gulp\n.src([\n- `${config.srcDir}/**/*.ts`,\n+ `${config.srcDir}/**/*.{js,ts}`,\n`!${config.srcDir}/**/*-story*.ts*`,\n`!${config.srcDir}/**/stories/*.ts`,\n`!${config.srcDir}/**/*.d.ts`,\n- `!${config.srcDir}/in...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(build): build polyfills as modules (#110) Rather than a bundle.
1
chore
build
531,793
31.08.2019 10:55:40
-3,600
865ea8495e35e54a118cd92908372bee69499583
fix(ci): move time zone test env variable to script This way we don't create a dedicated cache file
[ { "change_type": "MODIFY", "diff": "@@ -46,10 +46,7 @@ jobs:\n- stage: Test\nname: Test JavaScript code with Pacific/Easter time zone\n<<: *DEFAULTS_JS\n- env:\n- - NODE_ENV=test\n- - TZ=Pacific/Easter\n- script: make test-js\n+ script: env TZ=Pacific/Easter make test-js\nafter_success:\n- travis_retry curl...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): move time zone test env variable to script This way we don't create a dedicated cache file
1
fix
ci
217,922
31.08.2019 11:29:54
-7,200
10469c4d4f1b0969b847b7c890ae8646b706c0ae
feat(patreon): new supporter: Glanyx !
[ { "change_type": "MODIFY", "diff": "'Saga, de L\\'Ordre des ombres',\n'Victoria Valyntara',\n'Scrapper Spart',\n- 'Icknickl Lodien'\n+ 'Icknickl Lodien',\n+ 'Glanyx'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').innerText = randomPat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(patreon): new supporter: Glanyx !
1
feat
patreon
815,569
31.08.2019 11:50:16
-28,800
d97c54090a8af814307d86185736e379c0d0e2da
test: bench next_epoch_ext
[ { "change_type": "MODIFY", "diff": "@@ -367,6 +367,7 @@ dependencies = [\n\"ckb-traits 0.20.0-pre\",\n\"ckb-types 0.20.0-pre\",\n\"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lazy_static 1.3.0 (...
Rust
MIT License
nervosnetwork/ckb
test: bench next_epoch_ext
1
test
null
531,793
31.08.2019 12:15:33
-3,600
170030f4a6054eec3dbc083d833406549c802d76
fix(ci): lower curl connection timeout from 120 to 30 seconds For faster codecov retries
[ { "change_type": "MODIFY", "diff": "@@ -33,14 +33,14 @@ jobs:\n- travis_retry make mock-assets\nscript: make test-go\nafter_success:\n- - travis_retry curl -s --fail https://codecov.io/bash | bash -s -- -F backend\n+ - travis_retry curl -s --connect-timeout 30 --fail https://codecov.io/bash | bash -s -- -F ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): lower curl connection timeout from 120 to 30 seconds For faster codecov retries
1
fix
ci
67,479
31.08.2019 12:41:37
-36,000
fb36d8b75ba247b3eb4cb577a8c621a02f4e95ce
refactor(ref): add component host interfaces, tweak getRefTarget
[ { "change_type": "MODIFY", "diff": "@@ -125,6 +125,10 @@ export interface IController<\nexport const IController = DI.createInterface<IController>('IController').noDefault();\n+export type ComponentHost<T extends INode = INode> = IRenderLocation<T> & T & {\n+ $au?: Record<string, IController<T>>;\n+};\n+\ne...
TypeScript
MIT License
aurelia/aurelia
refactor(ref): add component host interfaces, tweak getRefTarget
1
refactor
ref
67,479
31.08.2019 12:42:33
-36,000
719e50b2b68bd9edc0e2afab0015e9e5e8007f29
fix(ref): properly set reference on host
[ { "change_type": "MODIFY", "diff": "@@ -18,10 +18,10 @@ import {\nimport {\nIDOM,\nINode,\n- INodeSequence,\n- IRenderLocation\n+ INodeSequence\n} from '../dom';\nimport {\n+ ComponentHost,\nIController,\nIViewModel,\n} from '../lifecycle';\n@@ -32,7 +32,7 @@ export interface ICustomElementType<C extends Co...
TypeScript
MIT License
aurelia/aurelia
fix(ref): properly set reference on host
1
fix
ref
531,793
31.08.2019 14:40:27
-3,600
73f69d02244a96a4e298b5a54a075e6ce72cf75e
feat(ci): ensure binaries are present when cross compiling
[ { "change_type": "MODIFY", "diff": "@@ -62,8 +62,10 @@ cc-%: .build/deps-build-go.ok go.mod cmd/karma/bindata_assetfs.go $(SOURCES)\n$(eval GOARMBIN := $(patsubst %,v%,$(GOARM)))\n$(eval GOEXT := $(patsubst $(GOOS),,$(patsubst windows,.exe,$(GOOS))))\n$(eval BINARY := \"karma-$(GOOS)-$(GOARCH)$(GOARMBIN)$(G...
TypeScript
Apache License 2.0
prymitive/karma
feat(ci): ensure binaries are present when cross compiling
1
feat
ci
67,479
31.08.2019 14:44:32
-36,000
e69966a0d1fa3de210825b6f652cceac37afe395
fix(ref): add ref binding cmd registration
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ import {\nCaptureBindingCommand,\nClassBindingCommand,\nDelegateBindingCommand,\n+ RefBindingCommand,\nStyleBindingCommand,\nTriggerBindingCommand\n} from './binding-commands';\n@@ -46,6 +47,7 @@ export const JitAttrBindingSyntax = [\nAttrAttributePatter...
TypeScript
MIT License
aurelia/aurelia
fix(ref): add ref binding cmd registration
1
fix
ref
67,479
31.08.2019 14:45:06
-36,000
86b27c3bfed2437e393fb1f87877e0a7e8c7f23f
fix(ref): compile ref normally
[ { "change_type": "MODIFY", "diff": "@@ -445,34 +445,47 @@ export class TemplateBinder {\nconst command = this.resources.getBindingCommand(attrSyntax, false);\nconst bindingType = command == null ? BindingType.Interpolation : command.bindingType;\nconst manifest = this.manifest;\n+ const attrTarget = attrSyn...
TypeScript
MIT License
aurelia/aurelia
fix(ref): compile ref normally
1
fix
ref
67,479
31.08.2019 14:45:19
-36,000
595aa08fb01d4723ef391ea55b1dfaa559b320f5
chore(ref): add more tests
[ { "change_type": "MODIFY", "diff": "@@ -6,14 +6,14 @@ import {\nBindingMode,\nCustomAttribute,\nCustomElement,\n+ CustomElementHost,\nIController,\nINode,\nIRenderLocation,\nITemplateCompiler,\nIViewFactory,\nLifecycleFlags,\n- TargetedInstructionType as TT,\n- CustomElementHost\n+ TargetedInstructionType a...
TypeScript
MIT License
aurelia/aurelia
chore(ref): add more tests
1
chore
ref
67,479
31.08.2019 14:55:14
-36,000
781a14ad51232e680aef8cabc3b4ff19a0724d81
fix(ref): refactor wacky getRefTarget logic
[ { "change_type": "MODIFY", "diff": "@@ -174,11 +174,11 @@ export function getTarget(potentialTarget: object): object {\n}\nexport function getRefTarget(refHost: ComponentHost<INode> & { $au?: Record<string, IController> }, refTargetName: string): object {\n- const $au = refHost.$au;\n- if ($au === void 0) {...
TypeScript
MIT License
aurelia/aurelia
fix(ref): refactor wacky getRefTarget logic
1
fix
ref
531,793
31.08.2019 15:48:39
-3,600
57cb613c30ec3bb912944b9fee00984b9c8b9222
feat(demo): generate long list of alerts to test lazy load / pagination
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,11 @@ route:\nmatch_re:\nalertname: .*\ncontinue: true\n+ - receiver: \"pagination\"\n+ group_by: [\"alertname\", \"instance\"]\n+ match_re:\n+ alertname: Pagination Test\n+ continue: false\n- receiver: \"by-cluster-service\"\ngroup_by: [\"alertname\", \"clus...
TypeScript
Apache License 2.0
prymitive/karma
feat(demo): generate long list of alerts to test lazy load / pagination
1
feat
demo
67,482
31.08.2019 15:55:57
25,200
d1e6f4feecd12e4487b72f6a76141f66b5863c20
docs(all): experiment 1 with gitbooks
[ { "change_type": "MODIFY", "diff": "@@ -2,4 +2,4 @@ root: ./docs/user-docs/\nstructure:\nreadme: README.md\n- summary: README.md\n+ summary: TOC.md\n", "new_path": ".gitbook.yaml", "old_path": ".gitbook.yaml" }, { "change_type": "MODIFY", "diff": "-# User Docs\n+# Introduction\n+\n+So, y...
TypeScript
MIT License
aurelia/aurelia
docs(all): experiment 1 with gitbooks
1
docs
all
67,479
31.08.2019 16:05:02
-36,000
6c7b30aec720526cc97b7f491a7723a887a36832
fix(ref): tweak reference setting timing
[ { "change_type": "MODIFY", "diff": "@@ -408,6 +408,7 @@ export {\nTwoWayBindingInstruction\n} from './instructions';\nexport {\n+ ComponentHost,\nViewModelKind,\nIBinding,\nILifecycle,\n", "new_path": "packages/runtime/src/index.ts", "old_path": "packages/runtime/src/index.ts" }, { "change_t...
TypeScript
MIT License
aurelia/aurelia
fix(ref): tweak reference setting timing
1
fix
ref
67,479
31.08.2019 16:05:17
-36,000
ece1950f6b7d97c7935f6ecd6c2d506d2f344eaa
chore(ref): fix tests, add more complex tests
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ import {\nimport {\nAurelia,\nBindingMode,\n+ ComponentHost,\n+ Controller,\nCustomAttribute,\nCustomElement,\nCustomElementHost,\n@@ -12,8 +14,7 @@ import {\nIRenderLocation,\nITemplateCompiler,\nIViewFactory,\n- LifecycleFlags,\n- TargetedInstructionType...
TypeScript
MIT License
aurelia/aurelia
chore(ref): fix tests, add more complex tests
1
chore
ref
67,482
31.08.2019 16:06:53
25,200
6a6e1f79bf74f4f9344c738e205339d3c3ccd782
docs(all): gitbooks experiment 2
[ { "change_type": "DELETE", "diff": "-# Joining the Community\n-\n-Welcome to the Aurelia community! This documentation on Aurelia 2 is still preliminary, but that doesn't mean you can't jump in and join us in building the world's most loved JavaScript framework.\n-\n-To get started working with us, please f...
TypeScript
MIT License
aurelia/aurelia
docs(all): gitbooks experiment 2
1
docs
all
67,482
31.08.2019 16:19:50
25,200
c3beafb9aac7fd423c648358eaae22048a46e8a3
docs(gitbook): hint test
[ { "change_type": "MODIFY", "diff": "Greetings! We're so glad that you're interested in contributing to Aurelia's documentation. We'd love for you to join us in our quest to create great documentation, guidance, code examples, and more.\n+{% hint style=\"success\" %}\n+**Here's what you'll learn...**\n+ * Wh...
TypeScript
MIT License
aurelia/aurelia
docs(gitbook): hint test
1
docs
gitbook
67,482
31.08.2019 16:32:44
25,200
7a94983b1b9c697cb6139307563741cba163b500
docs(gitbook): code block experiment
[ { "change_type": "MODIFY", "diff": "## Getting Started\n* [Quick Start Guide](getting-started/quick-start-guide.md)\n+* [Components](getting-started/components.md)\n## App Basics\n", "new_path": "docs/user-docs/TOC.md", "old_path": "docs/user-docs/TOC.md" }, { "change_type": "MODIFY", "d...
TypeScript
MIT License
aurelia/aurelia
docs(gitbook): code block experiment
1
docs
gitbook
67,482
31.08.2019 16:35:07
25,200
1bbffbe06ece817146eca7771e3882d4a4c9473d
docs(gitbooks): some consistency for experimenting
[ { "change_type": "MODIFY", "diff": "So, you've been scouring the interwebs and have managed to find yourself here, of all places. Now you're wondering, what is this thing called \"Aurelia\" that everyone's talking about?\n-> Here's what you'll learn...\n-> * What is Aurelia?\n-> * How to use this documentat...
TypeScript
MIT License
aurelia/aurelia
docs(gitbooks): some consistency for experimenting
1
docs
gitbooks
103,416
31.08.2019 16:42:09
-7,200
d644354d396ad8e765c85886ab3033b45f7a7c00
chore: fix babel plugin import
[ { "change_type": "MODIFY", "diff": "-module.exports = require('./src/babel');\n+module.exports = require('./lib/module/babel/index.js');\n", "new_path": "babel.js", "old_path": "babel.js" }, { "change_type": "MODIFY", "diff": "\"main\": \"lib/module/index.js\",\n\"types\": \"lib/typescri...
TypeScript
MIT License
callstack/react-native-paper
chore: fix babel plugin import (#1305)
1
chore
null
67,482
31.08.2019 17:02:43
25,200
e5e0647766d32ac7a7ac7c26731d23e48612737c
docs(components): remove test todos
[ { "change_type": "MODIFY", "diff": "@@ -40,18 +40,8 @@ const num = 42;\n{% endcode-tabs-item %}\n{% endcode-tabs %}\n-{% hint style=\"success\" %}\n-What you'll learn...\n-\n-* [x] One\n-* [x] Two\n-* [x] Three\n-{% endhint %}\n-\n{% embed url=\"https://codesandbox.io/embed/9zvm06x9pp?autoresize=1&fontsize=...
TypeScript
MIT License
aurelia/aurelia
docs(components): remove test todos
1
docs
components
151,430
31.08.2019 17:52:46
25,200
303791b5b04999e581764c21af627c90efa5caec
docs: update frontmatter for pageTitle
[ { "change_type": "MODIFY", "diff": "-import styled from '@emotion/styled';\n-import {cover} from 'polished';\n+import styled from '@emotion/styled'\n+import {cover} from 'polished'\nexport default styled.div(cover(), {\ndisplay: 'flex'\n-});\n+})\n", "new_path": "site/gatsby-theme-base/src/components/fl...
JavaScript
MIT License
davidwells/analytics
docs: update frontmatter for pageTitle
1
docs
null
67,479
31.08.2019 19:23:09
-36,000
b6177cb2183f0630de281aeb23cc60e52044562d
fix(template-binderf): ensure custom attribute are processed first
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ import {\nTestContext\n} from '@aurelia/testing';\n-describe.only('templating-compiler.ref.spec.ts', function() {\n+describe('templating-compiler.ref.spec.ts', function() {\nbefore(async function() {\nawait waitForFrames(2);\n@@ -49,11 +49,11 @@ describe...
TypeScript
MIT License
aurelia/aurelia
fix(template-binderf): ensure custom attribute are processed first
1
fix
template-binderf
67,482
31.08.2019 21:44:38
25,200
85045fb0e2530681a1daf5a91e3cc801e3011985
docs(getting-started): attempt to data displaying data to GitBook
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,8 @@ So, you've been scouring the interwebs and have managed to find yourself here, o\n**Here's what you'll learn...**\n* What is Aurelia?\n-* How to use this documentation\n-* How to create an Aurelia project\n+* How do I use this documentation?\n+* How do I c...
TypeScript
MIT License
aurelia/aurelia
docs(getting-started): attempt to data displaying data to GitBook
1
docs
getting-started
67,482
31.08.2019 21:49:01
25,200
f9e297fe836748d56e119d61e7d950782c67fa06
docs(getting-started): add first round of articles to GitBook
[ { "change_type": "MODIFY", "diff": "@@ -14,3 +14,10 @@ So, you've been scouring the interwebs and have managed to find yourself here, o\nPlaceholder...\n+## Using the Docs\n+\n+Placeholder...\n+\n+## Creating Your First Aurelia App\n+\n+Placeholder...\n", "new_path": "docs/user-docs/README.md", "old...
TypeScript
MIT License
aurelia/aurelia
docs(getting-started): add first round of articles to GitBook
1
docs
getting-started
603,467
31.08.2019 21:54:28
-3,600
ccd9f02966c3987390a34f3c30b7113d159f22d4
docs(serenity-bdd): Documented the serenity-bdd CLI wrapper
[ { "change_type": "MODIFY", "diff": "-import { serenity } from '@serenity-js/core';\n-import { FileSystem, Path } from '@serenity-js/core/lib/io';\n-import { ArtifactArchiver } from '@serenity-js/core/lib/stage';\n+import { ArtifactArchiver, serenity } from '@serenity-js/core';\nimport { SerenityBDDReporter ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(serenity-bdd): Documented the serenity-bdd CLI wrapper
1
docs
serenity-bdd
67,479
31.08.2019 23:05:39
-36,000
d564c68ac45df993b324d79c68e30971587cc9c9
chore(tests): fix ref tests
[ { "change_type": "MODIFY", "diff": "@@ -287,9 +287,9 @@ describe('templating-compiler.ref.spec.ts', function() {\nif (!PLATFORM.isBrowserLike && browserOnly) {\ncontinue;\n}\n- const suit = (title: string, fn: any) => only\n- ? it.only(title, fn)\n- : it(title, fn);\n+ const suit = (_title: string, fn: any)...
TypeScript
MIT License
aurelia/aurelia
chore(tests): fix ref tests
1
chore
tests
67,479
01.09.2019 00:31:49
-36,000
2ddef965f526fb103a98ff6af66d74fb9e45614d
chore(refs): add more tests for value mutation/lifecycle
[ { "change_type": "MODIFY", "diff": "import {\n- PLATFORM, RuntimeCompilationResources\n+ PLATFORM\n} from '@aurelia/kernel';\nimport {\nAurelia,\n- BindingMode,\nCustomAttribute,\nCustomElement,\nCustomElementHost,\n- IController,\n- INode,\n- IRenderLocation,\n- ITemplateCompiler,\n- IViewFactory,\n- Lifec...
TypeScript
MIT License
aurelia/aurelia
chore(refs): add more tests for value mutation/lifecycle
1
chore
refs
603,467
01.09.2019 01:16:03
-3,600
f12d3833abfa8a51fd1a9c838b2ea7b50d307c53
docs(website): Corrected the text highlighting
[ { "change_type": "MODIFY", "diff": "@@ -19,12 +19,12 @@ const\nsources = require('./plugins/sources'),\nsource = require('./plugins/source'),\npathToFile = require('./plugins/pathToFile'),\n- highlightEsdoc = require('./plugins/highlighEsdoc'),\n+ highlightEsdoc = require('./plugins/highlightEsdoc'),\ndisco...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): Corrected the text highlighting
1
docs
website
603,467
01.09.2019 01:43:34
-3,600
288011696bd1825ee5ae61d00e265f5d1706a1c2
feat(protractor): Photographer.whoWill(..) factory method to make instantiation of the Photographer
[ { "change_type": "MODIFY", "diff": "@@ -3,17 +3,91 @@ import { ActivityFinished, ActivityStarts, DomainEvent } from '@serenity-js/core\nimport { Stage, StageCrewMember } from '@serenity-js/core/lib/stage';\nimport { PhotoTakingStrategy } from './strategies';\n+/**\n+ * @desc\n+ * The Photographer is a {@lin...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(protractor): Photographer.whoWill(..) factory method to make instantiation of the Photographer #335
1
feat
protractor
603,467
01.09.2019 01:50:05
-3,600
1445318ce268ccd44c389f2b7366fd712d3c4fc6
ci(travis): Removed the XVFB start script as it seems like Travis can now do it by itself.
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,3 @@ set -e\necho \"Removing stale node_modules\"\nnpm run lerna exec --loglevel info -- npm prune\n-\n-echo \"Starting XVFB\"\n-\n-export DISPLAY=:99.0\n-sh -e /etc/init.d/xvfb start\n-sleep 3 # give xvfb some time to start\n\\ No newline at end of file\n", ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(travis): Removed the XVFB start script as it seems like Travis can now do it by itself.
1
ci
travis
67,479
01.09.2019 02:12:41
-36,000
edeb66b76c81e7a611fa35492486f44fc34c30e6
fix(all): rename root au -> aurelia, auRefs -> au, fix tests
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,7 @@ describe('templating-compiler.ref.spec.ts', function() {\nassertFn: (ctx, host, comp) => {\nconst div = host.querySelector('div') as ComponentHost;\nfor (let i = 0, ii = arr.length; ii > i; ++i) {\n- assert.strictEqual(div.$auRefs[`c-a-${i}`].viewModel...
TypeScript
MIT License
aurelia/aurelia
fix(all): rename root au -> aurelia, auRefs -> au, fix tests
1
fix
all
67,479
01.09.2019 02:16:09
-36,000
637df770156d4e66c0f871ddc14d1cc12e646cd6
chore(template-compiler): revert tests assertion template
[ { "change_type": "MODIFY", "diff": "@@ -681,7 +681,7 @@ describe(`TemplateCompiler - combinations`, function () {\nsurrogates: [],\n};\nconst expected = {\n- template: ctx.createElementFromMarkup(`<template><${el} ${n1 === 'ref' ? 'element.ref' : n1}=\"${v1}\" class=\"au\"></${el}></template>`),\n+ template...
TypeScript
MIT License
aurelia/aurelia
chore(template-compiler): revert tests assertion template
1
chore
template-compiler
67,479
01.09.2019 12:58:07
-36,000
34db97764add06840bd2e0241bb0c3b560a24880
refactor(compilation): distinguish between custom/plain attributes
[ { "change_type": "MODIFY", "diff": "@@ -415,16 +415,7 @@ export class TemplateBinder {\nsymbol.bindings.push(new BindingSymbol(command, attrInfo.bindable, expr, attrSyntax.rawValue, attrSyntax.target));\n}\nconst manifest = this.manifest!;\n- const attributes = manifest.attributes;\n- let firstCustomAttrInd...
TypeScript
MIT License
aurelia/aurelia
refactor(compilation): distinguish between custom/plain attributes
1
refactor
compilation
67,479
01.09.2019 12:58:25
-36,000
12d88b26c052109ae739493b20032518ddf4e03b
refactor(ref): remove ref.xx binding command, tweak tests
[ { "change_type": "MODIFY", "diff": "@@ -63,18 +63,6 @@ describe('templating-compiler.ref.spec.ts', function() {\nassert.strictEqual(comp.hello, null);\n}\n},\n- {\n- title: 'basic ref usage with [ref.element]',\n- template:\n- `<div ref.element=hello>`,\n- assertFn: (ctx, host, comp) => {\n- assert.notStric...
TypeScript
MIT License
aurelia/aurelia
refactor(ref): remove ref.xx binding command, tweak tests
1
refactor
ref
67,479
01.09.2019 13:02:56
-36,000
4cd9aabb4c2678d8649cb4d67da76035d477b1bc
refactor(controller): better typings
[ { "change_type": "MODIFY", "diff": "@@ -208,12 +208,14 @@ function setControllerReference<T = INode>(\n): void {\nlet $auRefs = host.$au;\nif ($auRefs === void 0) {\n- $auRefs = host.$au = new ControllersLookup() as Record<string, IController<T>>;\n+ $auRefs = host.$au = new ControllersLookup<T>();\n}\n$auR...
TypeScript
MIT License
aurelia/aurelia
refactor(controller): better typings
1
refactor
controller
67,479
01.09.2019 13:31:06
-36,000
dbf1fce4ba4b2a779f904f6e5a920e17f1e4233b
refactor(ref): move $au to INode
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ import {\n} from '@aurelia/kernel';\nimport {\nAurelia,\n- ComponentHost,\nController,\nCustomAttribute,\nCustomElement,\n@@ -113,7 +112,7 @@ describe('templating-compiler.ref.spec.ts', function() {\ntemplate: `<div ${attrString} ${attr_RefString}>`,\nreso...
TypeScript
MIT License
aurelia/aurelia
refactor(ref): move $au to INode
1
refactor
ref
67,479
01.09.2019 13:37:34
-36,000
2b534f37360ed5466fef216188b3bb3f9bd98c88
fix(testing): import correct interfaces
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,9 @@ import {\nTracer as DebugTracer\n} from '@aurelia/debug';\nimport {\n- IAttributeSymbol,\n+ ICustomAttributeSymbol,\nINodeSymbol,\n+ IPlainAttributeSymbol,\nISymbol,\n} from '@aurelia/jit';\nimport {\n@@ -46,7 +47,7 @@ export const SymbolTraceWriter = {\no...
TypeScript
MIT License
aurelia/aurelia
fix(testing): import correct interfaces
1
fix
testing
67,479
01.09.2019 13:41:21
-36,000
cefd28ef80fbec7fd04adf1d3cd27bbe52f51075
refactor(attr-symbol): tweak hierarchy structure, properly add properties for symbols
[ { "change_type": "MODIFY", "diff": "@@ -32,11 +32,16 @@ export interface ISymbol {\nflags: SymbolFlags;\n}\n-export interface IPlainAttributeSymbol extends ISymbol {\n+export interface IAttributeSymbol {\nsyntax: AttrSyntax;\n}\n-export interface ICustomAttributeSymbol extends ISymbol {\n+export interface I...
TypeScript
MIT License
aurelia/aurelia
refactor(attr-symbol): tweak hierarchy structure, properly add properties for symbols
1
refactor
attr-symbol
67,479
01.09.2019 13:52:59
-36,000
90a532526c675b94c9763c0d77d1f77126a3585b
chore(tests): fix ref- compiler test
[ { "change_type": "MODIFY", "diff": "@@ -660,7 +660,7 @@ describe(`TemplateCompiler - combinations`, function () {\n(ctx) => ['value', 'value', 'value']\n] as ((ctx: HTMLTestContext, $1: [string]) => [string, string, string])[],\n[\n- (ctx, $1, [, , value]) => [`ref`, value, { type: TT.refBinding, from: valu...
TypeScript
MIT License
aurelia/aurelia
chore(tests): fix ref- compiler test
1
chore
tests
217,922
01.09.2019 13:56:37
-7,200
476fb6e591e121781fe2d604d8263fa482627a56
fix(teams): fixed an issue with list completion not being saved with teams not having a webhook
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,9 @@ export class DiscordWebhookService {\n}\nsendMessage(team: Team, contentKey: string, contentParams?: Object, iconUrl?: string, imageUrl?: string): void {\n+ if (!team.webhook) {\n+ return;\n+ }\nthis.i18n.getTranslation(contentKey, team.language, content...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teams): fixed an issue with list completion not being saved with teams not having a webhook
1
fix
teams
67,479
01.09.2019 14:11:33
-36,000
5c032f4ccb71a94705570d213e6cf6c58adbb716
fix(compiler): correctly build surrogates length
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ export class TemplateCompiler implements ITemplateCompiler {\nif (customAttributeLength + plainAttributeLength > 0) {\nlet surrogates: ITargetedInstruction[];\nif (definition.surrogates === undefined || definition.surrogates === (PLATFORM.emptyArray as...
TypeScript
MIT License
aurelia/aurelia
fix(compiler): correctly build surrogates length
1
fix
compiler
838,025
01.09.2019 14:52:51
-10,800
293a8af8452b0fdaf814abfa74c77559ab185f67
feat: UploadPhoto, UploadWallPhoto
[ { "change_type": "ADD", "diff": "+package api // import \"github.com/SevereCloud/vksdk/5.92/api\"\n+\n+import (\n+ \"bytes\"\n+ \"encoding/json\"\n+ \"io\"\n+ \"io/ioutil\"\n+ \"mime/multipart\"\n+ \"net/http\"\n+ \"strconv\"\n+\n+ \"github.com/SevereCloud/vksdk/5.92/object\"\n+)\n+\n+func UploadFile(url st...
Go
MIT License
severecloud/vksdk
feat: UploadPhoto, UploadWallPhoto
1
feat
null
838,025
01.09.2019 15:15:40
-10,800
9dd4c078e1dac16c065fabd021f1d83d2047698e
feat: photos ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\n// PhotosPhoto struct\ntype PhotosPhoto struct {\nAccessKey string `json:\"access_key\"` // Access key for the photo\n@@ -31,6 +35,10 @@ type PhotosPhoto struct {\nUploadBy...
Go
MIT License
severecloud/vksdk
feat: photos ToAttachment
1
feat
null
838,025
01.09.2019 15:23:21
-10,800
8c24a91e8032478c61b429f8f1bb5a5f2f61de7c
feat: user ToMention
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\n// UsersUser struct\ntype UsersUser struct {\nID int `json:\"id\"`\n@@ -86,6 +90,10 @@ type UsersUser struct {\n// TODO: education\n}\n+func (user UsersUser) ToMention() st...
Go
MIT License
severecloud/vksdk
feat: user ToMention
1
feat
null
838,025
01.09.2019 15:34:21
-10,800
518261518226e10baaef628fd76925dbab496827
feat: group ToMention
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\n// GroupsAddress struct\ntype GroupsAddress struct {\nAdditionalAddress string `json:\"additional_address\"` // Additional address to the place (6 floor, left door)\n@@ -99...
Go
MIT License
severecloud/vksdk
feat: group ToMention
1
feat
null
838,025
01.09.2019 15:39:49
-10,800
8ab5db9d4b307e3c47572749c94e962d81f54b48
feat: video ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\n// VideoVideo struct\ntype VideoVideo struct {\nAccessKey string `json:\"access_key\"` // Video access key\n@@ -46,6 +50,10 @@ type VideoVideo struct {\nPrivacyComment []in...
Go
MIT License
severecloud/vksdk
feat: video ToAttachment
1
feat
null
838,025
01.09.2019 15:42:18
-10,800
81746191f3d46d9b0defcf8770fb7d57529e45ee
feat: audio ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n-// AudioAudioFull struct\n+import \"fmt\" // AudioAudioFull struct\ntype AudioAudioFull struct {\nID int `json:\"id\"`\nOwnerID int `json:\"owner_id\"`\n@@ -19,6 +19,10 @@ type AudioAudioFull struct {...
Go
MIT License
severecloud/vksdk
feat: audio ToAttachment
1
feat
null
838,025
01.09.2019 15:44:58
-10,800
72cf25922f73be55526ac54ea882ca62c9de8edf
feat: doc ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\n// DocsDoc struct\ntype DocsDoc struct {\nAccessKey string `json:\"access_key\"` // Access key for the document\n@@ -15,6 +19,10 @@ type DocsDoc struct {\nURL string `json:...
Go
MIT License
severecloud/vksdk
feat: doc ToAttachment
1
feat
null
838,025
01.09.2019 15:50:09
-10,800
9b751f690002966293508aa698e97edd6e0bf523
feat: note ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\n// NotesNote struct\ntype NotesNote struct {\nCanComment int `json:\"can_comment\"` // Information whether current user can comment the note\n@@ -16,6 +20,10 @@ type NotesN...
Go
MIT License
severecloud/vksdk
feat: note ToAttachment
1
feat
null
838,025
01.09.2019 15:51:57
-10,800
3c5ba5a8a1af8be170de5bfc62b088a8c574a996
feat: poll ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\ntype pollsAnswer struct {\nID int `json:\"id\"`\nRate float64 `json:\"rate\"`\n@@ -34,6 +38,10 @@ type PollsPoll struct {\nGroups []GroupsGroup `json:\"groups\"`\n}\n+func ...
Go
MIT License
severecloud/vksdk
feat: poll ToAttachment
1
feat
null
838,025
01.09.2019 15:56:54
-10,800
104bd417e66404b36fe4b849c57a377672164d4a
feat: album ToAttachment
[ { "change_type": "MODIFY", "diff": "@@ -105,6 +105,10 @@ type photosPhotoAlbum struct {\nUpdated int `json:\"updated\"` // Date when the album has been updated last time in Unixtime\n}\n+func (album photosPhotoAlbum) ToAttachment() string {\n+ return fmt.Sprintf(\"album%d_%s\", album.OwnerID, album.ID)\n+}\...
Go
MIT License
severecloud/vksdk
feat: album ToAttachment
1
feat
null
838,025
01.09.2019 15:59:59
-10,800
4d2250e64ff68f998d84b28198e0553ff4c1b65a
feat: market ToAttachment
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/5.92/object\"\n+import (\n+ \"fmt\"\n+)\n+\ntype marketCurrency struct {\nID int `json:\"id\"` // Currency ID\nName string `json:\"name\"` // Currency sign\n@@ -15,6 +19,10 @@ type MarketMarketAlbum struct {\nUpdated...
Go
MIT License
severecloud/vksdk
feat: market ToAttachment
1
feat
null
838,025
01.09.2019 18:02:35
-10,800
c3c6f4485b341c43e6dd573b8cd26f6d578dbf88
feat: uploading Photos into Profile or Community
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,12 @@ func (vk *VK) uploadPhoto(params map[string]string, file io.Reader) (response Ph\nreturn\n}\n-// UploadPhoto upload photo to album\n+// UploadPhoto uploading Photos into User Album\n+//\n+// Supported formats: JPG, PNG, GIF.\n+//\n+// Limits: width+heig...
Go
MIT License
severecloud/vksdk
feat: uploading Photos into Profile or Community
1
feat
null
838,025
01.09.2019 18:14:40
-10,800
78784be361a99311253f9bfef2bd89bc5be9ed2d
feat: uploading Photos into a Private Message
[ { "change_type": "MODIFY", "diff": "@@ -254,3 +254,38 @@ func (vk *VK) UploadOwnerPhoto(ownerID int, squareCrop string, file io.Reader) (\n}, squareCrop, file)\nreturn\n}\n+\n+// UploadMessagesPhoto uploading Photos into a Private Message\n+//\n+// Supported formats: JPG, PNG, GIF.\n+//\n+// Limits: width+h...
Go
MIT License
severecloud/vksdk
feat: uploading Photos into a Private Message
1
feat
null
401,147
01.09.2019 20:11:28
-19,080
48afda3c8844c5ac8ae827964a3955628e3289a6
feat(icons): add download icon affects:
[ { "change_type": "ADD", "diff": "+<svg aria-hidden=\"true\" focusable=\"false\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n+ <path fill=\"currentColor\" d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12...
TypeScript
MIT License
medly/medly-components
feat(icons): add download icon affects: @medly-components/icons
1
feat
icons
603,467
01.09.2019 22:38:30
-3,600
42e1b564560bc425d9a6aee2e1c080ad8b4bb465
docs(handbook): Added an article describing Serenity/JS
[ { "change_type": "MODIFY", "diff": "---\n-title: Serenity/JS Handbook\n+title: About Serenity/JS\nlayout: handbook.hbs\n---\n+# About Serenity/JS\n-# Serenity/JS\n+Serenity/JS is a next-generation acceptance testing library that can change the way you and your team think about and design your automated acce...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(handbook): Added an article describing Serenity/JS
1
docs
handbook
603,467
01.09.2019 23:03:24
-3,600
38bae033a6ab625dcac57949c3b928d4f269420a
docs(handbook): Added the license
[ { "change_type": "MODIFY", "diff": "<ul class=\"summary\">\n<li class=\"header\">Introduction</li>\n<li class=\"chapter\"><a href=\"/handbook/index.html\">About Serenity/JS</a></li>\n+ <li class=\"chapter\"><a href=\"/handbook/license.html\">License</a></li>\n<li class=\"chapter\"><a href=\"/handbook/index....
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(handbook): Added the license
1
docs
handbook
103,512
02.09.2019 09:33:58
-7,200
508fab450ad2ab8b9be732924804dd325997ecf6
feat: add button labelStyle
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,17 @@ class ButtonExample extends React.Component<Props, State> {\n>\nLoading\n</Button>\n+ <Button\n+ mode=\"outlined\"\n+ onPress={() => {}}\n+ style={styles.button}\n+ labelStyle={{\n+ fontWeight: '800',\n+ fontSize: 18,\n+ }}\n+ >\n+ Custom Font\n+ </Butt...
TypeScript
MIT License
callstack/react-native-paper
feat: add button labelStyle (#1321)
1
feat
null
103,512
02.09.2019 10:28:35
-7,200
403bfd30d8db58f4837245e4928856d69e814823
fix: add elevation to wrapper style on Android
[ { "change_type": "MODIFY", "diff": "@@ -129,8 +129,8 @@ class AppbarHeader extends React.Component<Props> {\n<Wrapper\nstyle={\n[\n- { backgroundColor, zIndex },\n- elevation && shadow(elevation),\n+ { backgroundColor, zIndex, elevation },\n+ shadow(elevation),\n] as StyleProp<ViewStyle>\n}\n>\n", "new_...
TypeScript
MIT License
callstack/react-native-paper
fix: add elevation to wrapper style on Android (#1319)
1
fix
null
815,573
02.09.2019 11:12:40
-28,800
b181198dd2bc01122fda4b86abc79245db58936d
chore: fix rebase
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ fn bench(c: &mut Criterion) {\n.input(input)\n.witness(witness)\n.build();\n- let dao = genesis_dao_data(&cellbase).unwrap();\n+ let dao = genesis_dao_data(vec![&cellbase]).unwrap();\nlet genesis_block = BlockBuilder::default()\n.difficulty(U256::one().p...
Rust
MIT License
nervosnetwork/ckb
chore: fix rebase
1
chore
null
67,494
02.09.2019 11:26:23
-7,200
87da15d055ca5da6482bd9e998cb47f11138cb55
refactor(router): improve type resolver
[ { "change_type": "MODIFY", "diff": "@@ -74,14 +74,14 @@ export const NavigationInstructionResolver = {\nconst instructions: ViewportInstruction[] = [];\nfor (const instruction of navigationInstructions) {\nif (typeof instruction === 'string') {\n- instructions.push(router.instructionResolver.parseViewportIn...
TypeScript
MIT License
aurelia/aurelia
refactor(router): improve type resolver
1
refactor
router
438,921
02.09.2019 11:34:30
-32,400
5d98187716fc7d0d7e992df5e7342b54814b5f48
fix(tooltip): Fix tooltip work on touch zoom Make tooltip touch event binding to be 'capture', because d3-zoom stops event propagation. Fix on event rect element redraw for touch environment. Fix
[ { "change_type": "MODIFY", "diff": "@@ -798,6 +798,28 @@ describe(\"INTERACTION\", () => {\ndone();\n});\n});\n+\n+ it(\"set options zoom.enabled=true\", () => {\n+ args.zoom = {enabled: true};\n+ });\n+\n+ it(\"showed each data points tooltip?\", done => {\n+ chart.tooltip.show({x:1});\n+\n+ chart.$.toolti...
TypeScript
MIT License
naver/billboard.js
fix(tooltip): Fix tooltip work on touch zoom - Make tooltip touch event binding to be 'capture', because d3-zoom stops event propagation. - Fix on event rect element redraw for touch environment. Fix #1056
1
fix
tooltip
438,921
02.09.2019 12:09:11
-32,400
046f9dbb12e617d27ab0c1dd323271527f905913
chore(dev-env): Update dependency Update dependency to the latest Fix Fix
[ { "change_type": "MODIFY", "diff": "}\n},\n\"cross-env\": {\n- \"version\": \"5.2.0\",\n- \"resolved\": \"https://registry.npmjs.org/cross-env/-/cross-env-5.2.0.tgz\",\n- \"integrity\": \"sha512-jtdNFfFW1hB7sMhr/H6rW1Z45LFqyI431m3qU6bFXcQ3Eh7LtBuG3h74o7ohHZ3crrRkkqHlo4jYHFPcjroANg==\",\n+ \"version\": \"5.2...
TypeScript
MIT License
naver/billboard.js
chore(dev-env): Update dependency (#1062) Update dependency to the latest Fix #1058 Fix #1060
1
chore
dev-env
366,920
02.09.2019 13:20:15
-32,400
bc5ee1c0391c98380fe7793df8b681a6c269648c
fix: Use fa-check instead of check
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ class CheckboxComponent extends React.PureComponent<Props & InjectedProps> {\n{checked && (\n<IconWrap>\n<Icon\n- name=\"check\"\n+ name=\"fa-check\"\nsize={12}\ncolor={themeColor === 'light' ? '#fff' : theme.palette.MAIN}\n/>\n", "new_path": "src/co...
TypeScript
MIT License
kufu/smarthr-ui
fix: Use fa-check instead of check
1
fix
null
838,025
02.09.2019 13:24:30
-10,800
481bee0f3919b2fbd83dccc6941be8f3793a1036
docs: ToAttachment() ToMention()
[ { "change_type": "MODIFY", "diff": "-package api\n+package api // import \"github.com/SevereCloud/vksdk/5.92/api\"\nimport (\n\"github.com/SevereCloud/vksdk/5.92/object\"\n)\n-// PodcastsGetCatalogResponse\n+// PodcastsGetCatalogResponse struct\ntype PodcastsGetCatalogResponse struct {\nItems []object.Podca...
Go
MIT License
severecloud/vksdk
docs: ToAttachment() ToMention()
1
docs
null
366,920
02.09.2019 13:24:50
-32,400
fafb006e1b8f35fbc0faebbf5dea79f43d557007
fix: Use fa-times instead of cross
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ class FlashComponent extends React.PureComponent<MergedProps, State> {\n<Icon name={iconName} size={24} color=\"#fff\" />\n<Txt theme={theme}>{text}</Txt>\n<CloseButton onClick={onClose} className=\"close\">\n- <Icon name=\"cross\" size={12} color={theme...
TypeScript
MIT License
kufu/smarthr-ui
fix: Use fa-times instead of cross
1
fix
null
366,920
02.09.2019 13:28:16
-32,400
d5e560efdf789b49cc2e3d89392d4ac0226ebda3
fix: Use fa-check-circle instead of check-circle
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ class FlashComponent extends React.PureComponent<MergedProps, State> {\npublic render() {\nconst { visible } = this.state\nconst { type, text, onClose, theme } = this.props\n- const iconName = type === 'success' ? 'check-circle' : 'exclamation-triangle'\...
TypeScript
MIT License
kufu/smarthr-ui
fix: Use fa-check-circle instead of check-circle
1
fix
null
366,920
02.09.2019 13:30:52
-32,400
dd9be985c9cb3c04440fd5b06f18fdcc7ce5dcc4
fix: Use fa-exclamation-triangle instead of exclamation-triangle
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ class FlashComponent extends React.PureComponent<MergedProps, State> {\npublic render() {\nconst { visible } = this.state\nconst { type, text, onClose, theme } = this.props\n- const iconName = type === 'success' ? 'fa-check-circle' : 'exclamation-triangl...
TypeScript
MIT License
kufu/smarthr-ui
fix: Use fa-exclamation-triangle instead of exclamation-triangle
1
fix
null
67,494
02.09.2019 13:53:30
-7,200
ae0646639181fca9ce89900350b5ca723270f3a3
refactor(router): clean up code clutter
[ { "change_type": "MODIFY", "diff": "@@ -103,10 +103,10 @@ export class InstructionResolver {\nreturn href;\n}\n- public shouldClearViewports(path: string): { clear: boolean; newPath: string } {\n+ public shouldClearViewports(path: string): { clearViewports: boolean; newPath: string } {\nconst clearViewports...
TypeScript
MIT License
aurelia/aurelia
refactor(router): clean up code clutter
1
refactor
router
67,494
02.09.2019 13:54:42
-7,200
6fcb9044b9291ea1e3150799c4593a7380cc022b
refactor(router): fix full description viewport issue
[ { "change_type": "MODIFY", "diff": "@@ -248,7 +248,7 @@ export class Viewport {\nif (!found || !found.viewportInstructions || !found.viewportInstructions.length) {\nreturn this.router.instructionResolver.stringifyViewportInstruction(this.content.content);\n}\n- return this.router.instructionResolver.stringi...
TypeScript
MIT License
aurelia/aurelia
refactor(router): fix full description viewport issue
1
refactor
router
67,494
02.09.2019 13:56:35
-7,200
56eb9c8bc4417bb28e1494f5b8b6925ef65f9de1
refactor(router): enable viewport instructions for full state instruction
[ { "change_type": "MODIFY", "diff": "import { Reporter } from '@aurelia/kernel';\nimport { INavigatorInstruction } from './interfaces';\nimport { Queue, QueueItem } from './queue';\n+import { IRouter } from './router';\n+import { ViewportInstruction } from './viewport-instruction';\nexport interface INavigat...
TypeScript
MIT License
aurelia/aurelia
refactor(router): enable viewport instructions for full state instruction
1
refactor
router
67,494
02.09.2019 13:59:37
-7,200
7bf5f408f1c9d49932f07db0000b05e99e7ea34b
refactor(router): change goto to use navigation instruction
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { Aurelia, IController, IRenderContext } from '@aurelia/runtime';\nimport { BrowserNavigator } from './browser-navigator';\nimport { Guardian, GuardTypes } from './guardian';\nimport { InstructionResolver, IRouteSeparators } from './instruction-reso...
TypeScript
MIT License
aurelia/aurelia
refactor(router): change goto to use navigation instruction
1
refactor
router
67,494
02.09.2019 14:00:17
-7,200
8ba6a46ae9de74ae1323861e8875462086536c4b
test(router): update with new goto
[ { "change_type": "MODIFY", "diff": "@@ -192,7 +192,7 @@ describe('Router', function () {\nassert.includes(host.textContent, 'foo', `host.textContent`);\nassert.strictEqual(router.navigation.history.length, historyLength + 1, `router.navigation.history.length`);\n- await router.replace('bar@left');\n+ await ...
TypeScript
MIT License
aurelia/aurelia
test(router): update with new goto
1
test
router
71,499
02.09.2019 14:26:33
-3,600
b7d00ecbacd3b587dd8b1a73c30f1731bdc45571
chore(docs): Section on connecting VS Code debugger Add steps on how to configure the CDK app for debugging and VS code launch configurations.
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,8 @@ and let us know if it's not up-to-date (even better, submit a PR with your corr\n- [Updating all Dependencies](#updating-all-dependencies)\n- [Running CLI integration tests](#running-cli-integration-tests)\n- [Troubleshooting](#troubleshooting)\n+- [Debu...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(docs): Section on connecting VS Code debugger (#3902) Add steps on how to configure the CDK app for debugging and VS code launch configurations.
1
chore
docs
838,025
02.09.2019 14:27:37
-10,800
e7115d60adb5e4f762b51f126976d0ebe77d529f
feat: UploadChatPhoto
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import (\n)\nvar vkGroup, vkService, vkUser *VK // nolint:gochecknoglobals\n-var vkUserID, vkGroupID int // nolint:gochecknoglobals\n+var vkUserID, vkGroupID, vkChatID int // nolint:gochecknoglobals\nfunc TestMain(m *testing.M) {\nvkGroup = Init(os.Getenv(...
Go
MIT License
severecloud/vksdk
feat: UploadChatPhoto
1
feat
null
711,597
02.09.2019 14:32:28
-7,200
0d0545f8db6efe89a5ff615249bc3495e2466bc9
fix(core): Fix fetching entities with a single localeString custom field
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,12 @@ describe('Custom fields', () => {\npublic: true,\n},\n],\n+ Facet: [\n+ {\n+ name: 'translated',\n+ type: 'localeString',\n+ },\n+ ],\n},\n},\n);\n@@ -165,6 +171,28 @@ describe('Custom fields', () => {\n});\n});\n+ it('get entity with localeString only'...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix fetching entities with a single localeString custom field
1
fix
core
711,597
02.09.2019 14:39:58
-7,200
4ae5b72cee17396cf19c72dad3a33510853da31b
fix(admin-ui): Fix error creating product with localeString custom prop
[ { "change_type": "MODIFY", "diff": "@@ -404,7 +404,9 @@ export class ProductDetailComponent extends BaseDetailComponent<ProductWithVaria\nconst key = fieldDef.name;\nconst value =\nfieldDef.type === 'localeString'\n+ ? currentTranslation\n? (currentTranslation as any).customFields[key]\n+ : null\n: (product...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix error creating product with localeString custom prop
1
fix
admin-ui
713,841
02.09.2019 14:58:27
-7,200
6c26ccd576f956b46618012c5fc68236e6104176
chore: disable no-async-promise-executor in code fragments
[ { "change_type": "MODIFY", "diff": "@@ -157,6 +157,7 @@ class GoogleCloudStorageHandler implements IPackageStorageManager {\n});\n}\n+ /* eslint-disable no-async-promise-executor */\nprivate _savePackage(name: string, metadata: Package): Promise<null | VerdaccioError> {\nreturn new Promise(\nasync (resolve,...
TypeScript
MIT License
verdaccio/monorepo
chore: disable no-async-promise-executor in code fragments
1
chore
null
306,406
02.09.2019 15:00:19
-7,200
b8e9926056f28c8d8c7a62148f6503019ff58419
fix(tooltip): add aria role
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ export class LionTooltip extends LionPopup {\nsuper.connectedCallback();\nthis.contentNode = this.querySelector('[slot=\"content\"]');\nthis.invokerNode = this.querySelector('[slot=\"invoker\"]');\n+ this.contentNode.setAttribute('role', 'tooltip');\nthis....
JavaScript
MIT License
ing-bank/lion
fix(tooltip): add aria role
1
fix
tooltip
713,841
02.09.2019 15:05:38
-7,200
2c53c0d594e01827d28018e218e759e4856f5376
test(eslint-plugin-verdaccio): fix jsx-spread test
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ ruleTester.run('jsx-spread', rule, {\n{\ncode: '<div {...props}/>',\noptions: ['never'],\n- parser: 'babel-eslint',\n},\n{\ncode: '<div {...props} foo={\"1\"}/>',\n", "new_path": "tools/eslint-plugin-verdaccio/tests/lib/rules/jsx-spread.js", "old...
TypeScript
MIT License
verdaccio/monorepo
test(eslint-plugin-verdaccio): fix jsx-spread test
1
test
eslint-plugin-verdaccio