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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 12.12.2018 15:57:22 | -3,600 | 6806d4a00eb87a469e580bf7c56424477e4c15b1 | chore: changed custom links logic to use the serializer properly | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,8 @@ import { DiscordWebhookService } from './discord/discord-webhook.service';\nimport { ListItemCommentNotification } from '../model/notification/list-item-comment-notification';\nimport { MaintenanceModule } from '../pages/maintenance/maintenance.module';\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: changed custom links logic to use the serializer properly | 1 | chore | null |
807,849 | 12.12.2018 17:29:35 | 28,800 | fd7299f9be5cdc315e656a59de943d6a7d55dee1 | feat(publish): Use instead of subprocess npm pack | [
{
"change_type": "MODIFY",
"diff": "\"preversion\": \"echo preversion-package-1\",\n\"version\": \"echo version-package-1\",\n\"postversion\": \"echo postversion-package-1\",\n- \"prepublish\": \"echo prepublish-package-1\",\n\"prepare\": \"echo prepare-package-1\",\n\"prepublishOnly\": \"echo prepublishOnl... | JavaScript | MIT License | lerna/lerna | feat(publish): Use @lerna/pack-directory instead of subprocess npm pack | 1 | feat | publish |
807,849 | 12.12.2018 17:37:51 | 28,800 | d02d1e13733b0408e0d10d946ca2ada65e6eb962 | refactor(npm-publish): Remove npmPack() subexport, replaced by | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-const packed = new Set();\nconst registry = new Map();\n// by default, act like a spy that populates registry\n@@ -10,21 +9,6 @@ const mockNpmPublish = jest.fn((pkg, tag) => {\nreturn Promise.resolve(pkg);\n});\n-const mockNpmPack = jest.fn((rootManifest... | JavaScript | MIT License | lerna/lerna | refactor(npm-publish): Remove npmPack() subexport, replaced by @lerna/pack-directory | 1 | refactor | npm-publish |
730,429 | 12.12.2018 18:02:05 | 28,800 | 523275407af54b591cf9c376ccb5a52c89df395c | test(snapshots): update collab-ui based snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,7 @@ function ActivityShareThumbnail(props) {\ngifIcon={isGif ? 'icon icon-gif_20' : ''}\nfileSize={bytesToSize(fileSize)}\nloading={isFetching}\n+ loadingText=\"Loading\"\ntitle={displayName}\ntype={type}\nsubtitle={`${actor.displayName}, ${timestamp}`}\n@@ ... | JavaScript | MIT License | webex/react-widgets | test(snapshots): update collab-ui based snapshots | 1 | test | snapshots |
791,760 | 12.12.2018 18:02:23 | 28,800 | acd6c93a40f14889893fc49587c061b856c0f8b4 | core(driver): handle navigation rejections within Driver.gotoURL | [
{
"change_type": "MODIFY",
"diff": "@@ -630,12 +630,11 @@ class Driver {\n/**\n* @param {Driver} driver\n* @param {() => void} resolve\n+ * @return {Promise<void>}\n*/\n- function checkForQuiet(driver, resolve) {\n+ async function checkForQuiet(driver, resolve) {\nif (cancelled) return;\n-\n- return driver.... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): handle navigation rejections within Driver.gotoURL (#6739) | 1 | core | driver |
217,922 | 12.12.2018 20:37:25 | -3,600 | a6b2e7cd4704d929b3399821e4088bdccad9f6f5 | feat: proper sign configuration for desktop app | [
{
"change_type": "MODIFY",
"diff": "\"build\": {\n\"appId\": \"ffxivteamcraft-beta\",\n\"artifactName\": \"${productName}-setup.${ext}\",\n+ \"forceCodeSigning\": true,\n\"directories\": {\n\"output\": \"release\"\n},\n},\n\"win\": {\n\"icon\": \"./tools/build/icon.ico\",\n+ \"publisherName\": \"Miu Asakura... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: proper sign configuration for desktop app | 1 | feat | null |
815,590 | 12.12.2018 20:55:44 | -28,800 | d160d1e1a0fbf80ef914a65d7e6b81e2c4a951b9 | refactor: PeerStore implement scoring interface | [
{
"change_type": "MODIFY",
"diff": "@@ -3,19 +3,14 @@ use crate::PeerId;\nuse fnv::FnvHashMap;\nuse libp2p::core::Multiaddr;\nuse log::trace;\n-use std::time::Instant;\n-\n-// peer_id -> addresses,\n-// sort by score\n-// addr -> peer_id\n-// last report or updated_time\n-const INITIALIZED_SCORE: u32 = 0;\n... | Rust | MIT License | nervosnetwork/ckb | refactor: PeerStore implement scoring interface | 1 | refactor | null |
273,683 | 12.12.2018 21:47:35 | -3,600 | f9aeed7b6562f6f4086deef3c76a48fa7fdef159 | fix(app): use default link behavior if 404
Do not use vue router for html links if the path leads to a 404 page. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,11 @@ document.addEventListener('click', event => {\n) return\nconst path = stripPathPrefix($el.pathname)\n- const { location } = router.resolve({ path, hash: $el.hash })\n+ const { route, location } = router.resolve({ path, hash: $el.hash })\n+\n+ if (route.... | JavaScript | MIT License | gridsome/gridsome | fix(app): use default link behavior if 404
Do not use vue router for html links if the path leads to a 404 page. | 1 | fix | app |
730,429 | 12.12.2018 21:51:58 | 28,800 | ba2d2d33ac5364cea3c791f04bf59d28549ff513 | fix(r-m-users): add support for a user with no display name | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ export function constructUserFromParticipant(user) {\nreturn {\nid: user.id,\ndisplayName: user.displayName,\n- nickName: user.displayName.split(' ')[0],\n+ nickName: user.displayName ? user.displayName.split(' ')[0] : '',\nemail: user.emailAddress,\norgId... | JavaScript | MIT License | webex/react-widgets | fix(r-m-users): add support for a user with no display name | 1 | fix | r-m-users |
730,429 | 12.12.2018 22:05:38 | 28,800 | b9c0791b8e851719e53ef42d38666034b90ea357 | test(r-m-users): add helpers tests | [
{
"change_type": "ADD",
"diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`Redux module users helpers #constructUser detects and converts a hydra user 1`] = `\n+Object {\n+ \"displayName\": \"Johnny Karate\",\n+ \"email\": \"thepit@mouserat.net\",\n+ \"id\": \"whateverbro\",\n+ \"nickName\":... | JavaScript | MIT License | webex/react-widgets | test(r-m-users): add helpers tests | 1 | test | r-m-users |
730,429 | 12.12.2018 22:21:58 | 28,800 | ecea72ebeafcd4900158fcb3f078ca506692127d | chore(webpack): remove failing woff conversion | [
{
"change_type": "MODIFY",
"diff": "@@ -137,31 +137,7 @@ export default (options, env) => {\n]\n},\n{\n- test: /\\.woff$/,\n- // Inline small woff files and output them below font/.\n- // Set mimetype just in case.\n- use: [{\n- loader: 'file-loader',\n- options: {\n- name: 'fonts/[name].[ext]',\n- mimetype... | JavaScript | MIT License | webex/react-widgets | chore(webpack): remove failing woff conversion | 1 | chore | webpack |
217,922 | 12.12.2018 22:24:15 | -3,600 | 651450efbaabc81124402c7d1c7ae6fd830c3e22 | chore: WIP custom links and templates, needs polish | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ export class AuthEffects {\ndebounceTime(10000),\ntap((action: UserFetched) => {\nconst user = action.user;\n- if (!this.nickNameWarningShown && (user.patron || user.admin) && user.nickName === undefined) {\n+ if (!this.nickNameWarningShown && (user.patr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP custom links and templates, needs polish | 1 | chore | null |
71,123 | 12.12.2018 23:00:04 | 28,800 | 71dc09fa0625b6e195bbce0c7440e17fd87fd168 | fix(aws-logs): set default log retention of LogGroup to 731 instead of 730
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ export interface LogGroupProps {\n*\n* To retain all logs, set this value to Infinity.\n*\n- * @default 730 days (2 years)\n+ * @default 731 days (2 years)\n*/\nretentionDays?: number;\n@@ -184,7 +184,7 @@ export class LogGroup extends LogGroupRef {\ns... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-logs): set default log retention of LogGroup to 731 instead of 730 (#1344)
Fixes #1343 | 1 | fix | aws-logs |
730,412 | 12.12.2018 23:41:49 | 0 | 752423bc65173b7f9550e6d60c57244c886e4622 | chore(release): 0.1.389 | [
{
"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.389\"></a>\n+## [0.1.389](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.389 | 1 | chore | release |
679,913 | 13.12.2018 00:13:20 | 0 | ebd33808672ed83f96fe3049279106c3af7c45f9 | feat(hdom-components): add FPS counter & sparkline components, update deps
add mergeAttribs() helper | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^4.2.3\",\n\"@thi.ng/checks\": \"^1.5.13\",\n+ \"@thi.ng/math\": \"^0.2.1\",\n\"@thi.ng/transducers\": \"^2.2.4\",\n+ \"@thi.ng/transducers-stats\": \"^0.4.16\",\n\"@types/webgl2\": \"^0.0.4\"\n},\n\"keywords\": [\n",
"new_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-components): add FPS counter & sparkline components, update deps
- add mergeAttribs() helper | 1 | feat | hdom-components |
679,913 | 13.12.2018 00:38:52 | 0 | baa1dfef8542e7ed8fd0e9272a4620a4a975a99b | feat(examples): add hdom-benchmark2 example | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/hdom-benchmark2/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# hdom-benchmark2\n+\n+[Live demo](http://demo.thi.ng/umbrella/hdom-benchmark2/)\n+\n+```bash\n+gi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add hdom-benchmark2 example | 1 | feat | examples |
679,913 | 13.12.2018 01:27:41 | 0 | 73a298df98bf0dacaf7f1dd3706aa4f53b00612b | refactor(hdom-components): emit int coords for sparkline | [
{
"change_type": "MODIFY",
"diff": "@@ -66,9 +66,9 @@ export const sparkline =\n},\n[\"polyline\",\n{\n- points: str(\",\", mapIndexed((i, y: number) => [i * s, fitClamped(y, opts.min, opts.max, h, r)], 0, vals))\n+ points: str(\",\", mapIndexed((i, y: number) => [(i * s) | 0, fitClamped(y, opts.min, opts.m... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-components): emit int coords for sparkline | 1 | refactor | hdom-components |
679,913 | 13.12.2018 01:40:11 | 0 | 8dcc73a1527edde463c36cb642c5df370cd032b8 | feat(strings): add slugify() | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ export * from \"./parse\";\nexport * from \"./percent\";\nexport * from \"./radix\";\nexport * from \"./repeat\";\n+export * from \"./slugify\";\nexport * from \"./splice\";\nexport * from \"./truncate\";\nexport * from \"./truncate-left\";\n",
"new_pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(strings): add slugify() | 1 | feat | strings |
679,913 | 13.12.2018 01:41:39 | 0 | 1b298f76ab267fdb8db6a0a90e4524bd50222c0c | fix(strings): update kebab()
fix initial capital handling
add (partial) support
add note about Safari / FF | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,11 @@ export const capitalize: Stringer<string> =\n* Converts a CamelCase string into kebab case, with optional custom\n* delimiter (`-` by default).\n*\n+ * TODO: Currently broken in Safari & FF due to usage of TC39 stage 4\n+ * RegEx look-behind expression:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(strings): update kebab()
- fix initial capital handling
- add (partial) UTF-8 support
- add note about Safari / FF | 1 | fix | strings |
471,527 | 13.12.2018 08:02:21 | -3,600 | 10e0de82d0ea2087b549ce24d138d40359749867 | feat(testing-karma): use karma-webpack#^5.0.0 for proper wc support | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ module.exports = config => ({\n},\n},\n- frameworks: ['mocha'],\n+ frameworks: ['mocha', 'webpack'],\nmiddleware: ['static'],\n@@ -28,10 +28,6 @@ module.exports = config => ({\n'**/*.spec.js': ['webpack', 'sourcemap'],\n},\n- webpackMiddleware: {\n- stat... | JavaScript | MIT License | open-wc/open-wc | feat(testing-karma): use karma-webpack#^5.0.0 for proper wc support (#89) | 1 | feat | testing-karma |
217,922 | 13.12.2018 08:33:22 | -3,600 | a636b3769b2bbd21c46a87de5d6232e73138c8f4 | feat: you can now create custom links on lists, workshops, rotations and rotation folders | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,13 @@ import { CustomLinksPartialState } from './custom-links.reducer';\nimport { CreateCustomLink, DeleteCustomLink, LoadMyCustomLinks, UpdateCustomLink } from './custom-links.actions';\nimport { AuthFacade } from '../../../+state/auth.facade';\nimport { combi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: you can now create custom links on lists, workshops, rotations and rotation folders | 1 | feat | null |
791,690 | 13.12.2018 08:35:46 | 21,600 | e5004c7338c2cba7f5ae0191273a6be1783a071d | core(fonts): resolve URLs relative to stylesheet | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,8 @@ class FontDisplay extends Audit {\n// Convert the relative CSS URL to an absolute URL and add it to the passing set\nfor (const relativeURL of relativeURLs) {\ntry {\n- const absoluteURL = new URL(relativeURL, artifacts.URL.finalUrl);\n+ const relativeRo... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fonts): resolve URLs relative to stylesheet (#6782) | 1 | core | fonts |
791,690 | 13.12.2018 08:37:45 | 21,600 | 705741e51745a393577fe03785b030b71d8ca1f4 | core: handle invalid network timing data | [
{
"change_type": "MODIFY",
"diff": "@@ -269,8 +269,11 @@ class PageDependencyGraph {\nconst networkNodeOutput = PageDependencyGraph.getNetworkNodeOutput(networkRecords);\nconst cpuNodes = PageDependencyGraph.getCPUNodes(traceOfTab);\n- const rootRequest = networkRecords.reduce((min, r) => (min.startTime < r... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: handle invalid network timing data (#6780) | 1 | core | null |
471,527 | 13.12.2018 09:31:16 | -3,600 | 2ed1b6dfca945112f3efd657fcade77245edb010 | fix: update generators to use latest versions | [
{
"change_type": "MODIFY",
"diff": "\"storybook:start\": \"start-storybook -p 9001\"\n},\n\"devDependencies\": {\n- \"@open-wc/storybook\": \"^0.1.1\"\n+ \"@open-wc/storybook\": \"^0.2.0\"\n}\n}\n",
"new_path": "packages/generator-open-wc/generators/publish-storybook/templates/_package.json",
"old_p... | JavaScript | MIT License | open-wc/open-wc | fix: update generators to use latest versions | 1 | fix | null |
503,988 | 13.12.2018 09:39:50 | 18,000 | adfd9f84f5d070402f0916591be001258e8a4a10 | docs(Stack): increase height of example containers to show flex grow | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,9 @@ const styles = StyleSheet.create({\nborderWidth: borderWidth.var,\nborderStyle: 'dashed',\nborderColor: borderColor.var\n+ },\n+ '&': {\n+ height: 250\n}\n}\n});\n",
"new_path": "packages/patternfly-4/react-core/src/layouts/Stack/examples/common/getCon... | TypeScript | MIT License | patternfly/patternfly-react | docs(Stack): increase height of example containers to show flex grow (#1046) | 1 | docs | Stack |
503,988 | 13.12.2018 10:22:11 | 18,000 | 8a2b26eec0db8e6eca04ffa9f43ce35d8682a2df | docs(Alert): match Alert docs to core examples | [
{
"change_type": "MODIFY",
"diff": "@@ -25,13 +25,13 @@ export default {\ngetContainerProps\n},\n{\n- component: InfoExample,\n- title: 'Info Alert',\n+ component: WarningExample,\n+ title: 'Warning Alert',\ngetContainerProps\n},\n{\n- component: WarningExample,\n- title: 'Warning Alert',\n+ component: Info... | TypeScript | MIT License | patternfly/patternfly-react | docs(Alert): match Alert docs to core examples (#1047) | 1 | docs | Alert |
815,598 | 13.12.2018 10:59:44 | -28,800 | 1b494777177c466b92636f14d9c12f00fca2f3ee | chore: CHANGELOG for v0.2.0 | [
{
"change_type": "ADD",
"diff": "+All notable changes to this project will be documented in this file.\n+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+\n+# [v0.2.0](https://github.com/nervosnetwork/ckb/compare/v0.1.0...v0.2.0) (2018-12-17)\n+\n+In this release, we have... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.2.0 | 1 | chore | null |
730,413 | 13.12.2018 11:29:11 | 28,800 | 910ab8fd11916d68ea7af26fed3a297f60eb82c3 | feat(widget-space): add support for menu toggle | [
{
"change_type": "MODIFY",
"diff": "@@ -4,14 +4,13 @@ import {connect} from 'react-redux';\nimport {bindActionCreators} from 'redux';\nimport classNames from 'classnames';\nimport {compose} from 'recompose';\n+import {Button, Icon} from '@collab-ui/react';\nimport TitleBar from '@webex/react-component-title... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add support for menu toggle | 1 | feat | widget-space |
730,413 | 13.12.2018 11:29:39 | 28,800 | bdd228243e8d6c3c2d11880057fb2209875e5d8d | feat(r-c-activity-menu-header): add support for menu toggle | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`ActivityMenuHeader component renders properly 1`] = `\n+exports[`ActivityMenuHeader component renders properly with one activity 1`] = `\n+<div\n+ className=\"ciscospark-widget-header widgetHeader\"\n+>\n+ <div\n+ clas... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-menu-header): add support for menu toggle | 1 | feat | r-c-activity-menu-header |
730,413 | 13.12.2018 11:29:50 | 28,800 | 63ae507b604cb6c2a1c31a13c19dde7a51717d84 | feat(widget-files): add support for menu toggle | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const ownPropTypes = {\n};\nconst injectedPropTypes = {\n+ activityTypes: PropTypes.array.isRequired,\nconversation: PropTypes.object.isRequired,\nfileShares: PropTypes.array.isRequired\n};\n@@ -37,6 +38,7 @@ class FilesWidget extends Component {\nreturn... | JavaScript | MIT License | webex/react-widgets | feat(widget-files): add support for menu toggle | 1 | feat | widget-files |
730,413 | 13.12.2018 11:30:02 | 28,800 | 7fcfe343be12343ede1381996c9a832741715398 | feat(widget-roster): add support for menu toggle | [
{
"change_type": "MODIFY",
"diff": "@@ -126,6 +126,7 @@ export class RosterWidget extends Component {\nrender() {\nlet mainArea;\nconst {\n+ activityTypes,\ncanEditRoster,\nparticipants\n} = this.props;\n@@ -210,6 +211,7 @@ export class RosterWidget extends Component {\nreturn (\n<div className={classNames(... | JavaScript | MIT License | webex/react-widgets | feat(widget-roster): add support for menu toggle | 1 | feat | widget-roster |
217,922 | 13.12.2018 11:50:30 | -3,600 | d93af7c4dd842cf1da13407754ab214404a6e1be | feat: custom links and templates are now properly implemented with their respective page
TODO: custom-links page | [
{
"change_type": "MODIFY",
"diff": "@@ -79,6 +79,14 @@ const routes: Routes = [\npath: 'custom-links',\nloadChildren: './pages/custom-links/custom-links-page.module#CustomLinksPageModule'\n},\n+ {\n+ path: 'link',\n+ loadChildren: './pages/link/link.module#LinkModule'\n+ },\n+ {\n+ path: 'template',\n+ load... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: custom links and templates are now properly implemented with their respective page
TODO: custom-links page | 1 | feat | null |
217,922 | 13.12.2018 11:54:53 | -3,600 | 3f628a3a61cf12e2402c47a14979ca2206b6af0c | chore: really basic custom-links page for now, so people can see them | [
{
"change_type": "MODIFY",
"diff": "<ul *ngIf=\"links$ | async as links\">\n- <li *ngFor=\"let link of links\">{{link.uri}}</li>\n+ <li *ngFor=\"let link of links\">{{link.uri}} - {{link.getUrl()}}</li>\n</ul>\n",
"new_path": "apps/client/src/app/pages/custom-links/custom-links/custom-links.component.ht... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: really basic custom-links page for now, so people can see them | 1 | chore | null |
71,663 | 13.12.2018 11:57:26 | 28,800 | 19fefc6fb360375d04f94a4f4ca31430a16648ab | doc(aws-codepipeline): update the documentation of the GitHubSourceAction oauthToken parameter. | [
{
"change_type": "MODIFY",
"diff": "@@ -38,9 +38,8 @@ export interface GitHubSourceActionProps extends actions.CommonActionProps,\n* It is recommended to use a `SecretParameter` to obtain the token from the SSM\n* Parameter Store:\n*\n- * const oauth = new SecretParameter(this, 'GitHubOAuthToken', { ssmPara... | TypeScript | Apache License 2.0 | aws/aws-cdk | doc(aws-codepipeline): update the documentation of the GitHubSourceAction oauthToken parameter. (#1339) | 1 | doc | aws-codepipeline |
679,913 | 13.12.2018 12:00:52 | 0 | 10afa0d58a4d85cf30c2bb92376f8492d2c73e45 | docs(examples): update hdom-skip comments | [
{
"change_type": "MODIFY",
"diff": "@@ -12,12 +12,14 @@ const timer =\nrender() {\n// Key part of this example:\n- // Here we check the current time stamp for timer `period`\n- // crossings and only return an actual new tree/content iff\n- // the time stamp is within 16ms of the period. In all other\n- // c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update hdom-skip comments | 1 | docs | examples |
679,913 | 13.12.2018 12:01:17 | 0 | a40c0f5efed910dd4af693c92f5c6bf54a4659a2 | minor(hdom-components): minor updates fpsCounter() | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ export const fpsCounter =\nopts = {\nhistory: 25,\nsmooth: 5,\n- labelPeriod: 100,\n+ labelPeriod: 250,\nsparkline: {},\n...opts\n};\n",
"new_path": "packages/hdom-components/src/fps-counter.ts",
"old_path": "packages/hdom-components/src/fps-coun... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(hdom-components): minor updates fpsCounter() | 1 | minor | hdom-components |
679,913 | 13.12.2018 12:02:00 | 0 | c3b1528fb782ecc48b13f8e96b480ec8cb3aada0 | feat(examples): add more UI & controls to hdom-benchmark2 | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,6 @@ import { mapIndexed } from \"@thi.ng/transducers/xform/map-indexed\";\nimport { partition } from \"@thi.ng/transducers/xform/partition\";\nconst SIZE = \"0.5rem\";\n-const RES = 32;\n-const DELTA = 1024;\ninjectStyleSheet(\ncss([\n@@ -44,61 +42,114 @@ in... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add more UI & controls to hdom-benchmark2 | 1 | feat | examples |
679,913 | 13.12.2018 12:03:14 | 0 | 92c1110766acc793b44bbdd972e633a7af2fbf44 | feat(examples): improve axis tick resolution estimate in crypto-chart | [
{
"change_type": "MODIFY",
"diff": "@@ -243,7 +243,9 @@ const chart = sync({\nxform: map(({ data, window, theme }) => {\nlet [width, height] = window;\nconst ohlc: OHLC[] = data.ohlc;\n- const w = Math.max(3, (width - 2 * MARGIN_X) / ohlc.length);\n+ const chartW = width - 2 * MARGIN_X;\n+ const chartH = he... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): improve axis tick resolution estimate in crypto-chart | 1 | feat | examples |
730,429 | 13.12.2018 12:16:30 | 28,800 | 05bb9c56a40eb8644e212b7b042448103a2c8eac | fix(widget-space): load user data and connect to mercury | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ import {bindActionCreators} from 'redux';\nimport {fetchAvatar} from '@ciscospark/redux-module-avatar';\nimport {resetErrors} from '@ciscospark/redux-module-errors';\n+import {connectToMercury} from '@ciscospark/redux-module-mercury';\n+import {getUser} fr... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): load user data and connect to mercury | 1 | fix | widget-space |
679,913 | 13.12.2018 12:43:37 | 0 | 2ff75609b4b43daad24a766766df13387d6243c7 | perf(examples): update __skip handling in hdom-benchmark2 | [
{
"change_type": "MODIFY",
"diff": "@@ -42,10 +42,13 @@ injectStyleSheet(\n])\n);\n-const grid =\n- (_, cells, w, numChanges, frame, interlace) => {\n- if (!frame) return [\"div\"];\n- const isFirst = frame === 1;\n+const grid = {\n+ render(_, cells, w, numChanges, frame, interlace) {\n+ if (!frame) {\n+ th... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(examples): update __skip handling in hdom-benchmark2 | 1 | perf | examples |
71,101 | 13.12.2018 13:44:46 | -3,600 | 84eb7ad1531094c6c01b906e14abdef6af44ce36 | fix(codebuild): Rename includeBuildID property of S3BucketBuildArtifacts
The property name ending with `ID` caused a mismatch of names to appear
in non-TypeScript languages, as the name translation rules would convert
back to `Id`.
BREAKING CHANGE: the `includeBuildID` property of
`S3BucketBuildArtifacts` was renamed to `includeBuildId` (note the
lower-case trailing `d`).
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ export interface S3BucketBuildArtifactsProps extends BuildArtifactsProps {\n* The name of the build output ZIP file or folder inside the bucket.\n*\n* The full S3 object key will be \"<path>/<build-id>/<name>\" or\n- * \"<path>/<name>\" depending on whet... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(codebuild): Rename includeBuildID property of S3BucketBuildArtifacts (#1354)
The property name ending with `ID` caused a mismatch of names to appear
in non-TypeScript languages, as the name translation rules would convert
back to `Id`.
BREAKING CHANGE: the `includeBuildID` property of
`S3BucketBuildArtifacts` was renamed to `includeBuildId` (note the
lower-case trailing `d`).
Fixes #1347 | 1 | fix | codebuild |
679,913 | 13.12.2018 14:01:42 | 0 | 8155bf4b43b1e3a75871f67acffaf7437d8273a3 | feat(examples): add proper DOM stats calculation, remove interlacing (obsolete) | [
{
"change_type": "MODIFY",
"diff": "@@ -43,17 +43,20 @@ injectStyleSheet(\n);\nconst grid = {\n- render(_, cells, w, numChanges, frame, interlace) {\n+ render(_, cells, w, numChanges, frame) {\nif (!frame) {\nthis.prevChanged = null;\n+ this.prevChangedRows = null;\nreturn [\"div\"];\n}\nconst isFirst = !th... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add proper DOM stats calculation, remove interlacing (obsolete) | 1 | feat | examples |
217,922 | 13.12.2018 14:17:15 | -3,600 | 94e1e2f2f9b81b009d8e95b77549035b475793e6 | feat: custom links and templates management page | [
{
"change_type": "MODIFY",
"diff": "<span>\n<i nz-icon type=\"message\"></i>\n<span class=\"nav-text\">{{'MACRO_TRANSLATION.Title' | translate}}</span>\n- </span>\n- </a>\n- <a nz-menu-item class=\"menu-link\" nzDisabled routerLinkActive=\"ant-menu-item-selected\">\n- <span>\n- <i nz-icon type=\"file-markdo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: custom links and templates management page | 1 | feat | null |
679,913 | 13.12.2018 14:17:51 | 0 | fea3d7779dd501f864d2ee8594aee17e0fc33045 | fix(examples): minor update hdom-benchmark2 | [
{
"change_type": "MODIFY",
"diff": "@@ -121,17 +121,13 @@ const newCells = (res) => new Array(res * res).fill(0);\nconst stats = fpsCounter({ history: 50, sparkline: { width: 100 } });\n-let cells = newCells(32);\n-// let interlace = 0;\n-let res = 32;\n-let delta = 1024;\n+let res = 48;\n+let delta = 256;\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): minor update hdom-benchmark2 | 1 | fix | examples |
730,413 | 13.12.2018 15:00:04 | 28,800 | 529774041b07b763c2cb5665e2d3b3de32ea43c2 | feat(r-c-message-composer): add ability to toggle composer buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import {Icon} from '@collab-ui/react';\nimport styles from './ComposerButtons.css';\n-function ComposerButtons({onAttachFile}) {\n+function ComposerButtons({onAttachFile, composerActions}) {\nfunction handleFileIconClick(event) {\nif (event.type === 'click... | JavaScript | MIT License | webex/react-widgets | feat(r-c-message-composer): add ability to toggle composer buttons | 1 | feat | r-c-message-composer |
730,413 | 13.12.2018 15:00:33 | 28,800 | 0f32b1c4529735a19b586b9688a926a23437e778 | feat(widget-demo): add ability to toggle composer buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,9 @@ class DemoWidget extends Component {\nmessage: true,\npeople: true\n};\n+ const composerActions = cookies.get('activities') || {\n+ attachFiles: true\n+ };\nthis.state = {\nactivities: {\nfiles: isMeetOnly ? false : activities.files,\n@@ -51,6 +54,7 @@ c... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): add ability to toggle composer buttons | 1 | feat | widget-demo |
730,413 | 13.12.2018 15:01:24 | 28,800 | 986042be107d6d3554e470a44ff1f31cd278bfef | feat(demo-widget-space): add ability to toggle composer buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,9 @@ class DemoWidgetSpace extends Component {\nmessage: true,\npeople: true\n};\n+ const composerActions = cookies.get('activities') || {\n+ attachFiles: true\n+ };\nthis.state = {\nactivities: {\nfiles: isMeetOnly ? false : activities.files,\n@@ -45,6 +48,7... | JavaScript | MIT License | webex/react-widgets | feat(demo-widget-space): add ability to toggle composer buttons | 1 | feat | demo-widget-space |
730,413 | 13.12.2018 15:02:16 | 28,800 | 8841a825997f191a148d9dde661bd14594e97d8a | feat(private-r-c-space-destination): add ability to toggle composer buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -26,11 +26,13 @@ export const constants = {\nconst propTypes = {\nactivities: PropTypes.object.isRequired,\n+ composerActions: PropTypes.object.isRequired,\ndestinationId: PropTypes.string.isRequired,\ndestinationPropMode: PropTypes.string,\ninitialActivity: PropTypes.... | JavaScript | MIT License | webex/react-widgets | feat(private-r-c-space-destination): add ability to toggle composer buttons | 1 | feat | private-r-c-space-destination |
730,438 | 13.12.2018 15:33:09 | 28,800 | 1affe3df32c7077b6f23a28b6c73285ea51e1076 | feat(react-component-utils): recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -16,13 +16,15 @@ export function getBadgeState({\nif (!space) {\nreturn badge;\n}\n- if (space.isOneOnOne) {\n+ if (space.type === NotificationsConstants.SPACE_TYPE_ONE_ON_ONE) {\n+ const isMuted = space.tags && space.tags.includes(NotificationsConstants.TAG_MUTED)\n+ ... | JavaScript | MIT License | webex/react-widgets | feat(react-component-utils): recents widget space filter | 1 | feat | react-component-utils |
730,438 | 13.12.2018 15:33:55 | 28,800 | 1dde27d4bc8c7b947b57c200baa2bef6c517fc55 | feat(redux-module-spaces): recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,9 @@ import {\nMENTION_NOTIFICATIONS_ON,\nMENTION_NOTIFICATIONS_OFF,\nMESSAGE_NOTIFICATIONS_ON,\n- MESSAGE_NOTIFICATIONS_OFF\n+ MESSAGE_NOTIFICATIONS_OFF,\n+ SPACE_TYPE_ONE_ON_ONE,\n+ SPACE_TYPE_GROUP\n} from '@ciscospark/react-component-utils';\nconst TAG_ONE_... | JavaScript | MIT License | webex/react-widgets | feat(redux-module-spaces): recents widget space filter | 1 | feat | redux-module-spaces |
730,438 | 13.12.2018 15:34:26 | 28,800 | bb06907574614c0c116168281e20da9576d777cd | feat(demo-widget): recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import {Cookies, withCookies} from 'react-cookie';\nimport {instanceOf} from 'prop-types';\nimport {autobind} from 'core-decorators';\n-import {Button, Topbar} from '@collab-ui/react';\n+import {Button, Checkbox, Topbar} from '@collab-ui/react';\nimport Sp... | JavaScript | MIT License | webex/react-widgets | feat(demo-widget): recents widget space filter | 1 | feat | demo-widget |
730,429 | 13.12.2018 15:41:29 | 28,800 | fccc91bf75d82699b0a98065a97047a4248e04d0 | fix(widget-space): fetch space details | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,9 @@ import {bindActionCreators} from 'redux';\nimport {fetchAvatar} from '@ciscospark/redux-module-avatar';\nimport {resetErrors} from '@ciscospark/redux-module-errors';\nimport {connectToMercury} from '@ciscospark/redux-module-mercury';\n+import {fetchSpace} ... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): fetch space details | 1 | fix | widget-space |
679,913 | 13.12.2018 16:04:33 | 0 | fbbf5f90dd8d4e508fdd7c7ca6bc3d182a4fa1a6 | minor(examples): update source links | [
{
"change_type": "MODIFY",
"diff": "@@ -161,7 +161,7 @@ const cancel = start(\ndelta]\n],\n[\"div.mt3\",\n- [\"a\", { href: \"https://github.com/thi-ng/umbrella/tree/feature/hdom-skip/examples/hdom-benchmark2\" }, \"Source\"]]\n+ [\"a\", { href: \"https://github.com/thi-ng/umbrella/tree/master/examples/hdom... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): update source links | 1 | minor | examples |
730,438 | 13.12.2018 16:20:19 | 28,800 | 6eb4da538bf6b583c95017abea498933d01ef832 | feat(react-component-space-item): recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const propTypes = {\nname: PropTypes.string,\nonCallClick: PropTypes.func,\nonClick: PropTypes.func,\n+ searchTerm: PropTypes.string,\nteamColor: PropTypes.string,\nteamName: PropTypes.string,\ntype: PropTypes.string\n@@ -43,6 +44,7 @@ const defaultProps... | JavaScript | MIT License | webex/react-widgets | feat(react-component-space-item): recents widget space filter | 1 | feat | react-component-space-item |
730,438 | 13.12.2018 16:20:55 | 28,800 | 1fbe6cf78087b0ca3e84a7640ffb10a4f9691035 | feat(react-component-spaces-list): recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ const propTypes = {\nisLoadingMore: PropTypes.bool,\nonCallClick: PropTypes.func,\nonClick: PropTypes.func,\n+ searchTerm: PropTypes.string,\nspaces: PropTypes.arrayOf(\nPropTypes.shape({\navatarUrl: PropTypes.string,\n@@ -48,6 +49,7 @@ const defaultProp... | JavaScript | MIT License | webex/react-widgets | feat(react-component-spaces-list): recents widget space filter | 1 | feat | react-component-spaces-list |
730,438 | 13.12.2018 16:22:06 | 28,800 | 1a20463baffdb1086d3aeec9a1c211d3491831c1 | test(journeys): added tests for recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {enterKeywordAndWait} from '../../../lib/test-helpers/recents-widget/spac\nimport {jobNames, renameJob, updateJobStatus} from '../../../lib/test-helpers';\nimport {elements} from '../../../lib/test-helpers/recents-widget';\n-describe('Widget Recents... | JavaScript | MIT License | webex/react-widgets | test(journeys): added tests for recents widget space filter | 1 | test | journeys |
730,438 | 13.12.2018 16:42:28 | 28,800 | e45b887180f02744153362dd1dcc0c22ecd06622 | feat(widget-recents): recents widget space filter | [
{
"change_type": "MODIFY",
"diff": "+export const UPDATE_SPACE_KEYWORD_FILTER = 'widget-recents/UPDATE_SPACE_KEYWORD_FILTER';\nexport const UPDATE_STATUS = 'widget-recents/UPDATE_STATUS';\n+export function updateSpaceKeywordFilter(keyword) {\n+ return {\n+ type: UPDATE_SPACE_KEYWORD_FILTER,\n+ payload: {\n+... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): recents widget space filter | 1 | feat | widget-recents |
217,922 | 13.12.2018 17:31:23 | -3,600 | 21e23894f6ffe927e649478d5f4e19e01341d574 | feat: item icons now link to garlandtools | [
{
"change_type": "MODIFY",
"diff": "import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemIconComponent } from './item-icon/item-icon.component';\n+import { SettingsModule } from '../settings/settings.module';\n@NgModule({\nimports: [\n- CommonModule\n+ Com... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: item icons now link to garlandtools
#654 | 1 | feat | null |
730,438 | 13.12.2018 18:32:58 | 28,800 | 059216ecf6dd8c962c3199282002edf55a255f64 | test(journeys): moved space filter test to run after recents for the smoke test and added a wait until around click test | [
{
"change_type": "MODIFY",
"diff": "@@ -8,13 +8,15 @@ import {elements} from '../../../lib/test-helpers/recents-widget';\ndescribe('Widget Recents with Space Filter Input Box', () => {\nconst browserLocal = browser.select('browserLocal');\n- const TIMEOUT = 10000;\n+ const TIMEOUT = 12000;\nconst SPACE1 = '... | JavaScript | MIT License | webex/react-widgets | test(journeys): moved space filter test to run after recents for the smoke test and added a wait until around click test | 1 | test | journeys |
730,412 | 13.12.2018 22:06:35 | 0 | 3c37c93b12552ca2f3112f635c8e954e27ae4e9c | chore(release): 0.1.390 | [
{
"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.390\"></a>\n+## [0.1.390](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.390 | 1 | chore | release |
531,793 | 13.12.2018 22:33:10 | 0 | 3840abaa8c2b2dd434477f99a272048a166b5469 | chore(project): migrate from dep to Go modules | [
{
"change_type": "MODIFY",
"diff": "defaults_go: &DEFAULTS_GO\nlanguage: go\ngo: \"1.11.4\"\n- cache:\n- directories:\n- - vendor\ndefaults_js: &DEFAULTS_JS\nlanguage: node_js\n@@ -77,13 +74,16 @@ jobs:\n# requires running webpack, so we need nodejs here\n- nvm install $(< .nvmrc)\nscript:\n+ - export GO111... | TypeScript | Apache License 2.0 | prymitive/karma | chore(project): migrate from dep to Go modules | 1 | chore | project |
730,412 | 14.12.2018 01:44:14 | 0 | 1ca51fb48c7c86e226e12962cd0dcd63fcd1dab3 | chore(release): 0.1.391 | [
{
"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.391\"></a>\n+## [0.1.391](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.391 | 1 | chore | release |
730,412 | 14.12.2018 03:02:36 | 0 | 2d0f092de7a6338834f793c96df9aed708a4a2d9 | chore(release): 0.1.392 | [
{
"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.392\"></a>\n+## [0.1.392](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.392 | 1 | chore | release |
217,922 | 14.12.2018 07:44:39 | -3,600 | be7d1872c5280418f3f9df312b171e030cc3badd | fix: fixed an issue with free company id being null by default now | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ export class AuthFacade {\nfavorites$ = this.user$.pipe(map(user => user.favorites));\nfcId$ = this.store.select(authQuery.getMainCharacter).pipe(\nmap((character) => {\n- if (character === null || character.FreeCompanyId === undefined) {\n+ if (characte... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with free company id being null by default now | 1 | fix | null |
730,438 | 14.12.2018 10:51:02 | 28,800 | de4d8209af8aca36f89e559b7407ecdd473aaf5d | test(journeys): added a check for visibility on an element before getting its text value and increase timeout value for space filter tests | [
{
"change_type": "MODIFY",
"diff": "@@ -236,7 +236,9 @@ describe('Smoke Tests - Recents Widget', () => {\n// Remove user from room\nclearEventLog(browserLocal);\nwaitForPromise(lorraine.spark.internal.conversation.leave(kickedConversation, marty));\n- browserLocal.waitUntil(() => browserLocal.getText(`${ele... | JavaScript | MIT License | webex/react-widgets | test(journeys): added a check for visibility on an element before getting its text value and increase timeout value for space filter tests | 1 | test | journeys |
71,663 | 14.12.2018 11:47:43 | 28,800 | d648b58aaeff8c0e18f5f387affa21a22a09b1eb | feat(cdk): add the CodeDeployLambdaAlias Update Policy.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -124,6 +124,12 @@ export interface UpdatePolicy {\n*/\nautoScalingScheduledAction?: AutoScalingScheduledAction;\n+ /**\n+ * To perform an AWS CodeDeploy deployment when the version changes on an AWS::Lambda::Alias resource,\n+ * use the CodeDeployLambdaAliasUpdate upda... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cdk): add the CodeDeployLambdaAlias Update Policy. (#1346)
Fixes #1177. | 1 | feat | cdk |
71,663 | 14.12.2018 11:48:35 | 28,800 | 9cebf0d474007d8cd2b313a8a39920e022377954 | feat(aws-codebuild): change the API of GitHub and BitBucket Sources.
BREAKING CHANGE: this changes the API of CodeBuild's GitHub and BitBucket Sources
to take an owner/repo pair instead of an entire cloneUrl,
to make it consistent with the GitHubSourceAction in the CodePipeline package.
Also adds handling the reportBuildStatus and insecureSsl Source properties. | [
{
"change_type": "MODIFY",
"diff": "@@ -151,14 +151,32 @@ export class CodePipelineSource extends BuildSource {\n*/\nexport interface GitHubSourceProps extends BuildSourceProps {\n/**\n- * The git url to clone for this code build project.\n+ * The GitHub account/user that owns the repo.\n+ *\n+ * @example '... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-codebuild): change the API of GitHub and BitBucket Sources. (#1345)
BREAKING CHANGE: this changes the API of CodeBuild's GitHub and BitBucket Sources
to take an owner/repo pair instead of an entire cloneUrl,
to make it consistent with the GitHubSourceAction in the CodePipeline package.
Also adds handling the reportBuildStatus and insecureSsl Source properties. | 1 | feat | aws-codebuild |
815,590 | 14.12.2018 12:24:00 | -28,800 | 6790087e991bcfbd2ca6dc653fad6a2220dced57 | refactor: rename outgoing/incoming -> outbound/inbound | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ mod network;\nmod network_config;\nmod network_group;\nmod network_service;\n-mod outgoing_service;\n+mod outbound_peer_service;\nmod peer_store;\nmod peers_registry;\nmod ping_service;\n@@ -58,27 +58,27 @@ pub struct Config {\npub non_reserved_mode: Opt... | Rust | MIT License | nervosnetwork/ckb | refactor: rename outgoing/incoming -> outbound/inbound | 1 | refactor | null |
217,922 | 14.12.2018 14:19:27 | -3,600 | ce64f68ebef4b55a6f52be5834465231747d2fcd | style: preparations for the theming system | [
{
"change_type": "MODIFY",
"diff": "}\n],\n\"styles\": [\n- \"apps/client/src/styles.less\"\n+ \"apps/client/src/styles.less\",\n+ \"apps/client/src/theme.less\"\n],\n\"scripts\": []\n},\n",
"new_path": "angular.json",
"old_path": "angular.json"
},
{
"change_type": "MODIFY",
"diff": "-@i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: preparations for the theming system
#575 | 1 | style | null |
730,413 | 14.12.2018 15:05:39 | 28,800 | 1bdee21269be60d7ccdeb09a5bcb418120899727 | chore(jenkinsfile): remove pinned firefox version | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ ansiColor('xterm') {\nexport BUILD_NUMBER=\"pipeline-build-$BUILD_NUMBER\"\nset -m\n(\n- (CISCOSPARK_CLIENT_ID=C873b64d70536ed26df6d5f81e01dafccbd0a0af2e25323f7f69c7fe46a7be340 SAUCE=true PORT=4569 SAUCE_CONNECT_PORT=5006 BROWSER=firefox VERSION=60 npm... | JavaScript | MIT License | webex/react-widgets | chore(jenkinsfile): remove pinned firefox version | 1 | chore | jenkinsfile |
730,438 | 14.12.2018 15:39:24 | 28,800 | 687f9e7ea7efaad74396e0336bfddee294d15032 | test(journeys): added a click event after each test; commented out asserts of toPersonId and toPersonEmail on an event because they randomly do not show | [
{
"change_type": "MODIFY",
"diff": "@@ -125,6 +125,9 @@ describe('Widget Recents with Space Filter Input Box: Data API', () => {\n/* eslint-disable-next-line func-names */\nafterEach(function () {\n+ if (browserLocal.element(elements.clearButton).isExisting()) {\n+ browserLocal.click(elements.clearButton);\... | JavaScript | MIT License | webex/react-widgets | test(journeys): added a click event after each test; commented out asserts of toPersonId and toPersonEmail on an event because they randomly do not show | 1 | test | journeys |
71,101 | 14.12.2018 15:41:02 | -3,600 | ef77b02896e6a8f5205804b8d8630396008783ae | chore: Simplify parsing CLI arguments to Settings | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ import { AppStacks, listStackNames } from '../lib/api/cxapp/stacks';\nimport { printSecurityDiff, printStackDiff, RequireApproval } from '../lib/diff';\nimport { availableInitLanguages, cliInit, printAvailableTemplates } from '../lib/init';\nimport { int... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Simplify parsing CLI arguments to Settings (#1301) | 1 | chore | null |
730,413 | 14.12.2018 15:57:46 | 28,800 | 41117c86cf532783df5c78205908a56d2e649890 | chore(tooling): increase heap size for publish command | [
{
"change_type": "MODIFY",
"diff": "\"start:package\": \"echo 'Deprecated. Please use npm run serve:package'; npm run serve package\",\n\"start:samples\": \"echo 'Deprecated. Please use npm run serve:samples'; npm run serve samples\",\n\"publish\": \"cross-env-shell NODE_ENV='' ./scripts/publish/index.js\",... | JavaScript | MIT License | webex/react-widgets | chore(tooling): increase heap size for publish command | 1 | chore | tooling |
730,413 | 14.12.2018 16:35:32 | 28,800 | 1649cbe407505cd7b55820df0b46ecdab4cbda03 | chore(tooling): increase heap size for build commands | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"The Cisco Spark for React library allows developers to easily incorporate Spark functionality into an application.\",\n\"scripts\": {\n\"build\": \"./scripts/build/index.js\",\n- \"build:all\": \"cross-env NODE_ENV=${NODE_ENV:-production} npm run build ... | JavaScript | MIT License | webex/react-widgets | chore(tooling): increase heap size for build commands | 1 | chore | tooling |
815,582 | 14.12.2018 16:42:08 | -32,400 | f4682b633b0f532405914587c6c74aa2d983984d | refactor: replace from/to u64 type in favor of BlockNumber | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ build_rpc_trait! {\n// curl -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\":\"get_cells_by_type_hash\",\"params\": [\"0x1b1c832d02fdb4339f9868c8a8636c3d9dd10bd53ac7ce99595825bd6beeffb3\", 1, 10]}' -H 'content-type:application/json' 'http://localhost:811... | Rust | MIT License | nervosnetwork/ckb | refactor: replace from/to u64 type in favor of BlockNumber | 1 | refactor | null |
679,913 | 14.12.2018 17:09:19 | 0 | b86737a64addd95c95450afd2cef4a9711530b36 | feat(examples): update xml-converter cli arg handling (var name) | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ program\n.usage(\"[options] <file>\")\n.option(\"-t, --tags <items>\", \"remove tags from tree\", utils.asSet)\n.option(\"-a, --attribs <items>\", \"remove attribs from tree\", utils.asSet)\n- .option(\"-v, --var <name>\", \"generate TS export var decl\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update xml-converter cli arg handling (var name) | 1 | feat | examples |
679,913 | 14.12.2018 17:23:36 | 0 | da441c1881ff9a4dbdf621622d4ba52f5b7fabad | feat(hdom-components): merge button & button group attribs | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api/api\";\nimport { ButtonArgs, Button } from \"./button\";\n+import { mergeAttribs } from \"./utils/merge-attribs\";\n/**\n* Button group component config options.\n@@ -52,7 +53,8 @@ export interface ButtonGroupItem extends Array<any>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-components): merge button & button group attribs | 1 | feat | hdom-components |
679,913 | 14.12.2018 17:27:05 | 0 | d734b5703361e17c33ebe6781289fcac50312fcd | docs: update package list (main readme) | [
{
"change_type": "MODIFY",
"diff": "@@ -95,12 +95,13 @@ packages) in the [examples](./examples) directory.\n### Frontend / UI\n| Project | Version | Changelog | Description |\n-|---------------------------------------------------------|------------------------------------------------------------------------... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update package list (main readme) | 1 | docs | null |
730,413 | 14.12.2018 17:35:26 | 28,800 | 9b8d8536d9f54647fe322fd1f5e7248bb786babe | chore(tooling): increase heap size for build widgets command | [
{
"change_type": "MODIFY",
"diff": "\"build:package\": \"cross-env NODE_ENV=${NODE_ENV:-production} NODE_OPTIONS=--max-old-space-size=2048 npm run build dist\",\n\"build:components\": \"npm run build components\",\n\"build:packagejson\": \"npm run build package.json\",\n- \"build:widgets\": \"cross-env NODE... | JavaScript | MIT License | webex/react-widgets | chore(tooling): increase heap size for build widgets command | 1 | chore | tooling |
679,913 | 14.12.2018 17:36:53 | 0 | dae12057840ef3afe142a96a195af7a5e3805d3d | minor(hiccup-carbon-icons): fix repo link | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ fs.writeFileSync(\n[\"p.measure.lh-copy\",\n\"This document lists all icons provided by the \",\n[\"a.link.b.black.hover-blue\",\n- { href: \"https://github.com/thi-ng/umbrella/tree/master/hiccup-carbon-icons\" },\n+ { href: \"https://github.com/thi-ng/u... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(hiccup-carbon-icons): fix repo link | 1 | minor | hiccup-carbon-icons |
217,922 | 14.12.2018 17:41:38 | -3,600 | 9421572bbb5b29b2b3d5f59755490c443606624e | chore: WIP for theming system | [
{
"change_type": "MODIFY",
"diff": "<nz-option *ngFor=\"let locale of availableLanguages\" [nzLabel]=\"locale | uppercase\"\n[nzValue]=\"locale\"></nz-option>\n</nz-select>\n- <ul nz-menu [nzMode]=\"'horizontal'\" [nzTheme]=\"'dark'\" class=\"right-menu\">\n+ <ul nz-menu [nzMode]=\"'horizontal'\" [nzTheme]=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP for theming system | 1 | chore | null |
217,922 | 14.12.2018 18:01:05 | -3,600 | 57ba493f03682a538dbd3413e15a773aae5b17b1 | fix: fixed an issue with the new theming system | [
{
"change_type": "MODIFY",
"diff": "export class Theme {\n- public static readonly DEFAULT = new Theme('DEFAULT', '', true);\n+ public static readonly DEFAULT = new Theme('DEFAULT', 'default', true);\npublic static readonly LIGHT_BLUE = new Theme('LIGHT_BLUE', 'light-blue', false);\n",
"new_path": "apps... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with the new theming system | 1 | fix | null |
531,793 | 14.12.2018 18:14:53 | 0 | d0c80ebad09f19cdbdf46c3d07961f3debfc6715 | chore(deps): install go-bindata from new repo
Old repo is archived | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ endif\n.build/deps-build-go.ok:\n@mkdir -p .build\ngo get -u github.com/golang/dep/cmd/dep\n- go get -u github.com/jteeuwen/go-bindata/...\n+ go get -u github.com/go-bindata/go-bindata/...\ngo get -u github.com/elazarl/go-bindata-assetfs/...\ntouch $@\n"... | TypeScript | Apache License 2.0 | prymitive/karma | chore(deps): install go-bindata from new repo
Old repo is archived | 1 | chore | deps |
217,922 | 14.12.2018 19:10:17 | -3,600 | 00f3f782c222f40cbf9e62d8463e1f55b2eef9b7 | feat: theming system is now properly connected in settings | [
{
"change_type": "MODIFY",
"diff": "<nz-option *ngFor=\"let locale of availableLanguages\" [nzLabel]=\"locale | uppercase\"\n[nzValue]=\"locale\"></nz-option>\n</nz-select>\n- <ul nz-menu [nzMode]=\"'horizontal'\" [nzTheme]=\"settings.theme.isDark?'dark':null\" class=\"right-menu\">\n+ <ul nz-menu [nzMode]=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: theming system is now properly connected in settings | 1 | feat | null |
679,913 | 14.12.2018 21:29:10 | 0 | 3b3e5032483c08eb89c775fcdf63f6689c743f5b | fix(pointfree-lang): update parser stubs (TS3.2.x) | [
{
"change_type": "MODIFY",
"diff": "//\n// Stubs for auto-generated parser module (using pegjs 0.10.+)\n// To rebuild the parser run either: `yarn build` or `yarn peg`\n-export function SyntaxError(message: string, expected: string, found: any, loc: any) {\n- message; expected; found; loc;\n+export class Sy... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pointfree-lang): update parser stubs (TS3.2.x) | 1 | fix | pointfree-lang |
217,922 | 14.12.2018 21:42:38 | -3,600 | 4173f793862ca07b926aa1ca75fc9d5de14694de | feat: collectable threshold inside simulator | [
{
"change_type": "MODIFY",
"diff": "-<app-simulator *ngIf=\"recipe$ | async as recipe; else loading\" [recipe]=\"recipe\" [item]=\"item$ | async\"></app-simulator>\n+<app-simulator *ngIf=\"recipe$ | async as recipe; else loading\" [recipe]=\"recipe\" [item]=\"item$ | async\"\n+ [thresholds]=\"thresholds$ | ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: collectable threshold inside simulator
#654 | 1 | feat | null |
217,922 | 14.12.2018 22:08:55 | -3,600 | 2cfa597e5bd7efcba668e98701546ebc593814b1 | style: proper layout for simulator on mobile display | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"column\" fxLayoutGap=\"10px\" *ngIf=\"result$ | async as resultData\">\n<nz-card>\n- <div class=\"card-header\" fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\n+ <div class=\"card-header\" fxLayout=\"row\" fxLayout.lt-sm=\"column\" fxLayoutAlign=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: proper layout for simulator on mobile display | 1 | style | null |
217,922 | 14.12.2018 22:23:28 | -3,600 | fa4986e05713518d1e3a1dbee1806c2453e7ac85 | feat: added a button to copy a whole list as text for chats integration | [
{
"change_type": "MODIFY",
"diff": "[nzTitle]=\"'LIST.Add_all_alarms' | translate\" (click)=\"createAlarms(list)\">\n<i nz-icon type=\"clock-circle-o\"></i>\n</button>\n+ <button nz-button nzShape=\"circle\" nzSize=\"small\" nz-tooltip\n+ *ngIf=\"display$ | async as listDisplay\"\n+ [nzTitle]=\"'LIST.Copy_l... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added a button to copy a whole list as text for chats integration
#654 | 1 | feat | null |
730,412 | 14.12.2018 23:14:49 | 0 | eb3ba101a0415a346c72684bbe4aa4298c504a59 | chore(release): 0.1.393 | [
{
"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.393\"></a>\n+## [0.1.393](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.393 | 1 | chore | release |
730,412 | 15.12.2018 01:15:25 | 0 | 999be1ea4a9fd25e76a6403b8aaad0c7611ad92e | chore(release): 0.1.394 | [
{
"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.394\"></a>\n+## [0.1.394](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.394 | 1 | chore | release |
730,412 | 15.12.2018 01:40:49 | 0 | 0b12afb28ff8bd29fef8028a7fe33f3d680db45f | chore(release): 0.1.395 | [
{
"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.395\"></a>\n+## [0.1.395](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.395 | 1 | chore | release |
730,412 | 15.12.2018 05:58:26 | 0 | da40339f6054301513be8c884d9a34b6adbcbaac | chore(release): 0.1.396 | [
{
"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.396\"></a>\n+## [0.1.396](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.396 | 1 | chore | release |
531,793 | 15.12.2018 10:12:03 | 0 | 53b1e1ad9f4d178f29c65201d6400dfd0a9389cd | build(deps): update nodejs to 10.14.2 | [
{
"change_type": "MODIFY",
"diff": "-FROM node:10.14.1-alpine as nodejs-builder\n+FROM node:10.14.2-alpine as nodejs-builder\nRUN apk add --update make git\nCOPY . /karma\nRUN make -C /karma ui\n",
"new_path": "Dockerfile",
"old_path": "Dockerfile"
},
{
"change_type": "MODIFY",
"diff": "... | TypeScript | Apache License 2.0 | prymitive/karma | build(deps): update nodejs to 10.14.2 | 1 | build | deps |
679,913 | 15.12.2018 14:18:03 | 0 | aac8b6f6288de024f8ecea6315f51c1696d0e3d1 | feat(hiccup-css): add animation(), add test & update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ This project is part of the\n- [Auto-prefixed properties](#auto-prefixed-properties)\n- [Media queries](#media-queries)\n- [Keyframes](#keyframes)\n+ - [Animations](#animations)\n- [DOM stylesheet injection](#dom-stylesheet-injection)\n- [General functio... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-css): add animation(), add test & update readme | 1 | feat | hiccup-css |
217,922 | 15.12.2018 15:13:17 | -3,600 | 1be042a5b6599679dab1ad25d79e20775449f1ac | feat: list import from ariyala and CaaS | [
{
"change_type": "MODIFY",
"diff": "import { ExternalListLinkParser } from './external-list-link-parser';\nimport { Observable } from 'rxjs/Observable';\n-import { ExternalListData } from './external-list-data';\nimport { HttpClient } from '@angular/common/http';\nimport { map } from 'rxjs/operators';\nimpo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: list import from ariyala and CaaS | 1 | feat | null |
217,922 | 15.12.2018 16:08:09 | -3,600 | e2dd45b50ca5e9b885d41cb1fa2ec31912d86ff9 | feat: updated folklores for fishing | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,8 @@ export class AlarmsFacade {\n}\npublic createDisplayArray(alarms: Alarm[], date: Date): AlarmDisplay[] {\n- return this.sortAlarmDisplays(alarms.map(alarm => {\n+ return this.sortAlarmDisplays(alarms.filter(alarm => alarm.spawns !== undefined)\n+ .map(... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: updated folklores for fishing | 1 | feat | null |
217,922 | 15.12.2018 17:01:43 | -3,600 | b674f6932533bd6a4b651b0a5c8379c425025597 | fix: fixed aetheryte name not showing in alarms page | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,9 @@ export class AlarmBellService {\n.pipe(\nmap(([date, alarms, groups]) => {\nreturn alarms.filter(alarm => {\n+ if (alarm.spawns === undefined) {\n+ return false;\n+ }\nconst alarmGroup = groups.find(group => {\nreturn alarm.groupId === group.$key;\n});\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed aetheryte name not showing in alarms page | 1 | fix | null |
679,913 | 15.12.2018 17:20:17 | 0 | a3290b08e4d699620fae47faa362f7c26d0c809a | build: update deps in make-* scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,8 @@ cat << EOF > $MODULE/package.json\n},\n\"devDependencies\": {\n\"parcel-bundler\": \"^1.10.3\",\n- \"terser\": \"^3.10.1\",\n- \"typescript\": \"^3.1.3\"\n+ \"terser\": \"^3.11.0\",\n+ \"typescript\": \"^3.2.2\"\n},\n\"dependencies\": {\n\"@thi.ng/api\":... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update deps in make-* scripts | 1 | build | null |
273,682 | 15.12.2018 18:25:56 | 25,200 | 0ee527323cc9375505838f73674bd94ed790dda8 | fix(g-link): customizable active classes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,9 @@ export default {\nprops: {\nto: { type: [Object, String] },\n- page: { type: Number }\n+ page: { type: Number },\n+ activeClass: { type: String, default: 'active' },\n+ exactActiveClass: { type: String, default: 'active--exact' }\n},\nrender: (h, { data,... | JavaScript | MIT License | gridsome/gridsome | fix(g-link): customizable active classes (#65) | 1 | fix | g-link |
273,683 | 16.12.2018 01:57:09 | -3,600 | a05bb5a3da08b1ce42a1354dfb39c618332a86db | fix(store): dont process null value as an object | [
{
"change_type": "MODIFY",
"diff": "+__fixtures__\nnode_modules\nprojects\ndist\n",
"new_path": ".eslintignore",
"old_path": ".eslintignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -122,6 +122,35 @@ test('remove node', () => {\nemit.mockRestore()\n})\n+test('add nodes with custom field... | JavaScript | MIT License | gridsome/gridsome | fix(store): dont process null value as an object | 1 | fix | store |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.