hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c3083fbba95ec47ad5c37e742395355721cdb68a | diff --git a/Neos.SiteKickstarter/Classes/Command/KickstartCommandController.php b/Neos.SiteKickstarter/Classes/Command/KickstartCommandController.php
index <HASH>..<HASH> 100644
--- a/Neos.SiteKickstarter/Classes/Command/KickstartCommandController.php
+++ b/Neos.SiteKickstarter/Classes/Command/KickstartCommandControll... | BUGFIX: Remove "TypoScript" from method explanation | neos_neos-development-collection | train |
d96685289a7a5ce74a3dc0ece745f9c26236c9bd | diff --git a/src/tests/tests.py b/src/tests/tests.py
index <HASH>..<HASH> 100644
--- a/src/tests/tests.py
+++ b/src/tests/tests.py
@@ -8,7 +8,7 @@
Windows, Linux, Mac Os X.
**Description:**
- Tests Suite Module.
+ This module runs the tests suite.
**Others:**
@@ -38,6 +38,12 @@ __status__ = "Production"
#***... | Update "tests" and "tests.utilities" modules docstrings. | KelSolaar_Foundations | train |
95ddaa816870b03ca1e34960952062a5ca904652 | diff --git a/esteid/config.py b/esteid/config.py
index <HASH>..<HASH> 100644
--- a/esteid/config.py
+++ b/esteid/config.py
@@ -7,7 +7,7 @@ def wsdl_url():
"""Url of the DigidocService wsdl
Test: https://tsp.demo.sk.ee/dds.wsdl
- Live: https://www.sk.ee/DigiDocService/DigiDocService_2_3.wsdl
+ Live: ht... | Update wording of some docstrings/comments
- Update live wsdl url in `config.wsdl_url` docstring | thorgate_django-esteid | train |
ddb7993924091051cd58cb5cfcd0de5de054c9f6 | diff --git a/mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java b/mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java
index <HASH>..<HASH> 100644
--- a/mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java
+++ b/mina.netty... | (mina.netty) Minor change to a comment in AbstractNioSelector. | kaazing_gateway | train |
9e7857c2ff596f6decba4b89dd7d0206e18ff88a | diff --git a/tests/DockerAsyncTest.php b/tests/DockerAsyncTest.php
index <HASH>..<HASH> 100644
--- a/tests/DockerAsyncTest.php
+++ b/tests/DockerAsyncTest.php
@@ -7,6 +7,7 @@ namespace Docker\Tests;
use Amp\Delayed;
use Amp\Loop;
use Docker\API\Model\ContainersCreatePostBody;
+use Docker\API\Model\ContainersCreatePo... | fix: attempt to catch the proper event using a macther (docker may not run in isolation in Travis CI) | docker-php_docker-php | train |
6baffe345538a6e257a2fb476cf7aac2fdd91e0a | diff --git a/example/e2e/renderItems.e2e.js b/example/e2e/renderItems.e2e.js
index <HASH>..<HASH> 100644
--- a/example/e2e/renderItems.e2e.js
+++ b/example/e2e/renderItems.e2e.js
@@ -37,47 +37,44 @@ describe('example with renderItems and data', () => {
it('should execute autoplay every 2.0s', async () => {
//... | Increase delay for tests (#<I>)
* Increase delay for tests
* Update renderItems.e2e.js
* Update renderItems.e2e.js
* Update renderItems.e2e.js
* Update renderItems.e2e.js | gusgard_react-native-swiper-flatlist | train |
74013b3abafe0258dbefee92128a1e0dcc0b954f | diff --git a/lib/jasmine_dom_matchers.js b/lib/jasmine_dom_matchers.js
index <HASH>..<HASH> 100644
--- a/lib/jasmine_dom_matchers.js
+++ b/lib/jasmine_dom_matchers.js
@@ -179,7 +179,7 @@
}),
toHaveClass: withSingleElement(function(actual, expected) {
- var pass = actual.classList.contains(expecte... | toHaveClass can now take arrays | charleshansen_jasmine_dom_matchers | train |
9e3653dfa02ea377724e1d0e0c6dd8175277b5c4 | diff --git a/lib/Promise.js b/lib/Promise.js
index <HASH>..<HASH> 100644
--- a/lib/Promise.js
+++ b/lib/Promise.js
@@ -38,7 +38,10 @@ function Promise(resolver){
var then;
try{
then = value.then;
- }catch(_){}
+ }catch(exception){
+ adoptRejectedState(exception);
+ return;
+ }
... | Reject promise when 'x.then' throws | novemberborn_legendary | train |
93513d2a8eb55e1ee9ce405cd6f122af885cca0c | diff --git a/sdk/storage/azure-storage-blob-cryptography/src/main/java/com/azure/storage/blob/specialized/cryptography/EncryptedBlobClientBuilder.java b/sdk/storage/azure-storage-blob-cryptography/src/main/java/com/azure/storage/blob/specialized/cryptography/EncryptedBlobClientBuilder.java
index <HASH>..<HASH> 100644
-... | Added the ScrubEtagPolicy to encryption (#<I>) | Azure_azure-sdk-for-java | train |
6be473fd9fcbf4022fd17f031e905285716204b9 | diff --git a/salt/states/pkg.py b/salt/states/pkg.py
index <HASH>..<HASH> 100644
--- a/salt/states/pkg.py
+++ b/salt/states/pkg.py
@@ -180,7 +180,7 @@ def _fulfills_version_spec(versions, oper, desired_version,
versions = versions['version']
for ver in versions:
if (oper == '==' and fnmatch.f... | Fix missed reference to salt.utils.compare_versions | saltstack_salt | train |
5f221f73971e7a3054f467e27adda623824aebab | diff --git a/satpy/readers/seviri_l1b_native.py b/satpy/readers/seviri_l1b_native.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/seviri_l1b_native.py
+++ b/satpy/readers/seviri_l1b_native.py
@@ -60,7 +60,8 @@ from satpy.readers.seviri_base import (SEVIRICalibrationHandler,
de... | Make satellite position available in SEV native | pytroll_satpy | train |
ea121d079426d47eb0280d1fb74a373ea5927ffe | diff --git a/bugzoo/core/patch.py b/bugzoo/core/patch.py
index <HASH>..<HASH> 100644
--- a/bugzoo/core/patch.py
+++ b/bugzoo/core/patch.py
@@ -79,7 +79,7 @@ class Hunk(object):
last_insertion_at = old_start_at
- hunk_lines: List[HunkLine] = []
+ hunk_lines = []
while True:
... | core: removed Python <I> code | squaresLab_BugZoo | train |
c110c1b2c3400669fb207aaa8028b38e98bc9885 | diff --git a/jf_agent/jira_download.py b/jf_agent/jira_download.py
index <HASH>..<HASH> 100644
--- a/jf_agent/jira_download.py
+++ b/jf_agent/jira_download.py
@@ -46,9 +46,9 @@ def download_fields(jira_connection, include_fields, exclude_fields):
filters = []
if include_fields:
- filters.append(lambd... | Support for Jira Server 6 and 7: (#7)
* Support for Jira Server 6 and 7:
Handle
- Fields identified by 'id', not 'key'
- Boards that are global, not tied to projects
- Boards that are private to a user
- worklog pagination | Jellyfish-AI_jf_agent | train |
7123a22a383fe10c5571071d868e935c4dc16a84 | diff --git a/client/my-sites/invites/controller.js b/client/my-sites/invites/controller.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/invites/controller.js
+++ b/client/my-sites/invites/controller.js
@@ -16,10 +16,15 @@ import { setSection } from 'state/ui/actions';
import { renderWithReduxStore } from 'lib/rea... | Invites: Set email_verified to true | Automattic_wp-calypso | train |
5f4a522ec25ad196dae033cfe36bd17621a9ea18 | diff --git a/src/utils/helper.js b/src/utils/helper.js
index <HASH>..<HASH> 100644
--- a/src/utils/helper.js
+++ b/src/utils/helper.js
@@ -329,6 +329,7 @@ export const getSearchState = (state = {}, forHeaders = false) => {
aggregations,
isLoading,
error,
+ promotedResults,
} = state;
const searchState = {... | feat(web): provide promotedResults and resultStats for StateProvider and ReactiveList | appbaseio_reactivecore | train |
5af70aef0bf6a7380e6938daea5c6b3301e7eb97 | diff --git a/src/plotypus_scripts/plotypus.py b/src/plotypus_scripts/plotypus.py
index <HASH>..<HASH> 100644
--- a/src/plotypus_scripts/plotypus.py
+++ b/src/plotypus_scripts/plotypus.py
@@ -182,7 +182,8 @@ def process_star(filename, periods={}, **ops):
else:
# file has wrong extension
return
- ... | Fixed bug from no period file being passed (2) | astroswego_plotypus | train |
0625f1c2583c10eba6a624fad9463a7c5f565b51 | diff --git a/tests/Calendar/CalendarTest.php b/tests/Calendar/CalendarTest.php
index <HASH>..<HASH> 100644
--- a/tests/Calendar/CalendarTest.php
+++ b/tests/Calendar/CalendarTest.php
@@ -215,7 +215,7 @@ class CalendarTest extends \PHPUnit_Framework_TestCase
}
}
- public function testOverriddenEventRemoval()
+ pu... | Restructure and add more calendar tests for overridden event occurrences. | benplummer_calendarful | train |
a5e4af782cb3575d660008c00b6fa873fb3d6c34 | diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -865,6 +865,7 @@ class Chef
def ssh_opts
opts = {}
return opts if winrm?
+ opts[:pty] = true # ensure we can talk to s... | Enable pty for bootstrap ssh
This will allow bootstrap to work with systems
that have `requiretty` configured, and is consistent
with the behavior of Chef <I> bootstrap | chef_chef | train |
220b2652bede07304b4f5ed805eff523f507eb62 | diff --git a/pyquil/quilbase.py b/pyquil/quilbase.py
index <HASH>..<HASH> 100644
--- a/pyquil/quilbase.py
+++ b/pyquil/quilbase.py
@@ -174,6 +174,11 @@ class DefGate(AbstractInstruction):
self.name = name
self.matrix = np.asarray(matrix)
+ is_unitary = np.allclose(np.eye(rows), self.matrix.do... | DefGate: validation for unitary matrix (#<I>) | rigetti_pyquil | train |
f002ee2bee20f4a5ff019796f44e3b1cbc6e6ca2 | diff --git a/aesh/src/main/java/org/aesh/command/impl/AeshCommandRuntime.java b/aesh/src/main/java/org/aesh/command/impl/AeshCommandRuntime.java
index <HASH>..<HASH> 100644
--- a/aesh/src/main/java/org/aesh/command/impl/AeshCommandRuntime.java
+++ b/aesh/src/main/java/org/aesh/command/impl/AeshCommandRuntime.java
@@ -2... | refactor: use firstWord method to simplify | aeshell_aesh | train |
fcc9d79cfa4ebbf46dba404babf7ad34a8a6189f | diff --git a/api/api/search/search/substring_search.py b/api/api/search/search/substring_search.py
index <HASH>..<HASH> 100644
--- a/api/api/search/search/substring_search.py
+++ b/api/api/search/search/substring_search.py
@@ -4,8 +4,8 @@
Search
~~~~~
- copyright: (c) 2014 by Halfmoon Labs, Inc.
- cop... | make sure that relative imports work if not invoked as module | blockstack_blockstack-core | train |
a47774d2fa258a04559598b214fea11afe1a1bf7 | diff --git a/src/widgets/SimpleOperation.php b/src/widgets/SimpleOperation.php
index <HASH>..<HASH> 100644
--- a/src/widgets/SimpleOperation.php
+++ b/src/widgets/SimpleOperation.php
@@ -91,7 +91,7 @@ class SimpleOperation extends Widget
'button' => [
'label' => $this->buttonLabel,
... | fix expessin for disabling control button | hiqdev_hipanel-core | train |
9d284a92a24a8ac7e6bfadb1d9a2b9eda792e481 | diff --git a/value.go b/value.go
index <HASH>..<HASH> 100644
--- a/value.go
+++ b/value.go
@@ -141,44 +141,46 @@ func NewValue(v interface{}) Value {
// NullValue is an empty value.
type NullValue struct{}
+var nullValue NullValue
+
// NewNullValue generates a NullValue instance.
-func NewNullValue() *NullValue {
... | type alias instead of struct for NullValue | aerospike_aerospike-client-go | train |
807ffc815bc7d9407450b69cb9b7f861c65b1198 | diff --git a/fs/fs.go b/fs/fs.go
index <HASH>..<HASH> 100644
--- a/fs/fs.go
+++ b/fs/fs.go
@@ -390,6 +390,24 @@ func (fs *fileSystem) mintInode(o *gcs.Object) (in inode.Inode) {
return
}
+// Implementation detail of lookUpOrCreateInodeIfNotStale; do not use outside
+// of that function.
+//
+// Return true if o sh... | Fixed an infinite loop related to looking up implicit directories.
As in d<I>f3e9ad<I>f6fa<I>cd2dbfc. | jacobsa_ratelimit | train |
98b249af9499f13c482d9ffa4ce6f1367ddb4586 | diff --git a/hazelcast/src/main/java/com/hazelcast/impl/FactoryImpl.java b/hazelcast/src/main/java/com/hazelcast/impl/FactoryImpl.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/impl/FactoryImpl.java
+++ b/hazelcast/src/main/java/com/hazelcast/impl/FactoryImpl.java
@@ -535,34 +535,58 @@ pub... | Fixes #<I>.
Added null check before creating instance proxies. | hazelcast_hazelcast | train |
7b84c93181eead84598b2b3e7a82bc68f39d84c6 | diff --git a/jsreport.config.js b/jsreport.config.js
index <HASH>..<HASH> 100644
--- a/jsreport.config.js
+++ b/jsreport.config.js
@@ -5,6 +5,9 @@ const chromeSchema = {
strategy: { type: 'string', defaultNotInitialized: 'dedicated-process' },
numberOfWorkers: { type: 'number', defaultNotInitialized: '<The nu... | move puppeteer to peer dep
references jsreport/jsreport#<I> | jsreport_jsreport-chrome-pdf | train |
052ba1dc79093723f77d8743229ed9a05f842d10 | diff --git a/lib/factory.js b/lib/factory.js
index <HASH>..<HASH> 100644
--- a/lib/factory.js
+++ b/lib/factory.js
@@ -10,7 +10,6 @@
'use strict'
var kindOf = require('kind-of')
-var extend = require('extend-shallow')
var isGenFn = require('is-es6-generator-function')
var isPromise = require('is-promise')
var as... | require extend-shallow only if needed | hybridables_benz | train |
9fd6668710ea31b89f392e344d92f861c6c77b7f | diff --git a/anythumbnailer/thumbnail_.py b/anythumbnailer/thumbnail_.py
index <HASH>..<HASH> 100644
--- a/anythumbnailer/thumbnail_.py
+++ b/anythumbnailer/thumbnail_.py
@@ -34,7 +34,7 @@ class Thumbnailer(object):
return False
return True
- def thumbnail(self, source_filename_or_fp, **k... | Thumbnailer.thumbnail() stub method must also accept "dimensions" as positional argument. | FelixSchwarz_anythumbnailer | train |
f9001b97bb4fd75b6654009d93fae06f242a12bf | diff --git a/packages/next/taskfile-babel.js b/packages/next/taskfile-babel.js
index <HASH>..<HASH> 100644
--- a/packages/next/taskfile-babel.js
+++ b/packages/next/taskfile-babel.js
@@ -52,15 +52,9 @@ const babelServerOpts = {
{
modules: 'commonjs',
targets: {
- node: '8.3',
+ ... | Bump babel target to Node.js <I> (#<I>)
Next.js <I> supports Node.js <I> and newer. This PR updates babel to reflect this.
Follow up to PR #<I> | zeit_next.js | train |
cd2412fb3cd35a5e92e10e1c953b62bd1f77515c | diff --git a/code/control/Payment_Controller.php b/code/control/Payment_Controller.php
index <HASH>..<HASH> 100755
--- a/code/control/Payment_Controller.php
+++ b/code/control/Payment_Controller.php
@@ -385,7 +385,16 @@ class Payment_Controller extends Controller
{
$order = Order::get()
->byI... | Use order total for payment submission and add error if order not set | silvercommerce_shoppingcart | train |
171f4753bf2fdafb7c8b79daf396f758052da278 | diff --git a/lib/cistern/attributes.rb b/lib/cistern/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/cistern/attributes.rb
+++ b/lib/cistern/attributes.rb
@@ -8,7 +8,7 @@ module Cistern::Attributes
boolean: ->(v, _) { TRUTHY.include?(v.to_s.downcase) },
float: ->(v, _) { v && v.to_f },
intege... | fix(attributes): allow string types to be nil
previous behavior was to convert all values #to_s (including nil). New
behavior is to `allow_nil` by default.
BREAKING CHANGE ?
this will break installations that rely on the nil to emptry string
conversions. | lanej_cistern | train |
fc89c03b29ac45fb046a924d82c58a33f2fb3051 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: node_js
node_js:
+- '0.10'
+- '0.12'
- '4'
- '5'
- '6'
diff --git a/bin/particle.js b/bin/particle.js
index <HASH>..<HASH> 100755
--- a/bin/particle.js
+++ b/bin/particle.js
@@ -1,6 +1,7... | Add support back for node <I> and <I> | particle-iot_particle-cli | train |
52b842dd29d5224010f2a8d52204c20d285019d0 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
BUG FIXES:
+ * consul/connect: Fixed a bug where gateway proxy connection default timeout not set [[GH-9851](https://github.com/hashicorp/nomad/pull/9851)]
* scheduler: Fixed a bug where sha... | consul/connect: always set gateway proxy default timeout
If the connect.proxy stanza is left unset, the connection timeout
value is not set but is assumed to be, and may cause a non-fatal NPE
on job submission. | hashicorp_nomad | train |
ef1ce427cbd2e937d95573f15a6191eb6bb15d89 | diff --git a/feedback.go b/feedback.go
index <HASH>..<HASH> 100644
--- a/feedback.go
+++ b/feedback.go
@@ -3,6 +3,7 @@ package apns
import (
"bytes"
"encoding/binary"
+ "encoding/hex"
"time"
)
@@ -17,17 +18,22 @@ type FeedbackTuple struct {
}
func feedbackTupleFromBytes(b []byte) FeedbackTuple {
- var ts ... | Fix bug where feedback token was being returned as invalid string | timehop_apns | train |
15282d1f9957ccb8f53a9e4b1948aabca999414b | diff --git a/mandrill_templates.go b/mandrill_templates.go
index <HASH>..<HASH> 100644
--- a/mandrill_templates.go
+++ b/mandrill_templates.go
@@ -141,6 +141,8 @@ type Template struct {
Code string `json:"code"`
PublishName string `json:"publish_name"`
PublishCode string `json:"publish_code"`
+ Slug ... | add slug and subject to mandrill templates | mattbaird_gochimp | train |
bc9ed57e24f2dbf78e8d50338ed6fb0732862291 | diff --git a/src/test/org/openscience/cdk/modeling/forcefield/ForceFieldTests.java b/src/test/org/openscience/cdk/modeling/forcefield/ForceFieldTests.java
index <HASH>..<HASH> 100644
--- a/src/test/org/openscience/cdk/modeling/forcefield/ForceFieldTests.java
+++ b/src/test/org/openscience/cdk/modeling/forcefield/ForceF... | Force field unit tests no longer write output to disk. That was originally used for manual inspection, but commented out for now (closes #<I>)
git-svn-id: <URL> | cdk_cdk | train |
b001a4c9a0d3bd931829c53248b53ae35cf54e96 | diff --git a/__init__.py b/__init__.py
index <HASH>..<HASH> 100644
--- a/__init__.py
+++ b/__init__.py
@@ -52,12 +52,6 @@ except ImportError, why:
__all__ = ['add_site_dir', 'patch']
-try:
- environ_apply_diff()
-except ImportError, why:
- warnings.warn('Error while running sitecustomize.environ.apply_diff: ... | Apply environ diff after setting up sys.path
Maya and its children can all find Qt. | mikeboers_sitetools | train |
379bf2b4ec3402bb7e99d7839cd961e06f789d11 | diff --git a/demonstrations/src/main/java/boofcv/demonstrations/feature/disparity/DisparityDisplayPanel.java b/demonstrations/src/main/java/boofcv/demonstrations/feature/disparity/DisparityDisplayPanel.java
index <HASH>..<HASH> 100644
--- a/demonstrations/src/main/java/boofcv/demonstrations/feature/disparity/DisparityD... | - fixed pointless rebuilding of Swing that resulted in File flashing when 3D stuff was modified | lessthanoptimal_BoofCV | train |
2cd486d5c54201b3dec3958c9a76085ff6918d44 | diff --git a/examples/main.py b/examples/main.py
index <HASH>..<HASH> 100644
--- a/examples/main.py
+++ b/examples/main.py
@@ -19,6 +19,8 @@ source = '''
This is another line of the content.
%p.warning
This is a warning.
+ %<
+ This should not have whitespace.
#... | WIP: almost have whitespace control working. | mikeboers_PyHAML | train |
d58e02136cd5d05ce45d4654dee028755e5ef1f5 | diff --git a/src/org/openscience/cdk/applications/jchempaint/JChemPaintPanel.java b/src/org/openscience/cdk/applications/jchempaint/JChemPaintPanel.java
index <HASH>..<HASH> 100755
--- a/src/org/openscience/cdk/applications/jchempaint/JChemPaintPanel.java
+++ b/src/org/openscience/cdk/applications/jchempaint/JChemPaint... | when loading a structure in editor applet at startup it centered in viewable part
git-svn-id: <URL> | cdk_cdk | train |
d811bd84b4e9ed99455a2dc6267ea57398759300 | diff --git a/files/externallib.php b/files/externallib.php
index <HASH>..<HASH> 100755
--- a/files/externallib.php
+++ b/files/externallib.php
@@ -100,7 +100,6 @@ throw new coding_exception('File browsing api function is not implemented yet, s
$params = $child->get_params();
if... | fixed incorrect comments, thanks Dongsheng | moodle_moodle | train |
fc56c154479699652923ee1f9a064055365210bd | diff --git a/lib/wfc3Data.py b/lib/wfc3Data.py
index <HASH>..<HASH> 100644
--- a/lib/wfc3Data.py
+++ b/lib/wfc3Data.py
@@ -195,16 +195,20 @@ class WFC3IRInputImage(WFC3InputImage):
for chip in self.returnAllChips(extname=self.scienceExt):
chip._effGain = 1.
- # Multiply the ... | Logic was added to the wfc3Data module in betadrizzle to only convert IR data to units of electrons iff input units were electrons/s already. This will prevent the data from being scaled mutiple times by the exptime should the data be processed repeatedly by betadrizzle when 'workinplace' is set to True(yes).
git-s... | spacetelescope_drizzlepac | train |
93a765178f2ff5c4e5db320641253098c6388c71 | diff --git a/galpy/util/bovy_plot.py b/galpy/util/bovy_plot.py
index <HASH>..<HASH> 100644
--- a/galpy/util/bovy_plot.py
+++ b/galpy/util/bovy_plot.py
@@ -871,8 +871,8 @@ def scatterplot(x,y,*args,**kwargs):
for ii in range(len(plotx)):
bovy_plot(plotx[ii],ploty[ii],overplot=True,
... | fix outlier plotting in scatterplot | jobovy_galpy | train |
4fcf8608c994fa721cee388fd4c0607b6791df26 | diff --git a/lib/spaceship/certificate.rb b/lib/spaceship/certificate.rb
index <HASH>..<HASH> 100644
--- a/lib/spaceship/certificate.rb
+++ b/lib/spaceship/certificate.rb
@@ -235,6 +235,9 @@ module Spaceship
app_id = app.app_id
end
+ # ensure csr is a OpenSSL::X509::Request
+ csr = O... | fixes issue #<I> - passing a CSR from a file as a String | fastlane_fastlane | train |
f2ebc8d8bb281ceab3080652a96cef940447d73c | diff --git a/testproject/tests/tests/files.py b/testproject/tests/tests/files.py
index <HASH>..<HASH> 100644
--- a/testproject/tests/tests/files.py
+++ b/testproject/tests/tests/files.py
@@ -1,7 +1,5 @@
import os
-from django.core.files.storage import default_storage
from django.test.testcases import TestCase
-from d... | Changed tests to work on older DJango versions. | sunscrapers_djet | train |
4bdcd60e12457d52b9a9fae41a96f1be416dde29 | diff --git a/activiti-webapp-rest/src/main/java/org/activiti/rest/api/process/ProcessInstancePost.java b/activiti-webapp-rest/src/main/java/org/activiti/rest/api/process/ProcessInstancePost.java
index <HASH>..<HASH> 100644
--- a/activiti-webapp-rest/src/main/java/org/activiti/rest/api/process/ProcessInstancePost.java
+... | changing ProcessInstancePost webscript from startProcessInstanceByKey back to startProcessInstanceById | camunda_camunda-bpm-platform | train |
13a27a185665d8608a9f9344f93678f5361ae5e2 | diff --git a/lib/sass/script/literal.rb b/lib/sass/script/literal.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/script/literal.rb
+++ b/lib/sass/script/literal.rb
@@ -1,80 +1,82 @@
-class Sass::Script::Literal # :nodoc:
- require 'sass/script/string'
- require 'sass/script/number'
- require 'sass/script/color'
- re... | [Sass] Format Sass::Script::Literal like other similar classes. | sass_ruby-sass | train |
6cca55dc175722d2ea62cb3aa80dd50806397472 | diff --git a/angel/test/test.py b/angel/test/test.py
index <HASH>..<HASH> 100644
--- a/angel/test/test.py
+++ b/angel/test/test.py
@@ -300,19 +300,6 @@ class AngelListTestCase(unittest.TestCase):
t_ = s_['startup_roles'][0]
self.assertEqual(e, sorted(list(t_.iterkeys())))
- def test_startup_roles_deprecate... | removed test_startup_roles_deprecated test | bugra_angel-list | train |
36c6bd89037815e1f409b647c78129996ebb43fc | diff --git a/cli/index.js b/cli/index.js
index <HASH>..<HASH> 100755
--- a/cli/index.js
+++ b/cli/index.js
@@ -61,10 +61,23 @@ switch(cmd) {
let args = slurm({
w: {list: true},
u: {list: true},
+ x: {rest: true},
v: true, // verbose errors
})
+
+ if (Array.isArray(args.x) && !args... | feat(cli): add -x for executing a command when files change
You must use -w and only 1 root can be watched. | aleclarson_wch | train |
3c527d1a1a6f5fc970c63e604cf2fb33beee27f1 | diff --git a/test/duplicated-extension.js b/test/duplicated-extension.js
index <HASH>..<HASH> 100644
--- a/test/duplicated-extension.js
+++ b/test/duplicated-extension.js
@@ -55,3 +55,10 @@ test(
'.one.two {} .two{&.one {}}',
'.one.two {}'
);
+
+test(
+ 'nested selector grouping',
+ [nestedCSS, scss],
... | test: check nested selector groupings and partial overlap cases | ChristianMurphy_postcss-combine-duplicated-selectors | train |
128d53521f745fa6d05ca9ee9f8ad2073ee93b4b | diff --git a/test/cache.test.js b/test/cache.test.js
index <HASH>..<HASH> 100644
--- a/test/cache.test.js
+++ b/test/cache.test.js
@@ -3,8 +3,8 @@ var assert = require('assert');
var helper = require('./support/helper');
describe('cache', function() {
- before(function(done) {
- helper.ensureExists('test/... | move test/tmp directory creation to sync to avoid race to create directory which will appear as'Error: done() called multiple times' - refs visionmedia/mocha#<I> | mapbox_node-sqlite3 | train |
ec90f781e81b09e2578815aa7c4a90651ddc70df | diff --git a/provider/openstack/config_test.go b/provider/openstack/config_test.go
index <HASH>..<HASH> 100644
--- a/provider/openstack/config_test.go
+++ b/provider/openstack/config_test.go
@@ -14,6 +14,7 @@ import (
"launchpad.net/loggo"
"launchpad.net/juju-core/environs"
+ envtesting "launchpad.net/juju-core/e... | provider/openstack: tests pass | juju_juju | train |
8bd9595c50498a301a3e605bef4737773a70b725 | diff --git a/modules/optimaticBidAdapter.js b/modules/optimaticBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/optimaticBidAdapter.js
+++ b/modules/optimaticBidAdapter.js
@@ -3,6 +3,9 @@ import { registerBidder } from 'src/adapters/bidderFactory';
export const ENDPOINT = '//mg-bid.optimatic.com/adrequest/';
... | Added support for NURL and ADM as backup (#<I>)
+ Updated unit tests to test code updates
+ Added version number (<I>) for optimatic records | prebid_Prebid.js | train |
7dbaf9f100d9c2f5df450a12f56b60de30962d2d | diff --git a/tests/dummy/snippets/transition-arguments.js b/tests/dummy/snippets/transition-arguments.js
index <HASH>..<HASH> 100644
--- a/tests/dummy/snippets/transition-arguments.js
+++ b/tests/dummy/snippets/transition-arguments.js
@@ -1,7 +1,7 @@
/* app/transitions/my-animation.js */
export default function(color... | Update transition-arguments.js
nothing to close with the right paren. export default function doesn't need semicolon afterwards either | ember-animation_liquid-fire | train |
0c34a01a60f8283908d52dae2deeb99bb3a4d27e | diff --git a/master/buildbot/test/unit/test_changes_hgpoller.py b/master/buildbot/test/unit/test_changes_hgpoller.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/unit/test_changes_hgpoller.py
+++ b/master/buildbot/test/unit/test_changes_hgpoller.py
@@ -178,13 +178,13 @@ class TestHgPoller(gpo.GetProcessOutput... | Make flake8 happy with hgpoller. | buildbot_buildbot | train |
1d64386b3de266b0155221b60ba8f7b5cfd2e2c8 | diff --git a/pylutron/__init__.py b/pylutron/__init__.py
index <HASH>..<HASH> 100644
--- a/pylutron/__init__.py
+++ b/pylutron/__init__.py
@@ -405,6 +405,10 @@ class Lutron(object):
def guid(self):
return self._guid
+ @property
+ def name(self):
+ return self._name
+
def subscribe(self, obj, handler):... | Add getter for the project name. (#<I>) | thecynic_pylutron | train |
853d2df7c2e2dd7a6ee31d514e50bcc3002cbe4c | diff --git a/src/main/java/org/dynjs/parser/ast/RegexpLiteralExpression.java b/src/main/java/org/dynjs/parser/ast/RegexpLiteralExpression.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dynjs/parser/ast/RegexpLiteralExpression.java
+++ b/src/main/java/org/dynjs/parser/ast/RegexpLiteralExpression.java
@@ -11,7 ... | Javascript has different line terminators than Java | dynjs_dynjs | train |
ca8be3f6bd40ca3353ba3fc7d2e634eb853e2941 | diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/Health.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/Health.java
index <HASH>..<HASH> 100644
--- a/spring-boot-project/spring-boot-actuator/src/main/java/or... | Polish "Add Health details using maps"
Closes gh-<I> | spring-projects_spring-boot | train |
e88067ac9196bf43365e7d4aa7f0950312492bd1 | diff --git a/lib/execjs/external_runtime.rb b/lib/execjs/external_runtime.rb
index <HASH>..<HASH> 100644
--- a/lib/execjs/external_runtime.rb
+++ b/lib/execjs/external_runtime.rb
@@ -183,7 +183,10 @@ module ExecJS
if ExecJS.windows?
def shell_escape(*args)
# see http://technet.microsoft.com/e... | Ensure that commands and args are properly quoted if they contain spaces or reserved shell characters (on Windows).
<URL> | rails_execjs | train |
0cd41f78d25b97eeb049276884dd01726beb8217 | diff --git a/packages/mail/src/classes/mail-service.js b/packages/mail/src/classes/mail-service.js
index <HASH>..<HASH> 100644
--- a/packages/mail/src/classes/mail-service.js
+++ b/packages/mail/src/classes/mail-service.js
@@ -27,6 +27,8 @@ class MailService {
*/
setClient(client) {
this.client = client;
+
... | feat: Add method chaining in mail-service.js (#<I>) | sendgrid_sendgrid-nodejs | train |
7950f8bb9bf8226a7a1b915f8d8ef3d824c8c5a6 | diff --git a/test/unit/fixtures/fixture.js b/test/unit/fixtures/fixture.js
index <HASH>..<HASH> 100644
--- a/test/unit/fixtures/fixture.js
+++ b/test/unit/fixtures/fixture.js
@@ -3,5 +3,8 @@ define(function (require) {
return d3.select("body")
.append("div")
- .attr("class", "chart");
+ .attr("class", "... | cleaning up tests, troubleshooting test failures | stormpython_jubilee | train |
d19a3e2f8d3f8433526da5d0ba74154648909493 | diff --git a/pycm/pycm_param.py b/pycm/pycm_param.py
index <HASH>..<HASH> 100644
--- a/pycm/pycm_param.py
+++ b/pycm/pycm_param.py
@@ -23,7 +23,6 @@ MATRIX_CLASS_TYPE_ERROR = "Type of the input matrix classes is assumed be the s
MATRIX_FORMAT_ERROR = "Input confusion matrix format error"
MAPPING_FORMAT_ERROR = "Mapp... | del : unused ERROR deleted. | sepandhaghighi_pycm | train |
fffba33cd3db052bb6c84d497da049c8b436397c | diff --git a/IPython/html/static/notebook/js/widgetmanager.js b/IPython/html/static/notebook/js/widgetmanager.js
index <HASH>..<HASH> 100644
--- a/IPython/html/static/notebook/js/widgetmanager.js
+++ b/IPython/html/static/notebook/js/widgetmanager.js
@@ -209,7 +209,7 @@
clear_output : handle_cl... | Missing view argument when recursively calling widgetmanager.callbacks(view) | jupyter-widgets_ipywidgets | train |
bdade0fe08199904785f87f808a22d1941a4f54b | diff --git a/cake/libs/view/media.php b/cake/libs/view/media.php
index <HASH>..<HASH> 100644
--- a/cake/libs/view/media.php
+++ b/cake/libs/view/media.php
@@ -20,6 +20,12 @@
App::import('View', 'View', false);
class MediaView extends View {
+/**
+ * Indicates whether response gzip compression was enabled for this c... | Adding the ability to compress the response sent from the MeviaView class | cakephp_cakephp | train |
5bbd1bf6f1dff0f01dd1614794086ad2151e9eea | diff --git a/src/schema.js b/src/schema.js
index <HASH>..<HASH> 100644
--- a/src/schema.js
+++ b/src/schema.js
@@ -26,6 +26,7 @@ Schema.prototype.parse = function (config) {
assertRequired(this.required, Object.keys(config));
return this.properties.reduce(function (parsed, property) {
var value = types.cast(... | Add support for transforming parsed config after casting | bendrucker_confidential | train |
e3645d517b58007804cb8a08c73b59daf983951f | diff --git a/webgl4j/src/main/java/com/shc/webgl4j/client/WebGL20.java b/webgl4j/src/main/java/com/shc/webgl4j/client/WebGL20.java
index <HASH>..<HASH> 100644
--- a/webgl4j/src/main/java/com/shc/webgl4j/client/WebGL20.java
+++ b/webgl4j/src/main/java/com/shc/webgl4j/client/WebGL20.java
@@ -28,6 +28,7 @@ import com.goog... | Added renderbuffer object functions to WebGL<I> | sriharshachilakapati_WebGL4J | train |
402880a29d8e312e316584043316836ebab66e81 | diff --git a/tests/Storage/SessionStorageTest.php b/tests/Storage/SessionStorageTest.php
index <HASH>..<HASH> 100644
--- a/tests/Storage/SessionStorageTest.php
+++ b/tests/Storage/SessionStorageTest.php
@@ -12,6 +12,7 @@
namespace chillerlan\OAuthTest\Storage;
+use chillerlan\OAuth\OAuthOptions;
use chillerlan\OA... | :octocat: SessionStorage: coverage | chillerlan_php-oauth-core | train |
cd5c67f6fa2c4263449e7a8515155711b2bc4e71 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. This projec
### Added
- Can now assert that a resource object is one of multiple types using `assertTypeIs()`.
- Can now asse... | [Feature] Assert that a resource object matches expected structure | cloudcreativity_json-api-testing | train |
0de3dd1826becbfdfbe80e2c82baccac304a0270 | diff --git a/lib/SimpleSAML/Error/Exception.php b/lib/SimpleSAML/Error/Exception.php
index <HASH>..<HASH> 100644
--- a/lib/SimpleSAML/Error/Exception.php
+++ b/lib/SimpleSAML/Error/Exception.php
@@ -23,17 +23,37 @@ class SimpleSAML_Error_Exception extends Exception {
/**
+ * The cause of this exception.
+ *
+ ... | Error_Exception: Include the cause of the exception as an parameter.
Including the cause of the exception will make it simpler to trace
exceptions through the program. | simplesamlphp_saml2 | train |
bbddb2c99553e2cf041d15b5972f67602602378e | diff --git a/catalog/src/main/java/org/killbill/billing/catalog/CatalogUpdater.java b/catalog/src/main/java/org/killbill/billing/catalog/CatalogUpdater.java
index <HASH>..<HASH> 100644
--- a/catalog/src/main/java/org/killbill/billing/catalog/CatalogUpdater.java
+++ b/catalog/src/main/java/org/killbill/billing/catalog/C... | catalog: Allow to create plans with -bash recurring items | killbill_killbill | train |
744978fa0c55ed0743a022ba89847648845a1c76 | diff --git a/plugin/src/main/java/com/stratio/cassandra/lucene/query/BiTemporalCondition.java b/plugin/src/main/java/com/stratio/cassandra/lucene/query/BiTemporalCondition.java
index <HASH>..<HASH> 100644
--- a/plugin/src/main/java/com/stratio/cassandra/lucene/query/BiTemporalCondition.java
+++ b/plugin/src/main/java/c... | Added spatialOperation isWithin to BitemporalCondition | Stratio_cassandra-lucene-index | train |
b8d091c9df79d29930ae7829b5dbac9709b11873 | diff --git a/andes/models/line.py b/andes/models/line.py
index <HASH>..<HASH> 100644
--- a/andes/models/line.py
+++ b/andes/models/line.py
@@ -73,6 +73,9 @@ class Line(LineData, Model):
self.ghk = ConstService(tex_name='g_{hk}')
self.bhk = ConstService(tex_name='b_{hk}')
+ self.itap = ConstSe... | Added itap and itap2 for line to reduce division | cuihantao_andes | train |
f30f7269112578ef9337de155ea0b50f73510210 | diff --git a/uportal-war/src/main/java/org/jasig/portal/events/aggr/LoggingPortalEventAggregator.java b/uportal-war/src/main/java/org/jasig/portal/events/aggr/LoggingPortalEventAggregator.java
index <HASH>..<HASH> 100644
--- a/uportal-war/src/main/java/org/jasig/portal/events/aggr/LoggingPortalEventAggregator.java
+++ ... | Turn down logging in aggregation code | Jasig_uPortal | train |
06793a87e087e627d5a6b0f6339a061e56268bee | diff --git a/debian/changelog b/debian/changelog
index <HASH>..<HASH> 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,5 @@
[Michele Simionato]
+ * Fixed a tricky segfault on macOS caused by a call to requests.get
* Fixed the risk exporters for tags containing non-ASCII characters
[Valerio Po... | Fixed a tricky segfault on macOS caused by a call to requests.get
Former-commit-id: <I>ac<I>a<I>dcc<I>eccfeec<I>c<I>caccf<I> | gem_oq-engine | train |
5bf4bac5369d415e919b745c45e08b0fb7df1838 | diff --git a/revel/bugsnagrevel.go b/revel/bugsnagrevel.go
index <HASH>..<HASH> 100644
--- a/revel/bugsnagrevel.go
+++ b/revel/bugsnagrevel.go
@@ -22,7 +22,7 @@ func Filter(c *revel.Controller, fc []revel.Filter) {
}
// Add support to bugsnag for reading data out of *revel.Controllers
-func middleware(event *bugsna... | Fix revel with new middleware api | bugsnag_bugsnag-go | train |
d9ba44ef89519e2eb4f7184a146118d839a95014 | diff --git a/spring-cloud-aws-core/src/main/java/org/springframework/cloud/aws/core/region/Ec2MetadataRegionProvider.java b/spring-cloud-aws-core/src/main/java/org/springframework/cloud/aws/core/region/Ec2MetadataRegionProvider.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-aws-core/src/main/java/org/springframewo... | User sdk support to fetch current region | spring-cloud_spring-cloud-aws | train |
b62f46899f25eec797f2ce49aebd018ee660a2bc | diff --git a/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java b/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java
index <HASH>..<HASH> 100755
--- a/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java
+++ b/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java
@@ -175,6 +175,29 @@ publ... | Order methods in same sequence as called [ci skip] | fhoeben_hsac-fitnesse-fixtures | train |
83d36e24d260acd13f0071db9b0bef071ecb5684 | diff --git a/ext/mysql2/extconf.rb b/ext/mysql2/extconf.rb
index <HASH>..<HASH> 100644
--- a/ext/mysql2/extconf.rb
+++ b/ext/mysql2/extconf.rb
@@ -94,14 +94,7 @@ end
# This is our wishlist. We use whichever flags work on the host.
# -Wall and -Wextra are included by default.
-usable_flags = [
- '-fsanitize=address... | move some CFLAGS to CI only | brianmario_mysql2 | train |
02f8709258369dc3f3dc84b6f2ce5b12fa939007 | diff --git a/src/Error/Debug/ConsoleFormatter.php b/src/Error/Debug/ConsoleFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Error/Debug/ConsoleFormatter.php
+++ b/src/Error/Debug/ConsoleFormatter.php
@@ -40,9 +40,9 @@ class ConsoleFormatter implements FormatterInterface
// cyan
'class' => '0;36',
... | Fix colours in dark terminals
Don't use the black ansi code as it is hard to see in dark terminals.
Instead use the foreground color which *should* be visible. | cakephp_cakephp | train |
160c044908efa059cf43f4324f63fe073c2b3166 | diff --git a/transport.go b/transport.go
index <HASH>..<HASH> 100644
--- a/transport.go
+++ b/transport.go
@@ -112,8 +112,8 @@ func Activate() {
if Disabled() {
return
}
- originalTransport = http.DefaultClient.Transport
- http.DefaultClient.Transport = DefaultTransport
+ originalTransport = http.DefaultTranspor... | Activate/Deactivate operate on http.DefaultTransport rather than http.DefaultClient.Transport | jarcoal_httpmock | train |
c53067abc8658f42719eb3511ac324c52bc1235f | diff --git a/icons.js b/icons.js
index <HASH>..<HASH> 100644
--- a/icons.js
+++ b/icons.js
@@ -16,8 +16,8 @@ export function getIcon(name, data) {
let use = svg.appendChild(document.createElementNS(SVG, "use"))
use.setAttributeNS(XLINK, "href", "#pm-icon-" + name)
} else {
- node.textContent = data.text... | Slightly improve alignment of menu items | ProseMirror_prosemirror-menu | train |
cd82bd3c320e21ecb258d5da90c03ad956a3e4db | diff --git a/lib/patterns.rb b/lib/patterns.rb
index <HASH>..<HASH> 100644
--- a/lib/patterns.rb
+++ b/lib/patterns.rb
@@ -17,6 +17,7 @@ module Patterns
continuation
coverage
delegate
+ digest
drb
e2mmap
english | digest library was still standard library on Ruby <I> | rubygems_rubygems.org | train |
c4be839667095948bb0aed125085dd8daf0aa3fc | diff --git a/lib/copter.js b/lib/copter.js
index <HASH>..<HASH> 100644
--- a/lib/copter.js
+++ b/lib/copter.js
@@ -37,7 +37,6 @@ var Copter = module.exports = function Copter(driver)
};
util.inherits(Copter, events.EventEmitter);
-
//------------------------------
// This is the public API.
@@ -60,8 +59,6 @@ Co... | Domains in action, maybe, catching errors with the USB radio dongle
going away mid-use. I'll need to reproduce this error, perhaps with
a test. | ceejbot_aerogel | train |
ec884235131f51c4cacdaaa86d1c7f1cdcb5bb49 | diff --git a/pupa/importers/base.py b/pupa/importers/base.py
index <HASH>..<HASH> 100644
--- a/pupa/importers/base.py
+++ b/pupa/importers/base.py
@@ -150,10 +150,23 @@ class BaseImporter(object):
data_by_id = {}
# hash(json): id
seen_hashes = {}
+ # all psuedo parent ids we've seen
+ ... | pre-resolve psuedo-ids for organizations | opencivicdata_pupa | train |
e0a1a42370f4f2b189e3ba8550739f7202213e8f | diff --git a/test/moment/getters_setters.js b/test/moment/getters_setters.js
index <HASH>..<HASH> 100644
--- a/test/moment/getters_setters.js
+++ b/test/moment/getters_setters.js
@@ -217,6 +217,28 @@ exports.gettersSetters = {
test.done();
},
+ 'setter with multiple unit values' : function (test) {
+... | Adding tests for <I>c<I> | moment_moment | train |
9775e6bf23bc669018fdf2c8d28ac94e5ad6e242 | diff --git a/go/cmd/vtgate/plugin_zkocctopo.go b/go/cmd/vtgate/plugin_zkocctopo.go
index <HASH>..<HASH> 100644
--- a/go/cmd/vtgate/plugin_zkocctopo.go
+++ b/go/cmd/vtgate/plugin_zkocctopo.go
@@ -7,7 +7,6 @@ package main
// Imports and register the Zookeeper TopologyServer with Zkocc Connection
import (
- "github.co... | Removing useless stats registration. | vitessio_vitess | train |
9e9a9fd2d1d08da4c02b7ffb7b8362573ae70157 | diff --git a/test/seahorse/client_plugin_methods_test.rb b/test/seahorse/client_plugin_methods_test.rb
index <HASH>..<HASH> 100644
--- a/test/seahorse/client_plugin_methods_test.rb
+++ b/test/seahorse/client_plugin_methods_test.rb
@@ -19,6 +19,12 @@ module Seahorse
Plugin1 = Class.new
Plugin2 = Class.new
+ ... | Cleaned up Plugin#add_configuration tests. | aws_aws-sdk-ruby | train |
92ca3c0e4ee0e45a2705899ba76f19b053fe2de0 | diff --git a/lib/heroku/plugin.rb b/lib/heroku/plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/plugin.rb
+++ b/lib/heroku/plugin.rb
@@ -10,6 +10,7 @@ module Heroku
DEPRECATED_PLUGINS = %w(
heroku-cedar
heroku-certs
+ heroku-credentials
heroku-kill
heroku-labs
heroku-l... | add heroku-credentials to deprecated plugins
was previously used by vulcan for auth:token like capabilities
see also #<I> | heroku_legacy-cli | train |
ce14726f2fceb86b65f064c59ff5110407b66924 | diff --git a/isso/db/comments.py b/isso/db/comments.py
index <HASH>..<HASH> 100644
--- a/isso/db/comments.py
+++ b/isso/db/comments.py
@@ -37,6 +37,12 @@ class Comments:
Add new comment to DB and return a mapping of :attribute:`fields` and
database values.
"""
+
+ if "parent" in c:
+ ... | set parent to null if parent is not top-level comment | posativ_isso | train |
295a5c571bc1482bb5b0107f535956beb8a6ab42 | diff --git a/mini.py b/mini.py
index <HASH>..<HASH> 100644
--- a/mini.py
+++ b/mini.py
@@ -2,7 +2,8 @@ import urllib2
import json
from conf import Google_API_KEY
-def google(url):
+# This will minify url using google url minifier and return minified url
+def google_mini(url):
post_url = 'https://www.googleapis... | change of names and planned bitly usage | MicroPyramid_microurl | train |
fa7565d295f2abd3fd5b9ecd32e5484392d62f83 | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -27,7 +27,7 @@ author = "The Font Bakery Authors"
# The short X.Y version
version = "0.7"
# The full version, including alpha/beta/rc tags
-release = "0.7.2"
+release = "0.7.3"
... | update version on docs/source/conf.py | googlefonts_fontbakery | train |
51c176576ead100139d8abfdbfa9da4f04b8f9f0 | diff --git a/bfg9000/iterutils.py b/bfg9000/iterutils.py
index <HASH>..<HASH> 100644
--- a/bfg9000/iterutils.py
+++ b/bfg9000/iterutils.py
@@ -6,7 +6,7 @@ __all__ = ['default_sentinel', 'first', 'isiterable', 'iterate', 'listify',
'merge_dicts', 'merge_into_dict', 'reverse_enumerate', 'tween',
'... | Update some more XXX comments | jimporter_bfg9000 | train |
b74ab93b4b31f4115d1c9112b13b91ed23bbae79 | diff --git a/autopep8.py b/autopep8.py
index <HASH>..<HASH> 100755
--- a/autopep8.py
+++ b/autopep8.py
@@ -462,17 +462,14 @@ class FixPEP8(object):
original = self.source[line_index]
fixed = original
- for symbol in ['(', '[', '{']:
- if symbol in logical_lines[0]:
- ... | Handle backslash case first for E<I> | hhatto_autopep8 | train |
ec6e99f7f16a3cc6d2923f1f3e2057b197cba9ab | diff --git a/framework/src/play-test/src/main/java/play/test/Helpers.java b/framework/src/play-test/src/main/java/play/test/Helpers.java
index <HASH>..<HASH> 100644
--- a/framework/src/play-test/src/main/java/play/test/Helpers.java
+++ b/framework/src/play-test/src/main/java/play/test/Helpers.java
@@ -108,7 +108,14 @@ ... | Don't delete play.test.Helpers.inMemoryDatabase(String name) for backwards compatibility. | playframework_playframework | train |
e9e67a402bb680b15b9d6c20188c74c66a2db82e | diff --git a/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/WatchConnectionManager.java b/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/WatchConnectionManager.java
index <HASH>..<HASH> 100644
--- a/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/in... | chore: Switch reconnect backoff message in wach manager to debug level
info level seems to be inappropriate for this internal processing message as this regularly happens and does not really add much information, looks more like random noise.
Its valuable for debugging though, so I suggest to move this from "info" to... | fabric8io_kubernetes-client | train |
3fec0f8abd5329425eaf232523b85c3b65ac5ac0 | diff --git a/djfrontend/templatetags/djfrontend.py b/djfrontend/templatetags/djfrontend.py
index <HASH>..<HASH> 100644
--- a/djfrontend/templatetags/djfrontend.py
+++ b/djfrontend/templatetags/djfrontend.py
@@ -261,8 +261,10 @@ def djfrontend_twbs_css(version=None):
Returns Twitter Bootstrap CSS file.
TEMPLAT... | DJFRONTEND_TWBS setting. | jonfaustman_django-frontend | train |
ea53420924198686847228b84d709cb481529a3a | diff --git a/ryu/ofproto/ofproto_v1_2.py b/ryu/ofproto/ofproto_v1_2.py
index <HASH>..<HASH> 100644
--- a/ryu/ofproto/ofproto_v1_2.py
+++ b/ryu/ofproto/ofproto_v1_2.py
@@ -406,6 +406,11 @@ OFPGT_INDIRECT = 2 # Indirect group.
OFPGT_FF = 3 # Fast failover group.
# struct ofp_bucket
+OFP_BUCKET_PACK_STR = '!HHII4x'
... | of<I>: add missing struct ofp_bucket definition | osrg_ryu | train |
723f884aef2e17b6544062c728e5a7cac68b06f7 | diff --git a/src/Message/AbstractRequest.php b/src/Message/AbstractRequest.php
index <HASH>..<HASH> 100644
--- a/src/Message/AbstractRequest.php
+++ b/src/Message/AbstractRequest.php
@@ -269,14 +269,24 @@ abstract class AbstractRequest extends BaseAbstractRequest
return $this->setParameter('taxExempt', (bool) ... | expose another method paymentMethodToken instead of using `usePaymentMethodToken` | thephpleague_omnipay-braintree | train |
62286781446a0252eb3c35ae63019d12c6de4a3f | diff --git a/external/elasticsearch/src/main/java/com/digitalpebble/storm/crawler/elasticsearch/persistence/StatusUpdaterBolt.java b/external/elasticsearch/src/main/java/com/digitalpebble/storm/crawler/elasticsearch/persistence/StatusUpdaterBolt.java
index <HASH>..<HASH> 100644
--- a/external/elasticsearch/src/main/jav... | ES Status updater reports metric for size of waitAck buffer | DigitalPebble_storm-crawler | train |
b500f183c8c22eb15f0a7a81a3d6b49f39984524 | diff --git a/pyensembl/__init__.py b/pyensembl/__init__.py
index <HASH>..<HASH> 100644
--- a/pyensembl/__init__.py
+++ b/pyensembl/__init__.py
@@ -41,7 +41,7 @@ from .species import (
)
from .transcript import Transcript
-__version__ = '1.4.1'
+__version__ = '1.4.2'
__all__ = [
"MemoryCache",
diff --git a/p... | List dirs in cli (#<I>)
* add directories to pyensembl list
* version bump | openvax_pyensembl | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.