hash
stringlengths
40
40
diff
stringlengths
172
2.63k
message
stringlengths
12
593
project
stringlengths
7
65
split
stringclasses
1 value
diff_languages
stringclasses
54 values
54a455602af46c7d561bd87a31e19f32ff3b5f64
diff --git a/sentry_sdk/integrations/wsgi.py b/sentry_sdk/integrations/wsgi.py index <HASH>..<HASH> 100644 --- a/sentry_sdk/integrations/wsgi.py +++ b/sentry_sdk/integrations/wsgi.py @@ -87,7 +87,7 @@ class SentryWsgiMiddleware(object): scope.add_event_processor(_make_wsgi_event_processor(environ))...
fix: Remove WSGI transaction logic (#<I>)
getsentry_sentry-python
train
py,py
09059fb491b4158a25981eb5598262b43a18c6ae
diff --git a/lib/fetch/index.js b/lib/fetch/index.js index <HASH>..<HASH> 100644 --- a/lib/fetch/index.js +++ b/lib/fetch/index.js @@ -434,13 +434,13 @@ function fetching ({ // 3. Append `Accept`/value to request’s header list. request.headersList.append('accept', value) + } - // 12. If request’s head...
fix: fetch move out step from cond
mcollina_undici
train
js
863e4fdffa1931f49a83e93d6d5a53b07a05495d
diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js index <HASH>..<HASH> 100755 --- a/ui/src/components/select/QSelect.js +++ b/ui/src/components/select/QSelect.js @@ -1439,6 +1439,7 @@ export default createComponent({ floatingLabel: computed(() => (props.hideSelecte...
fix(QField): fix detection of floating label when value is number #<I> (#<I>)
quasarframework_quasar
train
js
2b104b44bc6f6ae9d6f11cc6d90558f5c1d67407
diff --git a/packages/@vue/cli-service-global/lib/globalConfigPlugin.js b/packages/@vue/cli-service-global/lib/globalConfigPlugin.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service-global/lib/globalConfigPlugin.js +++ b/packages/@vue/cli-service-global/lib/globalConfigPlugin.js @@ -107,7 +107,10 @@ module.e...
fix(cli-service-global): fix eslint-loader config (close #<I>) (#<I>) By including the parserOptions as we do when we create an actual eslint config for normal projects, we get ESnext support for eslint during `vue serve`
vuejs_vue-cli
train
js
aaa9a3152bf1aa9098167f9c013581439b484df6
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -843,7 +843,7 @@ function readRuleList(rule, callback, isJson) { } var len = rule.list && rule.list.length; var isBin = protoMgr.isBinProtocol(rule.name); - var readFile = fm[(isBi...
feat: support matching multiple rules with the same name
avwo_whistle
train
js
4a0b3cf83e5cac104f706d5fc448b69f556c5d38
diff --git a/lib/workers/repository/finalise/index.js b/lib/workers/repository/finalise/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/finalise/index.js +++ b/lib/workers/repository/finalise/index.js @@ -13,5 +13,4 @@ async function finaliseRepo(config, branchList) { await platform.ensureIssueClos...
fix: move cleanRepo to finally
renovatebot_renovate
train
js,js
a3eea923fce3bcfc1f9e9edd2874e0b77f51de0f
diff --git a/src/chip/chips.js b/src/chip/chips.js index <HASH>..<HASH> 100644 --- a/src/chip/chips.js +++ b/src/chip/chips.js @@ -8,7 +8,7 @@ import {fireEvent} from '../common/events'; @customAttribute('md-chips') @inject(Element) export class MdChips { - @bindable() autocompleteData = {}; + @bindable() autocomp...
feat(md-chips): Fixed broken autocomplete binding The binding for using autocomplete in Chips has changed: <URL>
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
c8c1345d45756208dfe8a727211d97a9c2646576
diff --git a/src/Tabs/Tabs.js b/src/Tabs/Tabs.js index <HASH>..<HASH> 100644 --- a/src/Tabs/Tabs.js +++ b/src/Tabs/Tabs.js @@ -9,7 +9,7 @@ const styles = theme => ({ tabs: { extend: isolateMixin, display: 'inline-flex', - fontFamily: theme.fontFamily, + fontFamily: theme.tabs.fontFamily, padding...
feat(Tabs): added fontFamily for tabs
rambler-digital-solutions_rambler-ui
train
js,js
b6c195daba1906759f40dfb430832cbcdcc1cd73
diff --git a/java-automl/synth.py b/java-automl/synth.py index <HASH>..<HASH> 100644 --- a/java-automl/synth.py +++ b/java-automl/synth.py @@ -18,6 +18,8 @@ import synthtool as s import synthtool.gcp as gcp import synthtool.languages.java as java +AUTOSYNTH_MULTIPLE_COMMITS = True + gapic = gcp.GAPICGenerator() ...
chore: enable context aware commits (#<I>)
googleapis_google-cloud-java
train
py
852e14fbb85cc8e6ac5522d5eaeb1e61623f505d
diff --git a/lib/core/sdam/server_description.js b/lib/core/sdam/server_description.js index <HASH>..<HASH> 100644 --- a/lib/core/sdam/server_description.js +++ b/lib/core/sdam/server_description.js @@ -19,6 +19,13 @@ const WRITABLE_SERVER_TYPES = new Set([ ServerType.Mongos ]); +const DATA_BEARING_SERVER_TYPES =...
feat: add concept of `data-bearing` type to `ServerDescription`
mongodb_node-mongodb-native
train
js
89ddcfe50591f02c5b06d8ec354483ca2247b3fd
diff --git a/lib/user.js b/lib/user.js index <HASH>..<HASH> 100755 --- a/lib/user.js +++ b/lib/user.js @@ -95,17 +95,27 @@ var user = { options.limit = params.limit ? params.limit : 0 options.sort = params.sort ? params.sort : 0 + if(match.movieType == null) + delete match.movieType + + ...
fix(search): MovieType should only apply on movies if not null
ezseed_database
train
js
bc37915379d5b58b319c43d3d154993febcc063d
diff --git a/test/relay_lazy.js b/test/relay_lazy.js index <HASH>..<HASH> 100644 --- a/test/relay_lazy.js +++ b/test/relay_lazy.js @@ -315,7 +315,7 @@ allocCluster.test('relay request times out', { 'expected timeout error'); assert.notOk(res, 'expected no response'); - setTimeout(fi...
test: bump timeout delay to be bigger for travis
uber_tchannel-node
train
js
72868493273dfd07100418a4c6339bc291c3bd75
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,8 @@ node_modules_bin_dir = os.path.join(project_dir, 'node_modules', '.bin') # ReadTheDocs build image, which supports Node.js out of the box. This is # specified in the readthedocs.yml in the root...
chore: don't install optional deps on RTD
apiaryio_dredd
train
py
6337f055c95e8a13bfa49e508bcf3949ddc4de5f
diff --git a/watson_developer_cloud/watson_service.py b/watson_developer_cloud/watson_service.py index <HASH>..<HASH> 100755 --- a/watson_developer_cloud/watson_service.py +++ b/watson_developer_cloud/watson_service.py @@ -319,7 +319,7 @@ class WatsonService(object): credential_file_path = file_path ...
chore(credential): Update file to be opened as a text
watson-developer-cloud_python-sdk
train
py
72b90fda9690eb4b8dee850e33fc8d05f4642b9b
diff --git a/classes/ValidFormBuilder/ValidForm.php b/classes/ValidFormBuilder/ValidForm.php index <HASH>..<HASH> 100644 --- a/classes/ValidFormBuilder/ValidForm.php +++ b/classes/ValidFormBuilder/ValidForm.php @@ -287,6 +287,12 @@ class ValidForm extends ClassDynamic const VFORM_COMPARISON_CONTAINS = "contains"; ...
feat(conditions): add 'does not contain' condition
validformbuilder_validformbuilder
train
php,js
c7e5bcb05c33f6c05161a7e684b5ec7bae6fbe19
diff --git a/src/components/ComposedModal/ComposedModal.js b/src/components/ComposedModal/ComposedModal.js index <HASH>..<HASH> 100644 --- a/src/components/ComposedModal/ComposedModal.js +++ b/src/components/ComposedModal/ComposedModal.js @@ -209,6 +209,7 @@ export class ModalFooter extends Component { primaryButt...
fix: react warning in ComposedModal component, resolves #<I> (#<I>)
carbon-design-system_carbon-components-react
train
js
d64e2a62771cbb2f32c35f30b721359d8fdba7ed
diff --git a/src/Models/Universe/UniverseName.php b/src/Models/Universe/UniverseName.php index <HASH>..<HASH> 100644 --- a/src/Models/Universe/UniverseName.php +++ b/src/Models/Universe/UniverseName.php @@ -23,6 +23,7 @@ namespace Seat\Eveapi\Models\Universe; use Illuminate\Database\Eloquent\Model; +use Seat\Eveapi...
feat(relationship): link universe name and affiliation
eveseat_eveapi
train
php
78082288d40bfe8f0befa19bc5a7cab49374fff9
diff --git a/src/test/java/com/aparapi/runtime/Issue55Test.java b/src/test/java/com/aparapi/runtime/Issue55Test.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/aparapi/runtime/Issue55Test.java +++ b/src/test/java/com/aparapi/runtime/Issue55Test.java @@ -35,6 +35,9 @@ public class Issue55Test { public void se...
refactor: Cleanup code to make Codacy happy
Syncleus_aparapi
train
java
6eaa3336adcea2154fe379d4d376bd06c1f27002
diff --git a/react/AccordionItem/AccordionItem.js b/react/AccordionItem/AccordionItem.js index <HASH>..<HASH> 100644 --- a/react/AccordionItem/AccordionItem.js +++ b/react/AccordionItem/AccordionItem.js @@ -26,7 +26,6 @@ function AccordionItem({ const [isOpen, setIsOpen] = useState(open); const buttonClasses = ...
feat(AccordionItem): Add AccordionItem (#<I>)
seek-oss_seek-style-guide
train
js
c199094a3de13eec35b0f4493bcf9670c0c11466
diff --git a/src/cobra/util/process_pool.py b/src/cobra/util/process_pool.py index <HASH>..<HASH> 100644 --- a/src/cobra/util/process_pool.py +++ b/src/cobra/util/process_pool.py @@ -79,8 +79,9 @@ class ProcessPool: exc_tb: Optional[TracebackType], ) -> Optional[bool]: """Clean up resources when ...
fix: delay clean up to avoid access error
opencobra_cobrapy
train
py
c4da9ed9e61550b186c067c991e77f3fc03aa5da
diff --git a/src/reporter.js b/src/reporter.js index <HASH>..<HASH> 100644 --- a/src/reporter.js +++ b/src/reporter.js @@ -1,4 +1,3 @@ -var selectedSpinner = 0; var chalk = require('chalk'); var readline = require('readline'); var _ = require('underscore'); @@ -10,6 +9,7 @@ var spinners = [ '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏', '...
fix(reporter): use supported spinner for windows
damonjs_damon
train
js
f77b0bf535b83d354ed99c030ec12b219eeb1620
diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js index <HASH>..<HASH> 100644 --- a/lib/plugins/load-plugin.js +++ b/lib/plugins/load-plugin.js @@ -176,7 +176,7 @@ var addParserApi = function(req, conn, state, reqId) { curState = req.curReceiveState; prevState = req.prevReceiveState; ...
refactor: auto emit state change
avwo_whistle
train
js
eac3bfb0447a0001863369cc2e5f0d1743c21b55
diff --git a/src/core/services/interimElement/interimElement.js b/src/core/services/interimElement/interimElement.js index <HASH>..<HASH> 100644 --- a/src/core/services/interimElement/interimElement.js +++ b/src/core/services/interimElement/interimElement.js @@ -724,6 +724,11 @@ function InterimElementProvider() { ...
fix(interimElement): added missing scope dispose to fix memory leak (#<I>)
angular_material
train
js
6884f5350d275031e0131b88202127724598fe90
diff --git a/docs/src/app/components/containers/components/DatePicker.js b/docs/src/app/components/containers/components/DatePicker.js index <HASH>..<HASH> 100644 --- a/docs/src/app/components/containers/components/DatePicker.js +++ b/docs/src/app/components/containers/components/DatePicker.js @@ -101,7 +101,7 @@ expor...
fix: DatePicker Remove maxLength DatePicker remove maxLength inorder to work with iPhone
Pearson-Higher-Ed_compounds
train
js
6ada1cd2755b2bed25bec3a334b3fcc181d1b162
diff --git a/tabula/file_util.py b/tabula/file_util.py index <HASH>..<HASH> 100644 --- a/tabula/file_util.py +++ b/tabula/file_util.py @@ -52,8 +52,9 @@ def localize_file(path_or_buffer, user_agent=None, suffix=".pdf"): fname, ext = os.path.splitext(filename) filename = "{}{}".format(fname[:MAX_FILE_S...
chore: ensure to use tempdir for localize_file
chezou_tabula-py
train
py,py
75126deff3bbd2374001aef6fd6ec2fad586545e
diff --git a/consent/manager_memory.go b/consent/manager_memory.go index <HASH>..<HASH> 100644 --- a/consent/manager_memory.go +++ b/consent/manager_memory.go @@ -412,11 +412,14 @@ func (m *MemoryManager) GetLoginRequest(ctx context.Context, challenge string) ( return nil, errors.WithStack(x.ErrNotFound) } + m.m...
fix(consent): Fix concurrent write and read on map (#<I>) Closes #<I>
ory_hydra
train
go
33594984545bd05f6387150bcaf89ecae5630a9c
diff --git a/src/Module.php b/src/Module.php index <HASH>..<HASH> 100644 --- a/src/Module.php +++ b/src/Module.php @@ -92,6 +92,14 @@ class Module implements public function getConsoleUsage(Console $console) { return [ + // queue commands + 'queue mongo <name>' => 'Starts the wo...
docs: Add console usage for the queue commands.
yawik_core
train
php
eff3f6c90428ddd2d988c9b686d92488c6430b77
diff --git a/reflect.go b/reflect.go index <HASH>..<HASH> 100644 --- a/reflect.go +++ b/reflect.go @@ -267,6 +267,9 @@ func (r *Reflector) reflectStructFields(st *Type, definitions Definitions, t ref if t.Kind() == reflect.Ptr { t = t.Elem() } + if t.Kind() != reflect.Struct { + return + } for i := 0; i < t.N...
fix: ignore anonymous fields if not of type struct
alecthomas_jsonschema
train
go,go
0d89cbf2627512412ae0bfc89f01966db2499526
diff --git a/docs/lists.stories.js b/docs/lists.stories.js index <HASH>..<HASH> 100644 --- a/docs/lists.stories.js +++ b/docs/lists.stories.js @@ -10,7 +10,11 @@ stories.add('list', () => { const selectedClass = radios('type', { default: 'is-disc', 'is-circle': 'is-circle', - 'is-square': 'is-square', ...
docs(storybook): updating storybook updating storybook to implement the two final lists #<I>
nostalgic-css_NES.css
train
js
09050aee62fd5f8bcf656cfb1e74c5fb4479e385
diff --git a/superset/examples/country_map.py b/superset/examples/country_map.py index <HASH>..<HASH> 100644 --- a/superset/examples/country_map.py +++ b/superset/examples/country_map.py @@ -100,6 +100,7 @@ def load_country_map_data(only_metadata: bool = False, force: bool = False) -> N "optionName": "metr...
fix: select country in examples chart (#<I>)
apache_incubator-superset
train
py
df68ce4bc5da71f9cbc763e356d777a6cbb4f6c6
diff --git a/packages/application-shell/src/test-utils/test-utils.js b/packages/application-shell/src/test-utils/test-utils.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/test-utils/test-utils.js +++ b/packages/application-shell/src/test-utils/test-utils.js @@ -169,7 +169,8 @@ const denormalizeActi...
fix(app-shell): denormalization of action rights (#<I>)
commercetools_merchant-center-application-kit
train
js
569e572de918b9182edf203f15fbd1d233d9e83c
diff --git a/packages/soya-next-cli/src/index.js b/packages/soya-next-cli/src/index.js index <HASH>..<HASH> 100644 --- a/packages/soya-next-cli/src/index.js +++ b/packages/soya-next-cli/src/index.js @@ -39,11 +39,11 @@ const dependencies = [ "react-dom@16.8.6", "react-redux@5.0.7", "redux@4.0.0", - "soya-next...
fix: bump cli script to install <I> packages (#<I>)
traveloka_soya-next
train
js
dc85088564e62111b76981e730d9676ec4fe1014
diff --git a/lib/hooks.js b/lib/hooks.js index <HASH>..<HASH> 100644 --- a/lib/hooks.js +++ b/lib/hooks.js @@ -28,7 +28,7 @@ exports.getHooksFromPlugins = function (env_config, type, name, args) { exports.run = function (env_config, type, name, args) { log.verbose('hooks', 'Running %s hook %s', type, name) - var...
fix(hooks): pass env_config to `getHooksFromPlugins` method
hoodiehq_hoodie-server
train
js
417875b9f643bec470ab74702afc9ac05368b408
diff --git a/common/oatbox/filesystem/FileSystemHandler.php b/common/oatbox/filesystem/FileSystemHandler.php index <HASH>..<HASH> 100644 --- a/common/oatbox/filesystem/FileSystemHandler.php +++ b/common/oatbox/filesystem/FileSystemHandler.php @@ -32,7 +32,7 @@ abstract class FileSystemHandler implements ServiceLocatorA...
fix: change accessibility of `UNSERIALIZABLE_PROPERTIES` const
oat-sa_generis
train
php
c141add67b079970329b27fe839c52faff53c877
diff --git a/test/environments.js b/test/environments.js index <HASH>..<HASH> 100644 --- a/test/environments.js +++ b/test/environments.js @@ -121,12 +121,6 @@ class ShardedEnvironment extends EnvironmentBase { { replSet: 'rs1' } - ), - shardingManager.addShard( - [genMongo...
test: remove second shard from sharded test runner
mongodb-js_mongodb-core
train
js
b8719271cb34f285660cf81c37f5facc0db58157
diff --git a/dev/test/cypress/integration/web-extend.spec.js b/dev/test/cypress/integration/web-extend.spec.js index <HASH>..<HASH> 100644 --- a/dev/test/cypress/integration/web-extend.spec.js +++ b/dev/test/cypress/integration/web-extend.spec.js @@ -84,7 +84,7 @@ const searchForBag = () => { store: { merchantId }...
fix(test): use should where applicable, fix visit CDPIP-OPS
emartech_magento2-extension
train
js
cb05aa11993a2fff790e1391cf206062a8f2a262
diff --git a/lib/epubmaker/epubcommon.rb b/lib/epubmaker/epubcommon.rb index <HASH>..<HASH> 100644 --- a/lib/epubmaker/epubcommon.rb +++ b/lib/epubmaker/epubcommon.rb @@ -486,15 +486,7 @@ EOT end def legacy_cover_and_title_file(loadfile, writefile) - @title = config['booktitle'] - s = '' - Fi...
refactor: just copy a file
kmuto_review
train
rb
d61ad292ccb9bc20142566320934d22add9ad98e
diff --git a/karma/browserstack-chrome.conf.js b/karma/browserstack-chrome.conf.js index <HASH>..<HASH> 100644 --- a/karma/browserstack-chrome.conf.js +++ b/karma/browserstack-chrome.conf.js @@ -42,9 +42,9 @@ module.exports = function (config) { 'chrome-19.0', 'chrome-18.0', 'chrome-17.0', - ...
chore(build): disable faulty browserstack runners
JamieMason_Jasmine-Matchers
train
js
d8208237f2d5ad79abde5d21b5b9bd8bf5b31204
diff --git a/lib/git.js b/lib/git.js index <HASH>..<HASH> 100644 --- a/lib/git.js +++ b/lib/git.js @@ -108,7 +108,7 @@ async function deleteTag(origin, tagName) { debug('delete local tag', shell); // Delete the tag remotely - shell = await execa('git', ['push', '-d', origin, tagName], {reject: false}); + shel...
fix: use long option to delete tag in git push
semantic-release_semantic-release
train
js
7fad7b25ebb0f5277cf7e2007629c767803c480f
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -45,11 +45,11 @@ internals.convert = joiObject => { } if (meta._mongoose) { - for (const key of Object.keys(meta._mongoose)) { + for (const [key, value] of Object.entries(meta._mon...
refactor: get the values using Object.entries() instead of Object.keys() as index
yoitsro_joigoose
train
js
3c1d9b793b6b7356b0c76c5b1e07a096b2a0a7ba
diff --git a/HISTORY.md b/HISTORY.md index <HASH>..<HASH> 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -14,6 +14,7 @@ unreleased - Add extensions to HEIC image types - Add new mime types - Add `text/mdx` with extension `.mdx` + * perf: prevent internal `throw` on invalid type 1.6.16 / 2018-02-16 ====...
perf: prevent internal throw on invalid type closes #<I>
jshttp_type-is
train
md,js,js
2002afed679c635ee01f12bec8c5b551ca9b6d14
diff --git a/test/examples/webpack.test.js b/test/examples/webpack.test.js index <HASH>..<HASH> 100644 --- a/test/examples/webpack.test.js +++ b/test/examples/webpack.test.js @@ -65,7 +65,13 @@ describe('webpack app', function() { var body = JSON.parse(server.requests[0].requestBody); expect(body.access_tok...
test: accommodate travis chrome at <I>
rollbar_rollbar.js
train
js
52e04c4f4eddc1bf13de1a8d507fcdbb1787fd77
diff --git a/lib/prepare.js b/lib/prepare.js index <HASH>..<HASH> 100644 --- a/lib/prepare.js +++ b/lib/prepare.js @@ -230,7 +230,7 @@ async function genRoutesFile ({ siteData: { pages }, sourceDir, pageFiles }) { function genRoute ({ path: pagePath }, index) { const file = pageFiles[index] const filePath ...
fix: redirect */index.html to */ (close #<I>)
vuejs_vuepress
train
js
430588b219e5fba44c11ec0716fca6db88b5663a
diff --git a/src/createMixin.js b/src/createMixin.js index <HASH>..<HASH> 100644 --- a/src/createMixin.js +++ b/src/createMixin.js @@ -17,9 +17,7 @@ export default GlobalEmitter => ({ return true; }, deleteProperty: (target, key) => { - GlobalEmitter.removeListener(key, this.$options.socke...
fix(mixin): `sockets` props should be preserved Fixes: #<I>
probil_vue-socket.io-extended
train
js
101786916eac2fae3acc4c7bd5bea11fc1955a1f
diff --git a/src/Command/CommandInterface.php b/src/Command/CommandInterface.php index <HASH>..<HASH> 100644 --- a/src/Command/CommandInterface.php +++ b/src/Command/CommandInterface.php @@ -4,4 +4,6 @@ namespace EMS\CommonBundle\Command; interface CommandInterface { + public const EXECUTE_SUCCESS = 0; + publ...
feat: add consts execute results (#<I>) (#<I>)
ems-project_EMSCommonBundle
train
php
a2a35330169a8c7b9abbcfcbdacb91a0b995fcab
diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js index <HASH>..<HASH> 100644 --- a/src/components/VSelect/VSelect.js +++ b/src/components/VSelect/VSelect.js @@ -266,7 +266,7 @@ export default { }, isBooted () { this.$nextTick(() => { - if (this.content instanceo...
fix(VSelect): check for addEventListener in isBooted watcher Turns out IE<I> doesn't know what an EventTarget is Fixes #<I> Regression from #<I>
vuetifyjs_vuetify
train
js
3633d3395574fc87d734e31e40f4b19eaa3045c3
diff --git a/lib/log.js b/lib/log.js index <HASH>..<HASH> 100644 --- a/lib/log.js +++ b/lib/log.js @@ -292,8 +292,9 @@ log.emitLog = function (m) { var disp = log.disp[m.level] != null ? log.disp[m.level] : m.level this.clearProgress() m.message.split(/\r?\n/).forEach(function (line) { - if (this.heading) {...
fix: evaluate this.heading only once Some implementations define this w/ a getter which changes each time it's accessed Credit: @Gcaufy <URL>
npm_npmlog
train
js
157852eedb33f876a715b4362174bfd5f45804df
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -2829,6 +2829,8 @@ class GeSHi { GeSHi::hsc(strtoupper($word)), '<DOT>'), $this->language_data['URLS'][$k] ) . '">'; + ...
fix: this could produce wrong markup with the conditional below
GeSHi_geshi-1.0
train
php
c969cd3b7a704e7b3b4a0f888512d9e190ef93bc
diff --git a/quasar/src/components/pagination/QPagination.js b/quasar/src/components/pagination/QPagination.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/pagination/QPagination.js +++ b/quasar/src/components/pagination/QPagination.js @@ -3,6 +3,7 @@ import Vue from 'vue' import QBtn from '../btn/QBtn.js' ...
fix(QPagination): [v1] QPagination - Error while entering page number #<I>
quasarframework_quasar
train
js
c7592395da803983936d2551ffb57b7ae491fda9
diff --git a/src/scale/Interval.js b/src/scale/Interval.js index <HASH>..<HASH> 100644 --- a/src/scale/Interval.js +++ b/src/scale/Interval.js @@ -101,7 +101,7 @@ var IntervalScale = Scale.extend({ if (extent[0] < niceTickExtent[0]) { if (expandToNicedExtent) { - ticks.push(roundN...
fix(interval): optimize number rounding on minor ticks.
apache_incubator-echarts
train
js
b2541e8c03e088f1c9ce056b2262fca485c964da
diff --git a/src/fields/ColourSwatches.php b/src/fields/ColourSwatches.php index <HASH>..<HASH> 100644 --- a/src/fields/ColourSwatches.php +++ b/src/fields/ColourSwatches.php @@ -286,8 +286,6 @@ class ColourSwatches extends Field implements PreviewableFieldInterface, Sortabl */ public function getTableAttrib...
fix(tableattributes): fixed array read
Rias500_craft-colour-swatches
train
php
44b0f15a61778d9a0c85cf29c5cfc577ea4594e2
diff --git a/pkg/api/org_invite.go b/pkg/api/org_invite.go index <HASH>..<HASH> 100644 --- a/pkg/api/org_invite.go +++ b/pkg/api/org_invite.go @@ -60,9 +60,7 @@ func AddOrgInvite(c *m.ReqContext, inviteDto dtos.AddInviteForm) Response { } // send invite email - c.Logger.Error("sending?") if inviteDto.SendEmail ...
fix: removed log calls used while troubleshooting
grafana_grafana
train
go
b38011d4e2ecd52dc527026591dc0d56a4efe9fd
diff --git a/rqalpha/data/data_source.py b/rqalpha/data/data_source.py index <HASH>..<HASH> 100644 --- a/rqalpha/data/data_source.py +++ b/rqalpha/data/data_source.py @@ -88,8 +88,9 @@ class LocalDataSource: if v.type == 'CS' and any(c in v.concept_names.split('|') for c in concepts)] def get_tr...
fix: trading dates should include end_date
ricequant_rqalpha
train
py
198b093559895c02d25191c7c7ca662e7045c5ea
diff --git a/src/transform/__specs__/object.spec.js b/src/transform/__specs__/object.spec.js index <HASH>..<HASH> 100644 --- a/src/transform/__specs__/object.spec.js +++ b/src/transform/__specs__/object.spec.js @@ -42,4 +42,13 @@ describe('transform/object', function () { expect(function () { object.toJSON(safeO...
fix: Make sure we don't pass undefined to JSON.parse (#<I>) * Make sure we don't pass undefined to JSON.parse * Update object.spec.js
megahertz_electron-log
train
js,js
341f8a41f3616697d039595465dae2bf90b7f9ff
diff --git a/src/bots/plugins/get.js b/src/bots/plugins/get.js index <HASH>..<HASH> 100644 --- a/src/bots/plugins/get.js +++ b/src/bots/plugins/get.js @@ -16,8 +16,8 @@ function splitAccessors (variable) { //This RegExp is a combination of the two RegExp above //Make sure that each component follows the cor...
fix(plugins-get): modify Regexp to accept a number passed as a string as a key value
damonjs_damon
train
js
710e1d776b9a85ead2b6262e3b37eb4971c74f65
diff --git a/src/sticky.js b/src/sticky.js index <HASH>..<HASH> 100644 --- a/src/sticky.js +++ b/src/sticky.js @@ -95,6 +95,7 @@ angular.module("ct.ui.router.extras.sticky").config( var internalStates = core.internalStates; var inherit = core.inherit; var inheritParams = core.inheritParams; + ...
fix(sticky): Fixed non-strict references to 'forEach'
christopherthielen_ui-router-extras
train
js,js
340c0dfffcbd2627b3c919270411e11b1aea926e
diff --git a/src/lib/tutorial.js b/src/lib/tutorial.js index <HASH>..<HASH> 100644 --- a/src/lib/tutorial.js +++ b/src/lib/tutorial.js @@ -83,7 +83,7 @@ export function display (t) { .start() const clickZone = '.introjs-disableInteraction, .introjs-overlay, .introjs-tooltiptext, .introjs-tooltipbuttons' const ...
fix: use a standard way to detect event target element
cozy_cozy-home
train
js
07aa65b5de1abe13b12acf5f604b1ac7b01c451b
diff --git a/src/components/PicklistOption/index.js b/src/components/PicklistOption/index.js index <HASH>..<HASH> 100644 --- a/src/components/PicklistOption/index.js +++ b/src/components/PicklistOption/index.js @@ -28,7 +28,7 @@ class Option extends Component { } componentDidUpdate(prevProps) { - con...
fix: fix arrow navigation bug when option is selected (#<I>)
90milesbridge_react-rainbow
train
js
ad6c480fdfc3fdd609610e6837668cdd4fb04a1f
diff --git a/packages/site/src/ui/side-nav.js b/packages/site/src/ui/side-nav.js index <HASH>..<HASH> 100644 --- a/packages/site/src/ui/side-nav.js +++ b/packages/site/src/ui/side-nav.js @@ -38,8 +38,8 @@ const InternalLinks = props => <style jsx>{` .links { border-left: 3px solid ${core.colors...
refactor(site): internal sub nav realign
pluralsight_design-system
train
js
ccdf7d3bad55ba1643349ac3658bb88344863477
diff --git a/source/core/normalize.js b/source/core/normalize.js index <HASH>..<HASH> 100644 --- a/source/core/normalize.js +++ b/source/core/normalize.js @@ -1,10 +1,15 @@ /* eslint-disable no-restricted-syntax */ import ownProperty from 'describe-type/source/has/ownProperty.js'; +import as from 'describe-type/sourc...
chore: recursive option to normalize
adriancmiranda_dotcfg
train
js
b06cc81e071cec8525fb4b75768a28feceaa8703
diff --git a/packages/website/next.config.js b/packages/website/next.config.js index <HASH>..<HASH> 100644 --- a/packages/website/next.config.js +++ b/packages/website/next.config.js @@ -1,5 +1,6 @@ // @ts-check const transpileModules = require("next-transpile-modules"); +const React = require("react"); const PagesW...
chore: Use experimental reactRoot on Nextjs only on React <I>
reakit_reakit
train
js
e0ad9935c145493b5cb6048f1aeab9018edd363a
diff --git a/superset/views/core.py b/superset/views/core.py index <HASH>..<HASH> 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -1584,6 +1584,7 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods session.commit() return json_success(json.dumps({"publis...
chore: add logging for "dashboard" action (#<I>)
apache_incubator-superset
train
py
c4c94f9543039fc47efd8e96dce900074c6be473
diff --git a/test/tests/functional/extend_cursor_tests.js b/test/tests/functional/extend_cursor_tests.js index <HASH>..<HASH> 100644 --- a/test/tests/functional/extend_cursor_tests.js +++ b/test/tests/functional/extend_cursor_tests.js @@ -71,8 +71,6 @@ describe('Extend cursor tests', function() { query: ...
test(cursor): remove console.log that was accidentally left in
mongodb-js_mongodb-core
train
js
3095839f7e52447f04ec09c49154ade523955c49
diff --git a/src/View/extensions.js b/src/View/extensions.js index <HASH>..<HASH> 100644 --- a/src/View/extensions.js +++ b/src/View/extensions.js @@ -49,7 +49,7 @@ function ViewsYield () { var index = keys[0] var method = injections[index] - co(function *() { + co(function * () { return yield ...
fix(linting): fix linting error inside view extensions file
adonisjs_adonis-framework
train
js
d14a092591a3a60467834a7162f69d38b4dc9f88
diff --git a/samples/system-test/topics.test.js b/samples/system-test/topics.test.js index <HASH>..<HASH> 100644 --- a/samples/system-test/topics.test.js +++ b/samples/system-test/topics.test.js @@ -155,7 +155,7 @@ describe('topics', () => { }); it('should publish with specific batch settings', async () => { - ...
test: fix publishTime issues (#<I>)
googleapis_nodejs-pubsub
train
js
63fb3319f731c862ad6899d1d3d57d9419789f89
diff --git a/packages/cli-config/src/load.js b/packages/cli-config/src/load.js index <HASH>..<HASH> 100644 --- a/packages/cli-config/src/load.js +++ b/packages/cli-config/src/load.js @@ -44,7 +44,7 @@ function loadPreset(descriptor, loader) { if (loaderError) { return { - loaderError, + error: loade...
fix(cli-config): rename loaderError to error in return
carbon-design-system_toolkit
train
js
9cd57666d91e92771452e1642fe71da381a1d9e4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ requirements = [ 'pytest-deadfixtures', 'pycodestyle>=2.0.0,<2.4.0', 'bandit', - 'elib_run==2018.9.9.1', + 'elib_run', ] test_requirements = []
fix: dev: remove constraints on elib_run (#<I>)
etcher-be_epab
train
py
0a979149c64ab6ecefee4db82466e170dda9bb11
diff --git a/v1/brokers/redis/redis.go b/v1/brokers/redis/redis.go index <HASH>..<HASH> 100644 --- a/v1/brokers/redis/redis.go +++ b/v1/brokers/redis/redis.go @@ -224,7 +224,7 @@ func (b *Broker) GetPendingTasks(queue string) ([]*tasks.Signature, error) { if queue == "" { queue = b.GetConfig().DefaultQueue } - d...
fix(redis-broker): get all pending tasks Fetch the full list instead of just the first <I> From <URL>
RichardKnop_machinery
train
go
bd4034d2f1a30aad7f4d1dad33bdfe2a00e9d8c6
diff --git a/gulp/util.js b/gulp/util.js index <HASH>..<HASH> 100644 --- a/gulp/util.js +++ b/gulp/util.js @@ -130,7 +130,7 @@ function buildModule(module, opts) { function buildMin() { return lazypipe() - .pipe(gulpif, /.css$/, cleanCSS(), + .pipe(gulpif, /.css$/, minifyCss(), uglify({...
fix: undo change to unknown symbol for prod build (#<I>)
angular_material
train
js
1f2c730d88fda880945ca5525bf74c81a0f17768
diff --git a/src/components/Modal/Modal.js b/src/components/Modal/Modal.js index <HASH>..<HASH> 100644 --- a/src/components/Modal/Modal.js +++ b/src/components/Modal/Modal.js @@ -13,6 +13,7 @@ export default class Modal extends Component { id: PropTypes.string, modalHeading: PropTypes.string, modalLabel:...
fix(Modal): added optional ariaLabel prop, resolves #<I> (#<I>) * fix(Modal): added optional ariaLable prop * chore(Modal): specifying prop
carbon-design-system_carbon-components-react
train
js
a8bdb041ce59e41c5f3f212b36333a494c0e082f
diff --git a/packages/soya-next-scripts/plugins/withPage.js b/packages/soya-next-scripts/plugins/withPage.js index <HASH>..<HASH> 100644 --- a/packages/soya-next-scripts/plugins/withPage.js +++ b/packages/soya-next-scripts/plugins/withPage.js @@ -1,6 +1,6 @@ -const { extname, join, normalize, relative } = require("path...
fix(scripts): custom app and document entry path
traveloka_soya-next
train
js
8e976d12f645088069eb0e61643a856d53e85eb5
diff --git a/src/Bugsnag.js b/src/Bugsnag.js index <HASH>..<HASH> 100644 --- a/src/Bugsnag.js +++ b/src/Bugsnag.js @@ -133,8 +133,8 @@ export class Client { * `autoCaptureSessions` if you call this method. * * You should call this at the appropriate time in your application when you wish to start a - * se...
docs: fix typo in stopSession/resumeSession docs
bugsnag_bugsnag-react-native
train
js
932cc9904c5c4011f3bd968db7a598d6c55eafa3
diff --git a/angular-pouchdb.js b/angular-pouchdb.js index <HASH>..<HASH> 100644 --- a/angular-pouchdb.js +++ b/angular-pouchdb.js @@ -24,7 +24,7 @@ angular.module('pouchdb', []) from: 'eventEmitter' } }) - .service('pouchDecorators', function($q) { + .service('pouchDBDecorators', function($q) { t...
refactor: rename pouch[DB]Decorators ... for consistency
angular-pouchdb_angular-pouchdb
train
js
7c51f55f5b8af6f853560ba5d757c65b1068a7ab
diff --git a/lib/utils/processBackendNotificationRequest.js b/lib/utils/processBackendNotificationRequest.js index <HASH>..<HASH> 100644 --- a/lib/utils/processBackendNotificationRequest.js +++ b/lib/utils/processBackendNotificationRequest.js @@ -8,21 +8,5 @@ module.exports = (notifications) => { const notification ...
refactor(CLI): Change formatting of notifications (#<I>)
serverless_serverless
train
js
470f21e02cac3d2b8897547f9c94a86628e3bddd
diff --git a/source/rafcon/gui/utils/notification_overview.py b/source/rafcon/gui/utils/notification_overview.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/utils/notification_overview.py +++ b/source/rafcon/gui/utils/notification_overview.py @@ -129,6 +129,8 @@ class NotificationOverview(dict): if ori...
fix(notifications): handle MetaSignalMsg
DLR-RM_RAFCON
train
py
4dc6a5a3ac58bb02e7522dbf61f5e617c2ee4ece
diff --git a/webapps/grunt/config/localescompile.js b/webapps/grunt/config/localescompile.js index <HASH>..<HASH> 100644 --- a/webapps/grunt/config/localescompile.js +++ b/webapps/grunt/config/localescompile.js @@ -9,7 +9,7 @@ module.exports = function(config, localesConfig, pathConfig) { }, src: [ ...
fix(grunt): include common-ui locales correctly related to CAM-<I>
camunda_camunda-bpm-platform
train
js
0c9e630892e34d628fec985ba6d2bf8fe9163d8b
diff --git a/src/methods/read.js b/src/methods/read.js index <HASH>..<HASH> 100644 --- a/src/methods/read.js +++ b/src/methods/read.js @@ -20,6 +20,12 @@ function fetchAll({model, req, res}) { .status(200) .body = documents.map(document => document.get({plain: true})) }) + .then(() => { + ...
feat: add `count` metadata A list of documents includes a `count` meta property in order to get information about how many documents are there in total.
netiam_contrib-rest
train
js
11919553baa505d808d8db72679e2df155ffe397
diff --git a/eth_account/hdaccount/mnemonic.py b/eth_account/hdaccount/mnemonic.py index <HASH>..<HASH> 100644 --- a/eth_account/hdaccount/mnemonic.py +++ b/eth_account/hdaccount/mnemonic.py @@ -67,7 +67,8 @@ def get_wordlist(language): class Mnemonic: - def __init__(self, language): + def __init__(self, raw...
feat: Allow language to be capitalized or have spaces (for Chinese)
ethereum_eth-account
train
py
d47f46619862f4a2d1fa1013868da0334e3e9518
diff --git a/server/server.go b/server/server.go index <HASH>..<HASH> 100644 --- a/server/server.go +++ b/server/server.go @@ -316,7 +316,7 @@ func (a *ArgoCDServer) Run(ctx context.Context, port int, metricsPort int) { var httpsL net.Listener if !a.useTLS() { httpL = tcpm.Match(cmux.HTTP1Fast()) - grpcL = tcpm...
fix: Allow gRPC connections from gRPC versions ><I>.x (#<I>) * fix: Allow gRPC connections from gRPC versions ><I>.x
argoproj_argo-cd
train
go
6008430c7db30b96825fa486c1346195bf0e58d0
diff --git a/anyconfig/backend/xml.py b/anyconfig/backend/xml.py index <HASH>..<HASH> 100644 --- a/anyconfig/backend/xml.py +++ b/anyconfig/backend/xml.py @@ -161,7 +161,7 @@ def _dicts_have_unique_keys(dics): return len(set(key_itr)) == sum(len(d) for d in dics) -def _sum_dicts(dics, to_container=dict): +def ...
refactor: rename of a function, s/_sum_dicts/_merge_dicts/g
ssato_python-anyconfig
train
py
15a647ad20717ee71742eb6c75432f405a2510a3
diff --git a/test/rules/security/mark-callable-contracts.js b/test/rules/security/mark-callable-contracts.js index <HASH>..<HASH> 100644 --- a/test/rules/security/mark-callable-contracts.js +++ b/test/rules/security/mark-callable-contracts.js @@ -72,6 +72,22 @@ describe('Linter - mark-callable-contracts', () => { ...
test: no mark-callable-contracts for an event defined after a function
protofire_solhint
train
js
9adf00b8a1c69e0323001bde9f225960c7ba655a
diff --git a/src/image-preview/ImagePreview.js b/src/image-preview/ImagePreview.js index <HASH>..<HASH> 100644 --- a/src/image-preview/ImagePreview.js +++ b/src/image-preview/ImagePreview.js @@ -104,12 +104,11 @@ export default createComponent({ watch: { value() { - this.resetScale(); - this.active ...
fix(ImagePreview): should emit change event when reset to start position (#<I>)
youzan_vant
train
js
d343363ba36849e0e1daed6fcfc30dab507a1f48
diff --git a/src/components/virtualRepeat/virtual-repeater.js b/src/components/virtualRepeat/virtual-repeater.js index <HASH>..<HASH> 100644 --- a/src/components/virtualRepeat/virtual-repeater.js +++ b/src/components/virtualRepeat/virtual-repeater.js @@ -223,10 +223,14 @@ VirtualRepeatContainerController.prototype.upda...
fix(autocomplete): updateSize incorrectly sets the size to zero (#<I>) this can break the ability to show the dropdown on focus Fixes #<I>
angular_material
train
js
f6ee3e3186480d08745ee0aecedbcbc921b4b250
diff --git a/python/src/nnabla/utils/data_source.py b/python/src/nnabla/utils/data_source.py index <HASH>..<HASH> 100644 --- a/python/src/nnabla/utils/data_source.py +++ b/python/src/nnabla/utils/data_source.py @@ -320,8 +320,9 @@ class DataSourceWithFileCache(DataSource): while self._position < self._data_sou...
feat: reduce create_cache log for s3
sony_nnabla
train
py
d259e83d5a98179184cb6d4f6a14a7416270cbd6
diff --git a/spec/operators/scan-spec.js b/spec/operators/scan-spec.js index <HASH>..<HASH> 100644 --- a/spec/operators/scan-spec.js +++ b/spec/operators/scan-spec.js @@ -21,6 +21,21 @@ describe('Observable.prototype.scan()', function () { expectObservable(source).toBe(expected, values); }); + it('should sca...
test(scan): expand test coverage for scan operator
ReactiveX_rxjs
train
js
be93ef6af7d072e8b942e9e15a8b2b0abb7cbb6c
diff --git a/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/CryptoRuntime.java b/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/CryptoRuntime.java index <HASH>..<HASH> 100644 --- a/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/CryptoRuntime....
fix(runtime): Fixing incorrect imports
actorapp_actor-platform
train
java
0348e5dd15cc43c843c1d3eb9a182bdfac4f5633
diff --git a/code/Model/Submission/SubmittedForm.php b/code/Model/Submission/SubmittedForm.php index <HASH>..<HASH> 100755 --- a/code/Model/Submission/SubmittedForm.php +++ b/code/Model/Submission/SubmittedForm.php @@ -132,10 +132,10 @@ class SubmittedForm extends DataObject } if ($this->Parent()) {...
fix(submitted-form): Pass member to parent calls
silverstripe_silverstripe-userforms
train
php
2afa6c066e31b2e9ea1c46884e2b9bf1388f22d1
diff --git a/ui/src/directives/GoBack.js b/ui/src/directives/GoBack.js index <HASH>..<HASH> 100644 --- a/ui/src/directives/GoBack.js +++ b/ui/src/directives/GoBack.js @@ -13,7 +13,11 @@ export default { } else { ctx.goBack = () => { - vnode.context.$router.replace(ctx.value) + if (ctx.sin...
fix(GoBack): Fixes the single modification (#<I>) * fix(GoBack): Fixes the single modification Fixed the single modification not working on the browser correctly with named paths. * (fix) removed import * (fix) JS Standard * (fix) Standard JS * fix for go an push * Changed to replace.
quasarframework_quasar
train
js
72c2510c6839b000d9670cff176cf4abcfbe5340
diff --git a/test/compiler-test.js b/test/compiler-test.js index <HASH>..<HASH> 100644 --- a/test/compiler-test.js +++ b/test/compiler-test.js @@ -173,6 +173,11 @@ tests = { n: { type: 'object' } + }, + 'multi\nline': { + 'multi\nline': { + type: 'object' + } } } diff --git a/test/in...
test: add tests for multiline json key
nemtsov_json-mask
train
js,js
35cc905551d43bbe6786006f7ec7d0aa0c74d306
diff --git a/src/Parser/ParamParser.js b/src/Parser/ParamParser.js index <HASH>..<HASH> 100644 --- a/src/Parser/ParamParser.js +++ b/src/Parser/ParamParser.js @@ -321,7 +321,16 @@ export default class ParamParser { if (right.type === 'ObjectExpression') { const typeMap = {}; for (const prop of right....
fix(guess): crash when ObjectMethod
esdoc_esdoc
train
js
62df37a815ed00b110ffe1cecf2ecb2ac78da14d
diff --git a/test/filters/truncate.test.js b/test/filters/truncate.test.js index <HASH>..<HASH> 100644 --- a/test/filters/truncate.test.js +++ b/test/filters/truncate.test.js @@ -10,5 +10,5 @@ it('adds a $morphTruncate method to the Vue prototype', () => { it('should truncate a string with elipses', () => { const l...
test: change ... with ellipsis
jofftiquez_vue-morphling
train
js
322571dbd0e2b70fd0545fbecdf0ba492629439a
diff --git a/src/RelyingParty.js b/src/RelyingParty.js index <HASH>..<HASH> 100644 --- a/src/RelyingParty.js +++ b/src/RelyingParty.js @@ -197,37 +197,6 @@ class RelyingParty extends JSONDocument { } /** - * Authenticate - * - * @description - * Initiates OpenID Connect implicit authentication flow by, ...
refactor(RelyingParty): remove deprecated authenticate methods
anvilresearch_oidc-rp
train
js
8f273d12fc1387ed3f4aee40f626037cccce0518
diff --git a/test/k8sT/Updates.go b/test/k8sT/Updates.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Updates.go +++ b/test/k8sT/Updates.go @@ -117,9 +117,6 @@ func InstallAndValidateCiliumUpgrades(kubectl *helpers.Kubectl, oldVersion, newV kubectl.Delete(l7Policy) kubectl.Delete(demoPath) - // make sure that K...
test: Delete CoreDNS deployment after upgrade/downgrade test The call to CiliumInstall() will deploy CoreDNS again but then not remove it. Remove it properly at the end of the test.
cilium_cilium
train
go
40dfc6e5eabf80dc87a2213fc3657cd2199d6f23
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -46,10 +46,10 @@ class ScopedComponent extends Component { : []; } - getCurrentScope(currentPart) { + getCurrentScope() { return [ ...(this.context.kScope ? this.cont...
feat(ScopedComponent): remove overriding of currentPart of the scope from getCurrentScope
krzysztofpniak_k-logic
train
js
74f9879cd2e9b542efab82b0dd1a4984caf8fab0
diff --git a/deis/__init__.py b/deis/__init__.py index <HASH>..<HASH> 100644 --- a/deis/__init__.py +++ b/deis/__init__.py @@ -6,4 +6,4 @@ the api, provider, cm, and web Django apps. from __future__ import absolute_import -__version__ = '0.15.0+git' +__version__ = '0.15.1'
chore(release): update version to <I>
deis_controller-sdk-go
train
py
eae46ad0a705f430cbf5dd374bfd512cffc75e7d
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -589,6 +589,9 @@ function parseLinesJSON(text) { text.split(/\r\n|\n|\r/g).forEach(function(line) { if (line = line.trim()) { var index = line.indexOf(': '); + if (index ...
refactor: Parse json from text
avwo_whistle
train
js
0d51b4252d1b73241b928c4add7e18c408695f6a
diff --git a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js +++ b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js @@ -250,12 +250,7 @@ class BaseKonnector { ...
fix: properly update account state before and after 2FA
konnectors_libs
train
js
869dd37ea147de257442fc600b62039bca4d7863
diff --git a/src/cli/cms/operations/abify.js b/src/cli/cms/operations/abify.js index <HASH>..<HASH> 100644 --- a/src/cli/cms/operations/abify.js +++ b/src/cli/cms/operations/abify.js @@ -17,9 +17,9 @@ export function abify(json, template = null) { } cmsData.source.getDataList(template, json).then(() => { - ...
fix: abify should return only the abified html
abecms_abecms
train
js
97b45cd60825db07a6b39e6bb478a446313b0554
diff --git a/lib/verify.js b/lib/verify.js index <HASH>..<HASH> 100644 --- a/lib/verify.js +++ b/lib/verify.js @@ -59,9 +59,9 @@ module.exports = async (pluginConfig, context) => { errors.push(getError('EGLNOPERMISSION', {repoId})); } } catch (error) { - if (error.response.statusCode === 401) ...
fix: handle errors that don't have a `response` (#<I>)
semantic-release_gitlab
train
js
21358a908f850233c2802d6720dcec1970e8f3ce
diff --git a/packages/site/src/ui/doc.js b/packages/site/src/ui/doc.js index <HASH>..<HASH> 100644 --- a/packages/site/src/ui/doc.js +++ b/packages/site/src/ui/doc.js @@ -25,7 +25,7 @@ export default class Doc extends React.Component { document.querySelectorAll('.markdown pre code').forEach(node => Code...
fix(site): color the doc code blocks
pluralsight_design-system
train
js