hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b90fdb5840b20bb77a10a7b07cf5b30c387d3fda | diff --git a/tests/unit/TypeResolverTest.php b/tests/unit/TypeResolverTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/TypeResolverTest.php
+++ b/tests/unit/TypeResolverTest.php
@@ -205,6 +205,40 @@ class TypeResolverTest extends \PHPUnit_Framework_TestCase
}
/**
+ * @covers ::__construct
+ * @... | Test case: compound typed arrays crash the type resolver | phpDocumentor_TypeResolver | train |
de3e95c8d28db82115928894174a5896ff0412d6 | diff --git a/source/rafcon/mvc/controllers/library_tree.py b/source/rafcon/mvc/controllers/library_tree.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/mvc/controllers/library_tree.py
+++ b/source/rafcon/mvc/controllers/library_tree.py
@@ -200,11 +200,25 @@ class LibraryTreeController(ExtendedController):
def i... | state machine already open are selected if tried to be open again with the library tree widget | DLR-RM_RAFCON | train |
7dde50630e5b93ac7b2ae1febec1ecc84968872f | diff --git a/cmd/policies.go b/cmd/policies.go
index <HASH>..<HASH> 100644
--- a/cmd/policies.go
+++ b/cmd/policies.go
@@ -324,5 +324,19 @@ func viewPolicyCmd(ctx *cli.Context) error {
}
func testPolicies(ctx *cli.Context) error {
+ args := ctx.Args()
+ if len(args) < 3 {
+ return errs.NewUsageExitError("Too few a... | cmd: policies: test: Extract command line arguments
Validate the number of required command line arguments and extract them
to local vars. Validation will come later. The print statement is there
as a sanity check and to placate the go compiler since the new vars are
not used yet. | manifoldco_torus-cli | train |
19c7280aabbfab2d302ec6666cc831b3411a7da3 | diff --git a/c7n/resources/account.py b/c7n/resources/account.py
index <HASH>..<HASH> 100644
--- a/c7n/resources/account.py
+++ b/c7n/resources/account.py
@@ -183,7 +183,7 @@ class IAMSummary(ValueFilter):
"UserPolicySizeQuota": 2048
}
-q """
+ """
schema = type_schema('iam-summary', ... | special case bucket location constraint eu-west-1 (#<I>) | cloud-custodian_cloud-custodian | train |
52e8fd0a0f7d3f94d0d073aa8a2137ecc83958ea | diff --git a/picocli-examples/src/main/java/picocli/examples/customhelp/CustomSynopsisNonPosix.java b/picocli-examples/src/main/java/picocli/examples/customhelp/CustomSynopsisNonPosix.java
index <HASH>..<HASH> 100644
--- a/picocli-examples/src/main/java/picocli/examples/customhelp/CustomSynopsisNonPosix.java
+++ b/pico... | [#<I>] Remove unused imports from example | remkop_picocli | train |
88fdf7e9fab6c40b2685a999403cbaf8850c74ec | diff --git a/examples/cra-storybook/.storybook/config.js b/examples/cra-storybook/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/examples/cra-storybook/.storybook/config.js
+++ b/examples/cra-storybook/.storybook/config.js
@@ -1,4 +1,4 @@
-import { configure } from '@kadira/storybook';
+import { configure } fro... | refactor: update imports in examples | storybooks_storybook | train |
e91ffbce3ecd1ccdbbaad8413711c841d40460af | diff --git a/ngrest/base/Model.php b/ngrest/base/Model.php
index <HASH>..<HASH> 100644
--- a/ngrest/base/Model.php
+++ b/ngrest/base/Model.php
@@ -36,8 +36,25 @@ abstract class Model extends \yii\db\ActiveRecord
$values = (array) $values;
}
- if (!$this->i18nExpand... | [*] fixed bug when having empty i<I>n language rows | luyadev_luya-module-admin | train |
2295e831a5f65b0d6c717092dbb7b7d9002538d6 | diff --git a/signalfx/__init__.py b/signalfx/__init__.py
index <HASH>..<HASH> 100644
--- a/signalfx/__init__.py
+++ b/signalfx/__init__.py
@@ -10,6 +10,10 @@ DEFAULT_API_ENDPOINT_URL = 'https://api.signalfx.com'
DEFAULT_INGEST_ENDPOINT_URL = 'https://ingest.signalfx.com'
+class Error(Exception):
+ """Base error... | Check that dimensions arg is a dict. | signalfx_signalfx-python | train |
625813db1913764d2fb1043bcc16e5ed729f6faa | diff --git a/modules/geo-layers/src/tile-3d-layer/tile-3d-layer.js b/modules/geo-layers/src/tile-3d-layer/tile-3d-layer.js
index <HASH>..<HASH> 100644
--- a/modules/geo-layers/src/tile-3d-layer/tile-3d-layer.js
+++ b/modules/geo-layers/src/tile-3d-layer/tile-3d-layer.js
@@ -21,7 +21,8 @@ const defaultProps = {
onTil... | Tile3DLayer: Ability to override color per tile (#<I>) | uber_deck.gl | train |
6ec590d728defe93d7d4704eeb23210d8afcbfa7 | diff --git a/chalice/deploy/swagger.py b/chalice/deploy/swagger.py
index <HASH>..<HASH> 100644
--- a/chalice/deploy/swagger.py
+++ b/chalice/deploy/swagger.py
@@ -232,7 +232,6 @@ class CFNSwaggerGenerator(SwaggerGenerator):
def _uri(self, lambda_arn=None):
# type: (Optional[str]) -> Any
- # TODO:... | Remove swagger TODO
The answer is yes, Any makes the most sense. Otherwise,
it would need to be a union of all the possible types used
by the concrete subclasses of the swagger generator. | aws_chalice | train |
917108e49e908afa2ffe73be88650a9dc19618ed | diff --git a/src/org/lantern/gui/Table.java b/src/org/lantern/gui/Table.java
index <HASH>..<HASH> 100644
--- a/src/org/lantern/gui/Table.java
+++ b/src/org/lantern/gui/Table.java
@@ -53,7 +53,7 @@ public class Table extends AbstractComponent implements InteractableContainer
mainPanel = new Panel(Panel.Orie... | Adding a method for setting the padding between the columns | mabe02_lanterna | train |
7873b35c0eababd6fe4c2de5d639099cd5e6436e | diff --git a/eight333.go b/eight333.go
index <HASH>..<HASH> 100644
--- a/eight333.go
+++ b/eight333.go
@@ -21,6 +21,8 @@ func init() {
}
func (w *SPVWallet) startChainDownload(p *peer.Peer) {
+ w.mutex.Lock()
+ defer w.mutex.Unlock()
if w.blockchain.ChainState() == SYNCING {
height, _ := w.blockchain.db.Height... | Acquire lock before starting chain download | OpenBazaar_spvwallet | train |
3f31a50c4ea6b1eaf57bdbeadf6e81a931be307d | diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py
index <HASH>..<HASH> 100755
--- a/airflow/bin/cli.py
+++ b/airflow/bin/cli.py
@@ -250,9 +250,11 @@ def serve_logs(args):
def worker(args):
# Worker to serve static log files through this simple flask app
+ env = os.environ.copy()
+ env['AIRFLOW_HOME'] =... | Passing a proper env to subprocess | apache_airflow | train |
c58be3b6b67063c2bc8f869e96ff3fd32f188f14 | diff --git a/app/api/routes/check.js b/app/api/routes/check.js
index <HASH>..<HASH> 100644
--- a/app/api/routes/check.js
+++ b/app/api/routes/check.js
@@ -40,17 +40,18 @@ module.exports = function(app) {
});
});
- app.get('/check/:id/stats/:type/:page?', function(req, res) {
+ app.get('/check/:id/stats/:typ... | Make check API more robust.
A malformed URL was enough to crash the API application. | fzaninotto_uptime | train |
816bb38697e8d0c5d8599b09288e8508c53a8694 | diff --git a/liquibase-core/src/main/java/liquibase/database/core/MSSQLDatabase.java b/liquibase-core/src/main/java/liquibase/database/core/MSSQLDatabase.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/database/core/MSSQLDatabase.java
+++ b/liquibase-core/src/main/java/liquibase/database/c... | Better handling of index names in mssql | liquibase_liquibase | train |
3c4f18852721a0212dc36d7c066e6ed52dea74c5 | diff --git a/carrot/messaging.py b/carrot/messaging.py
index <HASH>..<HASH> 100644
--- a/carrot/messaging.py
+++ b/carrot/messaging.py
@@ -708,7 +708,7 @@ class Publisher(object):
def send(self, message_data, routing_key=None, delivery_mode=None,
mandatory=False, immediate=False, priority=0, content... | Can now pass exchange argument to Publisher.send, to override the default exchange.
(But note that this exchange must have been declared) | ask_carrot | train |
e464eeac43d99648f1b35cc525138a807abbd39b | diff --git a/src/Toolbar/Toolbar.react.js b/src/Toolbar/Toolbar.react.js
index <HASH>..<HASH> 100644
--- a/src/Toolbar/Toolbar.react.js
+++ b/src/Toolbar/Toolbar.react.js
@@ -148,7 +148,7 @@ function getStyles(props, context, state) {
const { toolbar, toolbarSearchActive } = context.uiTheme;
const local = {... | Fix rerender of toolbar
The app crashed when isSearchActive was true but searchable object wasn't specified. | xotahal_react-native-material-ui | train |
a573a0eda3d41c3ae0a4f3a98e8c0b67b1db22e3 | diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/kubelet.go
+++ b/pkg/kubelet/kubelet.go
@@ -1414,7 +1414,8 @@ func (kl *Kubelet) GenerateRunContainerOptions(pod *api.Pod, container *api.Cont
return nil, err
}
opts.Hostname = hostname
- volumes := kl.volu... | Remove pod mutation for volumes annotated with supplemental groups | kubernetes_kubernetes | train |
3953312be32352614953f2e357a1712d18a27bbc | diff --git a/core-bundle/tests/DataCollector/ContaoDataCollectorTest.php b/core-bundle/tests/DataCollector/ContaoDataCollectorTest.php
index <HASH>..<HASH> 100644
--- a/core-bundle/tests/DataCollector/ContaoDataCollectorTest.php
+++ b/core-bundle/tests/DataCollector/ContaoDataCollectorTest.php
@@ -59,7 +59,7 @@ class C... | [Core] Fix an issue found by the PHP-CS-Fixer. | contao_contao | train |
1041f1b7b6bb5ab15ed5e8932111747dd9aafba7 | diff --git a/Pagination/OrderBy.php b/Pagination/OrderBy.php
index <HASH>..<HASH> 100644
--- a/Pagination/OrderBy.php
+++ b/Pagination/OrderBy.php
@@ -72,9 +72,9 @@ class OrderBy implements QueryModifier
$databasePlatform = $entityManager->getConnection()->getDatabasePlatform();
if (count($p... | Fixed ordering by JSON fields, failing silently | vaniocz_vanio-domain-bundle | train |
4c771c24ca450a0df2ffb1c640acfe7259e6a814 | diff --git a/src/main/java/de/is24/util/monitoring/Monitors.java b/src/main/java/de/is24/util/monitoring/Monitors.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/is24/util/monitoring/Monitors.java
+++ b/src/main/java/de/is24/util/monitoring/Monitors.java
@@ -44,6 +44,7 @@ class Monitors<T extends Reportable> {
... | add missing Reportables to JMX and other Observers | Scout24_appmon4j | train |
7a05ee84a19164cd83a33346008a2a8cfa8365b5 | diff --git a/pandas/core/groupby.py b/pandas/core/groupby.py
index <HASH>..<HASH> 100644
--- a/pandas/core/groupby.py
+++ b/pandas/core/groupby.py
@@ -169,7 +169,7 @@ class Grouper(object):
cls = TimeGrouper
return super(Grouper, cls).__new__(cls)
- def __init__(self, key=None, level=None, fr... | PLAT: platform sorting issue surfaced with time_grouper | pandas-dev_pandas | train |
9e7ec6e0321d637fab49353094b44f93bb21dfcf | diff --git a/lib/compact_index/versions_file.rb b/lib/compact_index/versions_file.rb
index <HASH>..<HASH> 100644
--- a/lib/compact_index/versions_file.rb
+++ b/lib/compact_index/versions_file.rb
@@ -8,7 +8,7 @@ class CompactIndex::VersionsFile
def create(gems)
content = "created_at: #{Time.now.iso8601}"
co... | Two fixes for VersionsFile#create
* Should keep gems in alphabetic order
* Should ignore date versions were created | bundler_compact_index | train |
298c35e1f68b77278a6a6ab5669625747c21a000 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,11 @@ if __name__ == '__main__':
author_email=package_about['__email__'],
url=package_about['__url__'],
packages=find_packages(),
+ entry_points={
+ 'console_scripts': [
+... | added entry point to generate cobald executable | MatterMiners_cobald | train |
5f092bffb24b1c38cf529d242a8e7f07f99fbc13 | diff --git a/test/integration/spec/services/feature.js b/test/integration/spec/services/feature.js
index <HASH>..<HASH> 100644
--- a/test/integration/spec/services/feature.js
+++ b/test/integration/spec/services/feature.js
@@ -9,6 +9,7 @@
var chai = require('chai');
var assert = chai.assert;
+var sinon = require('s... | test(plugin-feature): check feature flag set on both user and developer | webex_spark-js-sdk | train |
e7e0501b534c34ac74863e7a25723f5a3d6bd2a0 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- forever_style_guide (3.2.0)
+ forever_style_guide (3.2.1)
bootstrap-sass
font-awesome-rails
jquery-rails
diff --git a/app/helpers/forever_s... | Minor Version bump to <I> to fix projects url bug (#<I>)
* link to projects instead of library
* minor version bump | forever-inc_forever-style-guide | train |
b0f36566b0dac148e3a04228901d6c5dafc047fd | diff --git a/test/lang.spec.js b/test/lang.spec.js
index <HASH>..<HASH> 100644
--- a/test/lang.spec.js
+++ b/test/lang.spec.js
@@ -47,6 +47,9 @@ describe('Lang Functions', () => {
expect(f.isBlank({})).to.be.true
})
it('should isBlankDeep', () => {
+ expect(f.isBlankDeep(_.every)(1)).to.be.false
+ expe... | add isBlankDeep tests showing it works shallow | smartprocure_futil-js | train |
35e6cecdf47de90c4d7090ae0e5c624ffafefb7f | diff --git a/synapse/tests/test_cortex.py b/synapse/tests/test_cortex.py
index <HASH>..<HASH> 100644
--- a/synapse/tests/test_cortex.py
+++ b/synapse/tests/test_cortex.py
@@ -1022,6 +1022,25 @@ class CortexTest(s_test.SynTest):
nodes = getPackNodes(core, q)
self.len(3, nodes)
+ # ... | Add pivot tests which pivot AFTER a tag conditional filter | vertexproject_synapse | train |
a279e42b9d31108b758924332a19a30247dfb6eb | diff --git a/chef/lib/chef/file_access_control.rb b/chef/lib/chef/file_access_control.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/file_access_control.rb
+++ b/chef/lib/chef/file_access_control.rb
@@ -16,6 +16,9 @@
# See the License for the specific language governing permissions and
# limitations under the Lic... | polish the error messages in file access control | chef_chef | train |
a23eeabc9cd507400f471ac0e8993cc08a3a654d | diff --git a/lib/cpu.js b/lib/cpu.js
index <HASH>..<HASH> 100644
--- a/lib/cpu.js
+++ b/lib/cpu.js
@@ -418,13 +418,13 @@ function getCpu() {
result.speed = modellineParts[1] ? modellineParts[1].trim() : '0';
result.speed = parseFloat(result.speed.replace(/GHz+/g, '')).toFixed(2);
let tb... | cpu() Apple Silicon M1 frequency | sebhildebrandt_systeminformation | train |
813deac5975fe16dd58ef57490b3b42c8f323124 | diff --git a/build/utils/index.js b/build/utils/index.js
index <HASH>..<HASH> 100755
--- a/build/utils/index.js
+++ b/build/utils/index.js
@@ -21,7 +21,7 @@ const {
dllPlugin
} = require('../../package.json')
-const authorName = author.replace(/\s+<.*/, '')
+const authorName = author.name;
const minExt = process... | - Fixed bug: getting the author name from package.json new format file | alvarotrigo_vue-fullpage.js | train |
164c2e8dc1b97d5232dc025b78ecc560788f3354 | diff --git a/dvc/path_info.py b/dvc/path_info.py
index <HASH>..<HASH> 100644
--- a/dvc/path_info.py
+++ b/dvc/path_info.py
@@ -184,6 +184,12 @@ class URLInfo(object):
__truediv__ = __div__
def __getattr__(self, name):
+ # When deepcopy is called, it creates and object without __init__,
+ # sel... | url info: fix infinite recustion on deepcopy | iterative_dvc | train |
4bff8bb9bcdf249cdf738c33235d65775576599f | diff --git a/model/value.go b/model/value.go
index <HASH>..<HASH> 100644
--- a/model/value.go
+++ b/model/value.go
@@ -129,11 +129,8 @@ func (s *Sample) Equal(o *Sample) bool {
if !s.Timestamp.Equal(o.Timestamp) {
return false
}
- if s.Value.Equal(o.Value) {
- return false
- }
- return true
+ return s.Value.E... | Fix comparison bug in Sample.Equal() | prometheus_common | train |
9f017a02f1b045785c2e46badbdc299b49e9f93d | diff --git a/src/Task/SwooleTaskQueue.php b/src/Task/SwooleTaskQueue.php
index <HASH>..<HASH> 100644
--- a/src/Task/SwooleTaskQueue.php
+++ b/src/Task/SwooleTaskQueue.php
@@ -72,12 +72,13 @@ class SwooleTaskQueue extends Queue implements QueueContract
/**
* Create a typical, string based queue payload array.... | Fix test cases, fix [Declaration of SwooleTW\Http\Task\SwooleTaskQueue::createStringPayload($job, $data) should be compatible with Illuminate\Queue\Queue::createStringPayload($job, $queue, $data)] | swooletw_laravel-swoole | train |
bed8e37f21152f994400b3e697baadef300b42fc | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ setup(
version=about['__version__'],
url=about['__github__'],
project_urls={
+ 'Changes': about['__changes__'],
'Documentation': about['__docs__'],
'Code': about['__github... | Setup project_urls: Add changelog link | tmux-python_tmuxp | train |
9ce32b3e3443de4ff95135d0e322414b1517609b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='slacker',
- version='0.6.0',
+ version='0.6.1',
packages=['slacker'],
description='Slack API client',
author='Oktay Sancak', | Set version number to <I>. | os_slacker | train |
263d23e5edaa941dc115e4557932bcc12f0db423 | diff --git a/atomic_reactor/plugins/pre_check_user_settings.py b/atomic_reactor/plugins/pre_check_user_settings.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/plugins/pre_check_user_settings.py
+++ b/atomic_reactor/plugins/pre_check_user_settings.py
@@ -12,6 +12,7 @@ from atomic_reactor.plugin import PreBuildPlugi... | Ensure that only operator bundles can be isolated
This checks was moved from osbs-client which has not enough context to
decide if build is an operator bundle build
* CLOUDBLD-<I> | projectatomic_atomic-reactor | train |
b6ac1997f97c92ed28fda86a6842806c4213d616 | diff --git a/src/Cache/Delivery/CacheWarmer.php b/src/Cache/Delivery/CacheWarmer.php
index <HASH>..<HASH> 100644
--- a/src/Cache/Delivery/CacheWarmer.php
+++ b/src/Cache/Delivery/CacheWarmer.php
@@ -46,9 +46,9 @@ class CacheWarmer implements CacheWarmerInterface
/**
* {@inheritdoc}
*/
- public funct... | Remove symfony deprecations for incompatible method declarations | contentful_ContentfulBundle | train |
3476284f9f0f2116632c256db66de2aad6602891 | diff --git a/src/Eleventy.js b/src/Eleventy.js
index <HASH>..<HASH> 100644
--- a/src/Eleventy.js
+++ b/src/Eleventy.js
@@ -105,7 +105,7 @@ Eleventy.prototype.watch = async function() {
await this.write();
console.log("Watching…");
- var watcher = watch(this.writer.getRawFiles(), {
+ let watcher = watch(this.w... | Surely it was not I that used var instead of let | 11ty_eleventy | train |
1bf2ef7edabcda748ab0d0d8d2b2a63a5f5e18ca | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ setup(
'vent.core.rq-worker', 'vent.core.rq-dashboard',
'vent.core.rmq-es-connector', 'vent.helpers', 'vent.api'],
data_files=[('vent', ['vent/help'])],
- install_requires=['d... | don't lock on version 2 for docker | CyberReboot_vent | train |
7647166cde0a902bdb9b637f0688ef06c79722a6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -61,7 +61,7 @@ function _loginCallback (publicUrl, jwksClient, cookieName, cookieOpts) {
debug(`Verify JWT token from the query parameter`)
const payload = await _verifyToken(jwksClient, linkToken)
d... | fix: do not rely on res.cookie | koumoul-dev_sd-express | train |
bf47b71b787657eca1d489f92517aa60c9a38008 | diff --git a/esp8266/makeimg.py b/esp8266/makeimg.py
index <HASH>..<HASH> 100644
--- a/esp8266/makeimg.py
+++ b/esp8266/makeimg.py
@@ -1,15 +1,21 @@
import sys
import struct
+import hashlib
SEGS_MAX_SIZE = 0x9000
assert len(sys.argv) == 4
+md5 = hashlib.md5()
+
with open(sys.argv[3], 'wb') as fout:
wi... | esp<I>/makeimg.py: Append md5 hash to the generated binary.
md5 is calculated over the entire file, except first 4 bytes, which contain
flash parameters and may be changed by flashing tool or MicroPython flash
auto-config. | micropython_micropython | train |
cb9ab57a3069b04b6f688cc7bbe72598db6f1d70 | diff --git a/server/webapp/WEB-INF/rails/webpack/single_page_apps/new_dashboard.js b/server/webapp/WEB-INF/rails/webpack/single_page_apps/new_dashboard.js
index <HASH>..<HASH> 100644
--- a/server/webapp/WEB-INF/rails/webpack/single_page_apps/new_dashboard.js
+++ b/server/webapp/WEB-INF/rails/webpack/single_page_apps/ne... | Show the first personalization tab pipelines on dashboard load (#<I>) (#<I>) (#<I>) | gocd_gocd | train |
8b434e041cbdec4251d97bd548e563a53a6e75e7 | diff --git a/src/android/BackgroundMode.java b/src/android/BackgroundMode.java
index <HASH>..<HASH> 100644
--- a/src/android/BackgroundMode.java
+++ b/src/android/BackgroundMode.java
@@ -87,8 +87,7 @@ public class BackgroundMode extends CordovaPlugin {
* @param callback The callback context used when
* ... | Dont crash if color has wrong format | katzer_cordova-plugin-background-mode | train |
e265bceae639418453736faa40a2ac6bea04f339 | diff --git a/manticore/core/smtlib/expression.py b/manticore/core/smtlib/expression.py
index <HASH>..<HASH> 100644
--- a/manticore/core/smtlib/expression.py
+++ b/manticore/core/smtlib/expression.py
@@ -966,6 +966,27 @@ class ArrayStore(ArrayOperation):
def value(self):
return self.operands[2]
+ def ... | Specialized iterative serialization for Array (#<I>)
* Specialized itereative serialization for Array
* lint | trailofbits_manticore | train |
fa5855f6e61d0a80d9f32bb5fc7f3f4623022a4c | diff --git a/src/Maatwebsite/Excel/Readers/HtmlReader.php b/src/Maatwebsite/Excel/Readers/HtmlReader.php
index <HASH>..<HASH> 100644
--- a/src/Maatwebsite/Excel/Readers/HtmlReader.php
+++ b/src/Maatwebsite/Excel/Readers/HtmlReader.php
@@ -29,6 +29,7 @@
namespace Maatwebsite\Excel\Readers;
use \PHPExcel;
+use \PHPEx... | Added XXE protection to HTML reader | Maatwebsite_Laravel-Excel | train |
c915df320d9b54abe193443a2f0114f12ad33823 | diff --git a/collectors/php_errors.php b/collectors/php_errors.php
index <HASH>..<HASH> 100644
--- a/collectors/php_errors.php
+++ b/collectors/php_errors.php
@@ -83,8 +83,12 @@ class QM_Collector_PHP_Errors extends QM_Collector {
}
if ( ! isset( self::$unexpected_error ) ) {
- self::$unexpected_error = __( '... | Prevent two core strings from being picked up for translation by GlotPress. | johnbillion_query-monitor | train |
a998159045eabcbd627b09503cf4b9f027e2d89a | diff --git a/lib/emcee/processors/processor_stylesheets.rb b/lib/emcee/processors/processor_stylesheets.rb
index <HASH>..<HASH> 100644
--- a/lib/emcee/processors/processor_stylesheets.rb
+++ b/lib/emcee/processors/processor_stylesheets.rb
@@ -14,7 +14,7 @@ module Emcee
absolute_path = File.absolute_path(pa... | Add newline before closing </style> tag for processed stylesheet | ahuth_emcee | train |
53bfbb55ab0704ec20ec8f4565cf51847b82a753 | diff --git a/query/src/test/java/org/infinispan/query/config/MultipleCachesTest.java b/query/src/test/java/org/infinispan/query/config/MultipleCachesTest.java
index <HASH>..<HASH> 100644
--- a/query/src/test/java/org/infinispan/query/config/MultipleCachesTest.java
+++ b/query/src/test/java/org/infinispan/query/config/M... | ISPN-<I> Additional API changes of Hibernate Search5 | infinispan_infinispan | train |
1ffa818d417b9e629edbcfa3323a995b7e81f060 | diff --git a/src/org/umlgraph/doclet/ClassGraph.java b/src/org/umlgraph/doclet/ClassGraph.java
index <HASH>..<HASH> 100644
--- a/src/org/umlgraph/doclet/ClassGraph.java
+++ b/src/org/umlgraph/doclet/ClassGraph.java
@@ -417,12 +417,12 @@ class ClassGraph {
tags = c.tags("view");
if (tags.length > 0)
return tru... | Eliminate the possibility for a null pointer sception when testing
for hidden items. | dspinellis_UMLGraph | train |
f7b10cec7cb5895b3ca3ff80abfef2c7965153c5 | diff --git a/httpcache4j-storage-api/src/main/java/org/codehaus/httpcache4j/cache/FileManager.java b/httpcache4j-storage-api/src/main/java/org/codehaus/httpcache4j/cache/FileManager.java
index <HASH>..<HASH> 100644
--- a/httpcache4j-storage-api/src/main/java/org/codehaus/httpcache4j/cache/FileManager.java
+++ b/httpcac... | - cleanup
- Fixed Filemanager base directory. | httpcache4j_httpcache4j | train |
7d06b0b58e043afb10123e9af9d20fe7ba6a6c35 | diff --git a/xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java b/xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/DefaultHTMLCleanerTest.java
index <HASH>..<HASH> 100644
--- a/xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xw... | XCOMMONS-<I>: Upgrade to HTML Cleaner <I>
* Added more tests | xwiki_xwiki-commons | train |
e550f5f524ff5cec37266f7e05c0c2c0e5fbd3f8 | diff --git a/spyder/plugins/ipythonconsole/widgets/main_widget.py b/spyder/plugins/ipythonconsole/widgets/main_widget.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/main_widget.py
+++ b/spyder/plugins/ipythonconsole/widgets/main_widget.py
@@ -2121,7 +2121,13 @@ class IPythonConsoleWidget(Plu... | IPython console: Don't switch to it after running cells if focus_to_editor is True | spyder-ide_spyder | train |
3853a26d2d9eb07087ca05e13bf35425fe5afd58 | diff --git a/graphistry/etl.py b/graphistry/etl.py
index <HASH>..<HASH> 100644
--- a/graphistry/etl.py
+++ b/graphistry/etl.py
@@ -169,6 +169,7 @@ def in_ipython():
class Graphistry (object):
tag = fingerprint()
+ dataset_prefix = "PyGraphistry/"
def __init__(self, height, hostname):
@@ -185,7 +186,... | Prefix dataset with pygraphistry. Close iframe tag | graphistry_pygraphistry | train |
28c29e7408e3cae4f34c488bdf3e30c2dad201b3 | diff --git a/code/GridFieldBetterButtonsItemRequest.php b/code/GridFieldBetterButtonsItemRequest.php
index <HASH>..<HASH> 100644
--- a/code/GridFieldBetterButtonsItemRequest.php
+++ b/code/GridFieldBetterButtonsItemRequest.php
@@ -15,7 +15,7 @@ class GridFieldBetterButtonsItemRequest extends DataExtension {
/**
* ... | Update GridFieldBetterButtonsItemRequest.php
changing $allowed_actions to private static for <I> compatibility | unclecheese_silverstripe-gridfield-betterbuttons | train |
d1f33ff7ec1d25370cc5a19d6de323e41efb1548 | diff --git a/javamelody-core/src/main/java/net/bull/javamelody/MonitoringController.java b/javamelody-core/src/main/java/net/bull/javamelody/MonitoringController.java
index <HASH>..<HASH> 100644
--- a/javamelody-core/src/main/java/net/bull/javamelody/MonitoringController.java
+++ b/javamelody-core/src/main/java/net/bul... | fix for JENKINS-<I>: Unreadable HTML response for the monitoring reports (gzip, take 2 when security is enabled) | javamelody_javamelody | train |
b5c2ba1ad07070fac2c678c0477df383b9cafe61 | diff --git a/src/LinearAlgebra/Eigenvector.php b/src/LinearAlgebra/Eigenvector.php
index <HASH>..<HASH> 100644
--- a/src/LinearAlgebra/Eigenvector.php
+++ b/src/LinearAlgebra/Eigenvector.php
@@ -55,8 +55,8 @@ class Eigenvector
// pass already found all the vectors.
$key = array_search($eigenva... | Update Eigenvector.php (#<I>)
* Update Eigenvector.php
slight refactor
* Update Eigenvector.php | markrogoyski_math-php | train |
9a22ba1c98e6d37aa2a7857fc513de56868fc1ad | diff --git a/src/org/kocakosm/pitaya/security/SCrypt.java b/src/org/kocakosm/pitaya/security/SCrypt.java
index <HASH>..<HASH> 100644
--- a/src/org/kocakosm/pitaya/security/SCrypt.java
+++ b/src/org/kocakosm/pitaya/security/SCrypt.java
@@ -24,9 +24,8 @@ import org.kocakosm.pitaya.util.XObjects;
import java.util.Arrays;... | Fixed possible integer overflow during preconditions testing | kocakosm_pitaya | train |
bf19df180c809654c9e74ce694bedf8443d89b4f | diff --git a/lib/Predis.php b/lib/Predis.php
index <HASH>..<HASH> 100644
--- a/lib/Predis.php
+++ b/lib/Predis.php
@@ -285,6 +285,7 @@ class Response {
const NEWLINE = "\r\n";
const OK = 'OK';
const ERROR = 'ERR';
+ const QUEUED = 'QUEUED';
const NULL = 'nil';
private static $_p... | Introduced a first draft of a new way to internally check for responses to enqueued commands. | nrk_predis | train |
3ccd03936de6b092489ca536310a1a143d920a9a | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java
+++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup... | [Java] Set ClusterBackupAgent time of last progress on start to avoid immediate failure. (#<I>) | real-logic_aeron | train |
94f4a3106b8607ea52bc47291a114de4da3ff87d | diff --git a/filestack/filestack_client.py b/filestack/filestack_client.py
index <HASH>..<HASH> 100644
--- a/filestack/filestack_client.py
+++ b/filestack/filestack_client.py
@@ -1,4 +1,4 @@
-from filestack.config import API_URL, HEADERS, STORE_PATH, FILE_PATH
+from filestack.config import API_URL, HEADERS, STORE_PATH,... | restrict CommonMixin methods on client | filestack_filestack-python | train |
b5b73f889aa29fba883789745d40082847d35a8c | diff --git a/pyrtl/simulation.py b/pyrtl/simulation.py
index <HASH>..<HASH> 100644
--- a/pyrtl/simulation.py
+++ b/pyrtl/simulation.py
@@ -670,7 +670,8 @@ class SimulationTrace(object):
segment_delim=segment_delim, extra_line=extra_line)
def render_trace_to_html(self, trace_list):
- from ... | ipython pylint problem fixed | UCSBarchlab_PyRTL | train |
09a2e1f64cc8a70f8affe00e3703047194f96776 | diff --git a/namesys/resolve_test.go b/namesys/resolve_test.go
index <HASH>..<HASH> 100644
--- a/namesys/resolve_test.go
+++ b/namesys/resolve_test.go
@@ -14,7 +14,7 @@ func TestRoutingResolve(t *testing.T) {
resolver := NewRoutingResolver(d)
publisher := NewRoutingPublisher(d)
- privk, pubk, err := testutil.Rand... | testutil: obvious names for seeded key pairs | ipfs_go-ipfs | train |
fb70e2a1a9bfd24674b1ecb5e53b898838d1cf6d | diff --git a/liquibase-core/src/test/java/liquibase/serializer/core/xml/XMLChangeLogSerializerTest.java b/liquibase-core/src/test/java/liquibase/serializer/core/xml/XMLChangeLogSerializerTest.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/test/java/liquibase/serializer/core/xml/XMLChangeLogSerializerTest.jav... | Need to keep whereClause as the serialized parameter for now to not break checksums | liquibase_liquibase | train |
c20e4b688d89d32e0190762324fc089aac870c46 | diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index <HASH>..<HASH> 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
// Platform: ios
-// 17ed8ef404a1efc5cfc6c14e5df031f7d84e23f8
+// 538a985db128858c0a0eb4dd40fb9c8e5433fc94
/*
Licensed to the Apache Software Foundation (ASF... | Update JS snapshot to version <I>-dev (via coho) | apache_cordova-ios | train |
083541e9edf45ba5d0ce68fe32cc7fd73d27bf10 | diff --git a/nomad/deploymentwatcher/deployment_watcher.go b/nomad/deploymentwatcher/deployment_watcher.go
index <HASH>..<HASH> 100644
--- a/nomad/deploymentwatcher/deployment_watcher.go
+++ b/nomad/deploymentwatcher/deployment_watcher.go
@@ -417,7 +417,10 @@ FAIL:
// deadlocking on the already stopped deadline ti... | Fix deadlock in deadline timer logic when progress deadline is passed and the deployment is updated. | hashicorp_nomad | train |
929ebd8d02646d9d34a1b5bfe22b988e9000db6e | diff --git a/underfs/gcs/src/main/java/alluxio/underfs/gcs/GCSUnderFileSystem.java b/underfs/gcs/src/main/java/alluxio/underfs/gcs/GCSUnderFileSystem.java
index <HASH>..<HASH> 100644
--- a/underfs/gcs/src/main/java/alluxio/underfs/gcs/GCSUnderFileSystem.java
+++ b/underfs/gcs/src/main/java/alluxio/underfs/gcs/GCSUnderF... | Alluxio-<I>: address the comments. v1 | Alluxio_alluxio | train |
9326c076c15edd8dd6007770befbc73210bfa05a | diff --git a/indra/util/statement_presentation.py b/indra/util/statement_presentation.py
index <HASH>..<HASH> 100644
--- a/indra/util/statement_presentation.py
+++ b/indra/util/statement_presentation.py
@@ -305,8 +305,8 @@ def group_and_sort_statements(stmt_list, sort_by='default', metric_dict=None,
agent_... | Apply freeze to metrics after filling. | sorgerlab_indra | train |
88c9eeb75c3a557f476b1bb69ff2ba06427d2966 | diff --git a/packages/node_modules/@ciscospark/plugin-authorization-browser/test/unit/spec/authorization.js b/packages/node_modules/@ciscospark/plugin-authorization-browser/test/unit/spec/authorization.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@ciscospark/plugin-authorization-browser/test/unit/spec/aut... | test(authorization): add test to clean URL after authorization | webex_spark-js-sdk | train |
b193871968b9034702fbc1994927dacd2e25de74 | diff --git a/src/twig/TriggerExtension.php b/src/twig/TriggerExtension.php
index <HASH>..<HASH> 100644
--- a/src/twig/TriggerExtension.php
+++ b/src/twig/TriggerExtension.php
@@ -9,7 +9,6 @@
namespace flipbox\twig;
use flipbox\twig\tokenparsers\TriggerTokenParser;
-use flipbox\twig\traits\PrefixTrait;
use Twig_Ext... | Removing the ‘prefix’ concept. | flipboxfactory_twig-trigger | train |
2b2af2c77c67e10dcd3ca5d6302b42431c08f595 | diff --git a/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb b/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb
index <HASH>..<HASH> 100644
--- a/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb
+++ b/vendor/plugins/refinery/lib/generators/refinery/templates/model.... | Changed model generator so that it is consistent with the changes to the other models | refinery_refinerycms | train |
73495ae464841fd5376d85de3fcdb376b50fe0de | diff --git a/js/base/Exchange.js b/js/base/Exchange.js
index <HASH>..<HASH> 100644
--- a/js/base/Exchange.js
+++ b/js/base/Exchange.js
@@ -407,8 +407,11 @@ module.exports = class Exchange {
details = match[1].trim ();
if ([ 418, 429 ].includes (code)) {
error = DDoSProtection
- ... | JS: Exchange: handle <I> response | ccxt_ccxt | train |
4d3339d80de59889ecbc4e360e88c106d744e3da | diff --git a/packages/reactotron-app/App/Foundation/Sidebar.js b/packages/reactotron-app/App/Foundation/Sidebar.js
index <HASH>..<HASH> 100644
--- a/packages/reactotron-app/App/Foundation/Sidebar.js
+++ b/packages/reactotron-app/App/Foundation/Sidebar.js
@@ -16,17 +16,10 @@ const Styles = {
WebkitAppRegion: "drag"... | 💄 uses reactotron icon for home tab | infinitered_reactotron | train |
974c2671ea251305e52b3aea2b1431e4a0f3a312 | diff --git a/src/main/java/water/api/Inspect.java b/src/main/java/water/api/Inspect.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/api/Inspect.java
+++ b/src/main/java/water/api/Inspect.java
@@ -189,7 +189,9 @@ public class Inspect extends Request {
// The builder Response
Response r = Response.do... | Put back missing html div close. | h2oai_h2o-2 | train |
528047d5c51b595a580d387331d34e7f2b0f4816 | diff --git a/lib/schemas.js b/lib/schemas.js
index <HASH>..<HASH> 100644
--- a/lib/schemas.js
+++ b/lib/schemas.js
@@ -8,12 +8,11 @@ var tv4 = require('tv4');
class Schema {
constructor (schema) {
this.schema = schema;
- }
- validate () {
- var args = Array.prototype.slice.call(arguments);
- args.spl... | Add some more wrapped tv4 functions and generalize the process. | dapphub_dapple | train |
18c8cf39a93ca4eea42d54b6e8abade3cf229423 | diff --git a/src/test/java/org/mapdb/BTreeMapTest.java b/src/test/java/org/mapdb/BTreeMapTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/mapdb/BTreeMapTest.java
+++ b/src/test/java/org/mapdb/BTreeMapTest.java
@@ -632,7 +632,7 @@ public class BTreeMapTest{
int max = i*100;
File f ... | BTreeMapTest: move large_node_size to stress tests | jankotek_mapdb | train |
8fabcfaffac80e1c5e3bfa6c96bc53be41fd46d4 | diff --git a/server/server.go b/server/server.go
index <HASH>..<HASH> 100644
--- a/server/server.go
+++ b/server/server.go
@@ -110,6 +110,7 @@ var (
ErrInvalidSub = errors.New("stan: invalid subscription")
ErrInvalidClient = errors.New("stan: clientID already registered")
ErrMissingClient = erro... | [IMPROVED] Error returned to client for invalid client ID
Report errors (as opposed to debug tracing) when something goes
wrong during the processing of the connect request.
For invalid client ID, returns an explicit error to clients. | nats-io_nats-streaming-server | train |
97c654bf789550ac0a0c318ab92920128e2fc3fb | diff --git a/manager/allocator/cnmallocator/networkallocator.go b/manager/allocator/cnmallocator/networkallocator.go
index <HASH>..<HASH> 100644
--- a/manager/allocator/cnmallocator/networkallocator.go
+++ b/manager/allocator/cnmallocator/networkallocator.go
@@ -485,7 +485,7 @@ func (na *cnmNetworkAllocator) IsAttachme... | Prevent possible panic in cnmallocator.IsAttachmentAllocated() | docker_swarmkit | train |
8badeb09d9afe395433b61c8f0f470fba8ed43b8 | diff --git a/src/Ipunkt/SocialAuth/RegisterInfo.php b/src/Ipunkt/SocialAuth/RegisterInfo.php
index <HASH>..<HASH> 100644
--- a/src/Ipunkt/SocialAuth/RegisterInfo.php
+++ b/src/Ipunkt/SocialAuth/RegisterInfo.php
@@ -45,7 +45,7 @@ class RegisterInfo implements RegisterInfoInterface {
if($info == 'provider')
$v... | Made querying profile through RegisterInfo::getInfo crash safe | ipunkt_social-auth | train |
a516e43f8f0c699a63512ac070f08cb0fb6ae06c | diff --git a/upup/pkg/fi/cloudup/template_functions.go b/upup/pkg/fi/cloudup/template_functions.go
index <HASH>..<HASH> 100644
--- a/upup/pkg/fi/cloudup/template_functions.go
+++ b/upup/pkg/fi/cloudup/template_functions.go
@@ -180,6 +180,7 @@ func (tf *TemplateFunctions) DnsControllerArgv() ([]string, error) {
if dns... | Fixes port collision between dns-controller metrics and gossip.
Fixes #<I>. | kubernetes_kops | train |
a5d6b445536c618466a87fc048641f2dcb5e2c42 | diff --git a/src/Phinx/Console/Command/Test.php b/src/Phinx/Console/Command/Test.php
index <HASH>..<HASH> 100644
--- a/src/Phinx/Console/Command/Test.php
+++ b/src/Phinx/Console/Command/Test.php
@@ -1,7 +1,4 @@
<?php
-/**
- * @author Leonid Kuzmin <lndkuzmin@gmail.com>
- */
namespace Phinx\Console\Command;
@@ -10... | Modifying the test command to only test one env at a time | cakephp_phinx | train |
e8cbe4fc8119c18814ec7466092eef33673162a2 | diff --git a/openquake/commands/dump.py b/openquake/commands/dump.py
index <HASH>..<HASH> 100644
--- a/openquake/commands/dump.py
+++ b/openquake/commands/dump.py
@@ -70,8 +70,8 @@ def dump(archive, user=None):
smart_save(db.path, archive)
dt = time.time() - t0
- safeprint('Archived %d files into %s in %... | Changed the message printed by oq dump | gem_oq-engine | train |
7d5e2125c27c9a80052e27c89ea398e939b21c1d | diff --git a/presto-main/src/main/resources/webapp/assets/query-list.js b/presto-main/src/main/resources/webapp/assets/query-list.js
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/resources/webapp/assets/query-list.js
+++ b/presto-main/src/main/resources/webapp/assets/query-list.js
@@ -47,11 +47,7 @@
... | Truncate source and user on query list page | prestodb_presto | train |
8209ba6156fcbe3cd33549a93b419b713a224029 | diff --git a/core/commands/cmdenv/cidbase.go b/core/commands/cmdenv/cidbase.go
index <HASH>..<HASH> 100644
--- a/core/commands/cmdenv/cidbase.go
+++ b/core/commands/cmdenv/cidbase.go
@@ -1,9 +1,8 @@
package cmdenv
import (
- "errors"
+ "strings"
- path "gx/ipfs/QmNYPETsdAu2uQ1k9q9S1jYEGURaLHV6cbYRSVFVRftpF8/go-pa... | Don't use ParsePath in extractCidString.
ParsePath does not preserve the multibase.
License: MIT | ipfs_go-ipfs | train |
ce0a680cf11cc8fc8fd8b3a064094652348dc26b | diff --git a/nose/test_orbit.py b/nose/test_orbit.py
index <HASH>..<HASH> 100644
--- a/nose/test_orbit.py
+++ b/nose/test_orbit.py
@@ -31,25 +31,6 @@ _NOLONGINTEGRATIONS= False
# Print all galpyWarnings always for tests of warnings
warnings.simplefilter("always",galpyWarning)
-# Test the error for when explicit ste... | test that fixing and changing the integration stepsize works | jobovy_galpy | train |
5b7d77a67d6f8274a1854373d2d21b192f27b7b6 | diff --git a/authentication/token_validator.go b/authentication/token_validator.go
index <HASH>..<HASH> 100644
--- a/authentication/token_validator.go
+++ b/authentication/token_validator.go
@@ -131,6 +131,11 @@ func (accessToken *accessToken) getUaaTokenKey(logger lager.Logger, forceFetch b
if err != nil {
retu... | Add info message to determine when a token verification key is fetched.
[#<I>] | cloudfoundry_routing-api | train |
9f7a28d765d797c4d6a2c0622837e0497ef64e4b | diff --git a/src/engine/engineState.js b/src/engine/engineState.js
index <HASH>..<HASH> 100644
--- a/src/engine/engineState.js
+++ b/src/engine/engineState.js
@@ -70,6 +70,9 @@ export interface EngineStateOptions {
function nop () {}
+const MAX_CONNECTIONS = 3
+const NEW_CONNECTIONS = 8
+
/**
* This object hold... | Add an element of randomness into picking which server to connect | EdgeApp_edge-currency-bitcoin | train |
0d105ed77ef703d3c2bcff2f1e4226a1d5e695d9 | diff --git a/lib/Alchemy/Phrasea/Application.php b/lib/Alchemy/Phrasea/Application.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/Application.php
+++ b/lib/Alchemy/Phrasea/Application.php
@@ -241,11 +241,7 @@ class Application extends SilexApplication
$this->register(new TemporaryFilesystemServicePr... | This parameter is overridden later and is a closure. | alchemy-fr_Phraseanet | train |
0f40a4057764c2301e2df7ab805179898bb210a8 | diff --git a/lib/business_time/core_ext/date.rb b/lib/business_time/core_ext/date.rb
index <HASH>..<HASH> 100644
--- a/lib/business_time/core_ext/date.rb
+++ b/lib/business_time/core_ext/date.rb
@@ -2,11 +2,15 @@
class Date
include BusinessTime::TimeExtensions
- def business_days_until(to_date)
- business_dat... | Adds support for inclusive results from business_days_until() method | bokmann_business_time | train |
fbc5c6a243ac3b39d3ae8c152470c052636a2aaf | diff --git a/lib/mincer/processors/directive_processor.js b/lib/mincer/processors/directive_processor.js
index <HASH>..<HASH> 100644
--- a/lib/mincer/processors/directive_processor.js
+++ b/lib/mincer/processors/directive_processor.js
@@ -323,7 +323,7 @@ DirectiveProcessor.prototype.processSource = function () {
// ... | Keep empty lines in the header.
This change increases accuracy of error messages for files with
directives in them. | nodeca_mincer | train |
6f924e477159c06de4a45e3a243584076475fa3e | diff --git a/examples/workspace/src/index.js b/examples/workspace/src/index.js
index <HASH>..<HASH> 100644
--- a/examples/workspace/src/index.js
+++ b/examples/workspace/src/index.js
@@ -47,6 +47,7 @@ window.addEventListener("load", async () => {
}
};
+ workspace.addEventListener("workspace-layout-up... | Emit 'workspace-layout-update' event when `@finos/perspective-workspace` is changed | finos_perspective | train |
30ad1028ebf6beb0c6c0957222d87e228171f94b | diff --git a/test/e2e/storage/drivers/in_tree.go b/test/e2e/storage/drivers/in_tree.go
index <HASH>..<HASH> 100644
--- a/test/e2e/storage/drivers/in_tree.go
+++ b/test/e2e/storage/drivers/in_tree.go
@@ -259,9 +259,6 @@ func (g *glusterFSDriver) GetDriverInfo() *testsuites.DriverInfo {
func (g *glusterFSDriver) SkipU... | Move xfs test skip logic from driver to testsuites | kubernetes_kubernetes | train |
ca53612d72deda2e6c1fc419d92cff0ae57a95ea | diff --git a/post/walker.go b/post/walker.go
index <HASH>..<HASH> 100644
--- a/post/walker.go
+++ b/post/walker.go
@@ -32,7 +32,8 @@ var (
}
postExecStmts = []string{
query.Index("Agents", "SimId", "Prototype"),
- query.Index("Inventories", "SimId", "AgentId"),
+ query.Index("Agents", "SimId", "AgentId", "Prot... | add another index to agents table and inventories table | rwcarlsen_cyan | train |
cdfe46e4108b70425883dc11b0eb0fccece388b4 | diff --git a/state/addmachine.go b/state/addmachine.go
index <HASH>..<HASH> 100644
--- a/state/addmachine.go
+++ b/state/addmachine.go
@@ -355,6 +355,15 @@ func (st *State) addMachineInsideMachineOps(template MachineTemplate, parentId s
return nil, nil, errors.Errorf("machine %s cannot host %s containers", parentId,... | Prevents addition of containers to machines locked for series-upgrade. | juju_juju | train |
97de24e1b0d8832bc0aae46f2fda8b85ab961dc0 | diff --git a/lib/rabbitmq/server_error.rb b/lib/rabbitmq/server_error.rb
index <HASH>..<HASH> 100644
--- a/lib/rabbitmq/server_error.rb
+++ b/lib/rabbitmq/server_error.rb
@@ -9,9 +9,9 @@ module RabbitMQ
properties = event.fetch(:properties)
kls = case event.fetch(:method)
when :channel_close
- ... | Improve clarity of scoping in ServerError lookup. | jemc_ruby-rabbitmq | train |
56dc14ff8c63051fabc900d1587d2b7476d338dc | diff --git a/lib/xmpp/router.js b/lib/xmpp/router.js
index <HASH>..<HASH> 100644
--- a/lib/xmpp/router.js
+++ b/lib/xmpp/router.js
@@ -400,6 +400,10 @@ Router.prototype.loadCredentials = function(domain, keyPath, certPath) {
Router.prototype.acceptConnection = function(socket) {
var self = this;
+ // Unhandl... | router: hook 'error' of incoming connections | xmppjs_xmpp.js | train |
8c25515bf88b11a32c9378f76cc405b5f21e3dcd | diff --git a/lib/malcolm/request/soap_builder.rb b/lib/malcolm/request/soap_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/malcolm/request/soap_builder.rb
+++ b/lib/malcolm/request/soap_builder.rb
@@ -14,9 +14,10 @@ module Malcolm
# Builds an XML document around request data
def wrap(data)
- rais... | Made body handling flexible enough to handle strings | Bweeb_malcolm | train |
697eb4ae7c59cf0e87a509f858858b76860163bd | diff --git a/src/Kernel/Provider/Application.php b/src/Kernel/Provider/Application.php
index <HASH>..<HASH> 100644
--- a/src/Kernel/Provider/Application.php
+++ b/src/Kernel/Provider/Application.php
@@ -2,14 +2,10 @@
namespace Encore\Kernel\Provider;
-use Encore\Kernel\Command\Debug as DebugCommand;
-
class Appli... | Resolving command by string from the container | encorephp_kernel | train |
907ccd9f34d8e92c200b359c83c4c703e02c5e2f | diff --git a/ghost/members-api/lib/repositories/member/index.js b/ghost/members-api/lib/repositories/member/index.js
index <HASH>..<HASH> 100644
--- a/ghost/members-api/lib/repositories/member/index.js
+++ b/ghost/members-api/lib/repositories/member/index.js
@@ -327,7 +327,7 @@ module.exports = class MemberRepository {... | Fixed creating events within transaction
no-issue
If we are to perform the `linkSubscription` method inside of a
transaction, the addition of the paid subscription events would happen
outside of the transaction, and cause errors. This ensures that we pass
the options object (containing the transaction) to the models ... | TryGhost_Ghost | train |
d63d2681cd952868c2a8caf082a09efc5ae4aeef | diff --git a/contracts/tests/abstract_test.py b/contracts/tests/abstract_test.py
index <HASH>..<HASH> 100644
--- a/contracts/tests/abstract_test.py
+++ b/contracts/tests/abstract_test.py
@@ -37,20 +37,9 @@ class AbstractTestContracts(TestCase):
def contract_at(self, address, abi):
return ABIContract(self.... | no libs needed to generate abi | gnosis_pm-contracts | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.