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
185,970
16.11.2021 08:39:56
-28,800
88d3471be2fd9232d33c6e400a47e9eb4ef46777
fix(show-me/crashreporter): refactor to use current Electron security defaults
[ { "change_type": "MODIFY", "diff": "</head>\n<body>\n<h1>CrashReporter Demo</h1>\n- <script>\n- require('./renderer.js')\n- </script>\n</body>\n</html>\n\\ No newline at end of file\n", "new_path": "static/show-me/crashreporter/index.html", "old_path": "static/show-me/crashreporter/index.html" }, ...
TypeScript
MIT License
electron/fiddle
fix(show-me/crashreporter): refactor to use current Electron security defaults (#899) Co-authored-by: Timothy Lim <tim.lim@intercom.io>
1
fix
show-me/crashreporter
276,939
16.11.2021 09:21:12
10,800
a3296a7c45ed2c1fced8b57d39f6dd982dd11193
revert(doc-pkg): sync changelog with master one during a rebase conflict the package changelog got out of sync with master's one, this fixes it
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n- **doc-native:** add peer dependencies section ([6b3449f](https://github.com/Gympass/yoga/commit/6b3449f2b23dd6eeec726fc002e2cab88c9e5e93))\n+**Note:** Version bump only ...
JavaScript
MIT License
gympass/yoga
revert(doc-pkg): sync changelog with master one during a rebase conflict the package changelog got out of sync with master's one, this fixes it
1
revert
doc-pkg
276,939
16.11.2021 09:48:25
10,800
09aa56b6ca88caf81c5e327120ff4b9296ebc3c7
fix(prettier): make it ignore CHANGELOG files
[ { "change_type": "ADD", "diff": "+**/CHANGELOG.md\n", "new_path": ".prettierignore", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -7,403 +7,731 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n**Note:** Version bump only for package @gymp...
JavaScript
MIT License
gympass/yoga
fix(prettier): make it ignore CHANGELOG files
1
fix
prettier
494,320
16.11.2021 09:49:09
-3,600
7afb731c15ebbd6bab54a133f2e80e938dd937d4
docs: totp unlink image in 2fa docs
[ { "change_type": "MODIFY", "diff": "@@ -269,7 +269,7 @@ To complete the process, the Ory Session must be\n[privileged](../concepts/session.mdx#privileged-session). Once set up, the\nend-user can unlink the TOTP device if e.g. it is lost:\n-![Google Authenticator App](../images/totp/1.png)\n+![Google Authent...
Go
Apache License 2.0
ory/kratos
docs: totp unlink image in 2fa docs (#1957)
1
docs
null
667,676
16.11.2021 09:49:16
-28,800
4321c4e191718f4f0a6316c8a31356937b938e32
feat(core): add v8 init param
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,8 @@ jlong InitInstance(JNIEnv* j_env,\njboolean j_bridge_param_json,\njboolean j_is_dev_module,\njobject j_callback,\n- jlong j_group_id);\n+ jlong j_group_id,\n+ jobject j_vm_init_param);\nvoid DestroyInstance(JNIEnv* j_env,\njobject j_object,\n", "new_...
C++
Apache License 2.0
tencent/hippy
feat(core): add v8 init param
1
feat
core
942,581
16.11.2021 09:52:11
25,200
abaf647f7016f97fafe474f119453fbceb46b8da
chore: Fix major release
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ jobs:\n## Capture the previous tag and store it for later use\n- name: Get previous tag\nid: previous-tag\n- run: echo \"::set-output name=tag::$(node -p 'require(\"./lerna.json\").version')\"\n+ run: echo \"::set-output name=tag::5.2.1\"\n## `github.ref...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Fix major release
1
chore
null
942,581
16.11.2021 09:54:10
25,200
9d47fb926edef4e6add2070a624c363822138562
chore: Fix support release
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ jobs:\n## Capture the previous tag and store it for later use\n- name: Get previous tag\nid: previous-tag\n- run: echo \"::set-output name=tag::5.2.1\"\n+ run: echo \"::set-output name=tag::5.2.12\"\n## `github.ref` is in the form of `refs/head/{name}`. ...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Fix support release
1
chore
null
802,870
16.11.2021 09:58:35
14,400
2f1226fe261b18bb7950b408ff1e9d4d44d74363
feat: add new menu icons
[ { "change_type": "MODIFY", "diff": "\"search\": [\n\"hourglass-top\"\n]\n+ },\n+ {\n+ \"uid\": \"c924a459c1eef3b243dbf7a17d59c235\",\n+ \"css\": \"engineering\",\n+ \"code\": 59430,\n+ \"src\": \"custom_icons\",\n+ \"selected\": true,\n+ \"svg\": {\n+ \"path\": \"M444.4 666.7C296.1 666.7 0 741.1 0 888.9V100...
TypeScript
Apache License 2.0
juntossomosmais/venice
feat: add new menu icons
1
feat
null
802,870
16.11.2021 10:23:49
14,400
54ea2ced00b43a731137f70cc6648f17814e8f64
feat: add icons svgs on assets folder.
[ { "change_type": "ADD", "diff": "+<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0ZM16 16H2V2H16V16Z\" fill=\"#333333\"/>\n+<path d=\"M8.25 4.71997...
TypeScript
Apache License 2.0
juntossomosmais/venice
feat: add icons svgs on assets folder.
1
feat
null
217,922
16.11.2021 10:26:54
-3,600
3c9d3ba057d713fabe37542d82afcb3d3fee6e46
feat(log-tracker): added level to fishing spots
[ { "change_type": "MODIFY", "diff": "@@ -301,7 +301,7 @@ export class UserInventory extends DataModel {\n}\nsetMarketBoardInfo(packet: ItemMarketBoardInfo, retainer: string): void {\n- if (this.items[this.contentId][`${retainer}:${packet.containerId}`][packet.slot]) {\n+ if (this.items[this.contentId][`${ret...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): added level to fishing spots
1
feat
log-tracker
366,946
16.11.2021 10:29:03
-32,400
ef6cbc0ef0b476177cffd78fcde2fbf49105a7a5
chore: change how to export stories of Layout
[ { "change_type": "MODIFY", "diff": "@@ -11,11 +11,7 @@ import styled, { css } from 'styled-components'\nimport { Base } from '../../Base'\nimport { RadioButton } from '../../RadioButton'\n-export default {\n- title: 'Layout',\n-}\n-\n-export const _Cluster: Story = () => {\n+export const ClusterStory: Story...
TypeScript
MIT License
kufu/smarthr-ui
chore: change how to export stories of Layout (#2057)
1
chore
null
866,394
16.11.2021 10:39:15
18,000
641c6f332ce3688854be21a335c93b16e249b972
chore(github-actions): switch ci-checks to target only `master`
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ name: ci-check\non:\npush:\n- branches: [ main ]\n+ branches: [ master ]\npull_request:\n- branches: [ main ]\n+ branches: [ master ]\nconcurrency:\ngroup: ci-check-${{ github.ref }}\n", "new_path": ".github/workflows/ci-check.yml", "old_path": ".g...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(github-actions): switch ci-checks to target only `master`
1
chore
github-actions
739,260
16.11.2021 10:47:00
-3,600
823e5594b3c62fe52a22efab2d29a33b45078f46
fix: spelling mistake on masonry
[ { "change_type": "MODIFY", "diff": "@@ -184,7 +184,7 @@ function() {\n'line_chart',\n'location',\n'male',\n- 'mansanory',\n+ 'masonry',\n'mention',\n'new_candidate',\n'offer_status',\n", "new_path": "docs/pages/components/icons-font.mdx", "old_path": "docs/pages/components/icons-font.mdx" }, { ...
TypeScript
MIT License
wttj/welcome-ui
fix: spelling mistake on masonry (#957)
1
fix
null
127,946
16.11.2021 10:49:25
-3,600
2fe98972a39908b2ee9c20355179858dba8115b8
ci: build next docs
[ { "change_type": "MODIFY", "diff": "@@ -117,6 +117,20 @@ jobs:\npaths:\n- packages/*/lib/*\n+ build_docs:\n+ <<: *default\n+ steps:\n+ - checkout\n+ - attach_workspace:\n+ at: ./\n+ - run:\n+ name: Running next build\n+ command: pnpm run next build\n+ - persist_to_workspace:\n+ root: ./\n+ paths:\n+ - packa...
TypeScript
MIT License
coingaming/moon-design
ci: build next docs (#1481)
1
ci
null
667,676
16.11.2021 10:51:24
-28,800
9511e38d8fa957f495892a1fc7767b011dbff671
fix(core): fix turbo runtime
[ { "change_type": "MODIFY", "diff": "@@ -70,9 +70,8 @@ std::shared_ptr<JavaRef> QueryTurboModuleImpl(std::shared_ptr<Runtime> &runtime,\nvoid GetTurboModule(const v8::FunctionCallbackInfo<v8::Value> &info) {\nTDF_BASE_DLOG(INFO) << \"[turbo-perf] enter getTurboModule\";\nauto data = info.Data().As<v8::Extern...
C++
Apache License 2.0
tencent/hippy
fix(core): fix turbo runtime
1
fix
core
866,394
16.11.2021 10:53:30
18,000
81610f9bbb517aea83fc6e18bc85e989bc04962b
chore(puppeteer): remove puppeteer from the project ### Related Ticket(s) No related issue ### Description Because we are no longer using puppeteer, this PR will remove from all dependencies. ### Changelog **Removed** puppeteer and related libraries
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@percy-puppeteer-1.1.0.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@percy-puppeteer-1.1.0.tgz", "old_path": ".yarn/offline-mirror/@percy-puppeteer-1.1.0.tgz" }, { "change_type": "DELETE", "diff": "...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(puppeteer): remove puppeteer from the project (#7666) ### Related Ticket(s) No related issue ### Description Because we are no longer using puppeteer, this PR will remove from all dependencies. ### Changelog **Removed** - puppeteer and related libraries
1
chore
puppeteer
386,581
16.11.2021 11:03:23
-7,200
a1f72e1087f1cec4f2313b96ec727457c5e97e6d
fix: Remove auth dependencies from api
[ { "change_type": "MODIFY", "diff": "@@ -5145,10 +5145,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/cli\", \"virtual:4a7337632ff6e9ee5a1c45a62a9ff4cc325a9367b21424babda93e269fe01b671e885bc41bdeebafb83c81f2a8eebbf0102043354a4e58905f61c8c3387cda1e#npm:0.1.51\"],\n[\"@swc/core\", \"npm:...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Remove auth dependencies from api
1
fix
null
902,122
16.11.2021 11:10:14
-3,600
a8c22e3d671cca70a682e5cdb4b239e0b46a393c
chore(release): v9.3.0-beta.5
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.5](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.4...v9.3.0-beta.5) (2021-11-16)\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.0-beta.5
1
chore
release
802,870
16.11.2021 11:14:31
14,400
dc6e71a121eac94a9c12ccf04b0c43d8bcf6244c
feat: add build circle icon
[ { "change_type": "ADD", "diff": "+<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16....
TypeScript
Apache License 2.0
juntossomosmais/venice
feat: add build circle icon
1
feat
null
667,713
16.11.2021 11:40:10
-28,800
ad804940d3eca5c33f5306b291f2360ec3684413
feat(android): add v8 init param
[ { "change_type": "MODIFY", "diff": "@@ -95,6 +95,7 @@ public abstract class HippyEngineManagerImpl extends HippyEngineManager implemen\nfinal TimeMonitor mStartTimeMonitor;\nboolean mHasReportEngineLoadResult = false;\nprivate final HippyThirdPartyAdapter mThirdPartyAdapter;\n+ private final V8InitParams v8...
C++
Apache License 2.0
tencent/hippy
feat(android): add v8 init param (cherry picked from commit 592e9cb35fd272fc4148f3494ad6927f92f3d9d0)
1
feat
android
277,287
16.11.2021 11:50:02
-3,600
8632adfbb2d30446696748e913e96b8cfd1f4df0
feat: Postcard card
[ { "change_type": "ADD", "diff": "+# Postcard\n+# Create a postcard displaying persona, image, caption and optional buttons.\n+# ---\n+from h2o_wave import site, ui\n+\n+page = site['/demo']\n+\n+image = 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&h=750&w=1260'\n+page['exa...
Python
Apache License 2.0
h2oai/wave
feat: Postcard card #1069 (#1128)
1
feat
null
401,106
16.11.2021 11:50:48
-19,080
c5e2b9f6eaa3e23a9c9f0d4be9ae6a7fac6228c5
refactor: remove react imports from loaders package affects:
[ { "change_type": "MODIFY", "diff": "-import React from 'react';\n+import { Children, FC, memo } from 'react';\nimport * as Styled from './LoaderContainer.styled';\n-export const LoaderContainer: React.FC = React.memo(props => {\n+export const LoaderContainer: FC = memo(props => {\nreturn (\n<Styled.List>\n-...
TypeScript
MIT License
medly/medly-components
refactor: remove react imports from loaders package (#517) affects: @medly-components/loaders Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
688,446
16.11.2021 11:51:23
-3,600
dedc905704f93a3a2f3f024c850f5db55599fdcb
feat(icon): add support icon
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+Add Support icon\n", "new_path": ".changeset/olive-turtles-wash.md", "old_path": null }, { "change_type": "ADD", "diff": "+import React, { forwardRef, Ref } from 'react'\n+import cx from 'classnames'\n+import { m...
TypeScript
MIT License
toptal/picasso
feat(icon): add support icon (#2235)
1
feat
icon
185,952
16.11.2021 12:05:25
28,800
ebb0d5147dbc282a4c2117f0dcaa134177b5c6f8
fix(show-me): update clipboard and shell demos with preload
[ { "change_type": "MODIFY", "diff": "<button id=\"paste\">Paste into TextArea</button>\n<br />\n<textarea></textarea>\n- <script>\n- require('./renderer.js')\n- </script>\n</body>\n</html>\n", "new_path": "static/show-me/clipboard/index.html", "old_path": "static/show-me/clipboard/index.html" }, ...
TypeScript
MIT License
electron/fiddle
fix(show-me): update clipboard and shell demos with preload (#903) Co-authored-by: Deepak Sreekumar <deepakstark@gmail.com> Co-authored-by: DEEPAK S <deepak.s@safe.security>
1
fix
show-me
276,993
16.11.2021 12:05:53
10,800
30a6d8113ccafa9cc9dff2a1ff8afb6a94c92489
refactor(BottomSheet): delete z-index
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ const StyledBottomSheet = styled(Dialog)`\n},\n}) => `\nalign-items: end;\n- z-index: 10;\n${StyledDialog} {\npadding: ${bottomsheet.padding.top}px ${bottomsheet.padding.right}px ${bottomsheet.padding.bottom}px ${bottomsheet.padding.left}px;\n", "new...
JavaScript
MIT License
gympass/yoga
refactor(BottomSheet): delete z-index
1
refactor
BottomSheet
127,946
16.11.2021 12:11:41
-3,600
89133740c0c125fae3f6e627237a708164f81811
fix: remove Dialog internal padding
[ { "change_type": "MODIFY", "diff": "@@ -19,13 +19,13 @@ const DialogContent: React.FC<any> = styled(ReachDialogContent)\n})\n.attrs({\n'aria-labelledby': 'Dialog content',\n- })<DialogMaxWidth & DialogPosition>(({ theme: { space } }) => [\n+ })<DialogMaxWidth & DialogPosition>(() => [\n{\nbackground: 'trans...
TypeScript
MIT License
coingaming/moon-design
fix: remove Dialog internal padding
1
fix
null
815,778
16.11.2021 12:22:26
18,000
735fcc3c9ea560936421c53dbbab00ceff6c45bc
feat: add more default scss variables for better flexibility
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,11 @@ $ng-select-value-padding-left: 10px !default;\n$ng-select-value-font-size: 0.9em !default;\n$ng-select-value-text: $ng-select-primary-text !default;\n+$ng-select-dropdown-bg: $ng-select-bg !default;\n+$ng-select-dropdown-border: $ng-select-border !defau...
TypeScript
MIT License
ng-select/ng-select
feat: add more default scss variables for better flexibility
1
feat
null
699,187
16.11.2021 12:23:27
28,800
1b77d45b598b5924893e26a770798a1e1df73f2e
fix: pass badge ref to focusable wrapper
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/badge': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Export the BadgeProps type and correctly pass the ref to the wrapper element when the Badge is focusable.\n", "new_path": ".changeset/perfect-countries-speak.md", "old_path": null }, { ...
TypeScript
MIT License
twilio-labs/paste
fix: pass badge ref to focusable wrapper (#2029) Co-authored-by: Si Taggart <me@simontaggart.com> Co-authored-by: Shadi <TheSisb@users.noreply.github.com>
1
fix
null
306,309
16.11.2021 12:23:30
-10,800
e6cc5a0fd2c48c3d35f5cc55268cd13e68d19d64
chore: add codefresh env
[ { "change_type": "MODIFY", "diff": "@@ -166,6 +166,8 @@ func ciPlatform() string {\nreturn \"env0\"\n} else if IsEnvPresent(\"SCALR_RUN_ID\") {\nreturn \"scalr\"\n+ } else if IsEnvPresent(\"CF_BUILD_ID\") {\n+ return \"codefresh\"\n} else {\nenvKeys := os.Environ()\nsort.Strings(envKeys)\n", "new_path":...
Go
Apache License 2.0
infracost/infracost
chore: add codefresh env
1
chore
null
401,106
16.11.2021 12:30:35
-19,080
a660e6d6890078189c781359715d07c289198cf4
refactor: remove react imports from utils package affects:
[ { "change_type": "MODIFY", "diff": "import { render } from '@test-utils';\n-import React from 'react';\nimport InjectClassName from './InjectClassName';\ndescribe('InjectClassName component', () => {\n", "new_path": "packages/utils/src/components/InjectClassName/InjectClassName.test.tsx", "old_path"...
TypeScript
MIT License
medly/medly-components
refactor: remove react imports from utils package (#522) affects: @medly-components/utils Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
refactor
null
401,147
16.11.2021 12:31:13
-19,080
8fa5715a83ed278367e65ae6794de81a26566414
refactor: updateNestedValue function to accept any type affects:
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ describe('updateNestedValue', () => {\nit('should retain references to non-primitive and non-object values', () => {\nconst shared = [1, 2, 3];\nconst input = { a: { b: 0 }, shared };\n- const result = updateNestedValue(input, 'a', { b: 1 }) as any;\n+ c...
TypeScript
MIT License
medly/medly-components
refactor: updateNestedValue function to accept any type (#524) affects: @medly-components/utils
1
refactor
null
401,106
16.11.2021 12:31:31
-19,080
2157d14249d45383c6d5f81b643f5cd8c273f6b9
refactor: remove react imports from forms package affects:
[ { "change_type": "MODIFY", "diff": "import { render } from '@test-utils';\n-import React from 'react';\nimport { Actions } from './Actions';\ndescribe('Form Actions', () => {\n", "new_path": "packages/forms/src/components/Actions/Actions.test.tsx", "old_path": "packages/forms/src/components/Actions/...
TypeScript
MIT License
medly/medly-components
refactor: remove react imports from forms package (#520) affects: @medly-components/forms
1
refactor
null
401,106
16.11.2021 12:32:41
-19,080
5d16c0a9df4e975c024d3a6f66c59e9d33fc1450
refactor: remove react imports from markdown package affects:
[ { "change_type": "MODIFY", "diff": "/* eslint-disable react/display-name */\n-import React from 'react';\n+import { LegacyRef, memo } from 'react';\nimport { CodeComponent } from 'react-markdown/lib/ast-to-react';\nimport { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';\nimport tomorrow from ...
TypeScript
MIT License
medly/medly-components
refactor: remove react imports from markdown package (#521) affects: @medly-components/markdown
1
refactor
null
777,369
16.11.2021 12:36:33
25,200
0cf46177adfb03fbce69ee5b84a65d5ca7be7a7b
chore: trial log settings query param
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ const MultiSelect: React.FC<SelectFilterProps> = ({ itemName, onChange, value, .\nmode=\"multiple\"\nplaceholder={allLabel}\nshowArrow\n- style={{ width: 140 }}\n+ style={{ width: props.style?.width ?? 140 }}\nvalue={value}\nonDeselect={handleDeselect}\n...
Python
Apache License 2.0
determined-ai/determined
chore: trial log settings query param [DET-6206] (#3196)
1
chore
null
688,446
16.11.2021 13:16:11
-3,600
b2332734ba730e9c001638bee47d6ce1f3b87a22
feat(icon): add new icon
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+Add 'New' icon\n", "new_path": ".changeset/khaki-readers-behave.md", "old_path": null }, { "change_type": "ADD", "diff": "+import React, { forwardRef, Ref } from 'react'\n+import cx from 'classnames'\n+import { m...
TypeScript
MIT License
toptal/picasso
feat(icon): add new icon (#2236)
1
feat
icon
777,369
16.11.2021 13:18:18
25,200
290ab5567f5630ac9a88f202dbd0e9e9d8b8bc98
refactor: simplify api and api config imports
[ { "change_type": "MODIFY", "diff": "import * as Api from 'services/api-ts-sdk';\nimport * as Config from 'services/apiConfig';\n-import {\n- CommandIdParams, CreateExperimentParams, EmptyParams, ExperimentDetailsParams, ExperimentIdParams,\n- GetCommandsParams, GetExperimentParams, GetExperimentsParams, Get...
Python
Apache License 2.0
determined-ai/determined
refactor: simplify api and api config imports [DET-6201] (#3193)
1
refactor
null
688,524
16.11.2021 13:44:20
-3,600
8a3e59b9aa12495190b36fe629c6c93014ceee1e
chore: update jenkins_url
[ { "change_type": "MODIFY", "diff": "@@ -109,7 +109,7 @@ jobs:\nenv:\nJENKINS_JOB_NAME: ${{ env.REPOSITORY_NAME }}-docs\nwith:\n- jenkins_url: https://jenkins-build.toptal.net/\n+ jenkins_url: https://jenkins-deployment.toptal.net/\njenkins_user: ${{ env.TOPTAL_BOT_USERNAME }}\njenkins_token: ${{ env.TOPTAL_...
TypeScript
MIT License
toptal/picasso
chore: update jenkins_url (#2243)
1
chore
null
897,054
16.11.2021 13:55:54
-32,400
1ee86c81f1c58c7e564b02c113199da4ac96c01d
docs(rest-api-client): fix the link for Client Certificate Authentication.
[ { "change_type": "MODIFY", "diff": "@@ -91,14 +91,14 @@ client.record\n## Parameters for `KintoneRestAPIClient`\n| Name | Type | Required | Description |\n-| -------------------------- | :--------------------------------------------------------------: | :-------------------------: | ------------------------...
TypeScript
MIT License
kintone/js-sdk
docs(rest-api-client): fix the link for Client Certificate Authentication. (#1199)
1
docs
rest-api-client
688,445
16.11.2021 14:27:30
-10,800
34e990a3fe6d66bb204d1d468c505ebe0b8fd127
feat: Remove unique class name prefix for ssr support Add `disableClassNamePrefix` parameter for PicassoProvider to support Picasso usage in SSR
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso-provider': minor\n+---\n+\n+Add `disableClassNamePrefix` parameter for PicassoProvider to support Picasso usage in SSR\n", "new_path": ".changeset/dirty-zoos-punch.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -17...
TypeScript
MIT License
toptal/picasso
feat: [FX-2257] Remove unique class name prefix for ssr support (#2242) Add `disableClassNamePrefix` parameter for PicassoProvider to support Picasso usage in SSR
1
feat
null
160,177
16.11.2021 14:43:11
-28,800
8fb81d6e841394ef6c98409df278baa708aec55f
refactor: add midification overlay
[ { "change_type": "MODIFY", "diff": "left: 0;\nright: 0;\nbottom: 0;\n- z-index: 1;\n+ z-index: 2;\npointer-events: none;\noverflow: hidden;\n}\n.lf-tool-overlay > * {\npointer-events: all;\n}\n+/* modification-overlay */\n+\n+.modification-overlay {\n+ position: absolute;\n+ top: 0;\n+ left: 0;\n+ right: 0;...
TypeScript
Apache License 2.0
didi/logicflow
refactor: add midification overlay
1
refactor
null
386,581
16.11.2021 15:09:19
-7,200
0903094ce531f4d8ab7849deb91ab3d6b7e5fd82
fix(docs): Fix _ref resolver function example.
[ { "change_type": "MODIFY", "diff": "@@ -176,12 +176,20 @@ _ref:\nconst readFilePromise = promisify(fs.readFile);\n- async function useLocalOrSharedConfig(path, vars, context) {\n- const localFile = await readFilePromise(path.resolve(path), 'utf8');\n+ async function useLocalOrSharedConfig(refPath, vars, con...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Fix _ref resolver function example.
1
fix
docs
551,648
16.11.2021 15:31:07
-10,800
4fe9f88b857b2527c2a399a011b54b051a0a6d81
fix(cairo): fix table locked on concurrent reads and create table
[ { "change_type": "MODIFY", "diff": "@@ -1638,14 +1638,21 @@ public class SqlCompiler implements Closeable {\nfinal CreateTableModel createTableModel = (CreateTableModel) model;\nfinal ExpressionNode name = createTableModel.getName();\n+ // Fast path for CREATE TABLE IF NOT EXISTS in scenario when the table ...
Java
Apache License 2.0
questdb/questdb
fix(cairo): fix table locked on concurrent reads and create table (#1576)
1
fix
cairo
73,332
16.11.2021 15:36:01
0
bf38a08eb91e23aaffb6b156a887e2b8550a589e
chore: fix changelog heading level This causes Github publish to fail since we use heading level to find the release notes for the version.
[ { "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-### [1.44.1](https://github.com/aws/jsii/compare/v1.44.0...v1.44.1) (2021-11-16)\n+## [1.44.1](...
TypeScript
Apache License 2.0
aws/jsii
chore: fix changelog heading level (#3177) This causes Github publish to fail since we use heading level to find the release notes for the version.
1
chore
null
667,636
16.11.2021 15:37:46
-28,800
9a0797c781fa0dc1ec2ab890e4c8e346b52e4572
fix(hippy-vue): remove vue other attributes converted to number
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ require('../../global/TimerModule.js'); // setTimeout clearTimeout setInterval c\nrequire('../../global/ConsoleModule.js'); // console\nrequire('../../global/UIManagerModule.js'); // Hippy.document\nrequire('../../global/Network.js'); // Headers fetch Resp...
C++
Apache License 2.0
tencent/hippy
fix(hippy-vue): remove vue other attributes converted to number
1
fix
hippy-vue
141,551
16.11.2021 15:40:29
-39,600
21e856eaf5f9cd2843b97dbcb67a60ebd69f942f
docs: Component health page to calculate percentage done per column docs: Component health page to calculate percentage done per column
[ { "change_type": "MODIFY", "diff": ".healthTable {\nborder-spacing: 0;\nborder-radius: $border-solid-border-radius;\n- overflow: hidden;\n+ border-collapse: collapse;\n+\n+ thead {\n+ inset-block-start: 60px;\n+ }\nthead,\ntfoot {\nposition: sticky;\n}\n- thead {\n- inset-block-start: 60px;\n+ tfoot {\n+ bo...
TypeScript
MIT License
cultureamp/kaizen-design-system
docs: Component health page to calculate percentage done per column (#2276) docs: Component health page to calculate percentage done per column
1
docs
null
777,369
16.11.2021 15:47:21
25,200
f5939c4b8465220041ef1cdc94d73ce53122aa2f
style: remove text-shadow from selected antd tabs
[ { "change_type": "MODIFY", "diff": "@@ -253,6 +253,9 @@ html {\n.ant-tabs .ant-tabs-tab {\npadding-top: 0;\n}\n+ .ant-tabs .ant-tabs-tab-active > .ant-tabs-tab-btn {\n+ text-shadow: none;\n+ }\n.ant-tabs > .ant-tabs-nav {\nmargin: 0;\n}\n", "new_path": "webui/react/src/styles/antd.scss", "old_path":...
Python
Apache License 2.0
determined-ai/determined
style: remove text-shadow from selected antd tabs (#3201)
1
style
null
791,834
16.11.2021 15:48:15
21,600
5d7eee07ecb324b70da241a85ae2a0882bdebf58
report(treemap): correct percentages when 0 bytes JS
[ { "change_type": "MODIFY", "diff": "@@ -589,7 +589,8 @@ class TreemapViewer {\n];\nif (bytes !== undefined && total !== undefined) {\n- const percentStr = TreemapUtil.i18n.formatPercent(bytes / total);\n+ const percent = total === 0 ? 1 : bytes / total;\n+ const percentStr = TreemapUtil.i18n.formatPercent(p...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(treemap): correct percentages when 0 bytes JS (#13382)
1
report
treemap
777,369
16.11.2021 15:56:19
25,200
ae1d367cbcbab5f35c2c2bf17e5e8a247fed6ad6
fix: display short version in sidebar properly
[ { "change_type": "MODIFY", "diff": "@@ -92,8 +92,8 @@ const NavigationSideBar: React.FC = () => {\nconst showNavigation = auth.isAuthenticated && ui.showChrome;\nconst version = process.env.VERSION || '';\n- const shortVersion = version.split('.').slice(0, 3).join('.');\n- const isVersionLong = (version.mat...
Python
Apache License 2.0
determined-ai/determined
fix: display short version in sidebar properly (#3197)
1
fix
null
791,704
16.11.2021 15:59:15
21,600
9280ce5db829a18ae26db6691be9018fa7e99c48
clients(devtools): remove report.css
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,6 @@ fs.rmSync(distDir, {recursive: true, force: true});\nfs.mkdirSync(distDir, {recursive: true});\nwriteFile('report.js', htmlReportAssets.REPORT_JAVASCRIPT);\n-writeFile('report.css', '/* TODO: remove after devtools roll deletes file. */');\nwriteFile('sta...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(devtools): remove report.css (#13377)
1
clients
devtools
679,923
16.11.2021 16:12:04
-3,600
41c65a0e5a53fd2a01ac0b504b03b2a71f88f168
refactor(make-*): Added yarn install in the end ...to refresh the yarn.lock index Otherwise yarn tends to complain to run it first.
[ { "change_type": "MODIFY", "diff": "@@ -208,3 +208,7 @@ Please refer to the [example build instructions](https://github.com/thi-ng/umbre\n&copy; 2021 $AUTHOR // Apache Software License 2.0\nEOF\n+\n+echo \"refreshing monorepo index...\"\n+yarn install &>/dev/null\n+echo \"DONE\"\n", "new_path": "scripts...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(make-*): Added yarn install in the end ...to refresh the yarn.lock index Otherwise yarn tends to complain to run it first.
1
refactor
make-*
889,620
16.11.2021 16:17:09
-28,800
ac3d969a0f79bc1888be8d356caf364dd1e568cb
fix(webreader): jump to previous or next book via keyboard pageUp, arrowUp when at the beginning of the book pageDown, arrowDown, or Space when at the end of the book closes
[ { "change_type": "MODIFY", "diff": "import Vue from 'vue'\nimport {ContinuousScaleType} from '@/types/enum-reader'\nimport {PageDtoWithUrl} from '@/types/komga-books'\n+import {throttle} from 'lodash'\nexport default Vue.extend({\nname: 'ContinuousReader',\n@@ -91,6 +92,12 @@ export default Vue.extend({\nim...
Kotlin
MIT License
gotson/komga
fix(webreader): jump to previous or next book via keyboard pageUp, arrowUp when at the beginning of the book pageDown, arrowDown, or Space when at the end of the book closes #722
1
fix
webreader
777,389
16.11.2021 16:21:16
18,000
6ef6765576405fc34146b879772dc51526c54f74
chore: update string tests organization
[ { "change_type": "MODIFY", "diff": "import * as string from './string';\ndescribe('Routing Utilities', () => {\n+ describe('toHtmlId', () => {\n+ it('should replace spaces with -', () => {\n+ expect(string.toHtmlId('Hello World')).toBe('hello-world');\n+ });\n+\n+ it('should remove everything but alphanumer...
Python
Apache License 2.0
determined-ai/determined
chore: update string tests organization (#3192)
1
chore
null
126,276
16.11.2021 16:22:31
10,800
71eb64d75b8cde9b255642d4e48b42e373ee20ec
chore(embedded/store): remove currentShapshot method
[ { "change_type": "MODIFY", "diff": "@@ -738,13 +738,6 @@ func (s *ImmuStore) SnapshotSince(tx uint64) (*Snapshot, error) {\n}, nil\n}\n-func (s *ImmuStore) CurrentSnapshot() *Snapshot {\n- return &Snapshot{\n- st: s,\n- snap: s.indexer.index.CurrentSnapshot(),\n- }\n-}\n-\nfunc (s *ImmuStore) binaryLinking(...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): remove currentShapshot method Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
342,861
16.11.2021 16:28:06
-3,600
fb3409e69b6538066e2a73522a1a9ba8eb1abaa3
feat(Text): add font-weight medium
[ { "change_type": "MODIFY", "diff": "@@ -36,8 +36,8 @@ Table below contains all types of the props available in the Text component.\n| type | align | as | size | weight |\n| :------------ | :---------- | :------- | :--------- | :--------- |\n| `\"primary\"` | `\"left\"` | `\"p\"` | `\"small\"` | `\"normal\"`...
JavaScript
MIT License
kiwicom/orbit
feat(Text): add font-weight medium
1
feat
Text
342,861
16.11.2021 16:38:50
-3,600
ea89399d08818ec399a1d2bb1cdb236920977ec1
fix(SmartPassIllustration): fix double id
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ const SmartPassV1 = ({ primary = \"white\", secondary = \"black\", ...props }: Props\nconst randomId = useRandomIdSeed();\nconst randomIDLinear = randomId(\"linear1\");\nconst randomIDLinear2 = randomId(\"linear2\");\n- const randomIDLinear3 = randomId(\"l...
JavaScript
MIT License
kiwicom/orbit
fix(SmartPassIllustration): fix double id
1
fix
SmartPassIllustration
942,581
16.11.2021 16:46:02
25,200
8d3a850f174aeaf1f4a1315bdf7f77e50ce42e75
ci: Fix npm tagging in release script
[ { "change_type": "MODIFY", "diff": "@@ -138,7 +138,7 @@ jobs:\n## Publish to npm. Must be run after a build\n- name: Publish\nif: \"!contains(github.event.head_commit.message, '[skip release]')\"\n- run: yarn lerna publish from-package --yes --dist-tag latest\n+ run: yarn lerna publish from-package --yes --...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Fix npm tagging in release script
1
ci
null
317,646
16.11.2021 16:46:40
-3,600
366767accdb73ded3b15c95c53eae000f9778aed
theme: replace \ufa1e with \ufbab closes
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ A temporary workaround is to use an invisible character at the end (`\\u2800`).\n/* other attributes here */\n\"properties\": {\n\"always_enabled\": true,\n- \"prefix\": \"\\ufa1e\",\n+ \"prefix\": \"\\ufbab\",\n\"postfix\": \"\\u2800\" // invisible spac...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: replace \ufa1e with \ufbab closes #1239
1
theme
null
276,939
16.11.2021 16:59:12
10,800
392466b2a2acfe20cb636881c37070a358cb8d2f
refactor(bottom-sheet): send props to content rather than to overlay Originally we were sending remaining props (by spreading) to overlay rather than to our dialog content
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled from 'styled-components';\n-import { bool, node } from 'prop-types';\n+import { node } from 'prop-types';\nimport Dialog from '../../Dialog';\n-import { StyledDialog } from '../../Dialog/web/Dialog';\nconst StyledBottomSheet = sty...
JavaScript
MIT License
gympass/yoga
refactor(bottom-sheet): send props to content rather than to overlay - Originally we were sending remaining props (by spreading) to overlay rather than to our dialog content
1
refactor
bottom-sheet
942,581
16.11.2021 17:04:40
0
cc7c10b00b6860c878a99a45fe262beab875fc6d
chore: Release v6.0.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [v6.0.0](https://github.com/Workday/canvas-kit/releases/tag/v6.0.0) (2021-11-16)\n+\n+### BREAKING CHANGES\n+\n+- ...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Release v6.0.0 [skip ci]
1
chore
null
942,581
16.11.2021 17:10:57
25,200
2a9b19b2fd337b61263880f0636393b5716679ce
ci: Fix major release process to detect breaking changes [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ jobs:\n## Capture the previous tag and store it for later use\n- name: Get previous tag\nid: previous-tag\n- run: echo \"::set-output name=tag::5.2.12\"\n+ run: echo \"::set-output name=tag::$(node -p 'require(\"./lerna.json\").version')\"\n## `github.re...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Fix major release process to detect breaking changes [skip ci]
1
ci
null
276,939
16.11.2021 17:12:35
10,800
c6b2489d8d1ac05df4e4ef90805dc81c7e02913e
style(dialog): remove some styles from styled-components callback
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,9 @@ const Content = styled(Dialog.Content)`\nline-height: ${lineHeights.small}px;\nmargin-bottom: ${spacing.medium}px;\nfont-size: ${fontSizes.small}px;\n+ `}\nalign-self: flex-start;\ntext-align: left;\n- `}\n`;\nContent.displayName = 'BottomSheet.Content';...
JavaScript
MIT License
gympass/yoga
style(dialog): remove some styles from styled-components callback
1
style
dialog
866,391
16.11.2021 17:15:08
-3,600
f04c9cbe90b68a16edbcd9c2ba1e2833dbedfacf
chore(deps): remove lit-html from resolutions
[ { "change_type": "MODIFY", "diff": "\"wca\": \"web-component-analyzer analyze src --outFile custom-elements.json\"\n},\n\"resolutions\": {\n- \"babel-plugin-transform-vue-jsx\": \"^4.0.0\",\n- \"lit-html\": \"^1.4.0\"\n+ \"babel-plugin-transform-vue-jsx\": \"^4.0.0\"\n},\n\"dependencies\": {\n\"@babel/runti...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(deps): remove lit-html from resolutions (#802) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
chore
deps
185,970
16.11.2021 17:16:30
-28,800
b8ab89fe9085a5d76ed02a7e7f4fa83e92dfcafb
fix(show-me/notification): refactor to use current Electron security defaults
[ { "change_type": "MODIFY", "diff": "notification APIs to display it.\n</p>\n<button>Send Notification</button>\n- <script>\n- require('./renderer.js')\n- </script>\n</body>\n</html>\n\\ No newline at end of file\n", "new_path": "static/show-me/notification/index.html", "old_path": "static/show-me/no...
TypeScript
MIT License
electron/fiddle
fix(show-me/notification): refactor to use current Electron security defaults (#889)
1
fix
show-me/notification
185,970
16.11.2021 17:21:26
-28,800
106cd16d31f2934260eac2bae43e7764e3034e62
fix(show-me/webframe): refactor to use current Electron security defaults
[ { "change_type": "MODIFY", "diff": "// https://electronjs.org/docs/api/web-frame\nconst { app, BrowserWindow } = require('electron')\n+const path = require('path')\napp.whenReady().then(() => {\nconst mainWindow = new BrowserWindow({\nwidth: 600,\nheight: 600,\nwebPreferences: {\n- nodeIntegration: true\n+ ...
TypeScript
MIT License
electron/fiddle
fix(show-me/webframe): refactor to use current Electron security defaults (#890)
1
fix
show-me/webframe
428,357
16.11.2021 17:25:56
18,000
52520aac08ddb73888c7e6ee133f94ab5a481094
feat(NODE-3729): add withId to default return type for collection.find and collection.findOne
[ { "change_type": "MODIFY", "diff": "@@ -676,12 +676,16 @@ export class Collection<TSchema extends Document = Document> {\n* @param options - Optional settings for the command\n* @param callback - An optional callback, a Promise will be returned if none is provided\n*/\n- findOne(): Promise<TSchema | null>;\...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
feat(NODE-3729): add withId to default return type for collection.find and collection.findOne (#3039)
1
feat
NODE-3729
217,922
16.11.2021 17:28:29
-3,600
b2b581a891441e29c60e342de8c6ee0deb821cda
chore: apply CI fixes to staging too
[ { "change_type": "MODIFY", "diff": "@@ -81,9 +81,12 @@ jobs:\ndeploy-hosting:\n+ working_directory: ~/ffxiv-teamcraft\ndocker:\n- image: google/cloud-sdk\nsteps:\n+ - attach_workspace:\n+ at: ~/\n- run:\nname: Authorize GCloud Command Line Tool\ncommand: |\n@@ -91,18 +94,24 @@ jobs:\n- add_ssh_keys:\nfinger...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: apply CI fixes to staging too (#2051)
1
chore
null
317,646
16.11.2021 17:29:24
-3,600
b1b7576a904a5e5312f483648401d26404fc36f6
chore: show version and log on debug
[ { "change_type": "MODIFY", "diff": "@@ -163,6 +163,8 @@ func (e *engine) debug() string {\nsegmentName := fmt.Sprintf(\"%s(%t)\", segment.name, segment.enabled)\ne.write(fmt.Sprintf(\"%-*s - %3d ms - %s\\n\", largestSegmentNameLength, segmentName, duration, segment.stringValue))\n}\n+ e.write(fmt.Sprintf(\"...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: show version and log on debug
1
chore
null
756,013
16.11.2021 17:30:04
21,600
14aa913e1f3d4435453262a34d752749f13a8759
ci(proto): check proto lint and breakage
[ { "change_type": "ADD", "diff": "+name: Protobuf\n+# Protobuf runs buf (https://buf.build/) lint and check-breakage\n+# This workflow is only run when a .proto file has been changed\n+on:\n+ pull_request:\n+\n+jobs:\n+ lint:\n+ runs-on: ubuntu-latest\n+ timeout-minutes: 5\n+ steps:\n+ - uses: actions/checko...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(proto): check proto lint and breakage
1
ci
proto
756,013
16.11.2021 17:30:22
21,600
24f89b815f50b8089b5c874a7c7a58ea34d9f45a
ci(master): use $default-branch where possible
[ { "change_type": "MODIFY", "diff": "name: Test Dapp\n-# run CI on pushes to master, and on all PRs (even the ones that target other\n+# run CI on pushes to default, and on all PRs (even the ones that target other\n# branches)\non:\n", "new_path": ".github/workflow-templates/test-dapp.yml", "old_path...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(master): use $default-branch where possible
1
ci
master
141,508
16.11.2021 17:32:38
-39,600
8c31a3bbb499beae3ef0af935875b685eeae12c6
fix: Use visually hidden instead of display:none for breadcrumb link name
[ { "change_type": "MODIFY", "diff": "@@ -562,8 +562,30 @@ $tab-container-height-medium-and-small-collapsed: $ca-grid * 0.75;\n}\n}\n+@mixin visually-hidden {\n+ clip: rect(0 0 0 0);\n+ clip-path: inset(50%);\n+ height: 1px;\n+ overflow: hidden;\n+ position: absolute;\n+ white-space: nowrap;\n+ width: 1px;\n+...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Use visually hidden instead of display:none for breadcrumb link name (#2291)
1
fix
null
756,013
16.11.2021 17:50:20
21,600
c9bc1ea0b91142504ee15db846476739f3ef604f
chore(cosmos): fix proto lint
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import \"cosmos/base/v1beta1/coin.proto\";\noption go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/lien/types\";\n+// The initial or exported state.\nmessage GenesisState {\noption (gogoproto.equal) = false;\n", "new_path": "golang/cosmos/p...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmos): fix proto lint
1
chore
cosmos
679,923
16.11.2021 17:55:54
-3,600
890f363766c43e116c5e717df2b8b2f8a626a89c
refactor(deps): fix some paths to package local
[ { "change_type": "MODIFY", "diff": "\"license\": \"Apache-2.0\",\n\"scripts\": {\n\"clean\": \"rimraf node_modules/.cache build out\",\n- \"build-static\": \"../../node_modules/.bin/ts-node src/server/static.ts\",\n- \"build:webpack\": \"../../node_modules/.bin/webpack --mode production\",\n- \"start\": \"....
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(deps): fix some paths to package local
1
refactor
deps
688,524
16.11.2021 17:58:58
-3,600
f2cd90aaaa1c7dc3f6d2645b7ed585e90cc4cd75
chore(release): trigger build image pipeline
[ { "change_type": "MODIFY", "diff": "@@ -103,6 +103,25 @@ jobs:\n})\n}\n+ - name: Trigger build image job\n+ if: ${{ steps.changesets.outputs.published == 'true' }}\n+ uses: toptal/jenkins-job-trigger-action@0.0.3-with-proxy\n+ env:\n+ JENKINS_JOB_NAME: ${{ env.REPOSITORY_NAME }}-build-image\n+ with:\n+ jenk...
TypeScript
MIT License
toptal/picasso
chore(release): trigger build image pipeline (#2248)
1
chore
release
217,922
16.11.2021 18:01:08
-3,600
1f7c05b0a18feaf1466302da82005d870ad1df57
chore: fix lazy data loading in prod env
[ { "change_type": "MODIFY", "diff": "@@ -44,15 +44,14 @@ export class LazyDataEffects {\nconst { contentName, hash } = this.parseFileName(entity);\nreturn this.http.get<any>(`https://data.ffxivteamcraft.com/${hash}/${contentName}/${ids.join(',')}`).pipe(\nswitchMap(res => {\n- return Object.entries(res)\n- ....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix lazy data loading in prod env
1
chore
null
866,391
16.11.2021 18:02:31
-3,600
c0d5d800ecdcd70c568be6960d5164f0db8019ab
chore(deps): update mini-css-extract-plugin
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/mini-css-extract-plugin-0.12.0.tgz differ\n", "new_path": ".yarn/offline-mirror/mini-css-extract-plugin-0.12.0.tgz", "old_path": ".yarn/offline-mirror/mini-css-extract-plugin-0.12.0.tgz" }, { "change_type": "D...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(deps): update mini-css-extract-plugin (#804) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
chore
deps
756,013
16.11.2021 18:13:48
21,600
1e740b7dad6cf80897dc9b82202eca8af663ad27
fix(cosmos): use newly-introduced proto types
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,7 @@ func GetCmdGetKeys(queryRoute string) *cobra.Command {\npath := strings.Split(args[0], \".\")\n- res, err := queryClient.Keys(cmd.Context(), &types.QueryStorageKeysRequest{\n+ res, err := queryClient.Keys(cmd.Context(), &types.QueryKeysRequest{\nPath: ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): use newly-introduced proto types
1
fix
cosmos
756,039
16.11.2021 18:21:39
28,800
58c37780a506dfafc5356b3edcc8e13edfc537a6
feat(wallet): implement offer actions
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,12 @@ import { stringifyPurseValue } from '@agoric/ui-components';\nimport Chip from '@mui/material/Chip';\nimport CheckIcon from '@mui/icons-material/Check';\nimport CloseIcon from '@mui/icons-material/Close';\n+import { E } from '@agoric/eventual-send';\nimp...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet): implement offer actions
1
feat
wallet
217,922
16.11.2021 18:25:40
-3,600
45304a9cf673033ce54c9822d86359603df162e6
chore: hotfix for full lazy data rows loading
[ { "change_type": "MODIFY", "diff": "@@ -99,10 +99,12 @@ export class LazyDataEffects {\nif (path.startsWith('http')) {\nurl = path;\n} else {\n- if (this.platformService.isDesktop() || isPlatformServer(this.platform) || IS_HEADLESS) {\n+ if (this.platformService.isDesktop() || !environment.production || isP...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: hotfix for full lazy data rows loading
1
chore
null
866,391
16.11.2021 18:39:00
-3,600
42ada9cd34002b3eeccf55faa260cf93382d6cb3
chore(deps): update autoprefixer
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/autoprefixer-9.4.3.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/autoprefixer-9.4.3.tgz", "old_path": ".yarn/offline-mirror/autoprefixer-9.4.3.tgz" }, { "change_type": "ADD", "diff": "Binary files /d...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(deps): update autoprefixer (#805) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
chore
deps
151,430
16.11.2021 18:55:29
28,800
aca7b84696c822f0c93e8d1622ab4b5b4f7d8341
chore: add empty favicon
[ { "change_type": "MODIFY", "diff": "<html>\n<head>\n<title>User Activity utils</title>\n+ <link rel=\"icon\" href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC\">\n<script type=\"text/javascript\" src=\"./browser/activity-utils.js\" char...
JavaScript
MIT License
davidwells/analytics
chore: add empty favicon Signed-off-by: David Wells <>
1
chore
null
667,713
16.11.2021 18:56:02
-28,800
446f382f8052b8c4395a9777054805699ed1edfc
fix(android): scroll view onScroll event
[ { "change_type": "MODIFY", "diff": "*/\npackage com.tencent.mtt.hippy.views.scroll;\n-import android.os.SystemClock;\n-\npublic class HippyOnScrollHelper {\n- private static final int MIN_EVENT_SEPARATION_MS = 10;\n-\nprivate int mPrevX = Integer.MIN_VALUE;\nprivate int mPrevY = Integer.MIN_VALUE;\n- privat...
C++
Apache License 2.0
tencent/hippy
fix(android): scroll view onScroll event
1
fix
android
151,430
16.11.2021 18:56:55
28,800
9efa70cb943d4bf79e01de8664ed0621d17de82b
chore: add funding json
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^4.3.5\",\n\"uglify-js\": \"^3.12.1\"\n},\n+ \"funding\": [\n+ {\n+ \"type\": \"GitHub Sponsors\",\n+ \"url\": \"https://github.com/sponsors/davidwells\"\n+ }\n+ ],\n\"ava\": {\n\"files\": [\n\"packages/**/*.test.js\"\n", "new_path": "package.json", ...
JavaScript
MIT License
davidwells/analytics
chore: add funding json Signed-off-by: David Wells <>
1
chore
null
401,147
16.11.2021 19:00:10
-19,080
34e5559481f7f1ec46cc1a2a9210e64907189a1b
feat: add new colors affects:
[ { "change_type": "ADD", "diff": "+import { Color } from './types';\n+\n+const apricot: Color = {\n+ 50: '#FFF3F0',\n+ 100: '#FFF3F0',\n+ 200: '#FFE7E2',\n+ 300: '#FFC2B6',\n+ 400: '#FE9882',\n+ 500: '#FE866C',\n+ 600: '#D8725C',\n+ 700: '#B25E4C',\n+ 800: '#7F4336'\n+};\n+\n+export default apricot;\n", ...
TypeScript
MIT License
medly/medly-components
feat: add new colors (#525) affects: @medly-components/theme
1
feat
null
791,704
16.11.2021 19:02:29
21,600
b6eaa9f99597953e7f673b8f502f70e67cbeb4f4
misc(build): prevent over optimization of computeBenchmarkIndex
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ const expectations = {\nlength: 28,\n},\nartifacts: {\n+ BenchmarkIndex: '<10000',\nHostFormFactor: 'desktop',\nStacks: [{\nid: 'jquery',\n", "new_path": "lighthouse-cli/test/smokehouse/test-definitions/dobetterweb/dbw-expectations.js", "old_path...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): prevent over optimization of computeBenchmarkIndex (#13366)
1
misc
build
151,430
16.11.2021 19:03:42
28,800
d8700f5aa4d710da3704dfa6e1cff3d2b5f74f5e
docs: add jsdocs for docgen
[ { "change_type": "MODIFY", "diff": "* @link https://docs.simpleanalytics.com/\n* @param {object} [pluginConfig] - Plugin settings\n* @param {string} [pluginConfig.customDomain] - Custom domain for simple analytics script. https://docs.simpleanalytics.com/script\n+ * @param {string} [pluginConfig.hostname] -...
JavaScript
MIT License
davidwells/analytics
docs: add jsdocs for docgen Signed-off-by: David Wells <>
1
docs
null
306,421
16.11.2021 19:07:13
-3,600
26b150f0afc89d7f2491a8a08e9c4cd3c6374195
fix(providence): fix paths for dashboard
[ { "change_type": "RENAME", "diff": "---\n-'providence-analytics': major\n+'providence-analytics': patch\n---\nfix paths for dashboard\n", "new_path": ".changeset/tiny-cobras-hear.md", "old_path": ".changeset/thin-birds-return.md" }, { "change_type": "RENAME", "diff": "-// @ts-ignore\ncon...
JavaScript
MIT License
ing-bank/lion
fix(providence): fix paths for dashboard
1
fix
providence
151,430
16.11.2021 19:09:06
28,800
97161017abaec1a4acc2ec6c433c419220aa7dcd
docs: update simple analytics docs for release
[ { "change_type": "MODIFY", "diff": "@@ -49,8 +49,16 @@ const analytics = Analytics({\nplugins: [simpleAnalyticsPlugin()]\n})\n+/* Track a custom event */\n+analytics.track('cartCheckout', {\n+ item: 'pink socks',\n+ price: 20\n+})\n+\n```\n+After initializing `analytics` with the `exports` plugin, data will...
JavaScript
MIT License
davidwells/analytics
docs: update simple analytics docs for release Signed-off-by: David Wells <>
1
docs
null
151,430
16.11.2021 19:15:01
28,800
93ef658691a3673d34ce67bb9fd85529ab823b28
docs: update simple analytic docs on site
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,16 @@ const analytics = Analytics({\nplugins: [simpleAnalyticsPlugin()]\n})\n+/* Track a custom event */\n+analytics.track('cartCheckout', {\n+ item: 'pink socks',\n+ price: 20\n+})\n+\n```\n+After initializing `analytics` with the `exports` plugin, data will...
JavaScript
MIT License
davidwells/analytics
docs: update simple analytic docs on site Signed-off-by: David Wells <>
1
docs
null
317,646
16.11.2021 19:38:24
-3,600
8837c127ede62e5c973b836342632b3d039ffadb
chore: ask debug log for bug report
[ { "change_type": "MODIFY", "diff": "@@ -26,10 +26,11 @@ body:\nvalidations:\nrequired: true\n- type: textarea\n- id: version\n+ id: logs\nattributes:\n- label: Version\n- description: What version of oh-my-posh are you running?\n+ label: Log output\n+ description: Please copy and paste the output generated ...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: ask debug log for bug report
1
chore
null
401,106
16.11.2021 19:40:12
-19,080
bad5e20f8b5b9d75e90580993c69453c22f265e1
docs: add docs for useCombinedRefs affects:
[ { "change_type": "ADD", "diff": "+export * from './useCombinedRefs';\n", "new_path": "packages/utils/src/hooks/useCombinedRefs/index.ts", "old_path": null }, { "change_type": "ADD", "diff": "+import { useCombinedRefs } from './useCombinedRefs.ts';\n+import { Meta } from '@storybook/addon...
TypeScript
MIT License
medly/medly-components
docs: add docs for useCombinedRefs (#526) affects: @medly-components/utils
1
docs
null
401,106
16.11.2021 19:40:34
-19,080
83074cfc93ae132dd3a8b5114b8bec9a45509177
docs: add docs for useUpdateEffect * docs: add docs for useUpdateEffect affects: * refactor: remove redundant useWindowSize hook affects:
[ { "change_type": "ADD", "diff": "+export * from './useUpdateEffect';\n", "new_path": "packages/utils/src/hooks/useUpdateEffect/index.ts", "old_path": null }, { "change_type": "ADD", "diff": "+import { useUpdateEffect } from './useUpdateEffect.ts';\n+import { Meta } from '@storybook/addon...
TypeScript
MIT License
medly/medly-components
docs: add docs for useUpdateEffect (#527) * docs: add docs for useUpdateEffect affects: @medly-components/utils * refactor: remove redundant useWindowSize hook affects: @medly-components/utils
1
docs
null
217,922
16.11.2021 19:58:42
-3,600
cec70119f41dd91ff4cf762160972dc3c9636caa
fix(ssr): fixed preview embeds not working properly
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { dirname, join } from 'path';\nconst __dirname = dirname(fileURLToPath(import.meta.url));\nconst storage = new Storage();\n-const bucket = storage.bucket('ssr.beta.ffxivteamcraft.com');\n+const bucket = storage.bucket('ssr.ffxivteamcraft.com');\nco...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ssr): fixed preview embeds not working properly
1
fix
ssr
317,646
16.11.2021 19:59:42
-3,600
e0513e95b0e4f490a64642f5b9981dc60693e1de
refactor: provide log output directly on debug
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ body:\nid: logs\nattributes:\nlabel: Log output\n- description: Please copy and paste the output generated by `Write-PoshDebug` (PowerShell) or `oh-my-posh --debug --shell uni --config=\"$POSH_THEME\"` for other shells. Please copy/paste the log file's c...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: provide log output directly on debug
1
refactor
null
915,154
16.11.2021 20:01:38
-3,600
511a66898aae7191db922a25957fb84245cd7d26
feat: add list of authors Resolves
[ { "change_type": "ADD", "diff": "+Grant Zvolsky <grant@zvolsky.org> <GrantZvolsky@gmail.com>\n", "new_path": ".mailmap", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ quicktest:\n# Formats the code\n.PHONY: format\n-format: .bin/goimports node_modules docs/nod...
Go
Apache License 2.0
ory/hydra
feat: add list of authors (#2831) Resolves #2829 Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
1
feat
null
530,377
16.11.2021 20:51:51
-39,600
658e904a7ae927ed80a2501d756474d3db26420b
feat(publishing): allow assuming role for AWS CodeArtifact Added ability to assume role prior to get authorization token from AWS CodeArtifact By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[ { "change_type": "MODIFY", "diff": "@@ -307,6 +307,14 @@ export interface CodeArtifactOptions {\n* @default \"AWS_SECRET_ACCESS_KEY\"\n*/\nreadonly secretAccessKeySecret?: string;\n+\n+ /**\n+ * ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact\n+ * This property must be s...
TypeScript
Apache License 2.0
projen/projen
feat(publishing): allow assuming role for AWS CodeArtifact (#1227) Added ability to assume role prior to get authorization token from AWS CodeArtifact --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
feat
publishing
217,922
16.11.2021 20:56:11
-3,600
0ceaf8b2956db9254e03b4cac770b8722d2059fa
fix(tooltips): fixed item tooltips not showing stats properly
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ export class XivapiItemTooltipComponent implements OnInit {\n.map(key => {\nconst statIndex = key.match(/(\\d+)/)[0];\nconst res: any = {\n- name: this.i18n.xivapiToI18n(this.item[key], 'baseParams'),\n+ name: this.i18n.xivapiToI18n(this.item[key]),\nval...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tooltips): fixed item tooltips not showing stats properly
1
fix
tooltips
217,922
16.11.2021 21:10:15
-3,600
2035ae8718870dd9367657ca3c583542c24d46d4
fix(db): fixed missing meta name for fishing spots
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ export class FishingSpotComponent extends TeamcraftPageComponent implements OnIn\nprotected getSeoMeta(): Observable<Partial<SeoMetaConfig>> {\nreturn this.xivapiFishingSpot$.pipe(\n- switchMap((fishingSpot) => combineLatest([of(fishingSpot), this.i18n.g...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed missing meta name for fishing spots
1
fix
db
217,922
16.11.2021 21:39:13
-3,600
a78a688a281b63c77f40392581124e4c4a4f4cb9
fix(layout): fixed precrafts not being rendered properly in default list layout
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,18 @@ export class LayoutsFacade {\nreturn i;\n}));\n}\n- return of({ rows: [], unfilteredRows: starter, layoutRows: [...layout.rows] }).pipe(\n+ return of({\n+ rows: [], unfilteredRows: starter, layoutRows: [...layout.rows.sort((a, b) => {\n+ // Other has to...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed precrafts not being rendered properly in default list layout
1
fix
layout
217,922
16.11.2021 21:58:04
-3,600
d9a60a15c2ce91093fafa368699ff71f03d75526
fix(voyage-tracker): fixed airship sectors total count not displayed
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ export class VoyageTrackerComponent extends TeamcraftComponent {\nairshipMaxRank$ = this.freeCompanyWorkshopFacade.getAirshipMaxRank();\nsubmarineMaxRank$ = this.freeCompanyWorkshopFacade.getSubmarineMaxRank();\n- airshipSectorsTotal = this.freeCompanyWo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(voyage-tracker): fixed airship sectors total count not displayed
1
fix
voyage-tracker
217,922
16.11.2021 22:41:11
-3,600
d072e02ee8b954336b34056ec2ea09603ae9b6f7
fix(inventory): better retainers tracking
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { ofMessageType } from '../../core/rxjs/of-message-type';\n-import { debounceTime, distinctUntilChanged, filter, first, map, scan, shareReplay, startWith, switchMap, tap, withLatestFrom } from 'rxjs/operators';\n-import ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): better retainers tracking
1
fix
inventory