hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
7025783c490615276bcc65b5ef4282175b1053e7 | diff --git a/lib/gir_ffi/builders/base_method_builder.rb b/lib/gir_ffi/builders/base_method_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/gir_ffi/builders/base_method_builder.rb
+++ b/lib/gir_ffi/builders/base_method_builder.rb
@@ -2,6 +2,9 @@ module GirFFI
module Builders
# Base class for method definition ... | Extract and pull up method #vargen | mvz_gir_ffi | train |
7c63a74205aa266cbd54d2c44b7c18e5488fddae | diff --git a/examples/pulsarapp/manage.py b/examples/pulsarapp/manage.py
index <HASH>..<HASH> 100644
--- a/examples/pulsarapp/manage.py
+++ b/examples/pulsarapp/manage.py
@@ -12,7 +12,7 @@ def sync_case(request):
@blueprint.router('async', methods=['delete', 'put'])
-def async_cast(request):
+async def async_cast(... | fixed pulsarapp example and doc string of router decorator | quantmind_pulsar | train |
9f299da5182fcdbb1940e3c7e77c23af02eccd6a | diff --git a/lib/rails_admin/adapters/active_record.rb b/lib/rails_admin/adapters/active_record.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_admin/adapters/active_record.rb
+++ b/lib/rails_admin/adapters/active_record.rb
@@ -92,7 +92,7 @@ module RailsAdmin
model.columns.map do |property|
{
... | Remove I<I>n calls at startup, fixes #<I>.
Calls to I<I>n (which ActiveRecord::ConnectionAdapters::Column#human_name
does behind the scenes) should be avoided at initialization as it overwrites
application's own default_locale setting.
AbstractModel's column property :pretty_name was not used anymore anyway
so it was... | sferik_rails_admin | train |
cb27ee8b3bfa7d3b342f629fdc69310e02e7588a | diff --git a/flink-annotations/src/main/java/org/apache/flink/FlinkVersion.java b/flink-annotations/src/main/java/org/apache/flink/FlinkVersion.java
index <HASH>..<HASH> 100644
--- a/flink-annotations/src/main/java/org/apache/flink/FlinkVersion.java
+++ b/flink-annotations/src/main/java/org/apache/flink/FlinkVersion.ja... | [hotfix][release] Add <I> to the flink versions enum
This closes #<I>. | apache_flink | train |
5fcd1605eb58d76fbc7b299d295ff3eca54ad0ba | diff --git a/app.go b/app.go
index <HASH>..<HASH> 100644
--- a/app.go
+++ b/app.go
@@ -13,7 +13,6 @@ import (
"crypto/sha256"
"encoding/json"
"fmt"
- "net/http"
"net/url"
"strconv"
"strings"
@@ -242,16 +241,6 @@ func (app *App) Session(accessToken string) *Session {
return &Session... | Public member and method cleanup
session.HttpClient is now public. If nil, http.DefaultClient is used in
session.makeRequest.
Cleaned up the unnecessary methods and initialisations. | huandu_facebook | train |
5e6709c79cba9573873be132629259c2da785fb9 | diff --git a/ActionProcessor.php b/ActionProcessor.php
index <HASH>..<HASH> 100644
--- a/ActionProcessor.php
+++ b/ActionProcessor.php
@@ -7,13 +7,49 @@ namespace Oro\Component\ChainProcessor;
*/
class ActionProcessor extends ChainProcessor
{
+ /** @var string */
+ protected $action;
+
+ /**
+ * @param... | BAP-<I>: Create REST GET controller action for LIST. Small refactoring of action processors | oroinc_OroChainProcessorComponent | train |
b8ed1351837afb42202255f47a28769afbc0586d | diff --git a/internal/files/set.go b/internal/files/set.go
index <HASH>..<HASH> 100644
--- a/internal/files/set.go
+++ b/internal/files/set.go
@@ -65,6 +65,10 @@ func (s *Set) Replace(node protocol.NodeID, fs []protocol.FileInfo) {
s.mutex.Lock()
defer s.mutex.Unlock()
s.localVersion[node] = ldbReplace(s.db, []by... | Don't get stuck in idle while syncing from a disconnecting node | syncthing_syncthing | train |
9505133e0b1e74778f2ca9291a08525606f95399 | diff --git a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/utils/GenericClassLoader.java b/blueflood-core/src/main/java/com/rackspacecloud/blueflood/utils/GenericClassLoader.java
index <HASH>..<HASH> 100644
--- a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/utils/GenericClassLoader.java
+++ b/b... | Bug Fix:
"genericInstance" being a static variable would return a stale value (previously loaded instance).
Used a map to save previously loaded modules, lookup and return the same if already exists else load and then return. | rackerlabs_blueflood | train |
66f22627347b2e1cffbb66f4ec448f2ed0cacfe9 | diff --git a/src/Response.php b/src/Response.php
index <HASH>..<HASH> 100644
--- a/src/Response.php
+++ b/src/Response.php
@@ -45,7 +45,7 @@ class Response
*
* @var int
*/
- public $status = HttpResponse::HTTP_OK;
+ public $status;
/**
* If should enable zlib compression when approp... | Update Response
$status does not have a default value,
but has as fallback if unset on output() | aryelgois_medools-router | train |
07b06d607f27af1aef84bfaccda75e4f8c8fd5c3 | diff --git a/zenpy/lib/endpoint.py b/zenpy/lib/endpoint.py
index <HASH>..<HASH> 100644
--- a/zenpy/lib/endpoint.py
+++ b/zenpy/lib/endpoint.py
@@ -89,7 +89,6 @@ class PrimaryEndpoint(BaseEndpoint):
parameters[key] = ",".join(map(str, value))
elif key == 'update_many':
path... | Fix broken batch update:
Raised in #<I> | facetoe_zenpy | train |
1e8d67d1896204d3f1e786d49033ad1040420484 | diff --git a/tests/test_points.py b/tests/test_points.py
index <HASH>..<HASH> 100644
--- a/tests/test_points.py
+++ b/tests/test_points.py
@@ -107,9 +107,37 @@ class PointsTest(g.unittest.TestCase):
translate=False)[0]
# run the plane fit
C, N = ... | [NRICP] Add multi point set plane fit and test lines | mikedh_trimesh | train |
466a84ef59eb469cc01d89efbf0ca9a3aeea6ba8 | diff --git a/spec/models/renalware/pathology/request_algorithm/frequency_spec.rb b/spec/models/renalware/pathology/request_algorithm/frequency_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/renalware/pathology/request_algorithm/frequency_spec.rb
+++ b/spec/models/renalware/pathology/request_algorithm/frequency_s... | fix the use of subject in frequency_spec | airslie_renalware-core | train |
b399eb409b4bd4baeaba41a0effafd24dc0767a5 | diff --git a/django_fsm_log/models.py b/django_fsm_log/models.py
index <HASH>..<HASH> 100644
--- a/django_fsm_log/models.py
+++ b/django_fsm_log/models.py
@@ -16,7 +16,6 @@ from django_fsm.signals import pre_transition, post_transition
from django_fsm import FSMFieldMixin
from .managers import StateLogManager
-from... | Only import (removed) `import_by_path` for Django < <I> | gizmag_django-fsm-log | train |
cccc4304f8c84961eb732164b69cda954f3d5e73 | diff --git a/nefertari/authentication/models.py b/nefertari/authentication/models.py
index <HASH>..<HASH> 100644
--- a/nefertari/authentication/models.py
+++ b/nefertari/authentication/models.py
@@ -12,17 +12,6 @@ log = logging.getLogger(__name__)
crypt = cryptacular.bcrypt.BCRYPTPasswordManager()
-def lower_strip... | Add redirects on Ticket-based auth login/logout | ramses-tech_nefertari | train |
13aca1369f06d5b0f0d6869f5fd6f37de09b03ac | diff --git a/azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/AppServiceAppBase.java b/azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/AppServiceAppBase.java
index <HASH>..<HASH> 100644
--- a/azure-toolkit-l... | #<I>: [Test]Error message after failing to deploy webapp contains "!" | Microsoft_azure-maven-plugins | train |
77e0dc185db02e2862eac0cfb42cc69ed0701d0b | diff --git a/sovrin_client/test/training/getting_started.py b/sovrin_client/test/training/getting_started.py
index <HASH>..<HASH> 100644
--- a/sovrin_client/test/training/getting_started.py
+++ b/sovrin_client/test/training/getting_started.py
@@ -44,16 +44,18 @@ ignored_files = ['node.py', 'stacked.py', 'zstack.py', 'n... | fixed an issue where the logging was not happening in getting_started_guide test | hyperledger-archives_indy-client | train |
37cfae0470a6c11aef1893befa4e6ef8763c2cdf | diff --git a/src/container.js b/src/container.js
index <HASH>..<HASH> 100644
--- a/src/container.js
+++ b/src/container.js
@@ -13,7 +13,7 @@ function guardDispatch(ultra, dispatch, loc) {
ultra.resume()
return dispatch(msg)
}
- let cancel = () => ultra.replace(prevPath)
+ let cancel = replace.bind(null, ... | push replace with callback, bug fix in guardDispatch | gt3_ultra-router | train |
e6238f45a3b40b8005d9934abd8fcb67e89a91eb | diff --git a/grimoire_elk/elk.py b/grimoire_elk/elk.py
index <HASH>..<HASH> 100755
--- a/grimoire_elk/elk.py
+++ b/grimoire_elk/elk.py
@@ -525,7 +525,8 @@ def enrich_backend(url, clean, backend_name, backend_params, cfg_section_name,
author_id=None, author_uuid=None, filter_raw=None,
... | [elk] Add `last_enrich_date` to enrich_backend method
This code allows to pass the value of the last enrich date
for a given index to ELK. Thus, it allows to support the
incremental enrichment for repos which are collected
globally but only partially enriched. | chaoss_grimoirelab-elk | train |
4e3153fdcf220daae5269661e88ab8cdf62ce6a2 | diff --git a/src/cryptojwt/key_issuer.py b/src/cryptojwt/key_issuer.py
index <HASH>..<HASH> 100755
--- a/src/cryptojwt/key_issuer.py
+++ b/src/cryptojwt/key_issuer.py
@@ -49,7 +49,7 @@ class KeyIssuer(object):
self.httpc_params = httpc_params or {}
def __repr__(self) -> str:
- return '<KeyIssuer ... | Repr similar to KeyJar. | openid_JWTConnect-Python-CryptoJWT | train |
8d516e34916d5f5169b603994bd2e9ff37e040cf | diff --git a/lib/workers/pr.js b/lib/workers/pr.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr.js
+++ b/lib/workers/pr.js
@@ -57,11 +57,17 @@ async function ensurePr(upgradeConfig) {
if (config.labels.length > 0) {
await config.api.addLabels(pr.number, config.labels);
}
- if (config.assignees.l... | Feature: Don't assign/review automerge PRs (#<I>)
* Skip assignees and reviewers if automerging
* Add tests | renovatebot_renovate | train |
c0cafbb50bac92f2406c547111e201a77138f73b | diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py
index <HASH>..<HASH> 100644
--- a/pandas/io/formats/style.py
+++ b/pandas/io/formats/style.py
@@ -54,14 +54,18 @@ class Styler:
Parameters
----------
data : Series or DataFrame
+ Data to be styled - either a Series or DataFrame.
... | DOC: Styler errors PR<I> and PR<I> (#<I>) | pandas-dev_pandas | train |
93ec1303779a238754c87572e6e96d32133cee86 | diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index <HASH>..<HASH> 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that the dynamic finders didn't treat nil as a "IS NULL" but rather "= NULL" case #515 [Demetrius]
+
* Added bind-named arrays for interpo... | Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= NULL" case #<I> [Demetrius]
git-svn-id: <URL> | rails_rails | train |
b898a46fc36c4cc56a4989655e4800cf883427b6 | diff --git a/initializers/config.js b/initializers/config.js
index <HASH>..<HASH> 100644
--- a/initializers/config.js
+++ b/initializers/config.js
@@ -7,22 +7,42 @@ module.exports = {
loadPriority: 0,
initialize: function(api, next){
+ // api.env
+
+ if(api._startingParams && api._startingParams.api){
+ ... | only reload server (in development mode) when running | actionhero_actionhero | train |
6b524e3f9300416a952471776369d1642990f2e5 | diff --git a/search_invenio/indico_search_invenio/static/js/search_invenio.js b/search_invenio/indico_search_invenio/static/js/search_invenio.js
index <HASH>..<HASH> 100644
--- a/search_invenio/indico_search_invenio/static/js/search_invenio.js
+++ b/search_invenio/indico_search_invenio/static/js/search_invenio.js
@@ -4... | Remove traditional ajax
Traditional AJAX is the default in Indico | indico_indico-plugins | train |
3200f9cb993f3fd95497a78b46321364fbe85371 | diff --git a/dev/com.ibm.ws.microprofile.metrics.monitor/src/com/ibm/ws/microprofile/metrics/monitor/MappingTable.java b/dev/com.ibm.ws.microprofile.metrics.monitor/src/com/ibm/ws/microprofile/metrics/monitor/MappingTable.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.microprofile.metrics.monitor/src/com/ibm/ws/... | Issue #<I>: fix a typo | OpenLiberty_open-liberty | train |
79a16f06e2fe830d69932def0a81ae4422376f28 | diff --git a/pyrtl/rtllib/aes.py b/pyrtl/rtllib/aes.py
index <HASH>..<HASH> 100644
--- a/pyrtl/rtllib/aes.py
+++ b/pyrtl/rtllib/aes.py
@@ -138,6 +138,45 @@ class AES(object):
ready = (counter == 11)
return ready, cipher_text
+ def decryption_statem_with_ROM_in(self, ciphertext_in, key_ROM, reset)... | Added a ROMed decryption
Not guarenteed to work | UCSBarchlab_PyRTL | train |
bcd4bc60dbafa9b06cc9550712922d536074189d | diff --git a/base.php b/base.php
index <HASH>..<HASH> 100644
--- a/base.php
+++ b/base.php
@@ -1203,7 +1203,7 @@ final class Base extends Prefab implements ArrayAccess {
$this->route($item,$handler,$ttl,$kbps);
return;
}
- preg_match('/([\|\w]+)\h+(?:(?:@(\w+)\h*:\h*)?([^\h]+)|@(\w+))'.
+ preg_match('/([\... | Bugfix: regex group 4 not captured in ->route | bcosca_fatfree-core | train |
d171d6ec5b63c8f3376c80aaeef60086ff082683 | diff --git a/src/system/modules/metamodelsattribute_tags/MetaModels/MetaModels/Filter/Rules/FilterRuleTags.php b/src/system/modules/metamodelsattribute_tags/MetaModels/MetaModels/Filter/Rules/FilterRuleTags.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodelsattribute_tags/MetaModels/MetaModels/Filter/Ru... | Bugfix: now the filter rule filters for the values again. | MetaModels_attribute_tags | train |
c97aaa34062e5b0f0bb7375a223bfee12dd33ddb | diff --git a/ospd/ospd.py b/ospd/ospd.py
index <HASH>..<HASH> 100644
--- a/ospd/ospd.py
+++ b/ospd/ospd.py
@@ -294,8 +294,8 @@ class OSPDaemon(object):
'scanner_params':
{k: v['name'] for k, v in self.scanner_params.items()}}
- def add_vt(self, vt_id, name=None, vt_params=None, vt_ref... | Get creation and modification times from vts dict and add them to xml vt element.
Fix typos and too long lines. | greenbone_ospd | train |
db8aa3ff9be6f5443d7176a62253ef7ea4da81d3 | diff --git a/lib/temple/erb/trimming.rb b/lib/temple/erb/trimming.rb
index <HASH>..<HASH> 100644
--- a/lib/temple/erb/trimming.rb
+++ b/lib/temple/erb/trimming.rb
@@ -1,38 +1,23 @@
module Temple
module ERB
- # ERB trimming
- # Set option :trim_mode to
- # <> - omit newline for lines starting with <% and... | switch from erb trimming to simpler erubis trimming | judofyr_temple | train |
8843528bf48006a5309d8e9fe2c0fcbdedea8256 | diff --git a/Swat/SwatImageButton.php b/Swat/SwatImageButton.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatImageButton.php
+++ b/Swat/SwatImageButton.php
@@ -41,24 +41,6 @@ class SwatImageButton extends SwatButton
*/
public $values = array();
- /**
- * Image height
- *
- * The height attribute in the XHTML i... | Unfortunately, width and height are not part of the XHTML spec for inputs, even
when it's an image. Fixes #<I>.
svn commit r<I> | silverorange_swat | train |
e548a9c9cd2fc0dc0994c894b6d9b0b650c39d93 | diff --git a/core/src/test/java/org/graphast/model/DefaultGraphTest.java b/core/src/test/java/org/graphast/model/DefaultGraphTest.java
index <HASH>..<HASH> 100755
--- a/core/src/test/java/org/graphast/model/DefaultGraphTest.java
+++ b/core/src/test/java/org/graphast/model/DefaultGraphTest.java
@@ -122,6 +122,18 @@ publ... | Adding test to check if graph contains a node | InsightLab_graphast | train |
54944ea68c4cab6fd0db436c0b92523986055ac1 | diff --git a/controller.js b/controller.js
index <HASH>..<HASH> 100644
--- a/controller.js
+++ b/controller.js
@@ -20,7 +20,7 @@ define([
onStatus: function(oldStatus, newStatus) {
console.log('remoteStorage status changed from '+oldStatus+' to '+newStatus);
},
- category: location.host.replace(/\./... | change dbName and token-receiving for browserid2couch | remotestorage_remotestorage.js | train |
eebeaae523fd363e723d2a7e9cadbc7a168d2d1b | diff --git a/lib/bridge.js b/lib/bridge.js
index <HASH>..<HASH> 100644
--- a/lib/bridge.js
+++ b/lib/bridge.js
@@ -772,8 +772,12 @@ Bridge.prototype._onAliasQuery = function(alias) {
return Promise.resolve();
};
+Bridge.prototype._onEvent = function (event) {
+ return Promise.cast(this.__onEvent(event));
+};... | _onEvent must still use bluebird promises for now | matrix-org_matrix-appservice-bridge | train |
2024af2f69821498be2991851474f1444b05dc77 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -33,6 +33,7 @@ RSpec.configure do |config|
config.before :suite do
Adhearsion::Logging.start Adhearsion::Logging.default_appenders, :trace, Adhearsion.config.platform.loggi... | [CS] Give specs some extra time to access calls | adhearsion_adhearsion | train |
d5172316b1103d8d90d2a5f53c7089ff96f0d376 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
Yii2 EAuth Change Log
=====================
-### dev
+### 2.0.3 (26.10.2013)
* Fixed redirect_uri when not using url rule (#2).
+* Fixed hasValidAccessToken() method for OAuth1 services (#3).
... | Fixed hasValidAccessToken() method for OAuth1 services (#3) | Nodge_yii2-eauth | train |
262d0c53559447ee3488edb742aa9ac14dd7ebf7 | diff --git a/lib/calabash/http/retriable_client.rb b/lib/calabash/http/retriable_client.rb
index <HASH>..<HASH> 100644
--- a/lib/calabash/http/retriable_client.rb
+++ b/lib/calabash/http/retriable_client.rb
@@ -107,7 +107,7 @@ module Calabash
interval = options.fetch(:interval, @interval)
header = opt... | RetriableClient: Log options as well | calabash_calabash | train |
772f3742d69261f0496885356d7535d18797ed92 | diff --git a/client.py b/client.py
index <HASH>..<HASH> 100644
--- a/client.py
+++ b/client.py
@@ -22,16 +22,15 @@ class Client:
headers['authorization'] = 'Token '+token
self.headers = headers
-
@classmethod
- def get_user_from_username(self, username):
- """Returns a User object from a Trainers username... | Get Trainer instead of Get User by Username | TrainerDex_TrainerDex.py | train |
775681cfc1bef75917953433e74b1472db946f40 | diff --git a/test/extensionApi.js b/test/extensionApi.js
index <HASH>..<HASH> 100644
--- a/test/extensionApi.js
+++ b/test/extensionApi.js
@@ -72,11 +72,8 @@ describe('extension api', function() {
});
});
- it('can be read once without subscription, via readReplicant', function(done) {
- ... | [replicants] fix extension `readReplicant` test (forgot it was sync) | nodecg_nodecg | train |
53dd740ca8844a8d3845ade406ae5d3fd289073e | diff --git a/taiga/__init__.py b/taiga/__init__.py
index <HASH>..<HASH> 100644
--- a/taiga/__init__.py
+++ b/taiga/__init__.py
@@ -5,7 +5,7 @@
"""
Taiga Python API library
"""
-__version__ = '0.9.0.dev1'
+__version__ = '0.9.0rc1'
__author__ = 'Nephila'
__license__ = 'MIT'
__all__ = ['TaigaAPI'] | Release <I>rc1 [ci skip] | nephila_python-taiga | train |
6b655287eb1c73d479de8aabbaa2e3de09c4899b | diff --git a/src/main/java/org/jboss/pressgangccms/rest/v1/jaxrsinterfaces/RESTInterfaceV1.java b/src/main/java/org/jboss/pressgangccms/rest/v1/jaxrsinterfaces/RESTInterfaceV1.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgangccms/rest/v1/jaxrsinterfaces/RESTInterfaceV1.java
+++ b/src/main/java/or... | Added the getJSONImageRevision method to the REST Interface | pressgang-ccms_PressGangCCMSRESTv1Common | train |
7bcd8679e1880021d5df33d944b2e449307a7bce | diff --git a/app/index.js b/app/index.js
index <HASH>..<HASH> 100644
--- a/app/index.js
+++ b/app/index.js
@@ -130,6 +130,12 @@ module.exports = class extends Generator {
genSwagger: this.options.genSwagger
});
+ if(this.options.spec && (this.options.spec.applicationType === 'MS' || this.options.spec.a... | fix: health json is root route for microservice, blank, and bff | ibm-developer_generator-ibm-core-node-express | train |
7f60c3797f0e5cd5f9f280a107618ac12d3dad50 | diff --git a/src/Probability/Distribution/ContinuousNew.php b/src/Probability/Distribution/ContinuousNew.php
index <HASH>..<HASH> 100644
--- a/src/Probability/Distribution/ContinuousNew.php
+++ b/src/Probability/Distribution/ContinuousNew.php
@@ -47,6 +47,12 @@ abstract class ContinuousNew extends Distribution {
}
... | Added an outside function
Calculated the tails above and below two points. | markrogoyski_math-php | train |
8f5855e283eb1ce785d7e187af7306fff916b96d | diff --git a/src/AbstractRoboFile.php b/src/AbstractRoboFile.php
index <HASH>..<HASH> 100644
--- a/src/AbstractRoboFile.php
+++ b/src/AbstractRoboFile.php
@@ -543,7 +543,7 @@ abstract class AbstractRoboFile extends \Robo\Tasks implements DigipolisProperti
$collection->addTask(
$t... | Increase rsync timeout. | digipolisgent_robo-digipolis-helpers | train |
98ea62e0d90164858a5bfa164e9ddafe4f52afe4 | diff --git a/src/components/keyfilter/KeyFilter.js b/src/components/keyfilter/KeyFilter.js
index <HASH>..<HASH> 100644
--- a/src/components/keyfilter/KeyFilter.js
+++ b/src/components/keyfilter/KeyFilter.js
@@ -59,34 +59,31 @@ export default class KeyFilter {
return e.charCode || e.keyCode || e.which;
}
... | Fixed #<I> - KeyFilter uses static instance of the regex | primefaces_primereact | train |
9efaed2a90cc017e43d9529e40baf09bb0c57efc | diff --git a/build.js b/build.js
index <HASH>..<HASH> 100644
--- a/build.js
+++ b/build.js
@@ -3,7 +3,7 @@ var jison = require('jison');
var jshint = require('jshint').JSHINT;
var nomnomlParser = new jison.Parser(fs.readFileSync('src/nomnoml.jison', { encoding: 'utf8' }));
-fs.writeFileSync('src/jison-parser.js', n... | remove CommonJS jison-parser exports. (#<I>) | skanaar_nomnoml | train |
cab491f7b72298c456393862fce12b3c05b311af | diff --git a/builtin/logical/database/dbs/mysql_test.go b/builtin/logical/database/dbs/mysql_test.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/database/dbs/mysql_test.go
+++ b/builtin/logical/database/dbs/mysql_test.go
@@ -15,8 +15,8 @@ var (
)
func prepareMySQLTestContainer(t *testing.T) (cid dockertest.Co... | s/postgres/mysql/ | hashicorp_vault | train |
5a3c1fddfb93adcf4df08c765217782b2b49a7c5 | diff --git a/oemof/db/__init__.py b/oemof/db/__init__.py
index <HASH>..<HASH> 100755
--- a/oemof/db/__init__.py
+++ b/oemof/db/__init__.py
@@ -19,7 +19,13 @@ def engine(db_section="postGIS"):
Returns
-------
engine : str
- Engine for sqlalchemy
+ Engine for sqlalchemy
+
+ Not... | Added reference to config.py | oemof_oemof.db | train |
14b36a4790415a2c175a32b59f9a41f4c55b3b50 | diff --git a/openxc/src/main/java/com/openxc/VehicleService.java b/openxc/src/main/java/com/openxc/VehicleService.java
index <HASH>..<HASH> 100644
--- a/openxc/src/main/java/com/openxc/VehicleService.java
+++ b/openxc/src/main/java/com/openxc/VehicleService.java
@@ -56,7 +56,7 @@ public class VehicleService extends Ser... | Initialize the remote callback lists as needed. | openxc_openxc-android | train |
b9ce4997b08c5e3b8a702a9732d94e0288db4ff8 | diff --git a/java/core/clustercontroller/src/main/java/io/joynr/capabilities/LocalCapabilitiesDirectoryImpl.java b/java/core/clustercontroller/src/main/java/io/joynr/capabilities/LocalCapabilitiesDirectoryImpl.java
index <HASH>..<HASH> 100644
--- a/java/core/clustercontroller/src/main/java/io/joynr/capabilities/LocalCa... | [Java] Fix mapping new GBIDs to already registered participantIDs | bmwcarit_joynr | train |
ed0f6a9ae34125b03308ccac024853aacaea430d | diff --git a/lib/dependent_restrict.rb b/lib/dependent_restrict.rb
index <HASH>..<HASH> 100644
--- a/lib/dependent_restrict.rb
+++ b/lib/dependent_restrict.rb
@@ -29,7 +29,7 @@ module DependentRestrict
association_id, options, extension = *args
create_reflection(:has_one, association_id, options || {}... | Make sure option hash is present when adding dependency callback | sealink_dependent_restrict | train |
1a4c988748745a2fff5a9981ce66610e9ab0911f | diff --git a/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java b/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java
index <HASH>..<HASH> 100644
--- a/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java
+++ b/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.ja... | reducing allocations of LightOutputStream buffer | JetBrains_xodus | train |
55a2be7071a78ba5700a94d8452e4d2aa6860e20 | diff --git a/consumer.go b/consumer.go
index <HASH>..<HASH> 100644
--- a/consumer.go
+++ b/consumer.go
@@ -417,8 +417,8 @@ func (c *Consumer) release() (err error) {
// Wait for messages to be processed
select {
- case <-c.dying:
- case <-time.After(c.client.config.Group.Offsets.Synchronization.DwellTime):
+ ca... | Switch sleep to select with speedy bailout on close | bsm_sarama-cluster | train |
ec8e761f197956c785466c389c38064f739507ac | diff --git a/acceptancetests/assess_network_health.py b/acceptancetests/assess_network_health.py
index <HASH>..<HASH> 100755
--- a/acceptancetests/assess_network_health.py
+++ b/acceptancetests/assess_network_health.py
@@ -226,7 +226,10 @@ class AssessNetworkHealth:
out = client.action_do(nh_unit, 'uni... | Update acceptance test to process juju 3 show-task command output | juju_juju | train |
ed21af577c23cc3a922806bd43db9003cc19bad9 | diff --git a/src/import/load-costume.js b/src/import/load-costume.js
index <HASH>..<HASH> 100644
--- a/src/import/load-costume.js
+++ b/src/import/load-costume.js
@@ -285,10 +285,7 @@ const loadCostume = function (md5ext, costume, runtime, optVersion) {
costume.textLayerAsset = assetArray[1];
}
... | Let errors from loadCostume bubble up so that we do not attempt to call installTargets on an invalid target (e.g. one that has no costumes). | LLK_scratch-vm | train |
fb014a40b09dd783c02cecbcccaa6b0fdcdfb300 | diff --git a/salt/modules/rpm.py b/salt/modules/rpm.py
index <HASH>..<HASH> 100644
--- a/salt/modules/rpm.py
+++ b/salt/modules/rpm.py
@@ -504,8 +504,8 @@ def info(*packages, **attr):
else:
out = call['stdout']
- ret = dict()
- for pkg_info in reversed(sorted(re.split(r"----*", out))):
+ _ret =... | Sort installed pkgs data by version_cmp | saltstack_salt | train |
60e4ae5e8f3c58f10665e79e7054e412ee08b84b | diff --git a/src/PublishedAssets/Config/quarx.php b/src/PublishedAssets/Config/quarx.php
index <HASH>..<HASH> 100644
--- a/src/PublishedAssets/Config/quarx.php
+++ b/src/PublishedAssets/Config/quarx.php
@@ -1,46 +1,95 @@
<?php
/*
-|--------------------------------------------------------------------------
-| Quarx ... | Updated routes and config readability | GrafiteInc_CMS | train |
26a0c963e6fc3daecbb9cf47263ced1dc2babaef | diff --git a/lib/geocoder/lookups/ipgeolocation.rb b/lib/geocoder/lookups/ipgeolocation.rb
index <HASH>..<HASH> 100644
--- a/lib/geocoder/lookups/ipgeolocation.rb
+++ b/lib/geocoder/lookups/ipgeolocation.rb
@@ -37,14 +37,7 @@ module Geocoder::Lookup
def results(query)
# don't look up a loopback or private a... | Remove irrelevant code.
Appears to be copied from another lookup. Will not work with :ipgeolocation. | alexreisner_geocoder | train |
d3531f197dbe684c3ffd36d6aed0726327b649e6 | diff --git a/jieba/finalseg/__init__.py b/jieba/finalseg/__init__.py
index <HASH>..<HASH> 100644
--- a/jieba/finalseg/__init__.py
+++ b/jieba/finalseg/__init__.py
@@ -13,7 +13,7 @@ def load_model(f_name):
prob_start = load_model("prob_start.py")
prob_trans = load_model("prob_trans.py")
prob_emit = load_model("prob_e... | rollback, seems no abvious speed up by the previous change | fxsjy_jieba | train |
4920b80674abfdf030fdd3b1cd087cc512c32051 | diff --git a/stdeb/util.py b/stdeb/util.py
index <HASH>..<HASH> 100644
--- a/stdeb/util.py
+++ b/stdeb/util.py
@@ -197,10 +197,10 @@ def get_deb_depends_from_setuptools_requires(requirements):
gooddebs |= (debs)
else:
log.info("I found Debian packages \"%s\" which provides... | fix a crash with an undefined variable 'ver' (from Brett) | astraw_stdeb | train |
02eb1c57ca502142b96e3f895196564176005249 | diff --git a/stagpy/stagdata.py b/stagpy/stagdata.py
index <HASH>..<HASH> 100644
--- a/stagpy/stagdata.py
+++ b/stagpy/stagdata.py
@@ -94,7 +94,7 @@ class BinData:
self.rgeom = np.array(self._readbin('f', self.nts[2] * 2 + 1))
else:
self.rgeom = np.array(range(0, self.nts[2] * 2 + 1))... | Replace faulty nrtot occurrence with nts[2] | StagPython_StagPy | train |
a2da31056b3ef6d619feb542552c0c82274a50eb | diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -115,7 +115,9 @@ The following enviroment variables are interpreted by syncthing:
STCPUPROFILE Write CPU profile to the specified file.
- STGUIASSETS Directory to lo... | Increase deadlock timeout, make configurable (fixes #<I>, fixes #<I>) | syncthing_syncthing | train |
529c20062b3df457c7326e2144f05761c4a75917 | diff --git a/mkdir.go b/mkdir.go
index <HASH>..<HASH> 100644
--- a/mkdir.go
+++ b/mkdir.go
@@ -5,26 +5,26 @@ import (
hdfs "github.com/colinmarc/hdfs/protocol/hadoop_hdfs"
"github.com/colinmarc/hdfs/rpc"
"os"
- "strings"
+ "path"
)
// Mkdir creates a new directory with the specified name and permission bits.
... | use the path pkg instead of strings | colinmarc_hdfs | train |
7c80834d87a92c519371c307e3279d8d83c31c57 | diff --git a/src/Phug/Parser/TokenHandler/AttributeTokenHandler.php b/src/Phug/Parser/TokenHandler/AttributeTokenHandler.php
index <HASH>..<HASH> 100644
--- a/src/Phug/Parser/TokenHandler/AttributeTokenHandler.php
+++ b/src/Phug/Parser/TokenHandler/AttributeTokenHandler.php
@@ -4,6 +4,7 @@ namespace Phug\Parser\TokenHa... | Same name-to-value transfer for mixin and assignments | phug-php_parser | train |
5575019b584df59090e14c9347d5c0138bb0262d | diff --git a/interp/interp.go b/interp/interp.go
index <HASH>..<HASH> 100644
--- a/interp/interp.go
+++ b/interp/interp.go
@@ -284,12 +284,36 @@ func (r *Runner) setVar(name string, index syntax.ArithmExpr, val varValue) {
// from the syntax package, we know that val must be a string if
// index is non-nil; nested ... | interp: support key assigns in associative arrays
If the key isn't double-quoted and the existing var is an associative
array, do our best to treat the key as a string too. | mvdan_sh | train |
169842000c2c20a801717e00e241c67d3485006b | diff --git a/protempa-framework/src/main/java/org/protempa/proposition/TemporalProposition.java b/protempa-framework/src/main/java/org/protempa/proposition/TemporalProposition.java
index <HASH>..<HASH> 100644
--- a/protempa-framework/src/main/java/org/protempa/proposition/TemporalProposition.java
+++ b/protempa-framewo... | Resolved warning about unnecessary @SuppressWarnings("unchecked") | eurekaclinical_protempa | train |
1fd65cd0885a33c7bdbcc10b58a8dd2284772e08 | diff --git a/DemoPrograms/Demo_Post_An_Issue.py b/DemoPrograms/Demo_Post_An_Issue.py
index <HASH>..<HASH> 100644
--- a/DemoPrograms/Demo_Post_An_Issue.py
+++ b/DemoPrograms/Demo_Post_An_Issue.py
@@ -118,10 +118,6 @@ def make_github_link(title, body):
################################################################... | Updated instructions, confirmation message, etc. | PySimpleGUI_PySimpleGUI | train |
3df24fbfbfa9e0cbb2d1a66d5ecd1bab007f74f1 | diff --git a/lib/jsduck/css/type.rb b/lib/jsduck/css/type.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/css/type.rb
+++ b/lib/jsduck/css/type.rb
@@ -7,8 +7,8 @@ module JsDuck
# Given SASS expression node, determines its type.
# When unknown, return nil.
def detect(node)
- if LITERAL_TYPES[... | Support SCSS type detection with Sass <I>.
Accommodate Sass syntax tree change. | senchalabs_jsduck | train |
8d0b556e1eb712ab4e9feef5ed2bf0a9654f70c3 | diff --git a/openbas/client/dashboard.js b/openbas/client/dashboard.js
index <HASH>..<HASH> 100644
--- a/openbas/client/dashboard.js
+++ b/openbas/client/dashboard.js
@@ -347,7 +347,7 @@ Template.hvac_zone_widget.rendered = function(){
.attr("class", "focus")
.style("display", "none");
- ... | make the hvac interval label appear on hover too | SoftwareDefinedBuildings_XBOS | train |
4638e5d77e183ea67d13796e24f8c379f37a3cc3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,25 +1,55 @@
-
-function modifyEnv(oldEnv, newEnv, remove) {
+/**
+ * add or modify items in env based on key/value pairs in setVars and
+ * save state information for later
+ * @arg {Object} origEnv - place to save state of... | added unit test, updated implementation to take array of items to remove from env | burl_mock-env | train |
c9ff8ca5a7d906e615c17fa589b4933240cd985d | diff --git a/src/main/java/io/github/bonigarcia/wdm/BrowserManager.java b/src/main/java/io/github/bonigarcia/wdm/BrowserManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/wdm/BrowserManager.java
+++ b/src/main/java/io/github/bonigarcia/wdm/BrowserManager.java
@@ -393,22 +393,17 @@ public ... | Support for taobao mirror for opera binary | bonigarcia_webdrivermanager | train |
4ca388ca6ef21d8e93de71e783ea5175a223980e | diff --git a/seleniumbase/console_scripts/rich_helper.py b/seleniumbase/console_scripts/rich_helper.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/console_scripts/rich_helper.py
+++ b/seleniumbase/console_scripts/rich_helper.py
@@ -47,6 +47,16 @@ def fix_emoji_spacing(code):
"🖥️",
"🕹️",
... | Update double-width emoji list to improve "sbase print FILE" | seleniumbase_SeleniumBase | train |
162347dbed646e71eafa60d6ce577a0868e4f474 | diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/_version.py
+++ b/grimoire_elk/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
-__version__ = "0.26.1"
+__version__ = "0.26.2" | [grimoire_elk] Update version for pip packages to <I> | chaoss_grimoirelab-elk | train |
ce4d634809e556d4e49382ce44a2e2f7d815c445 | diff --git a/lib/mincer/engines/coffee_engine.js b/lib/mincer/engines/coffee_engine.js
index <HASH>..<HASH> 100644
--- a/lib/mincer/engines/coffee_engine.js
+++ b/lib/mincer/engines/coffee_engine.js
@@ -1,4 +1,4 @@
-/** internal
+/**
* class CoffeeEngine
*
* Engine for the CoffeeScript compiler. You will need `... | Small engines/processors apidocs fix | nodeca_mincer | train |
139d16d4956a1e5c439768ae7b3408f6f5b7bb0d | diff --git a/src/Console/BuildCommand.php b/src/Console/BuildCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/BuildCommand.php
+++ b/src/Console/BuildCommand.php
@@ -75,7 +75,7 @@ class BuildCommand extends Command
$environmentConfigPath = $this->getAbsolutePath("config.{$env}.php");
$environ... | Remove unnecessary collection wrapper in BuildCommand | tightenco_jigsaw | train |
a8801c5e7ff7ddc205d1cc0db28e522460106567 | diff --git a/lib/Thelia/Command/Install.php b/lib/Thelia/Command/Install.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Command/Install.php
+++ b/lib/Thelia/Command/Install.php
@@ -368,7 +368,7 @@ class Install extends ContainerAwareCommand
$event = new ModuleToggleActivationEvent($module->getId());
... | Fix inverted EventName / Event | thelia_core | train |
ba4f0b7b5c7d8d811992afd4672cadfb88f04c31 | diff --git a/molo/commenting/admin.py b/molo/commenting/admin.py
index <HASH>..<HASH> 100644
--- a/molo/commenting/admin.py
+++ b/molo/commenting/admin.py
@@ -18,7 +18,8 @@ from molo.core.models import ArticlePage
from daterange_filter.filter import DateRangeFilter
-from wagtailmodeladmin.options import ModelAdmin... | TUNE-<I>: import Wagtail's ModelAdmin as WagtailModelAdmin to distinguish it from django.contrib.admin.ModelAdmin | praekeltfoundation_molo.commenting | train |
6c541779bd636cd9b7c34777104377f5b420593b | diff --git a/gui/riabclipper.py b/gui/riabclipper.py
index <HASH>..<HASH> 100644
--- a/gui/riabclipper.py
+++ b/gui/riabclipper.py
@@ -117,6 +117,13 @@ def _clipVectorLayer(theLayer, theExtent):
myProvider.select(myAttributes,
myProjectedExtent, True, True)
myFieldList = myProvider.fiel... | try to 'windowsify' paths for clipper | inasafe_inasafe | train |
d11ba08dcc556399ecc08c2df13c9057869c4b49 | diff --git a/src/sos/step_executor.py b/src/sos/step_executor.py
index <HASH>..<HASH> 100755
--- a/src/sos/step_executor.py
+++ b/src/sos/step_executor.py
@@ -1446,6 +1446,9 @@ class Step_Executor(Base_Step_Executor):
def wait_for_tasks(self, tasks, all_submitted):
if not tasks:
return {}
+ ... | Commit database while waiting for tasks vatlab/sos-notebook#<I> | vatlab_SoS | train |
92aba1ed1d5f1a24108a95177a00fcdabd36e746 | diff --git a/main/boofcv-recognition/src/main/java/boofcv/abst/fiducial/calib/ConfigCircleRegularGrid.java b/main/boofcv-recognition/src/main/java/boofcv/abst/fiducial/calib/ConfigCircleRegularGrid.java
index <HASH>..<HASH> 100644
--- a/main/boofcv-recognition/src/main/java/boofcv/abst/fiducial/calib/ConfigCircleRegula... | - Tweaked behavior of EllipsesIntoClusters to make tuning parameters more understandable
- Fixed unit tests | lessthanoptimal_BoofCV | train |
505899a554ac85189c802357c7200cc7e784b352 | diff --git a/downloads-generation/models_class1/generate_hyperparameters.py b/downloads-generation/models_class1/generate_hyperparameters.py
index <HASH>..<HASH> 100644
--- a/downloads-generation/models_class1/generate_hyperparameters.py
+++ b/downloads-generation/models_class1/generate_hyperparameters.py
@@ -55,26 +55... | Include training data subset as a hyperparameter | openvax_mhcflurry | train |
4f8ee5d9575c538d3f5610656d74a947a5179f34 | diff --git a/src/main/java/net/snowflake/client/jdbc/SnowflakeChunkDownloader.java b/src/main/java/net/snowflake/client/jdbc/SnowflakeChunkDownloader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/snowflake/client/jdbc/SnowflakeChunkDownloader.java
+++ b/src/main/java/net/snowflake/client/jdbc/SnowflakeChunkD... | SNOW-<I>: Enable ARROW tests in rt-core-1 test suite by default | snowflakedb_snowflake-jdbc | train |
ece7d6ba6795a7cc9e9381b00d28750cc6eb9c7a | diff --git a/dvc/version.py b/dvc/version.py
index <HASH>..<HASH> 100644
--- a/dvc/version.py
+++ b/dvc/version.py
@@ -6,7 +6,7 @@
import os
import subprocess
-_BASE_VERSION = "1.7.3"
+_BASE_VERSION = "1.7.4"
def _generate_version(base_version): | dvc: bump to <I> | iterative_dvc | train |
ec332afb5ba572a3433cc31ac33be14dd8b4c6e5 | diff --git a/lib/sigh/manager.rb b/lib/sigh/manager.rb
index <HASH>..<HASH> 100644
--- a/lib/sigh/manager.rb
+++ b/lib/sigh/manager.rb
@@ -27,6 +27,11 @@ module Sigh
profile_filename = ENV["SIGH_UDID"] + ".mobileprovision"
destination = profile_path + profile_filename
+ # If the directory doesn't e... | Create install directory, if it doesn't exist
When using sigh to install provisioning profiles on a system that is
fresly installed with Xcode, it is entirely possible that the
provisioning profile directory has not been created yet.
If we attempt to simply copy the downloaded profile into that directory
when it does... | fastlane_fastlane | train |
79ee2444c5c6a5f74265627de886a4692426c41f | diff --git a/src/model.js b/src/model.js
index <HASH>..<HASH> 100644
--- a/src/model.js
+++ b/src/model.js
@@ -204,10 +204,10 @@ export class Model {
if (allPatchesSucceded) {
return updatedModel
} else {
- // TODO: extract error type
- // TODO: list which patches failed
-... | Include the diffMap and failed URIs on save error | dan-f_modelld | train |
3f454743a93ff54e1d960f2978e4ece7a643d97f | diff --git a/services/modules/openfire/manager.py b/services/modules/openfire/manager.py
index <HASH>..<HASH> 100755
--- a/services/modules/openfire/manager.py
+++ b/services/modules/openfire/manager.py
@@ -61,7 +61,7 @@ class OpenfireManager:
@staticmethod
def _sanitize_groupname(name):
- name = nam... | Openfire group names fix (#<I>)
* Force lowercase group names
* Fix comparison of group names
* Sanitise group name for broadcast message | allianceauth_allianceauth | train |
d461934d7637fdc3df088c28ea510665c3e1c1f2 | diff --git a/src/Charcoal/Admin/Action/RemoveJoinAction.php b/src/Charcoal/Admin/Action/RemoveJoinAction.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Admin/Action/RemoveJoinAction.php
+++ b/src/Charcoal/Admin/Action/RemoveJoinAction.php
@@ -15,6 +15,7 @@ use Charcoal\Admin\AdminAction;
use Charcoal\Loader\Collec... | Tweaking actions & models to properly clean up DB after attachment deletion | locomotivemtl_charcoal-attachment | train |
072cf09ff15910ef95b5867f935d5379f840358e | diff --git a/scss/functions/core.py b/scss/functions/core.py
index <HASH>..<HASH> 100644
--- a/scss/functions/core.py
+++ b/scss/functions/core.py
@@ -541,8 +541,7 @@ def index(lst, val):
@register('map-get', 2)
def map_get(map, key):
- print(repr(map.index.keys()))
- return map.index[key]
+ return map.get... | Experimental support for treating all Sass types as 1-lists. | Kronuz_pyScss | train |
34dfed2396a953c83856460bef189ae3a184e4e0 | diff --git a/asv/plugins/git.py b/asv/plugins/git.py
index <HASH>..<HASH> 100644
--- a/asv/plugins/git.py
+++ b/asv/plugins/git.py
@@ -84,7 +84,7 @@ class Git(Repo):
# TODO: This works on Linux, but should be extended for other platforms
return int(self._run_git(
['show', hash, '--quiet',... | Fix Git.get_date to work also for annotated tags
git show for these prints e.g. pgp signature before the formatted
display. | airspeed-velocity_asv | train |
a6471113c81ed3122e1cbddc3faa5070cdec0cb7 | diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/services/GoogleClient.java b/google-api-client/src/main/java/com/google/api/client/googleapis/services/GoogleClient.java
index <HASH>..<HASH> 100644
--- a/google-api-client/src/main/java/com/google/api/client/googleapis/services/GoogleClient.... | Update javadoc for basePath and uriTemplate in GoogleClient | googleapis_google-api-java-client | train |
59ca9fe78ba8c93eeab57fdf1e13672dde912d1c | diff --git a/lib/carrierwave/mongoid/version.rb b/lib/carrierwave/mongoid/version.rb
index <HASH>..<HASH> 100644
--- a/lib/carrierwave/mongoid/version.rb
+++ b/lib/carrierwave/mongoid/version.rb
@@ -1,5 +1,5 @@
module Carrierwave
module Mongoid
- VERSION = "0.1.4"
+ VERSION = "0.1.5"
end
end | Bumped version to <I> | carrierwaveuploader_carrierwave-mongoid | train |
453b53140edac3e13419c373c60559bcdfc0aad8 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -991,22 +991,26 @@ function forum_search_posts($searchterms, $courseid, $page=0, $recordsperpage=50
if (!isteacher($courseid)) {
$notteacherforum = "AND f.type <> 'teacher'";
... | Fixed some excess SQL load and duplicate returns | moodle_moodle | train |
8f49c17813c2bf37b5b39ebd0ae7ba1de2c32e51 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
if not sys.version_info[0] == 3 and sys.version_info[1] < 5:
sys.exit('Python < 3.5 is not supported')
-version = '0.55'
+version = '0.60'
setup(
name='steampy', | Update version to <I>, this breaks compatiblity, because method price_to_float is removed and replaced with parse_price | bukson_steampy | train |
8be0f70400bfcb7d8f3172f4ee7fcd4b517d4aee | diff --git a/src/main/resources/META-INF/resources/primefaces-extensions/imagerotateandresize/imagerotateandresize.js b/src/main/resources/META-INF/resources/primefaces-extensions/imagerotateandresize/imagerotateandresize.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces-extensions/i... | added degree option to rotateLeft and rotateRight | primefaces-extensions_core | train |
75151853903ce8399ceea9ab4a502840f112793c | diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/NarrowingCompoundAssignment.java b/core/src/main/java/com/google/errorprone/bugpatterns/NarrowingCompoundAssignment.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/bugpatterns/NarrowingCompoundAssignment.java
+++ b/core/sr... | Fix typos in NarrowingCompoundAssignment
-------------
Created by MOE: <URL> | google_error-prone | train |
2cd5e09c0f43acbf647be56bf21298a077f0e800 | diff --git a/lib/bot.js b/lib/bot.js
index <HASH>..<HASH> 100644
--- a/lib/bot.js
+++ b/lib/bot.js
@@ -4,7 +4,7 @@ var logger = require('winston');
var Slack = require('slack-client');
var errors = require('./errors');
var validateChannelMapping = require('./validators').validateChannelMapping;
-var emojis = require... | Cleaned up some code and added test for emoji parsing. | ekmartin_slack-irc | train |
50f65c540ce3c02b5b0cff94fd357f5a804495ab | diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index <HASH>..<HASH> 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -71,7 +71,7 @@ class RefineCommand(Command):
@registerCommand(MODE, 'save')
-class SendCommand(Command):
+class SaveCommand(Command):
"""save draft"... | fix name of SaveCommand
c/p error: forgot to rename SentCommand to SaveCommand,
which resulted in two different classes with the same name. | pazz_alot | train |
4d4d51fa45bef535834b34df08a3535527fb6616 | diff --git a/apiserver/facades/agent/uniter/uniter.go b/apiserver/facades/agent/uniter/uniter.go
index <HASH>..<HASH> 100644
--- a/apiserver/facades/agent/uniter/uniter.go
+++ b/apiserver/facades/agent/uniter/uniter.go
@@ -2412,45 +2412,16 @@ func (u *UniterAPI) NetworkInfo(args params.NetworkInfoParams) (params.Networ... | Introduces a mechanical modularisation to NetworkInfo, to extract network info for relations. | juju_juju | train |
cf508539f3a35788e86e44a73a30f1b93f3b24dd | diff --git a/azure_publish_tools.py b/azure_publish_tools.py
index <HASH>..<HASH> 100755
--- a/azure_publish_tools.py
+++ b/azure_publish_tools.py
@@ -62,6 +62,11 @@ def get_prefix(purpose):
def get_published_files(purpose, blob_service):
"""Return the SyncFile info about the published files."""
prefix = get... | Extract list_sync_files. | juju_juju | train |
4b9bc29e537455edd81197eae1e5babb85442b59 | diff --git a/server/jetstream_cluster_test.go b/server/jetstream_cluster_test.go
index <HASH>..<HASH> 100644
--- a/server/jetstream_cluster_test.go
+++ b/server/jetstream_cluster_test.go
@@ -10825,6 +10825,30 @@ func TestJetStreamClusterFilteredAndIdleConsumerNRGGrowth(t *testing.T) {
}
}
+func TestJetStreamCluste... | If we had not heard from a source or mirror we would still calculate the delta since now.
This would wrap and create a large number which overflowed JSON's 2^<I> limit. | nats-io_gnatsd | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.