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
317,660
17.12.2021 18:00:43
-19,080
d253b928ed17ac07b5fa301a384edf59cd0a4d0e
docs: add instructions to disable venv prompt (python) Add details for Python users to disable the automatic prompt change with the `venv` library's virtual environments to solely rely on Oh My Posh for the info. closes
[ { "change_type": "MODIFY", "diff": "@@ -138,6 +138,47 @@ To solely rely on Oh My Posh to set the prompt, you can configure the follwing s\nconda config --set changeps1 False\n```\n+### Python venv: Prompt is changed to display the environment name\n+Upon activation, virtual environments created with `venv` ...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: add instructions to disable venv prompt (python) Add details for Python users to disable the automatic prompt change with the `venv` library's virtual environments to solely rely on Oh My Posh for the info. closes #1456
1
docs
null
306,653
17.12.2021 20:39:37
-19,080
f8cbba79e561663519073aa77d93c78ede992df3
feat(switch): add transition to switch component
[ { "change_type": "MODIFY", "diff": "left: 0;\nwidth: 100%;\nbackground-color: var(--secondary-light);\n+ transition: background 120ms ease;\n+ padding-right: 6px;\n}\n.Switch-input:focus ~ .Switch-wrapper {\nbox-shadow: 0 0 var(--spacing-xs) 0 var(--shadow-20);\nborder-radius: 50%;\nbox-sizing: border-box;\...
TypeScript
MIT License
innovaccer/design-system
feat(switch): add transition to switch component
1
feat
switch
304,860
17.12.2021 20:46:37
-3,600
280af5e24bf62e65c8646d77b4b9994f7b8df0e7
refactor: Remove the Rc wrapper for the ast walker * refactor: Remove the Rc wrapper for the ast walker Makes the API equal to the walkers on the semantic graph as well * chore: make generate
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ use crate::{\npub fn check(node: walk::Node) -> Result<(), Errors<Error>> {\nlet mut errors = Errors::new();\nwalk::walk(\n- &walk::create_visitor(&mut |n| {\n+ &mut |n: walk::Node| {\n// collect any errors we found prior to ast.check().\nfor err in n.ba...
Go
MIT License
influxdata/flux
refactor: Remove the Rc wrapper for the ast walker (#4362) * refactor: Remove the Rc wrapper for the ast walker Makes the API equal to the walkers on the semantic graph as well * chore: make generate
1
refactor
null
306,638
17.12.2021 20:50:11
-19,080
0c2a07b60b4873f693d6a581b52e581ef1349cf4
fix(FileList): update styles to truncate long file names
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ const customCode = `() => {\n},\n{\nfile:{\n- name: 'Image File.jpeg',\n+ name: 'Image file name can be some times very long in size so it will get truncated File.jpeg',\nsize: '3 MB',\ntype: 'image',\n},\n@@ -105,10 +105,10 @@ const customCode = `() => ...
TypeScript
MIT License
innovaccer/design-system
fix(FileList): update styles to truncate long file names
1
fix
FileList
317,646
17.12.2021 20:54:43
-3,600
9edd53e6794955d320938036b20fd8748466ade4
fix(kubectl): parse yaml instead of csv closes
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ package main\nimport (\n\"path/filepath\"\n- \"strings\"\n\"gopkg.in/yaml.v3\"\n)\n@@ -14,23 +13,23 @@ type kubectl struct {\nprops properties\nenv environmentInfo\nContext string\n- KubeConfigContext\n-}\n-\n-type KubeConfigContext struct {\n- Cluster str...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(kubectl): parse yaml instead of csv closes #1439
1
fix
kubectl
317,646
17.12.2021 20:57:53
-3,600
e887f4ecea840dbfddb747c883a2215bc21dfa20
docs: adjust install guide for consistency resolves
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,7 @@ rm ~/.poshthemes/themes.zip\nThe guides below assume you copied the theme called `jandedobbeleer.omp.json` to your user's `$HOME` folder.\nWhen you've downloaded the themes, you can find this one at `~/.poshthemes/jandedobbeleer.omp.json`.\n+\n</TabItem>...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: adjust install guide for consistency resolves #1452
1
docs
null
317,646
17.12.2021 22:48:41
-3,600
7805ee1a27d159d763eba1fbee43e54e01a35aa1
feat(path): add template
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,10 @@ import (\ntype path struct {\nprops properties\nenv environmentInfo\n+\n+ PWD string\n+ Path string\n+ StackCount int\n}\nconst (\n@@ -45,8 +49,6 @@ const (\nMappedLocations Property = \"mapped_locations\"\n// MappedLocationsEnabled enables overriding c...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(path): add template
1
feat
path
756,051
18.12.2021 00:03:11
21,600
ad5501b9fd52b805964b945487963c9ef1b3664a
feat(vats): add attestationMaker to home (WIP) probably crashes in sim-chain mode
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ import { E, Far } from '@agoric/far';\nimport { makeStore } from '@agoric/store';\nimport { installOnChain as installVaultFactoryOnChain } from '@agoric/run-protocol/bundles/install-on-chain.js';\nimport { installOnChain as installPegasusOnChain } from '@a...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(vats): add attestationMaker to home (WIP) probably crashes in sim-chain mode
1
feat
vats
571,270
18.12.2021 00:03:30
18,000
4126592955b6ab5745c92832d34c98c0bb63f92c
fix: improved language in README.md and removed TOC item
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,6 @@ parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')\n- [Parser throws an error](#parser-throws-an-error)\n- [Is SSR supported?](#is-ssr-supported)\n- [Elements aren't nested correctly](#elements-arent-nested-correctly)\n- - [W...
JavaScript
MIT License
remarkablemark/html-react-parser
fix: improved language in README.md and removed TOC item
1
fix
null
71,344
18.12.2021 02:29:47
0
6a6bf65dce39b30d3fdd6016c2611aacfd05f2e4
docs(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* closes
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ Destinations can be added by specifying the `onFailure` or `onSuccess` props whe\nThe following destinations are supported\n* Lambda function\n-* SQS queue\n+* SQS queue - Only standard SQS queues are supported for failure destinations, FIFO queues are n...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used (#17283) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* closes #13793
1
docs
lambda-destination
780,866
18.12.2021 03:00:16
10,800
968e42119ce68de497aaaf88b4db1029039f5df9
build(twbs/webpack): fix dev server config for v4
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ const webpackConfig = {\noutput,\ndevServer: {\n- contentBase: path.resolve(__dirname, '__tests__'),\n+ static: path.resolve(__dirname, '__tests__'),\nport: 3376,\nopen: true\n},\n@@ -102,7 +102,9 @@ const externals = {\n}\n}\n-module.exports = devMode ?...
JavaScript
MIT License
ecomplus/storefront
build(twbs/webpack): fix dev server config for v4
1
build
twbs/webpack
780,866
18.12.2021 03:05:56
10,800
776ab31177abd4380c3e4ca6cc1bbb6c224ab038
chore(twbs/presets): move custom variables to `_presets` should have functions presets also
[ { "change_type": "ADD", "diff": "+// Brand colors\n+$primary: #e83e8c !default;\n+$secondary: #333333 !default;\n+\n+// Map brand colors pallete\n+$brand-colors: (\n+ \"primary-lightest\": lighten($primary, 33%),\n+ \"primary-lighter\": lighten($primary, 21%),\n+ \"primary-light\": lighten($primary, 10%),\n...
JavaScript
MIT License
ecomplus/storefront
chore(twbs/presets): move custom variables to `_presets` should have functions presets also
1
chore
twbs/presets
780,866
18.12.2021 05:00:34
10,800
32ff65eab15fcf4282f5509c46b2cc8d9a8052d9
chore(twbs/scss): start copying mixins to fix color functions
[ { "change_type": "ADD", "diff": "+// Toggles\n+//\n+// Used in conjunction with global variables to enable certain theme features.\n+\n+// Vendor\n+@import \"bootstrap/scss/vendor/rfs\";\n+\n+// Deprecate\n+@import \"bootstrap/scss/mixins/deprecate\";\n+\n+// Utilities\n+@import \"bootstrap/scss/mixins/brea...
JavaScript
MIT License
ecomplus/storefront
chore(twbs/scss): start copying mixins to fix color functions
1
chore
twbs/scss
317,768
18.12.2021 13:19:55
0
0b4f3e17712f6470e4e66026e1b1ff191caaeccc
feat(brewfather): unit conversion routines functions available to template documentation tests
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import (\n\"encoding/json\"\n\"errors\"\n\"fmt\"\n+ \"math\"\n\"net/http\"\n\"sort\"\n\"time\"\n@@ -315,6 +316,25 @@ func (bf *brewfather) getResult() (*Batch, error) {\nreturn &batch, nil\n}\n+// Unit conversion functions available to template.\n+func (bf...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(brewfather): unit conversion routines functions available to template documentation tests
1
feat
brewfather
846,946
18.12.2021 13:53:49
21,600
6c8f6a2d78ce15887775fd099229d33768006ba0
docs: fixes broken links to plugin-container
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ console.log('Hello, VuePress!')\n**Also see:**\n-- [vuepress-plugin-container](https://vuepress.github.io/plugins/container/)\n+- [vuepress-plugin-container](https://vuepress-community.netlify.app/en/plugins/container/#vuepress-plugin-container)\n## Sy...
JavaScript
MIT License
vuejs/vuepress
docs: fixes broken links to plugin-container (#2812)
1
docs
null
129,394
18.12.2021 14:06:38
-28,800
b46e403ee36034c9b74d86dfa039d60f9d7123c8
docs(check): add a notice that comment in git message will be ignored
[ { "change_type": "MODIFY", "diff": "# Check\n## About\n-This feature checks whether the commit message follows the given committing rules.\n+This feature checks whether the commit message follows the given committing rules. And comment in git message will be ignored.\n+\nIf you want to setup an automatic ch...
Python
MIT License
commitizen-tools/commitizen
docs(check): add a notice that comment in git message will be ignored
1
docs
check
160,177
18.12.2021 14:09:21
-28,800
431bad99c4cc0f61b435fbb5cdd068785f47516c
refactor: graphModel method name
[ { "change_type": "MODIFY", "diff": "@@ -330,7 +330,7 @@ class BaseEdgeModel implements IBaseModel {\n}\n@action\n- setElementState(state: ElementState, additionStateData?: AdditionData): void {\n+ setElementState(state: number, additionStateData?: AdditionData): void {\nthis.state = state;\nthis.additionSta...
TypeScript
Apache License 2.0
didi/logicflow
refactor: graphModel method name
1
refactor
null
160,177
18.12.2021 14:39:34
-28,800
8275dfb539449c641c8f61c3f84ebad8a2046f8b
feat: resize width and height
[ { "change_type": "ADD", "diff": "+import { baseData } from '../data.mjs'\n+\n+const lf = new LogicFlow({\n+ container: document.querySelector('#container'),\n+ adjustEdgeStartAndEnd: true,\n+ width: 1000,\n+ grid: true,\n+ height: 400\n+})\n+\n+lf.render(baseData);\n+\n+document.querySelector('#js_resize')....
TypeScript
Apache License 2.0
didi/logicflow
feat: resize width and height
1
feat
null
306,320
18.12.2021 16:51:06
0
7cd9eb3bb87399376383511ad10c3be3d01ec4d1
feat: add infracost-comment script
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env bash\n+set -e\n+\n+# This script posts a comment on a pull request or commit.\n+# It first runs `infracost output` to generate the comment and then wraps\n+# compost (https://github.com/infracost/compost) to post the comment.\n+#\n+# Usage:\n+# ./infracost-co...
Go
Apache License 2.0
infracost/infracost
feat: add infracost-comment script
1
feat
null
306,320
18.12.2021 16:51:16
0
d3cfbe667cb17536c6dd4dfc8462421f3d15266d
feat: add CI Docker image
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,12 @@ jobs:\n- name: Set up Docker Buildx\nuses: docker/setup-buildx-action@v1\n+ - name: Login to DockerHub\n+ uses: docker/login-action@v1\n+ with:\n+ username: ${{ secrets.DOCKER_USERNAME }}\n+ password: ${{ secrets.DOCKER_PASSWORD }}\n+\n- name: Docker me...
Go
Apache License 2.0
infracost/infracost
feat: add CI Docker image
1
feat
null
841,514
18.12.2021 17:14:36
-10,800
0c813ae4530b34b4203ae844b470786c0305d268
fix(es/lexer): Fix lexing of numbers with large exponent swc_ecma_parser: - Fix lexing of numbers where exponents are large enough to be parsed as `Infinity`. (Closes
[ { "change_type": "MODIFY", "diff": "@@ -137,13 +137,22 @@ impl<'a, I: Input> Lexer<'a, I> {\n};\nlet exp = self.read_number_no_dot(10)?;\n+\n+ val = if exp == f64::INFINITY {\n+ if positive && val != 0.0 {\n+ f64::INFINITY\n+ } else {\n+ 0.0\n+ }\n+ } else {\nlet flag = if positive { '+' } else { '-' };\nra...
Rust
Apache License 2.0
swc-project/swc
fix(es/lexer): Fix lexing of numbers with large exponent (#3061) swc_ecma_parser: - Fix lexing of numbers where exponents are large enough to be parsed as `Infinity`. (Closes #3060)
1
fix
es/lexer
846,832
18.12.2021 19:16:12
0
b26be33b295a074a3af2f62cd20ed0fc47b7453e
docs: front matter language example should use `lang`
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ lang: en-US\n# {{ $frontmatter.title }}\n-My blog post is written in {{ $frontmatter.language }}.\n+My blog post is written in {{ $frontmatter.lang }}.\n```\n## Alternative frontmatter Formats\n", "new_path": "packages/docs/docs/guide/frontmatter.md"...
JavaScript
MIT License
vuejs/vuepress
docs: front matter language example should use `lang` (#2939)
1
docs
null
317,646
18.12.2021 19:30:31
-3,600
a88036fc691ee18763edb5d249c503c9656efa55
perf: avoid InBounds checks
[ { "change_type": "MODIFY", "diff": "@@ -84,9 +84,9 @@ type RGB struct {\nfunc NewRGBColor(ansiColor string) *RGB {\ncolors := strings.Split(ansiColor, \";\")\n- r, _ := strconv.Atoi(colors[0])\n- g, _ := strconv.Atoi(colors[1])\nb, _ := strconv.Atoi(colors[2])\n+ g, _ := strconv.Atoi(colors[1])\n+ r, _ := s...
Go
MIT License
jandedobbeleer/oh-my-posh
perf: avoid InBounds checks
1
perf
null
846,936
18.12.2021 20:20:29
-3,600
f5834a2b27ba30c298a2d3d743ed32fd1edbef45
docs: fix spelling error
[ { "change_type": "MODIFY", "diff": "@@ -323,7 +323,7 @@ export default { // Highlighted\n## Line Numbers\n-You can enable line numbers for each code blocks via config:\n+You can enable line numbers for each code block via config:\n``` js\nmodule.exports = {\n", "new_path": "packages/docs/docs/guide/mark...
JavaScript
MIT License
vuejs/vuepress
docs: fix spelling error (#2890)
1
docs
null
447,446
18.12.2021 23:17:09
18,000
4d05523365f9240cc3504ac403e4a106395aad71
fix: fix MonthlyCalendar not rendering days
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,9 @@ export default function Month(props) {\nconst { firstDayMonth, selectedDate, minDate, maxDate, onSelectDate } = props;\nlet date = new Date(firstDayMonth);\nconst lastDayMonth = useMemo(() => getLastDayMonth(firstDayMonth), [firstDayMonth]);\n+ const weeks...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix MonthlyCalendar not rendering days (#2340)
1
fix
null
603,467
18.12.2021 23:35:32
-3,600
176e0cd0303d63271477b2b7a8e7b0572dda99a0
fix(core): refactored Mappable so that it's easier to implement filters re
[ { "change_type": "MODIFY", "diff": "@@ -6,21 +6,16 @@ import { Adapter } from '../model';\nimport { Question } from '../Question';\nimport { Expectation } from './Expectation';\nimport { ExpectationMet } from './expectations';\n+import { Mappable } from './Mappable';\nimport { MetaQuestion } from './MetaQue...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): refactored Mappable so that it's easier to implement filters re #1074
1
fix
core
780,866
18.12.2021 23:58:01
10,800
f5e5d2b77e8252ba69710af969fdc9fa697d8100
chore(twbs/scss): copy alert, badge and list group mixins to fix color functions
[ { "change_type": "ADD", "diff": "+@mixin alert-variant($background, $border, $color) {\n+ color: $color;\n+ @include gradient-bg($background);\n+ border-color: $border;\n+\n+ hr {\n+ border-top-color: darken($border, 5%);\n+ }\n+\n+ .alert-link {\n+ color: darken($color, 10%);\n+ }\n+}\n", "new_path": "...
JavaScript
MIT License
ecomplus/storefront
chore(twbs/scss): copy alert, badge and list group mixins to fix color functions
1
chore
twbs/scss
780,866
19.12.2021 02:10:18
10,800
d76adc401531476d87915c3d935b77f594061f34
feat(twbs/css-vars): more css vars for brand colors and make it consistent on bs components :partying_face: set brand colors for native css vars for client side theming wrap some sass color functions to deal with css vars
[ { "change_type": "MODIFY", "diff": "@return $string;\n}\n-// Color contrast\n-@function color-yiq($color, $dark: $yiq-text-dark, $light: $yiq-text-light) {\n- $r: red($color);\n- $g: green($color);\n- $b: blue($color);\n-\n- $yiq: (($r * 299) + ($g * 587) + ($b * 114)) * .001;\n-\n- @if ($yiq >= $yiq-contra...
JavaScript
MIT License
ecomplus/storefront
feat(twbs/css-vars): more css vars for brand colors and make it consistent on bs components :partying_face: set brand colors for native css vars for client side theming [#509] wrap some sass color functions to deal with css vars
1
feat
twbs/css-vars
780,866
19.12.2021 02:11:04
10,800
c3b8441f4d1a7072c03660bca9fa63e9033a80c3
test(twbs/html): edit served html to also show primary btn
[ { "change_type": "MODIFY", "diff": "</head>\n<body style=\"padding: 3rem 0\">\n- <div class=\"container\">\n+ <div class=\"container\" id=\"top\">\n<h1 class=\"animated slower bounce delay-1s\">\n<i class=\"fas fa-shopping-bag\"></i> Storefront Bootstrap guide\n</h1>\n<div class=\"dropdown\" style=\"margin-...
JavaScript
MIT License
ecomplus/storefront
test(twbs/html): edit served html to also show primary btn
1
test
twbs/html
551,636
19.12.2021 02:15:14
0
4bdf0609ce5ea0f6eb1bd2805cae1d7bc4c39536
fix(test): flapping log test
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ public class BuildInformationHolder implements BuildInformation, CharSequence {\n}\n@TestOnly\n- BuildInformationHolder(CharSequence questDbVersion, CharSequence commitHash, CharSequence jdkVersion) {\n+ public BuildInformationHolder(CharSequence questDb...
Java
Apache License 2.0
questdb/questdb
fix(test): flapping log test (#1713)
1
fix
test
780,866
19.12.2021 02:16:53
10,800
fba030a93b8f9484d17645127b5a6a7ff6fb91fa
docs(twbs/css-vars): update reference with new brand colors variations
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ Beyond the default ones, more CSS vars are set on `:root` (brands colors, border\n--primary: #e83e8c;\n--primary-yiq: #fff;\n--primary-rgb: 232, 62, 140;\n- --secondary: #333;\n+ --secondary: #333333;\n--secondary-yiq: #fff;\n--secondary-rgb: 51, 51, 51;...
JavaScript
MIT License
ecomplus/storefront
docs(twbs/css-vars): update reference with new brand colors variations
1
docs
twbs/css-vars
846,811
19.12.2021 02:52:19
-28,800
aef643d2ba3b2b4104217f8740d5dd261a7f0a64
docs: remove beta state for theme inheritance
[ { "change_type": "MODIFY", "diff": "-# Theme Inheritance <Badge type=\"warning\" text=\"beta\" />\n+# Theme Inheritance\n## Motivation\n", "new_path": "packages/docs/docs/theme/inheritance.md", "old_path": "packages/docs/docs/theme/inheritance.md" } ]
JavaScript
MIT License
vuejs/vuepress
docs: remove beta state for theme inheritance
1
docs
null
780,866
19.12.2021 03:15:35
10,800
6cf5c97d353ca5c424f3e36556753b9c59efe80f
chore(twbs/scss): edit css vars (only) scss files to import
[ { "change_type": "RENAME", "diff": "& {\n+ // Custom variable values only support SassScript inside `#{}`\n+\n+ // Body\n+ --body-bg: #{$body-bg};\n+ --body-color: #{$body-color};\n+\n+ // Breakpoints\n+ @each $bp, $value in $grid-breakpoints {\n+ --breakpoint-#{$bp}: #{$value};\n+ }\n+\n+ // Borders\n+ --b...
JavaScript
MIT License
ecomplus/storefront
chore(twbs/scss): edit css vars (only) scss files to import
1
chore
twbs/scss
780,866
19.12.2021 03:16:39
10,800
7b7436c365ac69049e4dc81360687f92197272cf
docs(vuepress): fix importing `.demo` vars and styles
[ { "change_type": "MODIFY", "diff": ".demo {\n+ @import \"../../@ecomplus/storefront-twbs/scss/presets/defaults\";\n+ @import \"../../@ecomplus/storefront-twbs/scss/presets/colors\";\n+\n+ @import \"../../@ecomplus/storefront-twbs/scss/presets/vars/colors\";\n+\n+ @import \"../../@ecomplus/storefront-twbs/sc...
JavaScript
MIT License
ecomplus/storefront
docs(vuepress): fix importing `.demo` vars and styles
1
docs
vuepress
780,866
19.12.2021 04:32:46
10,800
077932fdf234a1a87974a2bc3121ca1263ed1fef
ci(build-docs): use node v14 and setup with `npm i`
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ on:\n- 'docs/**.md'\n- '@ecomplus/*/*.md'\n- '@ecomplus/*/docs/**.md'\n+ - '.github/workflows/build-docs.yml'\njobs:\nbuild-docs:\n@@ -23,7 +24,7 @@ jobs:\n- name: Setup Node\nuses: actions/setup-node@v2\nwith:\n- node-version: '12.x'\n+ node-version: '1...
JavaScript
MIT License
ecomplus/storefront
ci(build-docs): use node v14 and setup with `npm i`
1
ci
build-docs
780,866
19.12.2021 04:37:35
10,800
22874a3963d02093fb1cbe72473c2e626d9e8b0e
ci(build-docs): Install deps with ci and no cache
[ { "change_type": "MODIFY", "diff": "@@ -26,16 +26,8 @@ jobs:\nwith:\nnode-version: '14.x'\n- - name: Cache dependencies\n- uses: actions/cache@v2\n- with:\n- path: ~/.npm\n- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}\n- restore-keys: |\n- ${{ runner.os }}-node-\n-\n- name: Install d...
JavaScript
MIT License
ecomplus/storefront
ci(build-docs): Install deps with ci and no cache
1
ci
build-docs
841,390
19.12.2021 05:02:36
-32,400
f1a28329cbfa6cdda275ca16615c82472bda5121
feat(es/parser): Report an error for `export type * from "mod";`
[ { "change_type": "MODIFY", "diff": "@@ -214,6 +214,7 @@ pub enum SyntaxError {\nTS1196,\nTS1242,\nTS1243(JsWord, JsWord),\n+ TS1383,\nTS2206,\nTS2207,\nTS2369,\n@@ -528,6 +529,7 @@ impl SyntaxError {\nleft, right\n)\n.into(),\n+ SyntaxError::TS1383 => \"Only named exports may use 'export type'.\".into(),\nS...
Rust
Apache License 2.0
swc-project/swc
feat(es/parser): Report an error for `export type * from "mod";` (#3064)
1
feat
es/parser
317,646
19.12.2021 11:20:27
-3,600
384d0046f73cce65416e510a2acbd7ac77de3dc2
docs: highlight the use of Nerd Fonts relates to
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,10 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`\n{\n\"defaults\":\n{\n- \"fontFace\": \"MesloLGM NF\"\n+ \"font\":\n+ {\n+ \"face\": \"MesloLGM NF\"\n+ }\n}\n}\n}\n", "new_path": "docs/docs/config-fonts.md", "old...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: highlight the use of Nerd Fonts relates to #1464
1
docs
null
841,479
19.12.2021 11:42:46
-28,800
ff1aab710c3593ca127032b41b419ecc1a4038d5
fix(es/compat): Transform an optional eval call as an indirect eval call swc_ecma_transforms_compat: - `optional_chaining`: Handle optional `eval` calls properly. (Closes
[ { "change_type": "MODIFY", "diff": "use serde::Deserialize;\nuse std::{iter::once, mem};\n+use swc_atoms::js_word;\nuse swc_common::{util::take::Take, Spanned, DUMMY_SP};\nuse swc_ecma_ast::*;\nuse swc_ecma_transforms_base::perf::Check;\nuse swc_ecma_transforms_macros::fast_path;\n-use swc_ecma_utils::{alia...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Transform an optional eval call as an indirect eval call (#3068) swc_ecma_transforms_compat: - `optional_chaining`: Handle optional `eval` calls properly. (Closes #2735)
1
fix
es/compat
306,320
19.12.2021 12:23:38
0
dea87c6c43c062c089fa57045ff3acddf866d697
enhance: add VCS repo env variable detection
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,10 @@ func DetectProjectMetadata(path string) *schema.ProjectMetadata {\nvcsPullRequestURL := os.Getenv(\"INFRACOST_VCS_PULL_REQUEST_URL\")\nterraformWorkspace := os.Getenv(\"INFRACOST_TERRAFORM_WORKSPACE\")\n+ if vcsRepoURL == \"\" {\n+ vcsRepoURL = ciVCSRep...
Go
Apache License 2.0
infracost/infracost
enhance: add VCS repo env variable detection
1
enhance
null
306,320
19.12.2021 12:26:43
0
911f501671c6a552f388b6b0f5fdf8b8bb214fa6
fix: fix Azure repo parsing to parse project properly
[ { "change_type": "MODIFY", "diff": "@@ -117,18 +117,18 @@ func nameFromRepoURL(url string) string {\n}\nfunc parseAzureDevOpsRepoPath(path string) string {\n- r := regexp.MustCompile(`(?:(.+)(?:\\/base\\/_git\\/)(.+))`)\n+ r := regexp.MustCompile(`(?:(.+)(?:\\/(.+)\\/_git\\/)(.+))`)\nm := r.FindStringSubmat...
Go
Apache License 2.0
infracost/infracost
fix: fix Azure repo parsing to parse project properly
1
fix
null
841,421
19.12.2021 14:11:08
-32,400
276d74f2e9b508cd96e53c6798f28a7bb47afaed
chore(crates): Use interactive bump
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env bash\n-set -eu\n-\n-git pull || true\n-\n-yarn changelog\n-sh -c \"$@\"\n-# Ensure that Cargo.lock is up-to-date\n-cargo metadata --format-version 1 > /dev/null\n-git add -A\n-git commit -m 'chore: Publish crates'\n-git push\n-cargo mono publish --no-verif...
Rust
Apache License 2.0
swc-project/swc
chore(crates): Use interactive bump
1
chore
crates
841,421
19.12.2021 14:14:12
-32,400
806c9db1a1c40e26402a08010ca74bc0f4221dab
chore(node): Publish v1.2.121
[ { "change_type": "RENAME", "diff": "", "new_path": "LICENSE", "old_path": "LICENSE-APACHE" }, { "change_type": "DELETE", "diff": "-Copyright (c) 2017 The swc Project Developers\n-\n-Permission is hereby granted, free of charge, to any\n-person obtaining a copy of this software and associ...
Rust
Apache License 2.0
swc-project/swc
chore(node): Publish v1.2.121
1
chore
node
531,793
19.12.2021 15:00:44
0
6f3afcbdbbabf8678797e89caf685759e062b29d
feat(ui): allow acks to use local timezone Fixes
[ { "change_type": "MODIFY", "diff": "configured by setting `silences:expired` option or `--silences.expired` flag.\nSetting this value to `5m` will show silences if they expired in the last 5\nminutes but only if the alert started firing at least 5 minutes ago.\n+- `alertAcknowledgement:comment` will replace...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): allow acks to use local timezone Fixes #3704
1
feat
ui
780,866
19.12.2021 15:46:49
10,800
b0122454c17efac8b2e8ecaf7aa95f9c19365f76
ci(build-docs): cache npm dependencies
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,14 @@ jobs:\nwith:\nnode-version: '14.x'\n+ - name: Cache dependencies\n+ uses: actions/cache@v2\n+ with:\n+ path: ~/.npm\n+ key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}\n+ restore-keys: |\n+ ${{ runner.os }}-node-\n+\n- name: Install d...
JavaScript
MIT License
ecomplus/storefront
ci(build-docs): cache npm dependencies
1
ci
build-docs
780,866
19.12.2021 15:47:19
10,800
03d2f91240a43069357bbc113d2a9269157dc224
build(vuepress): add webpack alias for `@ecomplus/storefront-twbs` js
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ const getSidebarItems = pkg => {\n}\nconst alias = {\n+ '@ecomplus/storefront-twbs': path.resolve(__dirname, 'dist/storefront-twbs.min.js'),\n'./scss/ProductCard.scss': path.resolve(__dirname, 'styles/components/DemoProductCard.scss'),\n'./scss/InstantSe...
JavaScript
MIT License
ecomplus/storefront
build(vuepress): add webpack alias for `@ecomplus/storefront-twbs` js
1
build
vuepress
531,793
19.12.2021 15:59:21
0
4b793ed40864294dcd58bb3c30edce18fce086b3
chore(ui): modify annotation link style
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,7 @@ exports[`<Alert /> matches snapshot when inhibited 1`] = `\nhref=\\\\\"http://localhost\\\\\"\ntarget=\\\\\"_blank\\\\\"\nrel=\\\\\"noopener noreferrer\\\\\"\n- class=\\\\\"components-label components-label-with-hover badge components-grid-annotation-l...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): modify annotation link style
1
chore
ui
780,866
19.12.2021 16:29:14
10,800
070d8f815edf454f853273cccbe800a8bbcb65af
docs(twbs/css-vars): better example and talk about yiq/rgb and brand color variants
[ { "change_type": "MODIFY", "diff": "@@ -148,18 +148,33 @@ Try to use it whenever possible (specially for colors) to respect the store's id\nbackground-color: var(--orange);\ncolor: var(--white);\n}\n+.y-divisor {\n+ display: inline-block;\n+ width: var(--border-width);\n+ background: var(--secondary);\n+ he...
JavaScript
MIT License
ecomplus/storefront
docs(twbs/css-vars): better example and talk about yiq/rgb and brand color variants
1
docs
twbs/css-vars
780,866
19.12.2021 16:30:12
10,800
be3a978de80adc91795f0b783cd68455770639e3
feat(twbs/color-shift-weights): keep and merge `$color-shift-weights` if set for variant colors customization
[ { "change_type": "MODIFY", "diff": "// Parse color shift weight by range\n-$color-shift-weights: (\n+$color-shift-weights: () !default;\n+$color-shift-weights: map-merge(\n+ (\n-75: \"whiter\",\n-50: \"white\",\n-33: \"lightest\",\n@@ -13,6 +15,8 @@ $color-shift-weights: (\n13: \"darker\",\n16: \"darkest\",...
JavaScript
MIT License
ecomplus/storefront
feat(twbs/color-shift-weights): keep and merge `$color-shift-weights` if set for variant colors customization
1
feat
twbs/color-shift-weights
317,646
19.12.2021 16:42:39
-3,600
b400f05555bcb964bc0e4f86424f75883c515660
refactor: undo specific cmd invocation
[ { "change_type": "MODIFY", "diff": "package main\nimport (\n+ \"bytes\"\n\"context\"\n\"errors\"\n\"fmt\"\n- \"io\"\n\"io/ioutil\"\n\"log\"\n\"net/http\"\n@@ -13,7 +13,6 @@ import (\n\"path/filepath\"\n\"runtime\"\n\"strings\"\n- \"sync\"\n\"time\"\n\"github.com/distatus/battery\"\n@@ -291,70 +290,19 @@ fun...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: undo specific cmd invocation
1
refactor
null
780,866
19.12.2021 16:49:32
10,800
4afb15606d8c81186ee7f29e8bf5380a48fbfb51
build(vuepress): fix `@ecomplus/storefront-twbs` webpack alias
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ const getSidebarItems = pkg => {\n}\nconst alias = {\n- '@ecomplus/storefront-twbs': path.resolve(__dirname, 'dist/storefront-twbs.min.js'),\n+ '@ecomplus/storefront-twbs': path.resolve(__dirname, '../@ecomplus/storefront-twbs/dist/storefront-twbs.min.js...
JavaScript
MIT License
ecomplus/storefront
build(vuepress): fix `@ecomplus/storefront-twbs` webpack alias
1
build
vuepress
780,866
19.12.2021 16:58:07
10,800
54e259494f375983ac1e9e5e3d121023630caecb
docs(twbs/bootstrap): bump bootstrap version reference to 4.6
[ { "change_type": "MODIFY", "diff": ":nail_care: Foundation components for [E-Com Plus Storefront](https://github.com/ecomclub/storefront):\n-1. **[Boostrap 4.5](https://getbootstrap.com/docs/4.5/getting-started/introduction/)**:\n+1. **[Boostrap 4.6](https://getbootstrap.com/docs/4.6/getting-started/introdu...
JavaScript
MIT License
ecomplus/storefront
docs(twbs/bootstrap): bump bootstrap version reference to 4.6
1
docs
twbs/bootstrap
865,922
19.12.2021 20:53:55
-3,600
86a7e8ffe0fa8e37c6ffd9f4c0c8ae6736f4898b
chore(DeploymentPlugin): relax cloud URL validation * according to: <uuid>.<region>.zeebe.<someHost>.<someTopLevelDomain>:443 closes
[ { "change_type": "MODIFY", "diff": "@@ -309,5 +309,6 @@ function shallowEquals(a, b) {\n}\nfunction validCloudUrl(url) {\n- return /^(https:\\/\\/|)[a-z\\d-]+\\.[a-z]+-\\d+\\.zeebe\\.camunda\\.io(:443|)\\/?/.test(url);\n+ return /^(https:\\/\\/|)[a-z\\d-]+\\.[a-z]+-\\d+\\.zeebe\\.[\\w.]+\\.[\\w]+(:443|)\\/?...
JavaScript
MIT License
camunda/camunda-modeler
chore(DeploymentPlugin): relax cloud URL validation * according to: <uuid>.<region>.zeebe.<someHost>.<someTopLevelDomain>:443 closes #2636
1
chore
DeploymentPlugin
780,866
19.12.2021 21:13:11
10,800
c04e03e2a1b269b9ff366e67be4b969ab095bd7a
chore(pkg): add `prepare` npm script to install husky
[ { "change_type": "MODIFY", "diff": "\"author\": \"E-Com Club <ti@e-com.club>\",\n\"license\": \"MIT\",\n\"scripts\": {\n+ \"prepare\": \"husky install\",\n\"postinstall\": \"lerna bootstrap --hoist && npm run startup\",\n\"startup\": \"node ./scripts/setup.js && npx lerna run --scope=@ecomplus/storefront-tw...
JavaScript
MIT License
ecomplus/storefront
chore(pkg): add `prepare` npm script to install husky
1
chore
pkg
306,653
19.12.2021 21:15:28
-19,080
96a581a377fb2a6dcef5f2b7a392af7a0ca6984d
feat(Dropdown): add the subinfo option when checkbox is true
[ { "change_type": "ADD", "diff": "+import * as React from 'react';\n+import { Dropdown } from '@/index';\n+import { Uncontrolled, Controlled } from './_common_/types';\n+\n+const options = [\n+ {\n+ label: 'Below 18',\n+ value: 'below_18',\n+ subInfo: 'People bewlow 18 years old',\n+ },\n+ {\n+ label: '19 - ...
TypeScript
MIT License
innovaccer/design-system
feat(Dropdown): add the subinfo option when checkbox is true
1
feat
Dropdown
780,866
19.12.2021 21:53:37
10,800
db7490c940711b3e70530b9b9bdd687a204a8f8f
perf(twbs/scss-reset): remove some ie specific workarounds
[ { "change_type": "MODIFY", "diff": "@@ -223,9 +223,6 @@ pre {\nmargin-bottom: 1rem;\n// Don't allow content to break outside\noverflow: auto;\n- // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n- // making it impossible to interact with the content\n- -ms-overflow-style: scrollbar;\n}...
JavaScript
MIT License
ecomplus/storefront
perf(twbs/scss-reset): remove some ie specific workarounds
1
perf
twbs/scss-reset
841,509
19.12.2021 22:03:00
28,800
2e89a4f5a8fda133a8d990ecfc0104e64075d15c
feat(cli): Setup packages for CLI
[ { "change_type": "MODIFY", "diff": "@@ -336,6 +336,21 @@ dependencies = [\n\"winapi\",\n]\n+[[package]]\n+name = \"clap\"\n+version = \"2.34.0\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+checksum = \"a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c\"\n+dependenci...
Rust
Apache License 2.0
swc-project/swc
feat(cli): Setup packages for CLI (#3070)
1
feat
cli
780,866
19.12.2021 22:07:38
10,800
020311e12fadac4e2d88ec0ae6649a2f41b7c75f
chore(template/cms): fix base config updating deprecated fields
[ { "change_type": "MODIFY", "diff": "@@ -109,16 +109,16 @@ export default ({ state }) => [\nrequired: false,\nname: 'start',\nwidget: 'datetime',\n- dateFormat: 'DD/MM/YYYY',\n- timeFormat: 'HH:mm'\n+ date_format: 'DD/MM/YYYY',\n+ time_format: 'HH:mm'\n},\n{\nlabel: 'Data de encerramento',\nrequired: false,\...
JavaScript
MIT License
ecomplus/storefront
chore(template/cms): fix base config updating deprecated fields
1
chore
template/cms
71,757
19.12.2021 22:48:37
-28,800
e4256c8f36e49aedb7b9f9b91fb4a88a031bdb49
fix(eks): cannot customize alb controller repository and version Close *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": "@@ -233,9 +233,11 @@ export class AlbController extends CoreConstruct {\n},\nregion: Stack.of(this).region,\nvpcId: props.cluster.vpc.vpcId,\n+ image: {\nrepository: props.repository ?? '602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller',\nt...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(eks): cannot customize alb controller repository and version (#18081) Close #18054 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
eks
841,390
19.12.2021 23:28:05
-32,400
7beaabd533c9f5f368da8baa7365c7e1a30f9512
feat(es/preset-env): Add ES2022 features to `preset-env`
[ { "change_type": "ADD", "diff": "+const fs = require(\"fs\");\n+const path = require(\"path\");\n+const data = require(\"@babel/compat-data/plugins\");\n+\n+const transform_data_json = path.join(\n+ __dirname,\n+ \"..\",\n+ \"src\",\n+ \"transform_data.json\"\n+);\n+\n+fs.writeFileSync(transform_data_json, ...
Rust
Apache License 2.0
swc-project/swc
feat(es/preset-env): Add ES2022 features to `preset-env` (#3072)
1
feat
es/preset-env
780,866
19.12.2021 23:33:12
10,800
7914426154ec2e4f0086324dc7b7ab2769efdac2
fix(twbs/colors): fix scss `theme-color-level` with `mix` function as bs original
[ { "change_type": "MODIFY", "diff": "@@ -78,9 +78,15 @@ $color-shift-weights: map-merge(\n// Request a theme color level\n@function theme-color-level($color-name: \"primary\", $level: 0) {\n$color: theme-color($color-name);\n- $weight: $level * $theme-color-interval;\n+ @if type-of($color) == color {\n+ $col...
JavaScript
MIT License
ecomplus/storefront
fix(twbs/colors): fix scss `theme-color-level` with `mix` function as bs original
1
fix
twbs/colors
730,504
20.12.2021 08:15:30
-19,080
c84198212c92784150c0aecc12f342ca86756f35
test(plugin-meetings): logger proxy set in before each hook
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,23 @@ import {\n_MEETING_UUID_\n} from '@webex/plugin-meetings/src/constants';\nimport MeetingInfoUtil from '@webex/plugin-meetings/src/meeting-info/utilv2';\n+import LoggerProxy from '@webex/plugin-meetings/src/common/logs/logger-proxy';\n+import LoggerConfi...
JavaScript
MIT License
webex/webex-js-sdk
test(plugin-meetings): logger proxy set in before each hook
1
test
plugin-meetings
730,504
20.12.2021 08:49:18
-19,080
9eede34066131b598ca7a2c07632d3270a387b7b
fix(plugin-meetings): create new correlation id except when meeting is just created by user
[ { "change_type": "MODIFY", "diff": "@@ -848,6 +848,7 @@ export default class Meeting extends StatelessWebexPlugin {\nthis.setUpLocusInfoListeners();\nthis.locusInfo.init(attrs.locus ? attrs.locus : {});\n+ this.isCreated = true;\n}\n/**\n@@ -3325,11 +3326,15 @@ export default class Meeting extends Stateless...
JavaScript
MIT License
webex/webex-js-sdk
fix(plugin-meetings): create new correlation id except when meeting is just created by user
1
fix
plugin-meetings
791,274
20.12.2021 09:05:05
28,800
2da36c95f44d5f88fd93cd949ab78823cea74fe7
fix(profiler): remove certificate expiration workaround
[ { "change_type": "MODIFY", "diff": "@@ -28,13 +28,6 @@ set -eo pipefail\n# Display commands being run.\nset -x\n-# Remove expired certificate; otherwise `go mod download` may fail.\n-# See https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/\n-# for more context.\n-sudo apt-get install -y ...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(profiler): remove certificate expiration workaround (#5222)
1
fix
profiler
217,922
20.12.2021 10:22:19
-3,600
6523f4218021e6b1ccc23b1a940e2fa0189dff3f
feat(collectables): categories are now sorted by level DESC
[ { "change_type": "MODIFY", "diff": "@@ -108,6 +108,7 @@ export class CollectablesComponent {\ncollectables: group.collectables.filter(c => c.level <= level)\n};\n}).filter(group => group.collectables.length > 0)\n+ .reverse()\n};\n});\n})\n", "new_path": "apps/client/src/app/pages/collectables/collectab...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(collectables): categories are now sorted by level DESC
1
feat
collectables
217,922
20.12.2021 10:28:16
-3,600
b62e21a4a925a80b641f0ff7059ab0c9102b6c50
fix(db): fixed spearfishing node positions missing icons
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ import { HttpClient } from '@angular/common/http';\nimport { SettingsService } from '../../../modules/settings/settings.service';\nimport { LazyDataFacade } from '../../../lazy-data/+state/lazy-data.facade';\nimport { mapIds } from '../../../core/data/so...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed spearfishing node positions missing icons
1
fix
db
667,705
20.12.2021 10:55:02
0
a758d2409a1c037c6602fd2c52ad485c895521bd
chore(v8): update V8 to 9.7-lkgr@96e2674d Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2 Action-Run: [1601512817](https://github.com/Tencent/Hippy/actions/runs/1601512817)
[ { "change_type": "MODIFY", "diff": "-This v8 release is auto generated by Github Action([1493929567][2]).\n+This v8 release is auto generated by Github Action([1601512817][2]).\n_Do NOT modify this release manually._\n-Refs: [9.7-lkgr][1]\n+Refs: [v8/v8@96e2674d][1]\n+Branch/Tag: 9.7-lkgr\n-[1]: https://git...
C++
Apache License 2.0
tencent/hippy
chore(v8): update V8 to 9.7-lkgr@96e2674d Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2 Action-Run: [1601512817](https://github.com/Tencent/Hippy/actions/runs/1601512817)
1
chore
v8
217,922
20.12.2021 11:01:01
-3,600
d79907d1766b30167c61e04a90442a9e77a72d75
feat(community-lists): added a search button to not trigger useless and broad search requests
[ { "change_type": "MODIFY", "diff": "@@ -176,7 +176,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\n}\nreturn this.http.get<{ lists: List[] }>('https://us-central1-ffxivteamcraft.cloudfunctions.net/searchCommunityLists', { params }).pipe(\nswitchMap(res => {\n- return t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(community-lists): added a search button to not trigger useless and broad search requests
1
feat
community-lists
217,922
20.12.2021 11:03:23
-3,600
de35c16af9cad098b9a41951462e7254418bdbf8
fix(search): fixed checkboxes breaking the selection page
[ { "change_type": "MODIFY", "diff": "</div>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\">\n<div>x{{item.amount | number:'1.0':translate.currentLang}}</div>\n+ <ng-container *ngIf=\"item.recipe\">\n<img *ngIf=\"(item.recipe.job | i18nRow:'jobAbbr' | async).en as icon\"\nalt=\"{{item.recipe.job | i18nRow:'jobAbb...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): fixed checkboxes breaking the selection page
1
fix
search
217,922
20.12.2021 11:03:49
-3,600
ea81531b1ed17a14d8a16cf320a4548705bb71c2
fix(log-tracker): added missing spearfishing nodes
[ { "change_type": "MODIFY", "diff": "27573,\n27579,\n27580,\n- 0,\n- 0,\n- 0,\n- 0,\n- 0,\n- 0,\n- 0,\n- 0,\n- 0,\n- 0,\n+ 36522,\n+ 36523,\n+ 36524,\n+ 36525,\n+ 36526,\n+ 36527,\n+ 36548,\n+ 36549,\n+ 36550,\n+ 36551,\n+ 36552,\n+ 36553,\n+ 36554,\n+ 36555,\n+ 36556,\n+ 36557,\n+ 36558,\n+ 36559,\n+ 36560,...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): added missing spearfishing nodes
1
fix
log-tracker
217,922
20.12.2021 11:12:22
-3,600
2ca1cee05a80f972e85f178018f8b6306deac810
fix(log-tracker): fixed log pages ordering in FSH tabs
[ { "change_type": "MODIFY", "diff": "@@ -66,10 +66,7 @@ export class FishingLogCacheService {\n});\ndisplay.tabs = display.tabs\n.sort((a, b) => {\n- if (a.id > 20000) {\n- return fshSpearLogOrder.indexOf(places[a.placeId].en) - fshSpearLogOrder.indexOf(places[b.placeId].en);\n- }\n- return fshLogOrder.index...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed log pages ordering in FSH tabs
1
fix
log-tracker
418,677
20.12.2021 11:15:56
-28,800
82dc6f10f7244a75f58922edda1b0625fc6cb90e
feat: add swagger doc & fix bug
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/doc/zh-cn/images/swagger1.jpg differ\n", "new_path": "doc/zh-cn/images/swagger1.jpg", "old_path": "doc/zh-cn/images/swagger1.jpg" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/doc/zh-cn/images/swagger2.jpg d...
TypeScript
MIT License
midwayjs/midway
feat: add swagger doc & fix bug (#1427)
1
feat
null
711,597
20.12.2021 11:20:58
-3,600
3f7d46d833e7e8f3c55ec88af64289cdd125366d
fix(admin-ui): Fix null property access error for configurable args Fixes
[ { "change_type": "MODIFY", "diff": "@@ -192,7 +192,7 @@ export class DynamicFormInputComponent\nprivate updateBindings(changes: SimpleChanges, componentRef: ComponentRef<FormInputComponent>) {\nif ('def' in changes) {\n- componentRef.instance.config = this.isConfigArgDef(this.def) ? this.def.ui : this.def;\...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix null property access error for configurable args Fixes #1296
1
fix
admin-ui
711,610
20.12.2021 11:25:37
-3,600
2f17b9a1fd373882581590fdfcd5d3acab5a8020
fix(core): Fix email verification for already-verified accounts Fixes
[ { "change_type": "MODIFY", "diff": "@@ -424,13 +424,11 @@ export class CustomerService {\n*/\nasync refreshVerificationToken(ctx: RequestContext, emailAddress: string): Promise<void> {\nconst user = await this.userService.getUserByEmailAddress(ctx, emailAddress);\n- if (user) {\n+ if (user && !user.verified...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix email verification for already-verified accounts (#1304) Fixes #1303
1
fix
core
426,727
20.12.2021 11:30:05
-10,800
064b9dde128a7c734bfaea16f1584c5e9e59903c
feat: add resetMouse command
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner-commands': minor\n+'@web/test-runner-webdriver': minor\n+---\n+\n+Add a resetMouse command that resets the mouse position and releases mouse buttons.\n", "new_path": ".changeset/shy-singers-love.md", "old_path": null }, { "change_type...
TypeScript
MIT License
modernweb-dev/web
feat: add resetMouse command (#1819)
1
feat
null
217,922
20.12.2021 11:35:01
-3,600
2d85de6907c9793471aa91b9386a1a906453b277
feat(layout): town bicolor gemstone traders are now ignored in area breakdown
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ export class ZoneBreakdown {\n// If we hide duplicates and it's bicolor gems, ignore eulmore and crystarium\nif (hideZoneDuplicates\n&& getItemSource(item, DataType.TRADE_SOURCES).some(ts => ts.trades.some(t => t.currencies.some(c => c.id === 26807)))\n-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(layout): town bicolor gemstone traders are now ignored in area breakdown
1
feat
layout
401,126
20.12.2021 11:35:27
18,000
253091bf5a05aed493b8bc757dbd08329a151418
fix: fix active tab value for TabList * fix: fix active tab value affects: * fix: minor naming fix affects:
[ { "change_type": "MODIFY", "diff": "@@ -13,23 +13,24 @@ const Component: FC<TabListProps> = memo(props => {\nhomePress = useKeyPress('Home'),\nendPress = useKeyPress('End'),\n[isFocused, setFocusState] = useState(false),\n- tabIds = useMemo(\n+ enabledTabIds = useMemo(\n() =>\nChildren.toArray(props.childre...
TypeScript
MIT License
medly/medly-components
fix: fix active tab value for TabList (#560) * fix: fix active tab value affects: @medly-components/core * fix: minor naming fix affects: @medly-components/core
1
fix
null
217,922
20.12.2021 11:46:21
-3,600
f9cb78e39e62376ceca90aaed2cce9a0499501bb
fix(gc-supply): fixed job icons not loading properly
[ { "change_type": "MODIFY", "diff": "required type=\"number\"/>\n</nz-input-group>\n<ng-template #jobIcon>\n- <img *ngIf=\"(+control | i18nRow:'jobAbbr' | async)?.en as icon\" alt=\"\" class=\"job-icon\" src=\"https://garlandtools.org/db/images/{{icon}}.png\">\n+ <img *ngIf=\"(+control | i18nRow:'jobAbbr' | ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gc-supply): fixed job icons not loading properly
1
fix
gc-supply
126,282
20.12.2021 11:46:44
-3,600
5e5b798a560f927c3e826371a3c43e99e8987e52
chore: create code of conduct markdown file
[ { "change_type": "ADD", "diff": "+# Contributor Covenant Code of Conduct\n+\n+## Our Pledge\n+\n+We as members, contributors, and leaders pledge to make participation in our\n+community a harassment-free experience for everyone, regardless of age, body\n+size, visible or invisible disability, ethnicity, sex...
Go
Apache License 2.0
codenotary/immudb
chore: create code of conduct markdown file (#1051)
1
chore
null
104,828
20.12.2021 11:47:06
-3,600
bbeefcb7d460dbdcdf062ea13d5b1cf63df1991a
test(table): update snapshots and vrt
[ { "change_type": "MODIFY", "diff": "Binary files a/packages/react/cypress-visual-screenshots/baseline/components/Dashboard/DashboardGrid.test.e2ex-DashboardGrid-lg-Card.png and b/packages/react/cypress-visual-screenshots/baseline/components/Dashboard/DashboardGrid.test.e2ex-DashboardGrid-lg-Card.png differ\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(table): update snapshots and vrt
1
test
table
217,922
20.12.2021 11:53:47
-3,600
477561eaa6ae9cb27d717feab3ee765fcb929364
fix(simulator): fixed custom simulator closes
[ { "change_type": "MODIFY", "diff": "(mouseWheelUp)=\"adjust('durability', 1)\" (mouseWheelDown)=\"adjust('durability', -1)\"></nz-input-number>\n</nz-form-control>\n</nz-form-item>\n- <nz-form-item>\n- <nz-form-label nzFor=\"suggCraft\">Suggested Craftsmanship</nz-form-label>\n- <nz-form-control>\n- <nz-inp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed custom simulator closes #2112
1
fix
simulator
217,922
20.12.2021 12:01:57
-3,600
2c0025a995e73b42bc12311c7c61223bd895d98a
fix(user-picker): proper loader display when request is running
[ { "change_type": "MODIFY", "diff": "</nz-form-item>\n</div>\n-<div *ngIf=\"result$ | async as results\" class=\"results\">\n<app-page-loader [loading]=\"loadingResults\">\n+ <div *ngIf=\"result$ | async as results\" class=\"results\">\n<nz-list *ngIf=\"results.length > 0; else noResults\"\n[nzDataSource]=\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(user-picker): proper loader display when request is running
1
fix
user-picker
217,922
20.12.2021 12:07:54
-3,600
c983c5bb2e75cfc78848d30c17d7f3530f95cbb4
fix(reset-timers): fixed some timers displaying weird 0-X counts
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import { TranslateService } from '@ngx-translate/core';\nimport { BehaviorSubject, combineLatest, Observable } from 'rxjs';\nimport { SoundNotificationService } from '../sound-notification/sound-notification.service';\nimport { SoundNotificationType } fr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(reset-timers): fixed some timers displaying weird 0-X counts
1
fix
reset-timers
777,379
20.12.2021 12:22:12
18,000
906ea4b38d442d2427597af5a44980daa5cad268
fix: Convert all experiment and job states to labels convert all experiment and job states to labels
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,12 @@ import Spinner from 'components/Spinner';\nimport TagList from 'components/TagList';\nimport TimeAgo from 'components/TimeAgo';\nimport TimeDuration from 'components/TimeDuration';\n-import { deletableRunStates, pausableRunStates, terminalRunStates } from...
Python
Apache License 2.0
determined-ai/determined
fix: Convert all experiment and job states to labels (#3351) convert all experiment and job states to labels
1
fix
null
217,922
20.12.2021 12:33:33
-3,600
76412251815b0f89809a84621807b2b275fab615
fix(layout): better filtering for housing vendors
[ { "change_type": "ADD", "diff": "+export const housingMaterialSuppliers = [\n+ 1005633,\n+ 1005640,\n+ 1005647,\n+ 1008837,\n+ 1008838,\n+ 1008839,\n+ 1008840,\n+ 1008841,\n+ 1008842,\n+ 1008843,\n+ 1008844,\n+ 1008845,\n+ 1008846,\n+ 1013117,\n+ 1013118,\n+ 1018662,\n+ 1018663,\n+ 1018664,\n+ 1018665,\n+ 1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): better filtering for housing vendors
1
fix
layout
791,834
20.12.2021 12:39:39
21,600
9e4753a0bd284918dc32bfd068141633bcda9d1e
misc: fix build-smokehouse-bundle build
[ { "change_type": "MODIFY", "diff": "* @property {Run[]} runs\n*/\n-import {strict as assert} from 'assert';\n+import assert from 'assert';\nimport log from 'lighthouse-logger';\n@@ -267,8 +267,8 @@ function getShardedDefinitions(testDefns, shardArg) {\nshards.push(testDefns.slice(index, index + shardSize));...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: fix build-smokehouse-bundle build (#13500)
1
misc
null
791,400
20.12.2021 12:52:10
18,000
fcf0cd01f45e7e114b92ea468f1b1feb774bae9d
chore(storage): skip TestErrorOnObjectsInsertCall This test fails with the updated version of the apiary library, but it will be re-enabled with a fix in
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ import (\nvar testEncryptionKey = []byte(\"secret-key-that-is-32-bytes-long\")\nfunc TestErrorOnObjectsInsertCall(t *testing.T) {\n+ t.Skip(\"Should be re-enabled after https://github.com/googleapis/google-cloud-go/pull/5210\")\nt.Parallel()\nctx := cont...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): skip TestErrorOnObjectsInsertCall (#5228) This test fails with the updated version of the apiary library, but it will be re-enabled with a fix in #5210.
1
chore
storage
791,834
20.12.2021 13:15:39
21,600
a26f8a52d05430eb7ad70bebeb951124e86010d7
core(fr): don't throw on unknown --only-categories value
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n+const log = require('lighthouse-logger');\n+\nconst Audit = require('../../audits/audit.js');\n/** @type {Record<keyof LH.FRBaseArtifacts, string>} */\n@@ -45,7 +47,7 @@ function getAuditIdsInCategories(allCategories, onlyCategories) {\nonlyCategories ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): don't throw on unknown --only-categories value (#13499)
1
core
fr
791,723
20.12.2021 13:17:47
28,800
06fe5b0ce41f2d23339b91e2e3e104baaf0ccd71
misc(git3po): only install latest git3po if out of date
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,11 @@ cd \"$DIRNAME\"\nSTART_AT=\"$(date +%s -d '1 day ago')000\"\n+# Only install if the version has bumped\n+installed_version=$(git3po --version)\n+latest_version=$(npm info git3po version)\n+if [[ \"$installed_version\" != \"$latest_version\" ]]; then\nnp...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(git3po): only install latest git3po if out of date (#13515)
1
misc
git3po
865,922
20.12.2021 13:22:20
-3,600
4af699fd9a7ca7a36aa2c47dc30c64dc4ee0602b
fix(FormEditor): #handleChanged on <attach> closes
[ { "change_type": "MODIFY", "diff": "@@ -66,13 +66,13 @@ export class FormEditor extends CachedComponent {\nlet { form } = this.getCached();\n+ this.listen('on');\n+\nif (this.ref.current) {\nform.attachTo(this.ref.current);\n}\nthis.checkImport();\n-\n- this.listen('on');\n}\ncomponentWillUnmount() {\n@@ -2...
JavaScript
MIT License
camunda/camunda-modeler
fix(FormEditor): #handleChanged on <attach> closes #2635
1
fix
FormEditor
617,455
20.12.2021 14:03:50
-3,600
9acd5abfead3fdcc8fee23c6e160c6c1afbf899e
feat(agreement): add a highlight on search agreements
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ function getIdccBody({ query, idccQuery }) {\n\"slug\",\n\"effectif\",\n\"cdtnId\",\n+ \"highlight\",\n],\nquery: {\nbool: {\n", "new_path": "packages/code-du-travail-api/src/routes/idcc/idcc.elastic.js", "old_path": "packages/code-du-travail-api...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(agreement): add a highlight on search agreements (#4117) Co-authored-by: carolineBda <caroline.bourdeu@gmail.com>
1
feat
agreement
617,455
20.12.2021 14:04:22
-3,600
a29de2a574d3decab43dbaaf7f3ffd722e5dabd5
feat(agreement): add an highlight on agreement
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ function getSearchBody({ source, slug }) {\n\"cdtnId\",\n\"covisits\",\n\"source\",\n+ \"highlight\", // convention-collective\n],\nquery: {\nbool: {\n", "new_path": "packages/code-du-travail-api/src/routes/items/searchBySourceSlug.elastic.js", "...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(agreement): add an highlight on agreement (#4115) Co-authored-by: carolineBda <caroline.bourdeu@gmail.com>
1
feat
agreement
617,479
20.12.2021 14:05:03
-3,600
ea40db7b9258943c9ece6af3498f4f0c0f24c1b5
fix(k8s): increase www pod requests to reduce HPA issues
[ { "change_type": "MODIFY", "diff": "@@ -335,10 +335,10 @@ spec:\nresources:\nlimits:\ncpu: 500m\n- memory: 560Mi\n+ memory: 768Mi\nrequests:\n- cpu: 200m\n- memory: 256Mi\n+ cpu: 300m\n+ memory: 512Mi\nstartupProbe:\nfailureThreshold: 12\nhttpGet:\n", "new_path": ".k8s/__tests__/__snapshots__/kosko gene...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(k8s): increase www pod requests to reduce HPA issues (#4100)
1
fix
k8s
617,479
20.12.2021 14:06:58
-3,600
05e76a82a960a98b93b5efd804ebeff3baa10746
fix(secu): add k8s network policies and update snaps
[ { "change_type": "MODIFY", "diff": "@@ -265,6 +265,27 @@ spec:\n- api-code-du-travail-numerique-mybranch.dev2.fabrique.social.gouv.fr\nsecretName: wildcard-crt\n---\n+apiVersion: networking.k8s.io/v1\n+kind: NetworkPolicy\n+metadata:\n+ name: netpol-code-du-travail-numerique-mybranch\n+ namespace: code-du-t...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(secu): add k8s network policies and update snaps (#4109)
1
fix
secu
711,597
20.12.2021 14:16:12
-3,600
a983f2491230e9180ff7b860b66b46adfda6e1ab
fix(core): Correctly record stock movement when modifying orders Fixes
[ { "change_type": "MODIFY", "diff": "@@ -26,12 +26,14 @@ import {\nimport {\nAddManualPayment,\nAdminTransition,\n+ CreateFulfillment,\nCreatePromotion,\nCreateShippingMethod,\nErrorCode,\nGetOrder,\nGetOrderHistory,\nGetOrderWithModifications,\n+ GetStockMovement,\nGlobalFlag,\nHistoryEntryType,\nLanguageCo...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correctly record stock movement when modifying orders Fixes #1210
1
fix
core
777,422
20.12.2021 14:26:50
28,800
a0a5a8cfa34a20cbbe7c18e8ba878802eb93c206
chore: fix trial log readability make test trial logs readable
[ { "change_type": "MODIFY", "diff": "@@ -314,7 +314,7 @@ def check_if_string_present_in_trial_logs(trial_id: int, target_string: str) ->\nfor log_line in logs:\nif target_string in log_line:\nreturn True\n- print(f\"{target_string} not found in trial {trial_id} logs: {logs}\", file=sys.stderr)\n+ print(f\"{t...
Python
Apache License 2.0
determined-ai/determined
chore: fix trial log readability (#3356) make test trial logs readable
1
chore
null
791,682
20.12.2021 14:46:20
18,000
aa8d451a69782b5949a263dbb93865efcd2e0443
core(object-alt): remove md syntax around "alt"
[ { "change_type": "MODIFY", "diff": "@@ -15,11 +15,11 @@ const i18n = require('../../lib/i18n/i18n.js');\nconst UIStrings = {\n/** Title of an accesibility audit that evaluates if all object elements have an alt HTML attribute that describes their contents. This title is descriptive of the successful state a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(object-alt): remove md syntax around "alt" (#13517)
1
core
object-alt
777,376
20.12.2021 14:46:53
18,000
98c69adbf71ceb20eff960192201df2d3295a8be
chore: More info for test failure
[ { "change_type": "MODIFY", "diff": "+import json\nimport operator\nimport tempfile\nimport time\n-from typing import Dict, Set\n+from typing import Any, Dict, Set\nimport pytest\nimport yaml\n@@ -79,21 +80,41 @@ def run_gc_checkpoints_test(checkpoint_storage: Dict[str, str]) -> None:\nfor i in range(max_che...
Python
Apache License 2.0
determined-ai/determined
chore: More info for test failure [DET-6347] (#3353)
1
chore
null
366,944
20.12.2021 15:06:30
-32,400
010e3cabcb1b211f4e508d056d25d6c230d28cd8
docs: delete deprecated Component
[ { "change_type": "MODIFY", "diff": "# Tooltip\n```tsx\n-import { LightTooltip, DarkTooltip } from 'smarthr-ui'\n+import { Tooltip } from 'smarthr-ui'\n-// LightTooltip\n-<LightTooltip message=\"Text in tooltip\">\n- Displayed text\n-</LightTooltip>\n-\n-// DarkTooltip\n-<DarkTooltip\n- message={<span>You ca...
TypeScript
MIT License
kufu/smarthr-ui
docs: delete deprecated Component (#2142)
1
docs
null
306,320
20.12.2021 15:10:56
0
316ffc25817689288a43c5c49db695c13d3162f5
chore: re-add parallelism to CI scripts Since is fixed
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,6 @@ process_args () {\nINFRACOST_BINARY=${INFRACOST_BINARY:-infracost}\n# Export as it's used by infracost, not this script\n- export INFRACOST_PARALLELISM=1 # TODO: remove this once we have fixed race conditions, https://github.com/infracost/infracost/issue...
Go
Apache License 2.0
infracost/infracost
chore: re-add parallelism to CI scripts Since #1202 is fixed
1
chore
null