author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
679,913
03.08.2018 18:59:37
-3,600
7c54c68f2604104b75441d4898a1b343c986892a
refactor(examples): minor update rstream examples
[ { "change_type": "MODIFY", "diff": "@@ -196,7 +196,6 @@ const refresh = fromInterval(60000).subscribe(trace(\"refresh\"));\n// this stream combinator performs API requests to obtain OHLC data\nconst response = sync({\nsrc: { market, symbol, period, refresh },\n- reset: false,\nxform: map((inst) =>\nfetch(AP...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): minor update rstream examples
1
refactor
examples
217,910
04.08.2018 00:04:31
-36,000
d5ebe67c4a5e218438b78bed3dec3868fb60602d
feat: show thresholds in simulator for collectibility and satisfaction ratings closes
[ { "change_type": "MODIFY", "diff": "<div class=\"quality right-row\">\n<h3>{{'SIMULATOR.Quality' | translate}}</h3>\n<div class=\"value-bar\">\n+ <div class=\"thresholds-container\">\n+ <span *ngFor=\"let threshold of thresholds\"\n+ [ngStyle]=\"{left: 100 * threshold / resultData.simulation.recipe.quality ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: show thresholds in simulator for collectibility and satisfaction ratings closes #503
1
feat
null
311,007
04.08.2018 03:13:22
-32,400
12c3f353dda789016c584310b5129258dc06fb17
fix(serve): use 127.0.0.1 to attempt connections
[ { "change_type": "MODIFY", "diff": "@@ -131,6 +131,10 @@ export function isPortAvailableForHost(host: string, port: number): Promise<bool\nexport async function isHostConnectable(host: string, port: number, { timeout }: { timeout?: number; } = {}): Promise<boolean> {\nconst tryConnect = async () => {\nretur...
TypeScript
MIT License
ionic-team/ionic-cli
fix(serve): use 127.0.0.1 to attempt connections (#3476)
1
fix
serve
217,922
04.08.2018 13:38:42
-7,200
517b957a2547f6004e4510209911435dbe951a38
chore: update about page
[ { "change_type": "MODIFY", "diff": "<li>Twisted Treason</li>\n<li>Scarlet Umbra</li>\n<li>Heldina Lionroar</li>\n+ <li>Peppermint Cordial</li>\n+ <li>Maie Arania</li>\n</ul>\n<h2>{{'ABOUT.Contributors' | translate}}</h2>\n<ul>\n<li>Raelys Skyborn</li>\n+ <li>acchan</li>\n<li>Nivrelin</li>\n<li>Ravenjolly</l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: update about page
1
chore
null
217,922
04.08.2018 14:10:41
-7,200
4f75486d5dc3ac0ebee3e06917cc906778ebad93
feat: right clicking on a timer button now creates an alarm in default group without opening menu
[ { "change_type": "MODIFY", "diff": "[matMenuTriggerFor]=\"addAlarmMenu\"\n[color]=\"getTimerColor(timer.alarm) | async\"\nmatTooltip=\"{{timer?.zoneId | placeName | i18n}} - {{timer?.areaId | placeName | i18n}}\"\n- matTooltipPosition=\"above\">\n+ matTooltipPosition=\"above\"\n+ (contextmenu)=\"$event.prev...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: right clicking on a timer button now creates an alarm in default group without opening menu
1
feat
null
217,922
04.08.2018 14:11:22
-7,200
fcfd34c6ef32b2686841137cae877bb83deabcc8
feat: search menu moved under the home button in sidebar
[ { "change_type": "MODIFY", "diff": "<mat-icon matListIcon>home</mat-icon>\n<span matLine *ngIf=\"!settings.compactSidebar\">{{'Home' | translate}}</span>\n</mat-list-item>\n+ <mat-list-item routerLink=\"/recipes\" (click)=\"mobile ? sidenav.close() : null\"\n+ matTooltipPosition=\"right\"\n+ matTooltip=\"{{...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: search menu moved under the home button in sidebar
1
feat
null
217,922
04.08.2018 15:14:05
-7,200
b2db7f32ae20eb6d0f64229636ddc36d5ddbdd09
chore: fix shadowed variable name
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,7 @@ export class AppComponent implements OnInit {\n})\n).subscribe((event: any) => {\nthis.overlay = event.url.indexOf('?overlay') > -1;\n- this.ipc.on('window-decorator', (event, value) => {\n+ this.ipc.on('window-decorator', (e, value) => {\nthis.windowD...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix shadowed variable name
1
chore
null
217,922
04.08.2018 16:54:39
-7,200
c06b384594cf56c943440879492fdb90f885e85d
chore: fix an error with windows exe setup not being built properly
[ { "change_type": "MODIFY", "diff": "\"build:watch\": \"node ./build/prebuild.js && ng build --watch --configuration=electron-dev\",\n\"electron:start\": \"electron ./main.js\",\n\"electron:start:no-decorators\": \"electron ./main.js --native-titlebar\",\n- \"electron:setup:build\": \"del-cli release/* && np...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix an error with windows exe setup not being built properly
1
chore
null
217,922
04.08.2018 18:33:01
-7,200
995f38b75de842e16a293e955e55b5dd240b2388
fix: fixed an issue with settings page not being shown properly
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ import {FlexLayoutModule} from '@angular/flex-layout';\nconst routing: Routes = [\n{\n- path: 'settings',\n+ path: '',\ncomponent: SettingsComponent\n}\n];\n", "new_path": "src/app/pages/settings/settings.module.ts", "old_path": "src/app/pages/se...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with settings page not being shown properly
1
fix
null
217,922
04.08.2018 18:49:32
-7,200
7b249920e2f5c4397b369b6fe9607b193a6b1a2a
chore: proper fix for last commit
[ { "change_type": "MODIFY", "diff": "@@ -63,10 +63,6 @@ const routes: Routes = [\npath: 'recipes',\nloadChildren: 'app/pages/recipes/recipes.module#RecipesModule'\n},\n- {\n- path: 'settings',\n- loadChildren: 'app/pages/settings/settings.module#SettingsModule'\n- },\n{\npath: 'teams',\nloadChildren: 'app/pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: proper fix for last commit
1
chore
null
217,922
04.08.2018 19:00:39
-7,200
08b698bebd1a313eea8e0f2d8ee24982c272f437
fix: fixed an issue making prices a bit off in pricing mode
[ { "change_type": "MODIFY", "diff": "@@ -74,10 +74,10 @@ export class PricingComponent {\nconst requirementRow = this.list.getItemById(requirement.id, true);\nif (this.settings.expectToSellEverything) {\n// If you expect to sell everything, just divide by yield.\n- return total + this.getCraftCost(requiremen...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue making prices a bit off in pricing mode
1
fix
null
217,922
04.08.2018 19:13:02
-7,200
d50cdd9bad6a25f01bd2b249f1eda0ba83af1c47
feat: updated simulator to add next tier theorical values
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,7 @@ export class Tables {\n250: -0.04,\n320: -0.02,\n350: -0.035,\n+ 380: -0.05,\n};\n// source: https://github.com/Ermad/ffxiv-craft-opt-web/blob/master/app/js/ffxivcraftmodel.js#L1846\n@@ -108,6 +109,7 @@ export class Tables {\n300: 291, // 70_1star\n320: ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: updated simulator to add next tier theorical values
1
feat
null
217,922
04.08.2018 19:20:26
-7,200
8ebd5abc0fb70c1b53534091d72f1a438a2f0ba9
fix: fixed an issue with team invite notifications not showing properly
[ { "change_type": "MODIFY", "diff": "@@ -13,9 +13,11 @@ export class TeamInviteNotification extends NotificationWithQuestion {\npublic constructor(private invitedBy: string, team: Team) {\nsuper(NotificationType.TEAM_INVITE);\n+ if (team !== undefined) {\nthis.teamName = team.name;\nthis.teamId = team.$key;\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with team invite notifications not showing properly
1
fix
null
217,922
06.08.2018 08:54:27
-7,200
09dc37536c0b0c01479804eabcc0aad37e5d8262
chore: merge remote into local
[ { "change_type": "MODIFY", "diff": "\"resolved\": \"https://registry.npmjs.org/@types/semver/-/semver-5.5.0.tgz\",\n\"integrity\": \"sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ==\"\n},\n+ \"@xivapi/angular-client\": {\n+ \"version\": \"0.2.0\",\n+ \"resolved...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: merge remote into local
1
chore
null
217,922
06.08.2018 09:07:27
-7,200
449a35328683092cf8f71a3d1aa65e07e26aca81
fix: fixed an issue with books not being saved in profile page
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,23 @@ export class UserService extends FirebaseStorage<AppUser> {\nsuper(database, serializer, diffService, zone, pendingChangesService);\n}\n+ public get(uid: string): Observable<AppUser> {\n+ return super.get(uid)\n+ .pipe(\n+ map(user => {\n+ if (user.defa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with books not being saved in profile page
1
fix
null
76,605
06.08.2018 09:51:53
-7,200
11bb18bc93630b5037ef3d615277541490fd3176
feat: Adding Named Entity Recognition for regular expressions
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Adding Named Entity Recognition for regular expressions
1
feat
null
217,922
06.08.2018 10:05:58
-7,200
eba5a07bdd763a98843ea93bfeaba73a71702e06
fix: fixed an issue with simulator not using proper icons for some actions
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export class BasicSynthesis extends ProgressAction {\n}\ngetIds(): number[] {\n- return [100001, 100015, 100030, 100045, 100060, 100075, 100090, 100105];\n+ return [100001, 100015, 100030, 100075, 100045, 100060, 100090, 100105];\n}\ngetPotency(simulatio...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with simulator not using proper icons for some actions
1
fix
null
217,922
06.08.2018 10:42:54
-7,200
7da5c31e50f7c9a93759f12025cb25733df1a314
fix: fixed a priority issue on pricing system
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,7 @@ export class PricingRowComponent implements OnInit {\n}\nprivate setAutoCost(): void {\n- if (this.preCraft && !this.customPrice) {\n+ if (this.preCraft && !this.customPrice && this.item.vendors.length === 0) {\nthis.price.nq = this.price.hq = Math.ceil(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a priority issue on pricing system
1
fix
null
217,927
06.08.2018 11:19:25
0
a98605e0cf7f0b893f7e11cca5fdf034f54535f9
fix: no server history message Provides a proper message for servers with no commission history.
[ { "change_type": "MODIFY", "diff": "<div *ngIf=\"commissions$ | async as commissions; else loading\">\n<div *ngIf=\"commissions.length === 0\" class=\"no-commissions\">\n- {{'COMMISSION_BOARD.No_history' | translate}}\n+ {{'COMMISSION_BOARD.No_server_history' | translate}}\n</div>\n<app-commission-panel [co...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: no server history message Provides a proper message for servers with no commission history.
1
fix
null
217,922
06.08.2018 11:29:02
-7,200
3a7db42ffa1b453ccd695979333b188dba92a82c
feat: you can now copy item names in pricing mode too
[ { "change_type": "ADD", "diff": "+import {NgModule} from '@angular/core';\n+import {CommonModule} from '@angular/common';\n+import {CopyableNameComponent} from './copyable-name/copyable-name.component';\n+import {MatTooltipModule} from '@angular/material';\n+import {ClipboardModule} from 'ngx-clipboard';\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: you can now copy item names in pricing mode too
1
feat
null
217,927
06.08.2018 11:52:19
0
cea94af82bf5d0c12e772e4f737ec206d064d62e
refactor: quality threshold styling Removes hanging threshold marker and widens a bit for easier mouseover.
[ { "change_type": "MODIFY", "diff": "@@ -164,8 +164,8 @@ mat-progress-bar {\nflex: 1 1 auto;\n.threshold-marker {\nposition: absolute;\n- width: 3px;\n- height: 30px;\n+ width: 5px;\n+ height: 16px;\nz-index: 10;\n}\n", "new_path": "src/app/pages/simulator/components/simulator/simulator.component.scss", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: quality threshold styling Removes hanging threshold marker and widens a bit for easier mouseover.
1
refactor
null
76,605
06.08.2018 12:19:42
-7,200
107353f75bfec3e88b8d1da78ef308691c40b7e6
test: Improving unit tests
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ const {\nNlpClassifier,\nNlpManager,\nNlpUtil,\n+ NamedEntity,\n} = require('./nlp');\nconst { SentimentAnalyzer, SentimentManager } = require('./sentiment');\nconst { Evaluator, SimilarSearch } = require('./util');\n@@ -46,6 +47,7 @@ module.exports = {\...
JavaScript
MIT License
axa-group/nlp.js
test: Improving unit tests
1
test
null
76,605
06.08.2018 12:27:32
-7,200
581c07a866f4250757603ffc1a6dd29c2ac96f20
build: Adding keywords and version 1.0.2
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"1.0.1\",\n+ \"version\": \"1.0.2\",\n\"description\": \"Library for NLU (Natural Language Understanding) done in Node.js\",\n\"main\": \"lib/index.js\",\n\"scripts\": {\n\"franc\": \"^4.0.0\",\n\"natural\": \"^0.6.1\"\n},\n+ \"...
JavaScript
MIT License
axa-group/nlp.js
build: Adding keywords and version 1.0.2
1
build
null
76,605
06.08.2018 12:31:46
-7,200
7f7455adc5755a92d366b5076f2b9036c58ff097
build: adding keywords and npmignore
[ { "change_type": "ADD", "diff": "+test\n+node_modules\n+examples\n+coverage\n+model.nlp\n\\ No newline at end of file\n", "new_path": ".npmignore", "old_path": null }, { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"1.0.2\",\n+ \"version\": \"1.0.3\",\n\"...
JavaScript
MIT License
axa-group/nlp.js
build: adding keywords and npmignore
1
build
null
76,605
06.08.2018 12:45:20
-7,200
c486a0391899da5d2726d829a6d379b0dc7cb61f
doc: Updated readme with regular expression entities
[ { "change_type": "MODIFY", "diff": "@@ -318,6 +318,45 @@ of the bests substrings. This is done using a threshold for the accuracy, by def\n// sourceText: 'spaghetti', entity: 'food', utteranceText: 'speghetti' } ]\n```\n+It also support Regular Expression entities\n+\n+```javascript\n+ const { NerManager } ...
JavaScript
MIT License
axa-group/nlp.js
doc: Updated readme with regular expression entities
1
doc
null
730,439
06.08.2018 13:29:39
14,400
f560e24a5528acf93711820ce62b72a5debfec4b
docs(widget-space): update widget destination header
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ When loading the widgets there are some configuration options you can provide:\n| `accessToken` | `data-access-token` | Access token for the user account initiating the messaging session. <br>For testing purposes you can use a developer access token fr...
JavaScript
MIT License
webex/react-widgets
docs(widget-space): update widget destination header
1
docs
widget-space
217,922
06.08.2018 13:34:25
-7,200
3a216e7ce2c4d822cf1b4fa3d19771b6d7c6c3c0
refactor: removed announcement dialog box as it's going to be changed for a standard notification
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ import {AnnouncementPopupComponent} from './modules/common-components/announceme\nimport {Announcement} from './modules/common-components/announcement-popup/announcement';\nimport {PendingChangesService} from './core/database/pending-changes/pending-chan...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: removed announcement dialog box as it's going to be changed for a standard notification
1
refactor
null
217,922
06.08.2018 13:34:56
-7,200
7757176e6334f929b7cc3772defde096577f7a79
chore: forgot to remove imports in app-component
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,6 @@ import {faDiscord, faFacebookF, faGithub} from '@fortawesome/fontawesome-free-br\nimport {faBell, faCalculator, faGavel, faMap} from '@fortawesome/fontawesome-free-solid';\nimport {PushNotificationsService} from 'ng-push';\nimport {OverlayContainer} from...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: forgot to remove imports in app-component
1
chore
null
217,922
06.08.2018 13:51:59
-7,200
ffa4fe8e9692982806efdbda0cb3efae692c4f79
chore: no more beta disclaimer in dev environment
[ { "change_type": "MODIFY", "diff": "@@ -245,8 +245,9 @@ export class AppComponent implements OnInit {\nthis.givewayRunning = givewayActivated;\n});\n- // Check if it's beta/dev mode and the disclaimer has not been displayed yet.\n- if (!environment.production && localStorage.getItem('beta-disclaimer') === n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: no more beta disclaimer in dev environment
1
chore
null
217,922
06.08.2018 14:22:20
-7,200
2f1c9b146a50c7c165e80089a04b17356a2ae6cf
chore: first pass for protractor, not quite ready yet
[ { "change_type": "ADD", "diff": "+### Prepare your environment\n+* Install [Node.js](http://nodejs.org/) (>= 8.9 and <10) and NPM (>=5.3)\n+* Install local dev dependencies: `npm install` while current directory is this repo\n+\n+### Live Development Server\n+\n+Simply run `npm start` to start a live server...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first pass for protractor, not quite ready yet
1
chore
null
217,922
06.08.2018 14:23:19
-7,200
bdec890bddde234bc85071506c58f3790efe8240
ci: remove travis from the system as it's not used anymore
[ { "change_type": "DELETE", "diff": "-dist: trusty\n-addons:\n- chrome: stable\n-\n-language: node_js\n-node_js:\n- - '8'\n-\n-before_install:\n- - export CHROME_BIN=chromium-browser\n- - export DISPLAY=:99.0\n- - sh -e /etc/init.d/xvfb start\n- - npm i -g firebase-functions jsonlint-cli\n-\n-script:\n- - js...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
ci: remove travis from the system as it's not used anymore
1
ci
null
730,424
06.08.2018 14:23:22
14,400
b47df2b555b1532c3619d13977859497abbcc0cc
fix(widget-recents): order of loading enhancers
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export default compose(\nname: 'recents',\nreducers\n}),\n- withIntl({locale: 'en', messages}),\n+ mercuryEnhancer,\nmediaEnhancer,\n- mercuryEnhancer\n+ withIntl({locale: 'en', messages})\n)(ConnectedRecents);\n", "new_path": "packages/node_modules/...
JavaScript
MIT License
webex/react-widgets
fix(widget-recents): order of loading enhancers
1
fix
widget-recents
730,439
06.08.2018 14:28:55
14,400
a130b8a491545c0f3f50979605fb079e67a946b6
docs(widget-space): update README docs(widget-recents): update README
[ { "change_type": "MODIFY", "diff": "-# Spark Recents Widget _(@ciscospark/widget-recents)_\n+# Webex Teams Recents Widget _(@ciscospark/widget-recents)_\n-> The Spark Recents widget allows developers to easily incorporate Cisco Spark Recents list and events into an application.\n+> The Webex Teams Recents W...
JavaScript
MIT License
webex/react-widgets
docs(widget-space): update README docs(widget-recents): update README
1
docs
widget-space
679,913
06.08.2018 15:16:16
-3,600
378772fb45881f0376bd1d38a9305944a5a1a122
fix(rstream): add generics for stream()
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,8 @@ import { Subscription } from \"./subscription\";\n* @param id\n* @param src\n*/\n-export function stream(): Stream<any>;\n-export function stream(id: string): Stream<any>;\n+export function stream<T>(): Stream<T>;\n+export function stream<T>(id: string):...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream): add generics for stream()
1
fix
rstream
217,922
06.08.2018 15:38:56
-7,200
5e56e3acdfc5278b32e0d5a4de3915818e3a90fc
feat: new $10 patreon supporter name in loading messages
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<script>\n- const patrons = ['Tataru Taru', 'Erys Night', 'Killagouge', 'chiya', 'DaiSuki2U (Leviathan)', 'Maie Arania', 'Peppermint Cordial Inc'];\n+ const patrons = ['Tataru Taru', 'Erys Night', 'Killagouge', 'chiya', 'DaiSuki2U (Leviathan)', 'Maie Arani...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new $10 patreon supporter name in loading messages
1
feat
null
730,429
06.08.2018 16:00:27
14,400
a8f6ce0557f23fb121fb26f5029afecbfadf4c4e
feat(token-input): add token input component for demos
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"@webex/private-react-component-token-input\",\n+ \"description\": \"Webex Teams Token Input for Demo (Private)\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\...
JavaScript
MIT License
webex/react-widgets
feat(token-input): add token input component for demos
1
feat
token-input
730,429
06.08.2018 16:01:07
14,400
bb951eea7d8645dc77d44dacdae3dca4265d3eaf
feat(widget-demo): use new shared token input component
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ import Checkbox from 'material-ui/Checkbox';\nimport SpaceWidget from '@ciscospark/widget-space';\n-import TokenInput from '../token-input';\n+import TokenInput from '@webex/private-react-component-token-input';\nimport styles from './styles.css';\n", ...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): use new shared token input component
1
feat
widget-demo
730,412
06.08.2018 18:00:28
0
48f4a5275b766940b86e455ac5080870468dba85
chore(release): 0.1.330
[ { "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=\"0.1.330\"></a>\n+## [0.1.330](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.330
1
chore
release
217,922
06.08.2018 18:58:11
-7,200
1b9a84d142173395f702f8261aa9c47fe11fa7d7
fix: fixed an issue with alarms not being deleted properly
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,15 @@ export class AlarmService {\nprivate userService: UserService, private platform: PlatformService, private ipc: IpcService,\nprivate mapService: MapService, private i18nTools: I18nToolsService) {\nthis.userService.getUserData().pipe(map((user: AppUser) =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with alarms not being deleted properly
1
fix
null
217,922
06.08.2018 21:33:53
-7,200
f9a44d04fdceb01ec9ee1d881cc1e9e27643ac10
fix: fixed a missing translation in alarms creation
[ { "change_type": "MODIFY", "diff": "@@ -542,7 +542,7 @@ export class ListDetailsComponent extends ComponentWithSubscriptions implements\n})\n)\n.subscribe(() => {\n- this.snack.open(this.translate.instant('ALARM.Alarms_created'), '', {duration: 3000});\n+ this.snack.open(this.translate.instant('ALARMS.Alarm...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a missing translation in alarms creation
1
fix
null
730,412
06.08.2018 23:04:58
0
228f57dfb72cb033badea77fa3e225d2f90e964b
chore(release): 0.1.331
[ { "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=\"0.1.331\"></a>\n+## [0.1.331](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.331
1
chore
release
217,922
06.08.2018 23:14:36
-7,200
bc8235f34caf727a4b10c4027a8bdc3299777f47
chore: final fix for alarms not deleted properly
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import {MapPopupComponent} from '../../modules/map/map-popup/map-popup.component\nimport {BellNodesService} from '../data/bell-nodes.service';\nimport {PushNotificationsService} from 'ng-push';\nimport {UserService} from '../database/user.service';\n-imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: final fix for alarms not deleted properly
1
chore
null
217,922
07.08.2018 10:07:29
-7,200
7dfc7ec20a957e530d774d1efdbf6a7d9d4a6492
refactor: add ngrx with first example implementation Documentations for ngx can be found on github: The goal is to have better state management, using redux store implementation made by ngrx, for better auth management, better perfs. Debug extension available at
[ { "change_type": "MODIFY", "diff": "\"@schematics/angular:directive\": {\n\"prefix\": \"app\"\n}\n+ },\n+ \"cli\": {\n+ \"defaultCollection\": \"@ngrx/schematics\"\n}\n}\n\\ No newline at end of file\n", "new_path": "angular.json", "old_path": "angular.json" }, { "change_type": "MODIFY", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: add ngrx with first example implementation Documentations for ngx can be found on github: https://github.com/ngrx/platform/tree/master/docs The goal is to have better state management, using redux store implementation made by ngrx, for better auth management, better perfs. Debug extension available at http://extension.remotedev.io/
1
refactor
null
730,429
07.08.2018 10:51:30
14,400
7247dd0da40b72dd470b8d5c7e0312ed88c55b58
feat(space-destination): add space destination component for demos
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"@webex/private-react-component-space-destination\",\n+ \"description\": \"Webex Teams Space Destination Input for Demo (Private)\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"...
JavaScript
MIT License
webex/react-widgets
feat(space-destination): add space destination component for demos
1
feat
space-destination
730,429
07.08.2018 10:56:30
14,400
cf946f1487ad0b17dd8ed0f47b448c9c03b1037b
feat(widget-demo): use space destination component
[ { "change_type": "MODIFY", "diff": "@@ -7,22 +7,22 @@ import {autobind} from 'core-decorators';\nimport RaisedButton from 'material-ui/RaisedButton';\nimport AppBar from 'material-ui/AppBar';\n-import {RadioButtonGroup, RadioButton} from 'material-ui/RadioButton';\nimport {Card, CardActions, CardTitle, Card...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): use space destination component
1
feat
widget-demo
791,723
07.08.2018 12:51:42
25,200
f1fee4e38569e08180817994754f0f5998b6a2b2
extension: refactor option/flag passing (breaking change) This is a breaking change for our integrations (extension, DevTools, LR). They'll all have to update for this to work.
[ { "change_type": "MODIFY", "diff": "@@ -25,13 +25,13 @@ const generateReport = require('./report/report-generator').generateReport;\nclass Runner {\n/**\n* @param {Connection} connection\n- * @param {{config: Config, url?: string, driverMock?: Driver}} opts\n+ * @param {{config: Config, url?: string, driver...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: refactor option/flag passing (breaking change) (#5769) This is a breaking change for our integrations (extension, DevTools, LR). They'll all have to update for this to work.
1
extension
null
730,429
07.08.2018 12:58:54
14,400
ee21615192052d09706cad05f0c06d90c3fb382f
chore(tooling): remove extra tap nvm install
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ pipeline {\nstring(credentialsId: 'WIDGETS_NPM_TOKEN', variable: 'WIDGETS_NPM_TOKEN')\n]) {\nsh 'echo \\'//registry.npmjs.org/:_authToken=${WIDGETS_NPM_TOKEN}\\' >> .npmrc'\n- sh '''#!/bin/bash -ex\n+ sh '''#!/bin/bash -e\nsource ~/.nvm/nvm.sh\nnvm insta...
JavaScript
MIT License
webex/react-widgets
chore(tooling): remove extra tap nvm install
1
chore
tooling
730,412
07.08.2018 13:50:53
0
e470665a29ac6f0d98d8ca1484c726eabac07e32
chore(release): 0.1.332
[ { "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=\"0.1.332\"></a>\n+## [0.1.332](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.332
1
chore
release
791,723
07.08.2018 15:23:38
25,200
8215c1211c1af04652db3a8fa56dd71b4ca61669
tests: quiet down collect-scripts during CI
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ function collectAllStringsInDir(dir, strings = {}) {\ncollectAllStringsInDir(fullPath, strings);\n} else {\nif (name.endsWith('.js')) {\n- console.log('Collecting from', relativePath);\n+ if (!process.env.CI) console.log('Collecting from', relativePath);...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: quiet down collect-scripts during CI (#5801)
1
tests
null
791,723
07.08.2018 15:23:52
25,200
87cce007452973ee792772572ebeb52743549a83
deps: depend on speedline-core, rather than the cli
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst ComputedArtifact = require('./computed-artifact');\n-const speedline = require('speedline');\n+const speedline = require('speedline-core');\nconst LHError = require('../../lib/errors');\nclass Speedline extends ComputedArtifact {\n", "new_path": "...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: depend on speedline-core, rather than the cli (#5800)
1
deps
null
791,723
07.08.2018 15:24:11
25,200
addd423895e2876b7827ef8849664e3ca06fdceb
report: add Util.prepareReportResult method
[ { "change_type": "MODIFY", "diff": "@@ -17,14 +17,14 @@ const DetailsRenderer = require('../../../../report/html/renderer/details-render\nconst CriticalRequestChainRenderer = require(\n'../../../../report/html/renderer/crc-details-renderer.js');\nconst CategoryRenderer = require('../../../../report/html/ren...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add Util.prepareReportResult method (#5766)
1
report
null
791,723
07.08.2018 15:26:05
25,200
d0fbc74998c5962f1d3e36dc4510bdc3e5a528b3
core(redirects): update redirects to use OpportunityDetails
[ { "change_type": "MODIFY", "diff": "@@ -94,12 +94,12 @@ class Redirects extends Audit {\n});\n}\n+ /** @type {LH.Result.Audit.OpportunityDetails['headings']} */\nconst headings = [\n- {key: 'url', itemType: 'text', text: str_(i18n.UIStrings.columnURL)},\n- {key: 'wastedMs', itemType: 'ms', text: str_(i18n.U...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(redirects): update redirects to use OpportunityDetails (#5791)
1
core
redirects
730,412
07.08.2018 16:34:52
0
3cdf8b7299609abe67d2d02f42d1017015ae06d8
chore(release): 0.1.333
[ { "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=\"0.1.333\"></a>\n+## [0.1.333](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.333
1
chore
release
217,922
07.08.2018 16:40:30
-7,200
5a3089411eb9de5650fd2a2c83f44354ecd7f837
chore: first addition of ng-zorro-antd for migration
[ { "change_type": "MODIFY", "diff": "\"src/favicon.ico\"\n],\n\"styles\": [\n+ \"src/theme.less\",\n\"src/styles.scss\"\n],\n\"scripts\": [\n\"node_modules/marked/lib/marked.js\"\n],\n\"styles\": [\n+ \"src/theme.less\",\n\"src/styles.scss\"\n],\n\"assets\": [\n", "new_path": "angular.json", "old_pat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first addition of ng-zorro-antd for migration
1
chore
null
791,834
07.08.2018 18:14:27
25,200
82ff1fedfd4ddda77583805defa4be50340c648c
core(tsc): update to latest tsc
[ { "change_type": "MODIFY", "diff": "@@ -11,14 +11,14 @@ const LHError = require('../../lib/errors');\n/**\n* @typedef {LH.StrictEventEmitter<{'protocolevent': LH.Protocol.RawEventMessage}>} CrdpEventMessageEmitter\n- * @typedef {LH.CrdpCommands[keyof LH.CrdpCommands]['paramsType']} CommandParamsTypes\n- * @...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): update to latest tsc (#5581)
1
core
tsc
730,412
07.08.2018 18:47:54
0
f6756ac3971a413ef0902ad4dc70018485af86ad
chore(release): 0.1.334
[ { "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=\"0.1.334\"></a>\n+## [0.1.334](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.334
1
chore
release
724,000
07.08.2018 20:48:40
-3,600
1998c5341065fbe6a5e6bc6310ccaa5a9e604fd1
test: skip extended tests in < 2.3
[ { "change_type": "MODIFY", "diff": "@@ -2,8 +2,8 @@ import { createLocalVue, config } from '~vue/test-utils'\nimport Vue from 'vue'\nimport Component from '~resources/components/component.vue'\nimport ComponentWithVuex from '~resources/components/component-with-vuex.vue'\n-import { describeWithMountingMetho...
JavaScript
MIT License
vuejs/vue-test-utils
test: skip extended tests in < 2.3
1
test
null
679,913
07.08.2018 22:15:19
-3,600
adc49285b7b49531ad862c615b085d7b8fa1ba76
feat(memoize): add package
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/memoize/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apac...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(memoize): add @thi.ng/memoize package
1
feat
memoize
679,913
08.08.2018 01:28:28
-3,600
2bc092d44a0a0563b415e135d1a11730f1996fae
feat(memoize): add optional cache arg for memoizeJ()
[ { "change_type": "MODIFY", "diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\nimport { Fn1, Fn2, Fn3, Fn4, FnAny } from \"./api\";\n/**\n@@ -12,16 +13,16 @@ import { Fn1, Fn2, Fn3, Fn4, FnAny } from \"./api\";\n* @param fn\n* @param cache\n*/\n-export function memoizeJ<A, B>(fn: Fn1<A, B>): Fn1<A, B>...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(memoize): add optional cache arg for memoizeJ()
1
feat
memoize
679,913
08.08.2018 01:29:02
-3,600
369f375d27d609211da5c413f70792b455f94516
build(memoize): update deps
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@thi.ng/associative\": \"^0.5.11\",\n+ \"@thi.ng/cache\": \"^0.2.15\",\n\"@types/mocha\": \"^5.2.5\",\n\"@types/node\": \"^10.5.5\",\n\"mocha\": \"^5.2.0\",\n\"typedoc\": \"^0.11.1\",\n\"typescript\": \"^3.0.1\"\n},\n- \"dependencies\": {},\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(memoize): update deps
1
build
memoize
679,913
08.08.2018 01:32:38
-3,600
df067d8418c66710b9b3ee464fa4c8c6a02704b0
refactor(iges): update to use
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^4.0.6\",\n\"@thi.ng/defmulti\": \"^0.3.7\",\n+ \"@thi.ng/strings\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^1.15.0\"\n},\n\"keywords\": [\n", "new_path": "packages/iges/package.json", "old_path": "packages/iges/package.jso...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(iges): update to use @thi.ng/strings
1
refactor
iges
679,913
08.08.2018 01:35:00
-3,600
56d64c501d7de39b782d74fdcbcee7127a4503fe
refactor(examples): update crypto-chart to use
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/hiccup-svg\": \"latest\",\n\"@thi.ng/resolve-map\": \"latest\",\n\"@thi.ng/rstream\": \"latest\",\n+ \"@thi.ng/strings\": \"latest\",\n\"@thi.ng/transducers\": \"latest\",\n\"@thi.ng/transducers-stats\": \"latest\"\n}\n", "new_path": "examples/crypto-chart/p...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update crypto-chart to use @thi.ng/strings
1
refactor
examples
679,913
08.08.2018 02:20:45
-3,600
b2ebbfc8e6389f2d13b1f505ba7e9d3e855676ca
fix(strings): float type decl
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,5 @@ import { Stringer } from \"./api\";\n* @param len number of fractional digits\n* @kind function\n*/\n-export const float = memoizeJ(\n- (prec: number): Stringer<number> =>\n- (x: number) => x.toFixed(prec)\n-);\n+export const float: (prec: number) => Strin...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(strings): float type decl
1
fix
strings
679,913
08.08.2018 03:21:01
-3,600
a5e2c28a4b9c2328dcf67f10789b189802f0f1bf
feat(transducers): add partitionBits() xform & tests
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,7 @@ export * from \"./xform/multiplex-obj\";\nexport * from \"./xform/noop\";\nexport * from \"./xform/pad-last\";\nexport * from \"./xform/page\";\n+export * from \"./xform/partition-bits\";\nexport * from \"./xform/partition-by\";\nexport * from \"./xform/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add partitionBits() xform & tests
1
feat
transducers
679,913
08.08.2018 03:44:31
-3,600
5864f2cd09437990de3d3fd80f74c89cddb17b12
feat(strings): add opt prefix arg for radix()
[ { "change_type": "MODIFY", "diff": "@@ -4,18 +4,20 @@ import { Stringer } from \"./api\";\nimport { repeat } from \"./repeat\";\n/**\n- * Returns a `Stringer` which formats given numbers to `radix` and `len`.\n+ * Returns a `Stringer` which formats given numbers to `radix`, `len`\n+ * and with optional pref...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(strings): add opt prefix arg for radix()
1
feat
strings
679,913
08.08.2018 03:46:17
-3,600
b1ea9a555435539bcf8cf86598141acc41bcc7af
refactor(transducers): deprecate hex(), update hexDump() xform & deps
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/checks\": \"^1.5.7\",\n\"@thi.ng/compare\": \"^0.1.6\",\n\"@thi.ng/equiv\": \"^0.1.7\",\n- \"@thi.ng/errors\": \"^0.1.6\"\n+ \"@thi.ng/errors\": \"^0.1.6\",\n+ \"@thi.ng/strings\": \"^0.1.1\"\n},\n\"keywords\": [\n\"ES6\",\n", "new_path": "packages/transduce...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): deprecate hex(), update hexDump() xform & deps
1
refactor
transducers
679,913
08.08.2018 03:47:41
-3,600
6a0db9c79cb3001a5505662c3b7d3882c0fe26ca
refactor(examples): replace hex() => radix(), update deps
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/hdom\": \"latest\",\n\"@thi.ng/hdom-components\": \"latest\",\n\"@thi.ng/rstream\": \"latest\",\n+ \"@thi.ng/strings\": \"latest\",\n\"@thi.ng/transducers\": \"latest\"\n}\n}\n\\ No newline at end of file\n", "new_path": "examples/hdom-benchmark/package.json...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): replace hex() => radix(), update deps
1
refactor
examples
679,913
08.08.2018 04:00:44
-3,600
723da5bb1113e7b3512d358ae75864cc4eac69b9
fix(transducers): hex type decl
[ { "change_type": "MODIFY", "diff": "@@ -6,4 +6,4 @@ import { radix } from \"@thi.ng/strings/radix\";\n* @param digits\n* @param prefix\n*/\n-export const hex = (digits = 2, prefix = \"\") => radix(16, digits, prefix);\n+export const hex = (digits = 2, prefix = \"\"): (x: number) => string => radix(16, digit...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): hex type decl
1
fix
transducers
730,429
08.08.2018 10:50:26
14,400
05abd3f42926200f5241703893fe69ec202bf706
feat(space-demo): use TokenInput and SpaceDestination components
[ { "change_type": "MODIFY", "diff": "@@ -9,49 +9,45 @@ import {Tabs, Tab} from 'material-ui/Tabs';\nimport RaisedButton from 'material-ui/RaisedButton';\nimport AppBar from 'material-ui/AppBar';\nimport Toggle from 'material-ui/Toggle';\n-import {RadioButtonGroup, RadioButton} from 'material-ui/RadioButton';...
JavaScript
MIT License
webex/react-widgets
feat(space-demo): use TokenInput and SpaceDestination components
1
feat
space-demo
815,745
08.08.2018 11:06:14
-10,800
d5e97af72201a3fbedb1fa78d6c69be61776c872
fix(tagging): don't show tag if it exists among items or selected fixes
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</div>\n- <div class=\"ng-option\" [class.ng-option-marked]=\"!itemsList.markedItem\" (mouseover)=\"itemsList.unmarkItem()\" role=\"option\" (click)=\"selectTag()\" *ngIf=\"showAddTag()\">\n+ <div class=\"ng-option\" [class.ng-option-marked]=\"!itemsList.m...
TypeScript
MIT License
ng-select/ng-select
fix(tagging): don't show tag if it exists among items or selected fixes #693
1
fix
tagging
730,429
08.08.2018 11:50:01
14,400
ef806e1194e091ce3c16109cb9bdee07db87e7c8
feat(recents-demo): use TokenInput component
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import {Card, CardActions, CardTitle, CardText} from 'material-ui/Card';\nimport SyntaxHighlighter from 'react-syntax-highlighter/prism';\nimport {coy} from 'react-syntax-highlighter/styles/prism';\n-import TokenInput from '../token-input';\n+import Toke...
JavaScript
MIT License
webex/react-widgets
feat(recents-demo): use TokenInput component
1
feat
recents-demo
807,849
08.08.2018 12:08:38
25,200
410b8d504ba2ba7cb65c765851aa177fb0107e55
test(npm-publish): Use actual Package instance in tests
[ { "change_type": "MODIFY", "diff": "@@ -5,17 +5,16 @@ jest.mock(\"@lerna/child-process\");\n// mocked modules\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\n+// helpers\n+const Package = require(\"@lerna/package\");\n+\n// file under test\nconst npmPublish = require(\"..\");\ndescribe(\"...
JavaScript
MIT License
lerna/lerna
test(npm-publish): Use actual Package instance in tests
1
test
npm-publish
807,849
08.08.2018 12:09:00
25,200
00973609ed7dcf2db55c90266bfc3d3a3bece292
refactor(publish): Pass npmConfig to dist-tag methods The pkg.version is sufficient when passed to distTag.add(), no separate parameter is required.
[ { "change_type": "MODIFY", "diff": "@@ -25,8 +25,8 @@ test(\"publish --npm-tag\", async () => {\nawait lernaPublish(cwd)(\"--npm-tag\", \"custom\");\n- expect(npmPublish.registry.size).toBe(1);\nexpect(npmPublish.registry.get(\"package-3\")).toBe(\"custom\");\n+ expect(npmDistTag.check).not.toBeCalled();\n}...
JavaScript
MIT License
lerna/lerna
refactor(publish): Pass npmConfig to dist-tag methods The pkg.version is sufficient when passed to distTag.add(), no separate parameter is required.
1
refactor
publish
730,429
08.08.2018 14:07:07
14,400
dcbc96dcf369bb5c72fa35c2cee6bb160689c732
feat(widget-demo): add Topbar component from collab-ui
[ { "change_type": "ADD", "diff": "+$brand-font-folder: \"~@collab-ui/core/fonts\";\n+$icon-font-path: \"~@collab-ui/icons/fonts\";\n+$images-path: \"~@collab-ui/core/images\";\n+$docs-images-path: '~@collab-ui/core/docs/assets';\n+\n+@import \"~@collab-ui/core/scss/icons/icons\";\n+@import \"~@collab-ui/core...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add Topbar component from collab-ui
1
feat
widget-demo
815,745
08.08.2018 15:05:40
-10,800
75e9ac21e4dc89d8b1aa14ed6c53d4fb98374864
feat: support tabindex closes
[ { "change_type": "MODIFY", "diff": "type=\"text\"\nautocomplete=\"{{dropdownId}}\"\n[attr.id]=\"labelForId\"\n+ [attr.tabindex]=\"tabIndex\"\n[readOnly]=\"!searchable\"\n[disabled]=\"disabled\"\n[value]=\"filterValue\"\n", "new_path": "src/ng-select/ng-select.component.html", "old_path": "src/ng-sel...
TypeScript
MIT License
ng-select/ng-select
feat: support tabindex closes #680
1
feat
null
791,723
08.08.2018 15:12:22
25,200
e506660c774a0ac511972503cf2fefc9b4a59c12
core(i18n): add strings for user timing entries table
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ const UIStrings = {\n/** Label for a time column in a data table; entries will be the number of milliseconds spent parsing script files for every script loaded by the page. */\ncolumnScriptParse: 'Script Parse',\n/** A message displayed in a Lighthouse a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(i18n): add strings for user timing entries table (#5806)
1
core
i18n
730,429
08.08.2018 15:14:51
14,400
4c75b28084c56b56866e53da897d2a968b386fc4
feat(widget-demo): add Button component from collab-ui
[ { "change_type": "MODIFY", "diff": "@@ -6,4 +6,5 @@ $docs-images-path: '~@collab-ui/core/docs/assets';\n@import \"~@collab-ui/core/scss/icons/icons\";\n@import \"~@collab-ui/core/scss/components/top-bar\";\n@import \"~@collab-ui/core/scss/components/list-item\";\n+@import \"~@collab-ui/core/scss/components/...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add Button component from collab-ui
1
feat
widget-demo
730,429
08.08.2018 15:15:17
14,400
17a1107ce4d3a2c742cff8fff2daa4f0f304369d
feat(token-input): use input components from collab-ui
[ { "change_type": "ADD", "diff": "+$brand-font-folder: \"~@collab-ui/core/fonts\";\n+$icon-font-path: \"~@collab-ui/icons/fonts\";\n+$images-path: \"~@collab-ui/core/images\";\n+$docs-images-path: '~@collab-ui/core/docs/assets';\n+\n+@import \"~@collab-ui/core/scss/components/button\";\n+@import \"~@collab-u...
JavaScript
MIT License
webex/react-widgets
feat(token-input): use input components from collab-ui
1
feat
token-input
807,849
08.08.2018 15:16:33
25,200
8d80b2c0ffc180d8811217ec1026383b6c20e3c4
feat(publish): Run `npm pack` before `npm publish`
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ describe(\"licenses\", () => {\nit(\"removes all temporary licenses on error\", async () => {\nconst cwd = await initFixture(\"licenses\");\n- npmPublish.mockImplementationOnce(() => Promise.reject(new Error(\"boom\")));\n+ npmPublish.npmPack.mockImpleme...
JavaScript
MIT License
lerna/lerna
feat(publish): Run `npm pack` before `npm publish`
1
feat
publish
791,723
08.08.2018 15:33:20
25,200
5b4b191a7208936677a2f989a81a8c13524b4b60
report: add PSI.prepareLabData()
[ { "change_type": "MODIFY", "diff": "@@ -112,13 +112,20 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n/**\n* @param {LH.ReportResult.Category} category\n* @param {Object<string, LH.Result.ReportGroup>} groups\n+ * @param {string=} environment 'PSI' and undefined are the only valid values\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add PSI.prepareLabData() (#5804)
1
report
null
749,554
08.08.2018 16:00:12
25,200
67022a873d134424709270ede7b1b1e34cab4dea
feat(tooltips): add zIndex prop to TooltipContainer
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,8 @@ import { getPopperPlacement, getRtlPopperPlacement } from '../utils/gardenPlacem\n* container Popper would apply absolute positioning.\n*/\nconst TooltipWrapper = styled.div`\n+ z-index: ${props => props.zIndex};\n+\n&[aria-hidden='true'] {\ndisplay: non...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(tooltips): add zIndex prop to TooltipContainer (#76)
1
feat
tooltips
815,745
08.08.2018 16:12:27
-10,800
4320098cafa4f808bc0208ebee3645568c30b260
fix: accept spaces while tagging without dropdown fixes
[ { "change_type": "MODIFY", "diff": "@@ -356,6 +356,6 @@ function itemsList(cmp: NgSelectComponent): ItemsList {\n}\nfunction ngSelect(): NgSelectComponent {\n- const cmp = new NgSelectComponent({}, null, null, null, null);\n+ const cmp = new NgSelectComponent({}, null, null, null, null, null);\nreturn cmp;\...
TypeScript
MIT License
ng-select/ng-select
fix: accept spaces while tagging without dropdown fixes #676
1
fix
null
730,429
08.08.2018 16:50:47
14,400
0e6114dc48bb2d06cb9ca2260a334cfd20f6f30b
feat(space-destination): use input components from collab-ui
[ { "change_type": "ADD", "diff": "+@import \"~@collab-ui/core/scss/tools/mixins/focus\";\n+@import \"~@collab-ui/core/scss/components/checkbox\";\n+@import \"~@collab-ui/core/scss/components/input\";\n+@import \"~@collab-ui/core/scss/components/label\";\n+@import \"~@collab-ui/core/scss/components/radio\";\n...
JavaScript
MIT License
webex/react-widgets
feat(space-destination): use input components from collab-ui
1
feat
space-destination
730,429
08.08.2018 16:54:57
14,400
e792cff9d5641cb764450ba01bbc75ba821026cb
feat(widget-demos): use updated onChange results from destination
[ { "change_type": "MODIFY", "diff": "@@ -143,7 +143,7 @@ class DemoWidget extends Component {\n}\n@autobind\n- handleModeChange(e, value) {\n+ handleModeChange(value) {\nconst newState = {destinationId: ''};\nnewState.activities = this.state.activities;\nif ([MODE_SIP, MODE_PSTN].includes(value)) {\n@@ -156,...
JavaScript
MIT License
webex/react-widgets
feat(widget-demos): use updated onChange results from destination
1
feat
widget-demos
815,745
08.08.2018 17:46:50
-10,800
5c5d757d8bca25589b9eab637651251e20485707
chore(release): 2.4.0
[ { "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=\"2.4.0\"></a>\n+# [2.4.0](https://github.com/ng-select/ng-select/compare/v2.3.6...v2.4...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.4.0
1
chore
release
807,849
08.08.2018 19:28:36
25,200
012afcc360a3ff76be9267f265e7fe6c79124246
test(publish): Avoid npm login-required validation in CI
[ { "change_type": "MODIFY", "diff": "@@ -238,9 +238,18 @@ class PublishCommand extends Command {\n}\nprepareRegistryActions() {\n- return Promise.resolve()\n- .then(() => verifyNpmRegistry(this.project.rootPath, this.npmConfig))\n- .then(() => verifyNpmPackageAccess(this.packagesToPublish, this.project.rootP...
JavaScript
MIT License
lerna/lerna
test(publish): Avoid npm login-required validation in CI
1
test
publish
217,922
08.08.2018 22:09:37
-7,200
4a779cd9d023ac360902056894035a1d8bc3ef16
chore: implemented the full main menu, only few translations missing
[ { "change_type": "MODIFY", "diff": "-Subproject commit 86a1a58508b05155ce481885384ca25335d22ca8\n+Subproject commit bd02f15226f14b4da814f27cb2291b04c9ed63f1\n", "new_path": "data-extraction/SaintCoinach", "old_path": "data-extraction/SaintCoinach" }, { "change_type": "MODIFY", "diff": "\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: implemented the full main menu, only few translations missing
1
chore
null
217,922
08.08.2018 22:11:22
-7,200
887b5b06ea3316eefcb724646cf0f7b6fe0895c8
chore: updated profile page icon
[ { "change_type": "MODIFY", "diff": "</span>\n<ul>\n<li nz-menu-item>\n- <i class=\"anticon anticon-contacts\"></i>\n+ <i class=\"anticon anticon-idcard\"></i>\n<!--*ngIf not anonymous-->\n{{'Profile' | translate}}\n</li>\n", "new_path": "src/app/app.component.html", "old_path": "src/app/app.componen...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: updated profile page icon
1
chore
null
679,913
08.08.2018 22:52:40
-3,600
45e49930aed7647a2e53fb446b810f01f4e4d50e
refactor(transducers): add ReductionFn type alias, update Reducer
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,12 @@ export type Fn<A, B> = (x: A) => B;\nexport type Transducer<A, B> = (rfn: Reducer<any, B>) => Reducer<any, A>;\n+export type ReductionFn<A, B> = (acc: A, x: B) => A | Reduced<A>;\n+\nexport interface Reducer<A, B> extends Array<any> {\n[0]: () => A;\n[1]...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): add ReductionFn type alias, update Reducer
1
refactor
transducers
679,913
08.08.2018 22:54:06
-3,600
e713704f2af5c15d8c9b11a72fff472cfc63b330
refactor(transducers): rename inspect() => trace() BREAKING CHANGE: rename inspect() => trace()
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,6 @@ export * from \"./xform/flatten-with\";\nexport * from \"./xform/flatten\";\nexport * from \"./xform/hex-dump\";\nexport * from \"./xform/indexed\";\n-export * from \"./xform/inspect\";\nexport * from \"./xform/interleave\";\nexport * from \"./xform/inte...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): rename inspect() => trace() BREAKING CHANGE: rename inspect() => trace()
1
refactor
transducers
679,913
08.08.2018 23:07:50
-3,600
cd5c6ff1852e490e7d3e98bc7a72685a5b24d5d4
refactor(rstream): update StreamSync transducer init fix regression caused by breaking changes in thi.ng/transducers
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,11 @@ export class StreamSync<A, B> extends Subscription<A, B> {\nconstructor(opts: Partial<StreamSyncOpts<A, B>>) {\nlet srcIDs = new Set<string>();\nlet xform: Transducer<any, any> = comp(\n- partitionSync<A>(srcIDs, (x) => x[0], opts.reset === true, opts...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream): update StreamSync transducer init - fix regression caused by breaking changes in thi.ng/transducers
1
refactor
rstream
679,913
08.08.2018 23:11:53
-3,600
eb1714f5d50c560e6095127edf6856794b890f80
refactor(rstream-query): simplify transducer uses
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import { isArray } from \"@thi.ng/checks/is-array\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { concat } from \"@thi.ng/transducers/iter/concat\";\nimport { pairs } from \"@thi.ng/transducers/iter/pairs\";\n-import { itera...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-query): simplify transducer uses
1
refactor
rstream-query
679,913
08.08.2018 23:14:14
-3,600
abe1a8863c81988320f00a8c96eeb52fdcb3b261
refactor(associative): update/replace deps (iterators => transducers)
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/dcons\": \"^1.0.7\",\n\"@thi.ng/equiv\": \"^0.1.7\",\n\"@thi.ng/errors\": \"^0.1.6\",\n- \"@thi.ng/iterators\": \"^4.1.20\"\n+ \"@thi.ng/transducers\": \"1.16.0\"\n},\n\"keywords\": [\n\"data structures\",\n", "new_path": "packages/associative/package.json",...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): update/replace deps (iterators => transducers)
1
refactor
associative
679,913
08.08.2018 23:16:30
-3,600
065d78bab4215dc0acbdc9338876b491847d0b36
refactor(cache): update/replace deps (iterators => transducers)
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^4.0.6\",\n\"@thi.ng/dcons\": \"^1.0.7\",\n- \"@thi.ng/iterators\": \"^4.1.20\"\n+ \"@thi.ng/transducers\": \"1.16.0\"\n},\n\"keywords\": [\n\"cache\",\n", "new_path": "packages/cache/package.json", "old_path": "packages/cac...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(cache): update/replace deps (iterators => transducers)
1
refactor
cache
679,913
08.08.2018 23:17:40
-3,600
78d0a8448fa7c8ec60108a7294442acef94ce721
fix(iges): regression to due transducers update
[ { "change_type": "MODIFY", "diff": "@@ -193,7 +193,7 @@ const formatParams = (\nconst lines = transduce(\ncomp(\nmap(doc.$PARAM),\n- wordWrap(bodyWidth, 1, true),\n+ wordWrap(bodyWidth, { delim: 1, always: true }),\nmap((p) => p.join(doc.globals.delimParam)),\n),\npush(),\n", "new_path": "packages/iges/...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(iges): regression to due transducers update
1
fix
iges
679,913
08.08.2018 23:20:02
-3,600
d635226781d272f6ae59b632217803ef2e1460dc
refactor(dgraph): update/replace deps (iterators => transducers)
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/associative\": \"^0.5.11\",\n\"@thi.ng/equiv\": \"^0.1.7\",\n\"@thi.ng/errors\": \"^0.1.6\",\n- \"@thi.ng/iterators\": \"^4.1.20\"\n+ \"@thi.ng/transducers\": \"1.16.0\"\n},\n\"keywords\": [\n\"data structure\",\n", "new_path": "packages/dgraph/package.json"...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(dgraph): update/replace deps (iterators => transducers)
1
refactor
dgraph
679,913
08.08.2018 23:21:25
-3,600
420cfe37e68934cbf0e8adf8b7c2f96eb7b9212d
test(csp): fix regression to due transducers update
[ { "change_type": "MODIFY", "diff": "import * as tx from \"@thi.ng/transducers\";\n-import { identity } from \"@thi.ng/transducers/func/identity\";\nimport { Channel, PubSub } from \"../src\";\n@@ -85,7 +84,7 @@ async function transducers() {\nch.into([1, 2, 2, 2, 1, 5, 3, 3]);\nawait ch.consume();\nconst sr...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(csp): fix regression to due transducers update
1
test
csp
679,913
08.08.2018 23:25:44
-3,600
c17cb087aea6c7c165f63018d9deb8922b9b7a1d
refactor(hdom-components): update/replace deps (iterators => transducers)
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^4.0.6\",\n\"@thi.ng/checks\": \"^1.5.7\",\n- \"@thi.ng/iterators\": \"^4.1.20\",\n+ \"@thi.ng/transducers\": \"1.16.0\",\n\"@types/webgl2\": \"^0.0.4\"\n},\n\"keywords\": [\n", "new_path": "packages/hdom-components/package.json...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): update/replace deps (iterators => transducers)
1
refactor
hdom-components
679,913
08.08.2018 23:31:04
-3,600
dcccbcba35f48a6aac6bf8d2e59ce49f87411ca0
refactor(examples): simplify transducer usages
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ const randomizeRules = () => {\nexport const convolve = (src: number[], rules: number[], width: number, height: number, rstride = 9, wrap = true) =>\ntransduce(\ncomp(\n- multiplex(convolve2d(src, width, height, kernel, wrap), map(lookup2d(src, width))),...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): simplify transducer usages
1
refactor
examples
679,913
08.08.2018 23:35:10
-3,600
afb267a0275c5925eda88ea0c8dae6bb93fed2b4
docs: add graphviz dot files
[ { "change_type": "ADD", "diff": "+digraph g {\n+ rankdir=LR;\n+ node[fontname=Inconsolata,fontsize=11];\n+ edge[fontname=Inconsolata,fontsize=9];\n+\n+ rank=same {\n+ symbol -> response;\n+ period -> response;\n+ avgmode;\n+ }\n+ market -> response;\n+ refresh -> response[label=\"every 60 secs\"];\n+\n+ res...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add graphviz dot files
1
docs
null