diff stringlengths 12 9.3k | message stringlengths 8 199 | reasoning_trace null | repo stringlengths 6 68 | license stringclasses 3
values | language stringclasses 16
values |
|---|---|---|---|---|---|
@@ -473,20 +473,14 @@ impl IndexeddbStateStore {
IndexeddbStateStore::builder().name(name).build().await.map_err(StoreError::backend)
}
- fn serialize_event(
- &self,
- event: &impl Serialize,
- ) -> std::result::Result<JsValue, IndexeddbStateStoreError> {
+ fn serialize_event(&self, event: &impl Serialize) -> Result<J... | chore(indexeddb): Clean up Result usage | null | matrix-org/matrix-rust-sdk | Apache License 2.0 | Rust |
@@ -136,7 +136,9 @@ func baseVersion(v string) string {
}
func ciScript() string {
- if IsEnvPresent("INFRACOST_CI_DIFF") {
+ if IsEnvPresent("INFRACOST_GITHUB_ACTION") {
+ return "infracost-github-action"
+ } else if IsEnvPresent("INFRACOST_CI_DIFF") {
return "ci-diff"
} else if IsEnvPresent("INFRACOST_CI_ATLANTIS_DIF... | chore: add env for Infracost GitHub Action | null | infracost/infracost | Apache License 2.0 | Go |
@@ -55,7 +55,7 @@ function serve_npm_packages() {
# manually add cdk-assets since its not prefixed with @aws-cdk and
# hence isn't picked up from package.json
echo "Adding cdk-assets to CLI dependencies"
- tarballs="${tarballs} cdk-assets-${version}.tgz"
+ tarballs="${tarballs} $dist_root/js/cdk-assets-${version}.tgz"
... | chore(cli): fix cdk assets dep path | null | aws/aws-cdk | Apache License 2.0 | Shell |
object Versions {
// internal versions
- const val cloudNet = "4.0.0-RC4-SNAPSHOT"
+ const val cloudNet = "4.0.0-RC4"
const val cloudNetCodeName = "Blizzard"
// external tools
| chore: release version 4.0.0-RC4 | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Kotlin |
@@ -50,9 +50,7 @@ class ChatPresenter(chatActivity: ChatActivity) : IChatPresenter, IChatModel.OnR
private var source = Constant.IP
private var isDetectionOn = false
var check = false
- var atHome = true
- var backPressedOnce = false
- var id: Long = 0;
+ var id: Long = 0
var identifier: String = ""
var tableItem: Tabl... | chore: Remove unused variables in chatpresenter | null | fossasia/susi_android | Apache License 2.0 | Kotlin |
@@ -133,6 +133,7 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {
}
if op.replicationOpts.Replica {
+ dbi.Logger.Infof("Database '%s' successfully opened (replica = %v)", op.dbName, op.replicationOpts.Replica)
return dbi, nil
}
@@ -176,6 +177,8 @@ func OpenDb(op *DbOptions, systemDB DB, log l... | chore(pkg/database): log when a database is sucessfully opened | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -285,9 +285,10 @@ export class NavigationSidebarService {
},
{
name: 'PROFITS.Title',
+ hidden: !loggedIn,
icon: {
- type: SidebarIconType.CUSTOM_FONT,
- content: this.sanitizer.bypassSecurityTrustHtml('')
+ type: SidebarIconType.ANTD,
+ content: 'dollar'
},
link: '/profits-helper'
}
| chore: profits helper cannot be accessed as anonymous | null | ffxiv-teamcraft/ffxiv-teamcraft | MIT License | TypeScript |
@@ -62,7 +62,7 @@ static vector<of<Sentence>> find_top_candidates(
return top;
}
-an<Sentence> find_best_sentence(const SentenceCandidates& candidates,
+static an<Sentence> find_best_sentence(const SentenceCandidates& candidates,
Poet::Compare compare) {
an<Sentence> best = nullptr;
for (const auto& candidate : candida... | chore(poet): fix indentation; label local helper function static [ci skip] | null | rime/librime | BSD 3-Clause New or Revised License | C++ |
@@ -27,12 +27,6 @@ class SendNotificationWhenReplyIsPosted
public function handle(Posted $event)
{
- $discussion = $event->post->discussion;
-
- /** @var \Psr\Log\LoggerInterface $log */
- $log = resolve('log');
- $log->info("running subscriptions send notification when reply is posted listener. last_post_number: $disc... | chore: remove debug line that slipped in while rebasing a PR | null | flarum/core | MIT License | PHP |
@@ -33,7 +33,7 @@ class Exception extends GoogleException
* @param string $message
* @param int $code
* @param Exception|null $previous
- * @param array<string,string> $errors List of errors returned in an HTTP
+ * @param array<array<string,string>> $errors List of errors returned in an HTTP
* response. Defaults to [].... | chore: correct phpdoc types for Exception::getErrors | null | googleapis/google-api-php-client | Apache License 2.0 | PHP |
@@ -79,7 +79,7 @@ describe 'Links test' do
expect(proofer.failed_tests.first).to match(%r{internally linking to .\/notreal.html, which does not exist})
end
- it 'succeeds for working internal root links to other folder' do
+ it 'succeeds for working internal-root-links pointing to other folder' do
broken_root_link_inte... | chore: update test name to retrigger travis | null | gjtorikian/html-proofer | MIT License | Ruby |
@@ -657,6 +657,7 @@ Thread.new{
Value['hosts']=Value_3;
end;
Value['hosts'].uniq;
+ puts '${LOGTIME} Warning: You Need to Turn off The Rebinding Protection Option of Dnsmasq When Hosts Has Set a Reserved Address';
end;
rescue
Value_3 = IO.readlines('/etc/openclash/custom/openclash_custom_hosts.list');
@@ -669,6 +670,7 ... | chore: add warning log | null | vernesong/openclash | MIT License | Shell |
@@ -27,7 +27,11 @@ fi
CURRENT_BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
# Get commit diff
+if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
fileDiff=$(git diff --name-only $TRAVIS_COMMIT_RANGE)
+else
+ fileDiff=$(git diff --name-only $TRAVIS_BR... | chore(travis): fix pull request diff | null | akveo/nebular | MIT License | Shell |
@@ -111,12 +111,12 @@ describe('LocalizeMixin', () => {
const wrapper = await fixture('<div></div>');
const onLocaleReadySpy = sinon.spy(el, 'onLocaleReady');
- await localize.loadingComplete;
+ await el.localizeNamespacesLoaded;
expect(onLocaleReadySpy.callCount).to.equal(0);
wrapper.appendChild(el);
- await localize.... | chore: change to await localizeNamespacesLoaded + nextframe | null | ing-bank/lion | MIT License | JavaScript |
@@ -4,6 +4,18 @@ const scssFiles = danger.git.modified_files
.concat(danger.git.created_files)
.filter(file => file.search(/src\/(.*).scss/) > -1)
+const parseCssLine = line => {
+ if (line.search(':') === -1) {
+ return false
+ }
+ const items = line.split(':')
+ const values = line[1].split(' ')
+ return {
+ name: it... | chore: Fix danger finding class names | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -535,7 +535,7 @@ class TestDeploy(PackageIntegBase, DeployIntegBase):
config_path = self.test_data_path.joinpath(config_file)
stack_name = self._method_to_stack_name(self.id())
- self.stack_names.append(stack_name)
+ self.stacks.append({"name": stack_name})
deploy_command_list = self.get_deploy_command_list(
templat... | chore: fix canary/integration test issue | null | aws/aws-sam-cli | Apache License 2.0 | Python |
@@ -83,6 +83,7 @@ func (h handler) OnMessage(k tgtest.Session, msgID int64, in *bin.Buffer) error
func testTransport(trp *transport.Transport) func(t *testing.T) {
return func(t *testing.T) {
+ t.Helper()
srv := tgtest.NewUnstartedServer(t, trp.Codec())
h := handler{
server: srv,
| chore(telegram): use t.Helper for testTransport helper | null | gotd/td | MIT License | Go |
@@ -50,12 +50,13 @@ class Amazon extends OAuth
$this->addScope($item);
}
- return 'https://www.amazon.com/ap/oa?' .
- 'client_id='.urlencode($this->appID).
- '&redirect_uri='.urlencode($this->callback).
- '&response_type=code'.
- '&state='.urlencode(json_encode($this->state)).
- '&scope=profile';
+ return 'https://www.... | chore: Amazon Adapter changes | null | appwrite/appwrite | BSD 3-Clause New or Revised License | PHP |
@@ -47,7 +47,7 @@ class AuthenticationBackend(ModelBackend):
# Even though allauth will pass along `email`, other apps may
# not respect this setting. For example, when using
# django-tastypie basic authentication, the login is always
- # passed as `username`. So let's place nice with other apps
+ # passed as `username... | chore: Fixed typo in auth_backends.py comment | null | pennersr/django-allauth | MIT License | Python |
@@ -57,7 +57,7 @@ function deploy_zip {
--output json \
| jq ".Layers")
- if [[ "$current_layers" =~ ":instana:" ]]; then
+ if [[ "$current_layers" =~ ":instana-nodejs:" ]]; then
echo "This lambda function definition currently has the Instana layer configured, removing it now. I'll also set the standard handler index.h... | chore(lambda): fix deploy-demo script | null | instana/nodejs-sensor | MIT License | Shell |
@@ -17,14 +17,13 @@ xcodebuild archive -project Adyen.xcodeproj \
-configuration Release \
-archivePath $BUILD_PATH/AdyenUIHost.xcarchive \
-allowProvisioningUpdates \
--authenticationKeyID $XCODE_AUTHENTICATION_KEY_ID \
--authenticationKeyIssuerID $XCODE_AUTHENTICATION_KEY_ISSUER_ID \
--authenticationKeyPath $3
xcodeb... | chore: move auth flags to exportArchive | null | adyen/adyen-ios | MIT License | Shell |
@@ -187,13 +187,13 @@ public final class SnomedComponentRevisionConflictProcessor extends ComponentRev
}
private Set<String> collectDonatedComponents(StagingArea staging, Multimap<Class<?>, String> donatedComponentsByType, Class<? extends SnomedDocument> componentType, String[] fieldsToLoad) {
- Map<String, String[]> d... | chore(snomed): fix variable naming in SNOMED CT conflict processor | null | b2ihealthcare/snow-owl | Apache License 2.0 | Java |
@@ -373,7 +373,7 @@ public abstract class NodeUpdater implements FallibleCommand {
Map<String, String> defaults = new HashMap<>();
defaults.put("html-webpack-plugin", "4.5.1");
- defaults.put("typescript", "4.2.3");
+ defaults.put("typescript", "4.3.3");
defaults.put("ts-loader", "8.0.12");
defaults.put("fork-ts-checke... | chore: Upgrade to latest TypeScript version | null | vaadin/flow | Apache License 2.0 | Java |
@@ -195,6 +195,7 @@ impl RaftNetwork<LogEntry> for Network {
}
if let Some(e) = last_err {
+ // all back-offed requests failed
return Err(anyhow::Error::from(e));
}
@@ -218,7 +219,6 @@ impl RaftNetwork<LogEntry> for Network {
let mut client = self.make_client(&target).await?;
let mut mes = Default::default();
- // all ... | chore: adjust comment position | null | datafuselabs/databend | Apache License 2.0 | Rust |
@@ -84,7 +84,7 @@ class WP_Auth0_Users {
'description' => $description,
];
- $user_data = apply_filters( 'wpa0_user_data', $user_data, $userinfo, $firstname, $lastname );
+ $user_data = apply_filters( 'auth0_create_user_data', $user_data, $userinfo );
if ( $role ) {
// phpcs:ignore
| chore: reflect what it reviewed | null | auth0/wp-auth0 | MIT License | PHP |
@@ -184,11 +184,11 @@ internal final class ComponentManager {
}
private func createBoletoComponent(_ paymentMethod: BoletoPaymentMethod) -> BoletoComponent {
- let boletoConfiguration = BoletoComponent.Configuration(boletoPaymentMethod: paymentMethod,
+ BoletoComponent(configuration: .init(boletoPaymentMethod: paymentM... | chore: Declare configuration on init | null | adyen/adyen-ios | MIT License | Swift |
@@ -158,7 +158,11 @@ export const setupTestWrapper = <T extends OperationType>({
/>
)
- const wrapper = mount(<TestRenderer />)
+ const wrapper = mount(
+ <ErrorBoundary>
+ <TestRenderer />
+ </ErrorBoundary>
+ )
env.mock.resolveMostRecentOperation(operation => {
return MockPayloadGenerator.generate(operation, mockReso... | chore: add ErrorBoundary to the setupTestWrapper | null | artsy/force | MIT License | TypeScript |
@@ -5,7 +5,7 @@ plugins {
id("application")
id("com.apollographql.apollo") version "2.5.9"
id("com.github.johnrengelman.shadow") version "7.0.0"
- kotlin("jvm") version "1.5.10"
+ kotlin("jvm") version "1.5.20"
}
application.mainClass.set("me.melijn.melijnbot.MelijnBotKt")
@@ -49,12 +49,12 @@ val jackson = "2.12.3" // ... | chore: bump kotlin | null | toxicmushroom/melijn | MIT License | Kotlin |
*/
package org.camunda.bpm.engine.impl.variable.serializer;
+import javax.xml.bind.DatatypeConverter;
import org.camunda.bpm.engine.ProcessEngineException;
-import org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64;
import org.camunda.bpm.engine.impl.util.StringUtil;
import org.camunda.bpm.engine.variable.im... | chore(engine): Use DatatypeConverter instead of apacheCommons | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -376,7 +376,7 @@ function _setup_ldap
# add domainname to vhost
echo "${DOMAINNAME}" >>/tmp/vhost.tmp
- _log 'trace' 'Enabling Dovecot LDAP authentification'
+ _log 'trace' 'Enabling Dovecot LDAP authentication'
sed -i -e '/\!include auth-ldap\.conf\.ext/s/^#//' /etc/dovecot/conf.d/10-auth.conf
sed -i -e '/\!include... | chore: (setup-stack.sh) Fix a small typo | null | docker-mailserver/docker-mailserver | MIT License | Shell |
@@ -24,6 +24,7 @@ export const regionInfos = new Map<string, NvidiaRegionInfo>([
['ireland', {drLocale: 'en_gb', fe2060SuperId: null, fe3080Id: 5438792800, fe3090Id: null, nvidiaLocale: 'en_gb'}],
['italy', {drLocale: 'it_it', fe2060SuperId: null, fe3080Id: 5438796200, fe3090Id: null, nvidiaLocale: 'it_it'}],
['luxembo... | chore(store): add netherland nvidia | null | jef/streetmerchant | MIT License | TypeScript |
package com.eventyay.organizer.core.notification.list;
+import android.text.Html;
import android.view.LayoutInflater;
import android.view.ViewGroup;
@@ -33,6 +34,7 @@ public class NotificationsAdapter extends RecyclerView.Adapter<NotificationsView
@Override
public void onBindViewHolder(@NonNull NotificationsViewHolder ... | chore: Strip HTML tags from notifications | null | fossasia/open-event-organizer-android | Apache License 2.0 | Java |
@@ -1406,7 +1406,9 @@ impl<'a, 'b> App<'a, 'b> {
Ok(matcher.into())
}
- pub(crate) fn _build(&mut self, prop: Propagation) {
+ // used in clap_generate (https://github.com/clap-rs/clap_generate)
+ #[doc(hidden)]
+ pub fn _build(&mut self, prop: Propagation) {
debugln!("App::_build;");
// Make sure all the globally set ... | chore: makes some effectively private APIs public for clap_generate to use | null | clap-rs/clap | Apache License 2.0 | Rust |
@@ -143,7 +143,7 @@ window.TogglButton = {
'</div>' +
'<div id="toggl-button-update" tabindex="0" class="TB__Button__button">Done</div>' +
'<input type="submit" class="toggl-button-hidden">' +
- '</from>' +
+ '</form>' +
'</div>',
fetchUser: function (token) {
| chore(code): Fix typo in html template | null | toggl/track-extension | Apache License 2.0 | JavaScript |
@@ -173,19 +173,3 @@ benchmarks! {
}
impl_benchmark_test_suite!(Relay, crate::mock::ExtBuilder::build_with(|_| {}), crate::mock::Test);
-
-#[cfg(test)]
-mod tests {
- use super::*;
- use crate::mock::{ExtBuilder, Test};
- use frame_support::assert_ok;
-
- #[test]
- fn test_benchmarks() {
- ExtBuilder::build().execute_w... | chore: remove duplicate benchmark test | null | interlay/interbtc | Apache License 2.0 | Rust |
@@ -257,5 +257,7 @@ open class AbstractPersonalInformationComponent: PaymentComponent, PresentableCo
if let deliveryAddress = shopperInformation.deliveryAddress {
deliveryAddressItem?.value = deliveryAddress
}
+
+ showValidation()
}
}
| chore: Display validation feedback when fields are populated | null | adyen/adyen-ios | MIT License | Swift |
@@ -43,18 +43,18 @@ public interface TaskQuery extends Query<TaskQuery, Task>{
TaskQuery taskNameNotEqual(String name);
/** Only select tasks with a name matching the parameter.
- * The syntax is that of SQL: for example usage: nameLike(%activiti%)*/
+ * The syntax is that of SQL: for example usage: nameLike(%camunda%)... | chore(task/query): adjust Java API doc | null | camunda/camunda-bpm-platform | Apache License 2.0 | Java |
@@ -5,7 +5,7 @@ echo ================================
cd atlas-docs && \
../mvnw -Phtml,pdf package && \
-git clone -b gh-pages https://atlasci:${GITHUB_TOKEN}@github.com/atlasmap/atlasmap-runtime.git gh-pages && \
+git clone -b gh-pages https://atlasci:${GITHUB_TOKEN}@github.com/atlasmap/atlasmap.git gh-pages && \
git... | chore: fixed gh-pages push URL | null | atlasmap/atlasmap | Apache License 2.0 | Shell |
@@ -164,7 +164,7 @@ public final class RedirectComponent: ActionComponent {
handleNativeMobileRedirect(withReturnURL: returnURL, redirectStateData: redirectStateData, action)
} else {
do {
- callDidProvide(redirectDetails: try RedirectDetails(returnURL: returnURL), action)
+ notifyDelegateDidProvide(redirectDetails: tr... | chore: renamed callDidProvide to notifyDelegateDidProvide | null | adyen/adyen-ios | MIT License | Swift |
@@ -115,6 +115,7 @@ function pugify(filename, options, newfile) {
return markdown('```javascript\n' + v + '\n```');
};
options.filename = filename;
+ options.filters = { markdown };
pug.render(contents, options, function(err, str) {
if (err) {
| chore: add markdown filter to all render() calls | null | automattic/mongoose | MIT License | JavaScript |
@@ -12,7 +12,7 @@ use hyper::http::header::{HeaderName, HeaderValue};
use hyper::http::response::Builder as ResponseBuilder;
use hyper::service::make_service_fn;
use hyper::service::service_fn;
-use log::{debug, error, info, warn};
+use log::*;
use maplit::*;
use rustls::ServerConfig;
use serde_json::json;
| chore: correct import | null | pact-foundation/pact-reference | MIT License | Rust |
@@ -128,12 +128,16 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {
dbi.tx1 = dbi.st.NewTx()
dbi.tx2 = dbi.st.NewTx()
+ if op.replica {
+ return dbi, nil
+ }
+
err = dbi.loadSQLEngine()
- if err != nil && (err != ErrSQLNotReady || (systemDB == nil && !op.replica)) {
+ if err != nil && (err !=... | chore(pkg/database): sql catalog reloading on replica | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -231,7 +231,8 @@ run_test() {
rm -fr suites/*
mv 05_ddl suites/
# FIXME:(everpcpc) sometimes old logic test fails but we can't time travel back to fix it.
- python3 main.py || true
+ python3 main.py
+ # python3 main.py || true
cd -
fi
}
| chore(meta): try to examine logic test result for old-query-new-meta test | null | datafuselabs/databend | Apache License 2.0 | Shell |
@@ -10,7 +10,9 @@ log_user 0
spawn npx lerna version --conventional-commits
log_user 1
-expect "Are you sure you want to create these versions?"
+set PROMPT [ expect "Are you sure you want to create these versions?"]
+if { $PROMPT != "" } {
send "n\r"
+}
-spawn echo "\nIf this is not what you expected, ensure that your... | chore(scripts): improve prePr error handling and output | null | telus/tds-core | MIT License | Shell |
@@ -38,14 +38,14 @@ export async function createRollupPluginContexts(
normalizedInputOptions = options;
},
resolveId(id) {
- pluginContext = this;
+ pluginContext = this; // eslint-disable-line @typescript-eslint/no-this-alias
return id;
},
load() {
return '';
},
transform() {
- transformPluginContext = this;
+ transfo... | chore: disable TS warnings for this alias | null | modernweb-dev/web | MIT License | TypeScript |
@@ -58,9 +58,9 @@ export default () => {
<LandingPageSection noBorder noMargin>
<LandingPageContainer>
<LargeHeader center narrow>
- Nationwide, Black people are dying at a rate
- <FormatNumber number={blackwhiteRateRatio} /> times higher than
- white people.
+ Nationwide, Black people are dying at{' '}
+ <Format... | chore(language): update wording for CRDT chart text | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -11,23 +11,23 @@ echo "insert into t09_0017 values(2)" | $MYSQL_CLIENT_CONNECT
## test limit clause
echo "limit 1 using new planner"
-echo "set enable_planner_v2 = 1; select * from fuse_snapshot('default', 't09_0017') limit 1" | $MYSQL_CLIENT_CONNECT | wc -l
+echo "set enable_planner_v2 = 1; select * from fuse_snaps... | chore(test): fix wc -l on macOS | null | datafuselabs/databend | Apache License 2.0 | Shell |
#include <V8GlobalHelpers.h>
#include <v8_inspector/src/inspector/v8-log-agent-impl.h>
#include <JsV8InspectorClient.h>
+#include <NativeScriptException.h>
#include "Console.h"
namespace tns {
@@ -164,6 +165,7 @@ const std::string buildLogString(const v8::FunctionCallbackInfo<v8::Value>& info
}
void Console::assertCall... | chore(console): add error handlers to all new javascript callbacks | null | nativescript/android-runtime | Apache License 2.0 | C++ |
@@ -36,7 +36,8 @@ async function run() {
// Documentation checks.
{
- const mdSources = await sourceFactory.readdir(path.join(PROJECT_DIR, 'docs'), '.md');
+ const apiSource = await sourceFactory.readFile(path.join(PROJECT_DIR, 'docs', 'api.md'));
+ const mdSources = [apiSource];
const toc = require('./toc');
messages.... | chore(doclint): do not attempt to lint non-documentation markdown | null | puppeteer/puppeteer | Apache License 2.0 | JavaScript |
#!/bin/bash
set -o errexit # Exit the script with error if any of the commands fail
-NVM_WINDOWS_URL="https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-noinstall.zip"
+NVM_WINDOWS_URL="https://github.com/coreybutler/nvm-windows/releases/download/1.1.9/nvm-noinstall.zip"
NVM_URL="https://raw.githubu... | chore: fix windows nvm version issue | null | mongodb/node-mongodb-native | Apache License 2.0 | Shell |
@@ -214,9 +214,9 @@ where B: BlockchainBackend
difficulty_calculator: Arc::new(difficulty_calculator),
disable_add_block_flag: Arc::new(AtomicBool::new(false)),
};
+ let genesis_block = Arc::new(blockchain_db.consensus_manager.get_genesis_block());
if is_empty {
info!(target: LOG_TARGET, "Blockchain db is empty. Adding... | chore: check genesis block during startup | null | tari-project/tari | BSD 3-Clause New or Revised License | Rust |
@@ -169,7 +169,7 @@ jest.mock('../../src/package/packageCreators/CreateSourcePackageImpl', () => {
return CreateSourcePackageImpl;
});
-describe('Given a sfdx package, build a sfpowerscripts package', () => {
+describe.skip('Given a sfdx package, build a sfpowerscripts package', () => {
it('should build a sfpowerscript... | chore(tests): skip SfPPackageBuilder tests temporarily until jest issue is resolved | null | accenture/sfpowerscripts | MIT License | TypeScript |
@@ -289,7 +289,6 @@ public class DhisWebApiWebSecurityConfig
OAuth2AuthenticationProcessingFilter resourcesServerFilter = new OAuth2AuthenticationProcessingFilter();
resourcesServerFilter.setAuthenticationEntryPoint( authenticationEntryPoint );
resourcesServerFilter.setAuthenticationManager( oauthAuthenticationManager ... | chore: fix HTTP basic auth to redirect to form login on 401 | null | dhis2/dhis2-core | BSD 3-Clause New or Revised License | Java |
@@ -9,11 +9,13 @@ use ockam_node::Context;
/// calls to [`TcpTransport::create`](crate::TcpTransport::create)
/// will fail.
///
+/// To listen for incoming connections use
+/// [`tcp.listen()`](crate::TcpTransport::listen).
+///
/// To register additional connections on an already initialised
-/// `TcpTransport`, use
... | chore(rust): improve docs for tcp transport connect and lazy connection | null | ockam-network/ockam | Apache License 2.0 | Rust |
package io.clappr.player.plugin
-import android.support.annotation.Keep
import android.view.LayoutInflater
import android.widget.ImageButton
import io.clappr.player.components.Core
import io.clappr.player.plugin.Control.MediaControl
-@Keep
abstract class ButtonPlugin(core: Core) : MediaControl.Plugin(core) {
abstract v... | chore(button_plugins): remove Keep from ButtonPlugin | null | clappr/clappr-android | BSD 3-Clause New or Revised License | Kotlin |
+// This source code is a part of Project Violet.
+// Copyright (C) 2020-2022. violet-team. Licensed under the Apache-2.0 License.
+
import 'dart:collection';
import 'dart:convert';
@@ -5,7 +8,6 @@ import 'package:flutter/cupertino.dart';
import 'package:flutter/services.dart';
import 'package:flutter_inappwebview/flut... | chore(viewer): remove unused code [skip ci] | null | project-violet/violet | Apache License 2.0 | Dart |
@@ -213,9 +213,7 @@ class LDAPSettings(Document):
ldap_object_class = self.ldap_group_objectclass
ldap_group_members_attribute = self.ldap_group_member_attribute
- ldap_custom_group_search = "{0}"
- if self.ldap_custom_group_search:
- ldap_custom_group_search = self.ldap_custom_group_search
+ ldap_custom_group_search =... | chore: Simplify ldap_custom_group_search resolution | null | frappe/frappe | MIT License | Python |
@@ -33,7 +33,7 @@ func Load(p string) (Root, error) {
var out Root
_, err := os.Stat(p)
if errors.Is(err, os.ErrNotExist) {
- return out, errors.New("Infracost JSON file does not exist")
+ return out, errors.New("Infracost JSON file does not exist, generate it by running the following command then try again:\ninfracost... | chore: add friendly error message that tells user what to do | null | infracost/infracost | Apache License 2.0 | Go |
# See the License for the specific language governing permissions and
# limitations under the License.
-#!/bin/bash
-
set -eo pipefail
# Start the releasetool reporter
| chore(python): remove one remaining extra bash line | null | googleapis/synthtool | Apache License 2.0 | Shell |
@@ -67,7 +67,7 @@ const fields = {
},
{
title: 'Resident total deaths',
- field: 'residents-total-all-deaths',
+ field: 'residents-total-covid-19-deaths',
},
{
title: 'Staff total confirmed cases',
@@ -87,7 +87,7 @@ const fields = {
},
{
title: 'Staff total deaths',
- field: 'staff-total-all-deaths',
+ field: 'staff-to... | chore: Change to total covid-19 in CMS | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -22,11 +22,6 @@ class PrefFragment : PreferenceFragmentCompat() {
companion object {
const val tag = "PrefFragment"
- fun newInstance(): PrefFragment {
- val prefFragment = PrefFragment()
- val args = Bundle()
- prefFragment.arguments = args
- return prefFragment
- }
+ fun newInstance() = PrefFragment().apply { argu... | chore: modify preffragment newinstance | null | chesire/nekome | Apache License 2.0 | Kotlin |
-#!/bin/sh
-# Client side variables need VITE_ prefix
-export VITE_CRN_SERVER_URL=$CRN_SERVER_URL
-export VITE_API=${CRN_SERVER_URL}/crn/
-export VITE_GRAPHQL_URI=$GRAPHQL_URI
-export VITE_GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID
-export VITE_GLOBUS_CLIENT_ID=$GLOBUS_CLIENT_ID
-export VITE_ORCID_CLIENT_ID=$ORCID_CLIENT_ID
-e... | chore: Remove unused vite-env.sh file | null | openneuroorg/openneuro | MIT License | Shell |
@@ -5,9 +5,9 @@ source .env/bin/activate
# Install DC/OS CLI in the sandbox so we can setup and teardown our tests
if [ `uname -s` == "Darwin" ]; then
- curl https://downloads.dcos.io/binaries/cli/darwin/x86-64/dcos-1.10/dcos -o .env/bin/dcos
+ curl https://downloads.dcos.io/binaries/cli/darwin/x86-64/dcos-1.11/dcos -o... | chore(system-tests): bump to 1.11 for system tests cluster | null | dcos/dcos-ui | Apache License 2.0 | Shell |
@@ -39,6 +39,7 @@ module.exports = {
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-inferrable-types': 'off', // Turn no-inferrable-types off in order to make the code consistent in its use of type decorations.
'@typescript-eslint/no-non-null-assertion': 'off',
+ '@typescript-eslint/no-use-befor... | chore: move disable linting rules | null | aurelia/aurelia | MIT License | JavaScript |
@@ -462,6 +462,8 @@ extension Web3 {
/// That modifies the upper bound value of the first match of `squareBracketRegex`.
let rawValue = String(rawValue.dropFirst().dropLast())
+ // TODO: try replacing this manual parsing with JSONDecoder and RawRepresentable
+
let squareBracketRegex = try! NSRegularExpression(pattern: ... | chore: added some TODOs on replacing this code using JSONDecoder with RawRepresentable | null | skywinder/web3swift | Apache License 2.0 | Swift |
@@ -1378,4 +1378,157 @@ describe("Partner type", () => {
})
})
})
+
+ describe("#artistDocumentsConnection", () => {
+ let artistDocumentsResponse
+
+ beforeEach(() => {
+ artistDocumentsResponse = [
+ {
+ filename: "filename-one.pdf",
+ title: "File One",
+ },
+ {
+ filename: "filename-two.png",
+ title: "File Two",
+... | chore: add tests for artistDocumentsConnection | null | artsy/metaphysics | MIT License | JavaScript |
@@ -18,7 +18,7 @@ internal enum Configuration {
static let appName = "Adyen Demo"
- static let amount = Payment.Amount(value: 12003, currencyCode: "EUR")
+ static let amount = Payment.Amount(value: 17408, currencyCode: "EUR")
static let reference = "Test Order Reference - iOS UIHost"
| chore: reverted the Configuration.amount | null | adyen/adyen-ios | MIT License | Swift |
@@ -194,6 +194,8 @@ func (sm *manager) expireSessions() {
sm.sessionMux.Unlock()
now := time.Now()
+
+ idleSessCount := 0
sm.logger.Debugf("checking at %s", now.Format(time.UnixDate))
for ID, sess := range sm.sessions {
if sess.GetLastHeartBeat().Add(sm.options.MaxSessionIdleTime).Before(now) && sess.GetStatus() != Idl... | chore(pkg/server/sessions): add sessions counter debug messages | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -277,4 +277,32 @@ class EIP681Tests: LocalTestCase {
XCTAssertEqual(data?[0], ["123","2","5000","wwweer2-=!"])
XCTAssertEqual(data?[1], ["test1","demo"])
}
+
+ func testMakeEIP681Link() throws {
+ var eip681Link = Web3.EIP681Code(Web3.EIP681Code.TargetAddress.ethereumAddress(EthereumAddress("0x9aBbDB06A61cC686BD6354... | chore: added test for makeEIP681Link() function | null | skywinder/web3swift | Apache License 2.0 | Swift |
@@ -5,5 +5,5 @@ cargo clean
mkdir -p ../target/artifacts
cargo build --release
gzip -c ../target/release/pact_mock_server_cli > ../target/artifacts/pact_mock_server_cli-osx-x86_64.gz
-cargo build --release --target x86_64-apple-ios
-gzip -c ../target/x86_64-apple-ios/release/pact_mock_server_cli > ../target/artifacts/p... | chore: do not buuld the ios binary | null | pact-foundation/pact-reference | MIT License | Shell |
@@ -36,7 +36,6 @@ import com.b2international.snowowl.snomed.datastore.converter.SnomedRelationship
import com.b2international.snowowl.snomed.datastore.index.entry.SnomedDocument;
import com.b2international.snowowl.snomed.datastore.index.entry.SnomedRelationshipIndexEntry;
import com.google.common.collect.ImmutableMulti... | chore(snomed): add valueType field as a replacement to value instead | null | b2ihealthcare/snow-owl | Apache License 2.0 | Java |
@@ -27,12 +27,17 @@ func Setup(runtime runtime.Runtime) error {
defaultsComponent := NewDefaultsComponent(runtime.Config().Defaults, runtime.Config().Mode, runtime.Config().Environment, runtime.ResourceManager(), runtime.ResourceStore())
zoneIngressSigningKeyManager := tokens.NewSigningKeyManager(runtime.ResourceManage... | chore(kuma-cp): better logging on signing key creation | null | kumahq/kuma | Apache License 2.0 | Go |
@@ -3,3 +3,4 @@ export const IN_BROWSER = typeof window !== 'undefined'
export const IS_DEBUG = IS_NODE && process.env.DEBUG === 'true'
export const IS_PROD = IS_NODE && process.env.NODE_ENV === 'production'
export const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window
+export const SUPPORTS_TOUCH... | chore(globals): add SUPPORTS_TOUCH global constant | null | vuetifyjs/vuetify | MIT License | TypeScript |
@@ -401,10 +401,10 @@ func (d *db) SQLQueryPrepared(stmt *sql.SelectStmt, namedParams []*schema.NamedP
Values: make([]*schema.SQLValue, len(res.Columns)),
}
- for i, c := range res.Columns {
- rrow.Columns[i] = c.Name
+ for i, c := range colDescriptors {
+ rrow.Columns[i] = cols[i].Name
- v := row.Values[c.Name]
+ v :=... | chore(pkg/database): replace fixing naming with current database | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -10,7 +10,7 @@ import (
)
var (
- version = "1.7.0" // manually set semantic version number
+ version = "1.7.1" // manually set semantic version number
commitHash string // automatically set git commit hash
commitTime string // automatically set git commit time
| chore(version): bump to v1.7.1 | null | ethersphere/bee | BSD 3-Clause New or Revised License | Go |
@@ -57,11 +57,7 @@ module.exports = {
},
]);
- config.plugins.push(
- new webpack.DefinePlugin({
- PREACT_DEVTOOLS: isDev && !useReact,
- }),
- );
+ config.plugins.push(new webpack.DefinePlugin({ PREACT_DEVTOOLS: isDev && !useReact }));
return config;
},
htmlTemplateExtraData: {
| chore: fix npm start error in node@6 | null | ant-design/ant-design-mobile | MIT License | JavaScript |
@@ -41,7 +41,7 @@ use crate::{
};
/// The public and private identity of this node on the network
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Serialize, Deserialize)]
pub struct NodeIdentity {
#[serde(serialize_with = "serialize_to_hex")]
#[serde(deserialize_with = "deserialize_node_id_from_hex")]
@@ -221,3 +22... | chore: change NodeIdentity debug | null | tari-project/tari | BSD 3-Clause New or Revised License | Rust |
@@ -87,7 +87,6 @@ async fn get_mqtt_client(client: &mut Client) -> Result<&MqttClient> {
};
let mqtt_options = CreateOptionsBuilder::new()
.server_uri(uri)
- .client_id("")
.persistence(PersistenceType::None)
.finalize();
let mut mqtt_client = MqttClient::new(mqtt_options)?;
| chore: remove client id | null | iotaledger/iota.rs | Apache License 2.0 | Rust |
@@ -267,7 +267,7 @@ func Open(path string, opts *Options) (*TBtree, error) {
err = discardSnapshots(path, snapIDs[i-1:i], opts.log)
if err != nil {
- return nil, err
+ opts.log.Warningf("Error discarding snapshots at '%s'. %v", path, err)
}
continue
@@ -278,7 +278,7 @@ func Open(path string, opts *Options) (*TBtree, er... | chore(embedded/tbtree): warn if an error is raised while discarding snapshots | null | codenotary/immudb | Apache License 2.0 | Go |
@@ -443,10 +443,10 @@ export function checkPieceContentStatus(
}
}
if (deepScan?.blacks?.length) {
- addFrameWarning(deepScan.blacks, 'black', t)
+ addFrameWarning(deepScan.blacks, t('black'), t)
}
if (deepScan?.freezes?.length) {
- addFrameWarning(deepScan.freezes, 'freeze', t)
+ addFrameWarning(deepScan.freezes, t('f... | chore: fix & restore, wrong from merge | null | nrkno/tv-automation-server-core | MIT License | TypeScript |
@@ -7,7 +7,7 @@ if [ -d aggregated-coverage ]; then
{
for lcov in aggregated-coverage/**/*.lcov; do
echo "Forcing relative paths in: $lcov"
- sed -i 's/^SF:.*\(detox-[a-z]\+-[0-9]\+-[a-z]\+\)\//SF:/g' $lcov
+ sed -i 's/^SF:.*\(detox-[a-z]\+-[0-9\-]\+-[a-z]\+\)\//SF:/g' $lcov
done
echo "Merging LCOV files"
| chore(ci): fix coverage path regexp | null | wix/detox | MIT License | Shell |
@@ -1972,13 +1972,14 @@ class CardComponentTests: XCTestCase {
configuration.localizationParameters = LocalizationParameters(tableName: "AdyenUIHost", keySeparator: nil)
let sut = CardComponent(paymentMethod: method,
- apiContext: Dummy.context,
+ context: context,
configuration: configuration)
sut.payment = payment
va... | chore: Fix failing Card component tests | null | adyen/adyen-ios | MIT License | Swift |
@@ -32,7 +32,7 @@ function validate_images_token($token) : bool
* path - [REQUIRED] - The file path with valid params for image manipulations.
*
* Query:
- * token - [REQUIRED] - Valid Content Delivery API token for Entries.
+ * token - [REQUIRED] - Valid Images API token.
*
* Returns:
* Image file
| chore(api): typo update for images | null | flextype/flextype | MIT License | PHP |
@@ -113,7 +113,7 @@ const UtteranceContainer = (props) => {
return (
<ExceptionWrapper exceptions={exceptions}>
<div
- className='utterance-container'
+ className='utterance-container exception-wrapper'
exception={exceptions.severity}
// This ternary ensures that the mode is not set to input when we have a parsed utter... | chore: added css class for exception border color | null | botfront/botfront | Apache License 2.0 | JavaScript |
@@ -54,7 +54,7 @@ const buildCmd = 'npm run build';
'store-v1',
'addons',
'testing',
-].filter(isBuilt).forEach((pkgName) => {
+].filter(pkg => !isBuilt(pkg)).forEach((pkgName) => {
const start = Date.now();
const pkgDisplay = c.green(pkgName);
console.log(`${pkgDisplay} has not been built before, building...`);
| chore: fix dep script | null | aurelia/aurelia | MIT License | TypeScript |
@@ -22,13 +22,13 @@ extension AdyenScope where Base: UIView {
base.leadingAnchor.constraint(equalTo: view.leadingAnchor, constant: padding.left),
base.trailingAnchor.constraint(equalTo: view.trailingAnchor, constant: padding.right)
]
- NSLayoutConstraint.activate(constraints)
+ NSLayoutConstraint.activateConstrainst(co... | chore: Update anchor methods to use activateConstraints method | null | adyen/adyen-ios | MIT License | Swift |
@@ -394,7 +394,7 @@ public abstract class NodeUpdater implements FallibleCommand {
final String WORKBOX_VERSION = "6.4.2";
if (featureFlags.isEnabled(FeatureFlags.VITE)) {
- defaults.put("vite", "v2.8.0-beta.3");
+ defaults.put("vite", "v2.8.0-beta.5");
defaults.put("rollup-plugin-brotli", "3.1.0");
defaults.put("vite-... | chore: Upgrade to Vite 2.8.0 beta 5 | null | vaadin/flow | Apache License 2.0 | Java |
@@ -35,7 +35,7 @@ build_and_push_image() {
#@--- Build image for deployment ---@#
echo "++++++++ Start building image +++++++++"
- if [[ $TRAVIS_BRANCH == "develop" ]] || [[ $GITHUB_REF == "refs/heads/develop" ]]; then
+ if [[ $TRAVIS_BRANCH == "develop" ]] || [[ $GITHUB_REF == "refs/heads/develop" ]] || [[ $GITHUB_REF... | chore(CI): adapt if statement for debugging purposes | null | hikaya-io/activity | Apache License 2.0 | Shell |
#!/bin/sh
-function buildPureModule() {
lerna run build --scope @antv/x6-components &
lerna run build --scope @antv/x6-util
-}
+await
-function buildSubModule() {
lerna run build --scope @antv/x6-dom-util &
lerna run build --scope @antv/x6-dom-event &
lerna run build --scope @antv/x6-event-emitter &
lerna run build --s... | chore: build modules on bootstrap | null | antvis/x6 | MIT License | Shell |
@@ -914,8 +914,8 @@ declare class MessagePort extends EventTarget {
postMessage(message: any, transfer: Transferable[]): void;
postMessage(message: any, options?: StructuredSerializeOptions): void;
/**
- * Begins dispatching messages received on the port. This is implictly called
- * when assiging a value to `this.onme... | chore(ext/web): fix typo | null | denoland/deno | MIT License | TypeScript |
@@ -87,7 +87,7 @@ public interface HasValidator<V> extends Serializable {
* */
* @Override
* public Validator getDefaultValidator() {
- * return (value, valueContext) -> clientSideValid ? ValidationResult.ok()
+ * return (value, valueContext) -> clientSideValid ? ValidationResult.ok()
* : ValidationResult.er... | chore: fix greater than sign in javadoc | null | vaadin/flow | Apache License 2.0 | Java |
@@ -417,6 +417,7 @@ func NewBee(addr string, publicKey *ecdsa.PublicKey, signer crypto.Signer, netwo
if err != nil {
return nil, err
}
+ logger.Infof("using overlay address %s", swarmAddress)
lightNodes := lightnode.NewContainer(swarmAddress)
| chore: log overlay address on node start | null | ethersphere/bee | BSD 3-Clause New or Revised License | Go |
@@ -25,7 +25,7 @@ export default ({ data, stateDeaths, stateSlug }) => {
return (
<Card
- title="Long-Term Care"
+ title="Long-Term Care (LTC)"
link={
<Link to={`/data/state/${stateSlug}/long-term-care`}>More data</Link>
}
@@ -38,7 +38,7 @@ export default ({ data, stateDeaths, stateSlug }) => {
<Statistic title="Facili... | chore: Add LTC to top | null | covid19tracking/website | Apache License 2.0 | JavaScript |
@@ -11,7 +11,7 @@ use sp_runtime::traits::{IdentifyAccount, Verify};
use std::str::FromStr;
use t3rn_primitives::monetary::TRN;
-const PARACHAIN_ID: u32 = 3000_u32;
+const PARACHAIN_ID: u32 = 2100;
/// Specialized `ChainSpec` for the normal parachain runtime.
pub type ChainSpec =
| chore: set para id to 2100 | null | t3rn/t3rn | Apache License 2.0 | Rust |
@@ -57,9 +57,12 @@ export default class EloquaClient {
const response = await axios(params);
const { data = {} } = response;
const { urls = {} } = data;
-
if (urls["base"]) {
return urls["base"];
+ } else if (data === "Not authenticated.") {
+ throw new Error(
+ "Invalid credentials, please verify your Site Name, User ... | chore: treat eloqua response in case of bad creds | null | grouparoo/grouparoo | MIT License | TypeScript |
@@ -97,6 +97,8 @@ public void handleDone() {
for (var runnable : this.finishHandler) {
runnable.run();
}
+ // clear all finish handlers after the setup is done
+ this.finishHandler.clear();
}
public boolean staticCursor() {
| chore: remove animation finish listeners once they were called | null | cloudnetservice/cloudnet-v3 | Apache License 2.0 | Java |
@@ -35,11 +35,11 @@ class Audited
public $driver;
/**
- * The report response.
+ * The Audit model.
*
- * @var mixed
+ * @var \OwenIt\Auditing\Contracts\Audit|null
*/
- public $report;
+ public $audit;
/**
* Create a new Audited event instance.
@@ -52,6 +52,6 @@ class Audited
{
$this->model = $model;
$this->driver = $d... | chore(Audited): rename property | null | owen-it/laravel-auditing | MIT License | PHP |
@@ -120,76 +120,105 @@ func (a *AzureTableStorage) Write(msg types.Message) error {
// WriteWithContext attempts to write message contents to a target storage account as files.
func (a *AzureTableStorage) WriteWithContext(wctx context.Context, msg types.Message) error {
writeReqs := make(map[string]map[string][]*storag... | chore: set batch limit | null | jeffail/benthos | MIT License | Go |
import * as React from 'react'
import { Toolbar } from './Toolbar'
+import { ToolbarState } from '../toolbar'
interface ToolbarProviderProps {
+ toolbar: ToolbarState
hidden?: boolean
}
-export function ToolbarProvider({ hidden }: ToolbarProviderProps) {
- if (hidden) return null
+export function ToolbarProvider({ hidd... | chore: toolbar provider expects toolbar state | null | tinacms/tinacms | Apache License 2.0 | TypeScript |
@@ -196,6 +196,11 @@ class UsersController extends Controller
Filesystem::write($custom_flextype_settings_file_path, $this->parser->encode($custom_flextype_settings_file_data, 'yaml'));
+ // Create uploads dir for default entries
+ if (! Filesystem::has(PATH['uploads'] . '/entries/home/')) {
+ Filesystem::createDir(PAT... | chore(admin-plugin): create uploads dir for default entries on user installation process | null | flextype/flextype | MIT License | PHP |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.