hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
38abe556821e7fbb4cd5ed16ba7bf433bb8c31b4 | diff --git a/bedup/tracking.py b/bedup/tracking.py
index <HASH>..<HASH> 100644
--- a/bedup/tracking.py
+++ b/bedup/tracking.py
@@ -192,12 +192,15 @@ def track_updated_files(sess, vol, tt):
top_generation = get_root_generation(vol.fd)
if (vol.last_tracked_size_cutoff is not None
and vol.last_tracked_s... | Skip scan if the top generation didn't change.
Also, make min_generation inclusive, to match the search ioctl's
semantics. | g2p_bedup | train |
c6694a786ec781424550adc171e2e485ff3b43ac | diff --git a/plugin/geomajas-layer-geotools/src/main/java/org/geomajas/layer/shapeinmem/ShapeInMemLayer.java b/plugin/geomajas-layer-geotools/src/main/java/org/geomajas/layer/shapeinmem/ShapeInMemLayer.java
index <HASH>..<HASH> 100644
--- a/plugin/geomajas-layer-geotools/src/main/java/org/geomajas/layer/shapeinmem/Shap... | MAJ-<I> assure setters can be called in any order | geomajas_geomajas-project-server | train |
1cf39a58858eceb99f8c28c2e7f93de5b1457fcb | diff --git a/packages/nitro-webpack/readme.md b/packages/nitro-webpack/readme.md
index <HASH>..<HASH> 100644
--- a/packages/nitro-webpack/readme.md
+++ b/packages/nitro-webpack/readme.md
@@ -78,6 +78,13 @@ No loader rule is enabled by default. Activate following prepared rules you need
Enable some additional feature... | feature(webpack): add bundle analyser plugin | namics_generator-nitro | train |
551ec7b3c97a074bf1a3297b3ebcdef1df96571b | diff --git a/tools/buildbsp.py b/tools/buildbsp.py
index <HASH>..<HASH> 100755
--- a/tools/buildbsp.py
+++ b/tools/buildbsp.py
@@ -28,6 +28,7 @@ games = {
'tf2': {'id': 440},
'css': {'id': 240},
'hl2': {'id': 220},
+ 'hl2mp': {'id': 320},
'gm': {'id': 4000}
}
@@ -63,6 +64,10 @@ if __name__... | Add more game support to build tool (#6) | BHSPitMonkey_vmflib | train |
ef92b9d931c0be56e3b73797737c99366b9bf3ba | diff --git a/pagseguro/api.py b/pagseguro/api.py
index <HASH>..<HASH> 100644
--- a/pagseguro/api.py
+++ b/pagseguro/api.py
@@ -1,4 +1,4 @@
-#-*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import requests
import xmltodict
diff --git a/pagseguro/settings.py b/pagseguro/settings.... | Convenção PEP8 (E<I>): block comment should start with ‘# ‘ | allisson_django-pagseguro2 | train |
06cda51629e2ffb1fcf9d51516bd05bba8cfda8a | diff --git a/Controller/AzineEmailTemplateController.php b/Controller/AzineEmailTemplateController.php
index <HASH>..<HASH> 100644
--- a/Controller/AzineEmailTemplateController.php
+++ b/Controller/AzineEmailTemplateController.php
@@ -46,6 +46,7 @@ class AzineEmailTemplateController extends ContainerAware
/**
... | use different campaign-param for webPreView to not mess up the statistics | azine_email-bundle | train |
2f525659b7b4092b9b0213a1dcbd1a44618c5400 | diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -327,13 +327,15 @@ class ApplicationController < ActionController::Base
elsif notice.kind... | notices - change to fix broken tests | Katello_katello | train |
6616399c2562c7530e6c16c0f6630bdcb3369464 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -197,7 +197,7 @@ FSWatcher.prototype._remove = function(directory, item) {
if (!this._throttle('remove', fullPath, 5)) return;
// if the only watched file is removed, watch for its return
- if (!isDirectory && Object.... | Exclude fsevents from rm watched file workaround | paulmillr_chokidar | train |
8bfba2087b6916d05d416c0cf4ad5d7b64809ba6 | diff --git a/src/behaviours/form.js b/src/behaviours/form.js
index <HASH>..<HASH> 100644
--- a/src/behaviours/form.js
+++ b/src/behaviours/form.js
@@ -37,10 +37,6 @@ const internalMapStateToProps = (state, formKey) => {
return resultingProps;
};
-function buildActionForTheDispatch (actionForTheDispatch, dispatc... | [FormBehaviours] possible to give a object for dispatch function | get-focus_deprecated-focus-graph | train |
f13e6ca631f087819e9a1d7cc6b2c9ceaae9e39d | diff --git a/lib/model/model.go b/lib/model/model.go
index <HASH>..<HASH> 100644
--- a/lib/model/model.go
+++ b/lib/model/model.go
@@ -1228,11 +1228,10 @@ func (m *model) ClusterConfig(deviceID protocol.DeviceID, cm protocol.ClusterCon
}
}
- changedHere, tempIndexFolders, paused, err := m.ccHandleFolders(cm.Fold... | lib/model: Remove obsolete return val from ccHandleFolders (ref #<I>) (#<I>) | syncthing_syncthing | train |
9040f2d5b7750cb842587afe79ebf20cdfd9763a | diff --git a/credstash.py b/credstash.py
index <HASH>..<HASH> 100755
--- a/credstash.py
+++ b/credstash.py
@@ -251,12 +251,13 @@ def clean_fail(func):
return func_wrapper
-def listSecrets(region=None, table="credential-store", **kwargs):
+def listSecrets(region=None, table="credential-store", session=None, **k... | allow use of a custom session with AWS profile information
when using the getAllSecrets, and by extenstion the
listSecrets | fugue_credstash | train |
eb4ac7509cad6b68f22b53e986d4df3e98b775c0 | diff --git a/lib/xml_models/identity_metadata/identity_metadata.rb b/lib/xml_models/identity_metadata/identity_metadata.rb
index <HASH>..<HASH> 100644
--- a/lib/xml_models/identity_metadata/identity_metadata.rb
+++ b/lib/xml_models/identity_metadata/identity_metadata.rb
@@ -152,6 +152,12 @@ class IdentityMetadata
de... | Added convenience method to return the first (and usually only) agreement id | sul-dlss_lyber-core | train |
19bda8af3db4c750a6a2df232546343c673fb305 | diff --git a/app/js/controllers.js b/app/js/controllers.js
index <HASH>..<HASH> 100644
--- a/app/js/controllers.js
+++ b/app/js/controllers.js
@@ -7,4 +7,4 @@ MyCtrl1.$inject = [];
function MyCtrl2() {
}
-MyCtrl1.$inject = [];
+MyCtrl2.$inject = []; | fix typo in controllers.js placeholder code | angular_angular-seed | train |
7a4e9e69a6cfafbb260215f0029cbd9c9d93b1c0 | diff --git a/lib/core/slider.spec.js b/lib/core/slider.spec.js
index <HASH>..<HASH> 100644
--- a/lib/core/slider.spec.js
+++ b/lib/core/slider.spec.js
@@ -20,6 +20,7 @@
var slider = require('./slider');
var Layout = require('../enums/layout');
var Phase = require('../enums/phase');
+var Theme = require('../enums/the... | + tested adding theme class name of current slide to the slider | mchalapuk_hyper-text-slider | train |
834647cf2987d50987093d2e7528b187544f21cf | diff --git a/napalm/base.py b/napalm/base.py
index <HASH>..<HASH> 100644
--- a/napalm/base.py
+++ b/napalm/base.py
@@ -247,18 +247,20 @@ class NetworkDriver:
def get_environment(self):
"""
Returns a dictionary where:
- * fans is a list of dictionaries that describe the state of the fan... | Added CPU and RAM on get_environment | napalm-automation_napalm-base | train |
3b979139dfb2ba89c193ddb92d37e08e2b85299c | diff --git a/test/Unit/Format/SnifferTest.php b/test/Unit/Format/SnifferTest.php
index <HASH>..<HASH> 100644
--- a/test/Unit/Format/SnifferTest.php
+++ b/test/Unit/Format/SnifferTest.php
@@ -135,11 +135,13 @@ final class SnifferTest extends Framework\TestCase
}
/**
- * @dataProvider providerIndent
+ ... | Enhancement: Assert that sniffer sniffs only pure indents | localheinz_json-normalizer | train |
17165dbd9462350f72c2878b20872062f6cd737d | diff --git a/lib/metaforce/services/client.rb b/lib/metaforce/services/client.rb
index <HASH>..<HASH> 100644
--- a/lib/metaforce/services/client.rb
+++ b/lib/metaforce/services/client.rb
@@ -27,8 +27,10 @@ module Metaforce
password = "#{password}#{security_token}" unless security_token.nil?
client = S... | Log the endpoint used to login. | ejholmes_metaforce | train |
ee66ec304f01696e75023dcd592674a071441d57 | diff --git a/lib/solargraph/code_map.rb b/lib/solargraph/code_map.rb
index <HASH>..<HASH> 100755
--- a/lib/solargraph/code_map.rb
+++ b/lib/solargraph/code_map.rb
@@ -102,11 +102,17 @@ module Solargraph
#
# @return [Boolean]
def comment_at?(index)
+ return false if string_at?(index)
line,... | castwide/solargraph#<I> | castwide_solargraph | train |
1c725a64b00a489224ba33bf88749be47a3f3606 | diff --git a/chef/lib/chef/provider/package/rpm.rb b/chef/lib/chef/provider/package/rpm.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/provider/package/rpm.rb
+++ b/chef/lib/chef/provider/package/rpm.rb
@@ -71,11 +71,11 @@ class Chef
def install_package(name, version)
unless @current_resource.ve... | CHEF-<I> options directive not working for RPM or Yum providers | chef_chef | train |
d10323188b0df7de9383bd73245f5ef1b3effd19 | diff --git a/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/gateway/InclusiveGatewayTest.java b/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/gateway/InclusiveGatewayTest.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn... | Excluding testcase untill pull-request is updated with test-bpmn | Activiti_Activiti | train |
a02e6cd4cc5cfd3480f2826f7753e652b3660754 | diff --git a/lib/saddle/options.rb b/lib/saddle/options.rb
index <HASH>..<HASH> 100644
--- a/lib/saddle/options.rb
+++ b/lib/saddle/options.rb
@@ -16,7 +16,7 @@ module Saddle::Options
:request_style => request_style,
:num_retries => num_retries,
:timeout => timeout,
- :additional_middlewares =... | additional middleware can be added one at a time | mLewisLogic_saddle | train |
062a7522c2fb1dcf8a4efd65a5297dc410421062 | diff --git a/lib/questionlib.php b/lib/questionlib.php
index <HASH>..<HASH> 100644
--- a/lib/questionlib.php
+++ b/lib/questionlib.php
@@ -1331,73 +1331,84 @@ function sort_categories_by_tree(&$categories, $id = 0, $level = 1) {
}
/**
- * flattens tree structure created by add_indented_named
- * (adding the names)... | Bug <I> - Rewrite the code for making an indented list of question categories, becase the existing code was so horrible. Merged from MOODLE_<I>_STABLE. | moodle_moodle | train |
a0ff82c275b85f2b5d6a63693b9124771bd122af | diff --git a/src/Illuminate/Support/Str.php b/src/Illuminate/Support/Str.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Support/Str.php
+++ b/src/Illuminate/Support/Str.php
@@ -134,10 +134,13 @@ class Str {
*/
public static function words($value, $words = 100, $end = '...')
{
- if (trim($value) == '') ret... | Str:words produced error if given string contains non-ascii whitespaces but no words. | laravel_framework | train |
5c1306b054c0101a19a061b9791ebc8ec361a820 | diff --git a/src/org/mockito/internal/creation/MethodInterceptorFilter.java b/src/org/mockito/internal/creation/MethodInterceptorFilter.java
index <HASH>..<HASH> 100644
--- a/src/org/mockito/internal/creation/MethodInterceptorFilter.java
+++ b/src/org/mockito/internal/creation/MethodInterceptorFilter.java
@@ -7,6 +7,7 ... | In order to make mocks serializable started work on this feature. Refactoring.
--HG--
extra : convert_revision : svn%3Aaa2aecf3-ea3e-<I>-9d<I>-<I>e7c<I>/trunk%<I> | mockito_mockito | train |
dacb63b5dd190f4d6ed9174508d9b3c7b6b351f9 | diff --git a/coolfig/test_config.py b/coolfig/test_config.py
index <HASH>..<HASH> 100644
--- a/coolfig/test_config.py
+++ b/coolfig/test_config.py
@@ -170,6 +170,11 @@ def test_list():
assert str_list('a,b,cd, e f g , h ') == ['a', 'b', 'cd', 'e f g', 'h']
+def test_dottedpath():
+ func = types.dottedpath('... | Added tests for the dottedpath type | GaretJax_coolfig | train |
454628e8e7235acb697e9e08d4ef00f0ae476626 | diff --git a/apiserver/facades/client/machinemanager/machinemanager.go b/apiserver/facades/client/machinemanager/machinemanager.go
index <HASH>..<HASH> 100644
--- a/apiserver/facades/client/machinemanager/machinemanager.go
+++ b/apiserver/facades/client/machinemanager/machinemanager.go
@@ -505,13 +505,7 @@ func (mm *Ma... | Use utily method to get machine from the tag. | juju_juju | train |
65ccdfb9579564136191342eca9bf79d3f9b4d45 | diff --git a/greenwich/io.py b/greenwich/io.py
index <HASH>..<HASH> 100644
--- a/greenwich/io.py
+++ b/greenwich/io.py
@@ -102,7 +102,7 @@ class VSIFile(object):
self._check_closed()
if isinstance(data, bytearray):
data = bytes(data)
- gdal.VSIFWriteL(data, len(data), 1, self._vsif... | Fix order of args for vsi write call | bkg_greenwich | train |
a8909bbd6ece128a544cc30178a7874131d7c9b0 | diff --git a/sentinelsat/scripts/cli.py b/sentinelsat/scripts/cli.py
index <HASH>..<HASH> 100644
--- a/sentinelsat/scripts/cli.py
+++ b/sentinelsat/scripts/cli.py
@@ -1,7 +1,11 @@
import json
import logging
import os
-from json import JSONDecodeError
+try:
+ from json import JSONDecodeError
+ json_parse_except... | Fix Travis failed build (hopefully) | sentinelsat_sentinelsat | train |
579cceff30c4a1872f57ee226fdf54d35a81753c | diff --git a/svg/svg.go b/svg/svg.go
index <HASH>..<HASH> 100644
--- a/svg/svg.go
+++ b/svg/svg.go
@@ -112,17 +112,17 @@ func (o *Minifier) Minify(m *minify.M, w io.Writer, r io.Reader, _ map[string]st
case xml.StartTagToken:
tag = t.Hash
if tag == svg.Metadata {
- skipTag(tb)
- break
+ t.Data = nil... | Bugfix: SVG do not convert line/rect to path if coordinates have dimensions, fixes #<I> | tdewolff_minify | train |
4a805efba6805c40d7bfe51e628545f27ca3d048 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -53,7 +53,7 @@ var Wrap = require('./wrap');
*/
// Public {{{1
-exports.app = function(mod, name) { // {{{2
+exports.app = function(mod, name, scope) { // {{{2
/**
* Create a module wrap instance for ... | Minor: O.app accepts scope now | OpenSmartEnvironment_ose | train |
f7b484af68e6153ce5c26749d33f349194cddc6a | diff --git a/spec/features/batch_edit_spec.rb b/spec/features/batch_edit_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/batch_edit_spec.rb
+++ b/spec/features/batch_edit_spec.rb
@@ -80,7 +80,7 @@ RSpec.describe 'batch', type: :feature, clean_repo: true, js: true do
# This was `expect(page).to have_con... | Wait longer for batch edit to save in feature test | samvera_hyrax | train |
05929cde569efcfa4e5cda89e6544839a3d97399 | diff --git a/PPI/Module/Controller.php b/PPI/Module/Controller.php
index <HASH>..<HASH> 100644
--- a/PPI/Module/Controller.php
+++ b/PPI/Module/Controller.php
@@ -330,6 +330,15 @@ class Controller {
}
/**
+ * Get the app's global configuration
+ *
+ * @return mixed
+ */
+ protected function getConfig() {
+ ... | Adding in getConfig() alias method | ppi_framework | train |
3adefd07d841b9280af1737aba9ced20a9488e95 | diff --git a/src/com/opera/core/systems/runner/launcher/OperaLauncherRunnerSettings.java b/src/com/opera/core/systems/runner/launcher/OperaLauncherRunnerSettings.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/runner/launcher/OperaLauncherRunnerSettings.java
+++ b/src/com/opera/core/systems/runner/lau... | setLastModified() check fails on Windows, resolves issue #<I> | operasoftware_operaprestodriver | train |
1490a20db8513eb1375aa89d0ff59946e9270b72 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,7 @@ Open Sound Control (OSC) library for Golang. Implemented in pure Go.
import "github.com/hypebeast/go-osc/osc"
func main() {
- remoteAddr, err := net.ResolveUDPAddr("udp", "localhost:8765")
- if er... | cleaned up documentation and wrote test for SetLocalAddr | hypebeast_go-osc | train |
005d3dd6823e38f5f9a72edddc57720ee504b57f | diff --git a/components/chatroom.js b/components/chatroom.js
index <HASH>..<HASH> 100644
--- a/components/chatroom.js
+++ b/components/chatroom.js
@@ -533,7 +533,7 @@ SteamChatRoomClient.prototype.getFriendMessageHistory = function(friendSteamId,
userLastViewed = friendSess.time_last_view;
}
} catch (ex) {... | Don't mark our own messages as unread | DoctorMcKay_node-steam-user | train |
2381250f2606f389d0536b8d5fbd1a8428fe8e22 | diff --git a/app/search_engines/bento_search/ebsco_host_engine.rb b/app/search_engines/bento_search/ebsco_host_engine.rb
index <HASH>..<HASH> 100644
--- a/app/search_engines/bento_search/ebsco_host_engine.rb
+++ b/app/search_engines/bento_search/ebsco_host_engine.rb
@@ -228,6 +228,8 @@ class BentoSearch::EbscoHostEngin... | ebscohost, improved heuristic for reasonable format_str | jrochkind_bento_search | train |
a93fd187bc3327dd428a34d35ac0c9827606b400 | diff --git a/go/chat/convsource.go b/go/chat/convsource.go
index <HASH>..<HASH> 100644
--- a/go/chat/convsource.go
+++ b/go/chat/convsource.go
@@ -54,7 +54,7 @@ func (s *baseConversationSource) Sign(payload []byte) ([]byte, error) {
// DeleteAssets implements github.com/keybase/go/chat/storage/storage.AssetDeleter int... | Use GetMyUID throughout, beef up logging for ShouldRun (#<I>) | keybase_client | train |
55cb5721b461b319e458172f79f7da2acd3acd91 | diff --git a/lib/dicom/DataElement.rb b/lib/dicom/DataElement.rb
index <HASH>..<HASH> 100644
--- a/lib/dicom/DataElement.rb
+++ b/lib/dicom/DataElement.rb
@@ -46,7 +46,7 @@ module DICOM
if options[:bin]
@bin = options[:bin]
else
- @bin = encode(new_value)
+ @bin ... | A minor fix where encoding Data Element value gave an error. | dicom_ruby-dicom | train |
3b11e7b078facc9bc0b60c5bf606798abc64207e | diff --git a/deployutils/apps/django/mockup/urls.py b/deployutils/apps/django/mockup/urls.py
index <HASH>..<HASH> 100644
--- a/deployutils/apps/django/mockup/urls.py
+++ b/deployutils/apps/django/mockup/urls.py
@@ -42,12 +42,12 @@ urlpatterns = [
re_path(r'^users/(?P<user>%s)/' % USERNAME_PAT,
TemplateVie... | only responds on full url path match
Bots might call '/register/.' which would be forwarded to the application
in case the default rule is to forward http requests to the application.
We don't the mockups to respond in that case. | djaodjin_djaodjin-deployutils | train |
4cdedded19e80afdf0f16c28d4f2d8f470f00fc5 | diff --git a/grip/server.py b/grip/server.py
index <HASH>..<HASH> 100644
--- a/grip/server.py
+++ b/grip/server.py
@@ -1,5 +1,6 @@
import os
import re
+import errno
import requests
from flask import Flask, safe_join, abort
from .renderer import render_page
@@ -11,11 +12,13 @@ default_filenames = ['README.md', 'REA... | Fix linked files rendering:
* Fix bug where providing a filename on the commandline fails
* Resolve subdirectories with the default files, e.g. README.md | joeyespo_grip | train |
7acc55f93ae4919880790a773be710be81f45600 | diff --git a/resolver.go b/resolver.go
index <HASH>..<HASH> 100644
--- a/resolver.go
+++ b/resolver.go
@@ -2,6 +2,7 @@ package kuberesolver
import (
"fmt"
+ "io/ioutil"
"net/http"
"net/url"
"time"
@@ -66,7 +67,8 @@ func (r *kubeResolver) watch(target string, stopCh <-chan struct{}, resultCh cha
}
if resp... | Print the body of any error response that comes back from Kubernetes | sercand_kuberesolver | train |
e42e342890688bf5fd03e1752d0746d54025ceab | diff --git a/preview/assets/js/toolconfigs/BubbleChart-gapminder.js b/preview/assets/js/toolconfigs/BubbleChart-gapminder.js
index <HASH>..<HASH> 100644
--- a/preview/assets/js/toolconfigs/BubbleChart-gapminder.js
+++ b/preview/assets/js/toolconfigs/BubbleChart-gapminder.js
@@ -62,6 +62,10 @@ var VIZABI_MODEL = {
... | Order colorlegend lines by rank from data | vizabi_vizabi | train |
93ef3050c1904c7b7afd866c3c1df151ffd07971 | diff --git a/angr/analyses/ddg.py b/angr/analyses/ddg.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/ddg.py
+++ b/angr/analyses/ddg.py
@@ -1101,4 +1101,114 @@ class DDG(Analysis):
if not dst_target_func is src_target_func:
self._function_data_dependencies[dst_target_func].add_e... | DDG: add some handy methods. | angr_angr | train |
98b00680d9c98ac1c2111a6fe24d2fdaf63852c1 | diff --git a/ui/mirage/factories/job-summary.js b/ui/mirage/factories/job-summary.js
index <HASH>..<HASH> 100644
--- a/ui/mirage/factories/job-summary.js
+++ b/ui/mirage/factories/job-summary.js
@@ -1,4 +1,4 @@
-import { Factory, faker } from 'ember-cli-mirage';
+import { Factory, faker, trait } from 'ember-cli-mirage'... | Update job factory to use traits for specifying job type | hashicorp_nomad | train |
e5143356f383e12a7b1c70fabfedb2b0c2dd16f2 | diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/query.rb
+++ b/lib/searchkick/query.rb
@@ -660,11 +660,11 @@ module Searchkick
def set_boost_by_indices(payload)
return unless options[:indices_boost]
- indices_boost = options[:indices_boo... | Fixed deprecation warnings in code | ankane_searchkick | train |
5214f19b36e98c8248232a0cd6122f9b7258ba63 | diff --git a/prow/github/BUILD.bazel b/prow/github/BUILD.bazel
index <HASH>..<HASH> 100644
--- a/prow/github/BUILD.bazel
+++ b/prow/github/BUILD.bazel
@@ -18,6 +18,7 @@ go_test(
embed = [":go_default_library"],
deps = [
"//ghproxy/ghcache:go_default_library",
+ "@com_github_sirupsen_logrus//:g... | GitHub client: Log retries | kubernetes_test-infra | train |
97b97b63302213f1b3180d1423fb01f9493a5a1b | diff --git a/mod/chat/lib.php b/mod/chat/lib.php
index <HASH>..<HASH> 100644
--- a/mod/chat/lib.php
+++ b/mod/chat/lib.php
@@ -327,7 +327,7 @@ function chat_print_recent_activity($course, $viewfullnames, $timestart) {
$strftimerecent = get_string('strftimerecent');
if ($past) {
- echo $OUTPUT->headin... | MDL-<I> mod_chat: Use H3 instead of H2 in recent activity info | moodle_moodle | train |
bea2e74dc677a3e73dc0c9b2172ed9514479408d | diff --git a/webgl.go b/webgl.go
index <HASH>..<HASH> 100644
--- a/webgl.go
+++ b/webgl.go
@@ -467,7 +467,7 @@ func (c *Context) Clear(flags int) {
}
// Specifies color values to use by the clear method to clear the color buffer.
-func (c *Context) ClearColor(r, g, b, a float64) {
+func (c *Context) ClearColor(r, g... | ClearColor now takes float<I> | gopherjs_webgl | train |
8075d5209b10309291485dcb64ebf66d01f5f135 | diff --git a/clustering/src/main/java/org/jboss/as/clustering/infinispan/DefaultEmbeddedCacheManager.java b/clustering/src/main/java/org/jboss/as/clustering/infinispan/DefaultEmbeddedCacheManager.java
index <HASH>..<HASH> 100644
--- a/clustering/src/main/java/org/jboss/as/clustering/infinispan/DefaultEmbeddedCacheManag... | Restore classloader switching on cache creation. Fixes CNFE when using custom executors. | wildfly_wildfly | train |
00feeedbe69da9737b6d9ef11028d1fd6c1d36be | diff --git a/ask-sdk-core/ask_sdk_core/response_helper.py b/ask-sdk-core/ask_sdk_core/response_helper.py
index <HASH>..<HASH> 100644
--- a/ask-sdk-core/ask_sdk_core/response_helper.py
+++ b/ask-sdk-core/ask_sdk_core/response_helper.py
@@ -27,6 +27,7 @@ if typing.TYPE_CHECKING:
from ask_sdk_model import Directive
... | Add PlayBehavior optional parameter on response builder speak, ask methods
This commit includes the optional parameter play_behavior on ResponseFactory's
speak and ask methods, to include the Speech Interruption property
PlayBehavior as mentioned in the Alexa Response structure definition. | alexa_alexa-skills-kit-sdk-for-python | train |
04d7e7a21339d9101c2e9b4e81eafd6d3753334e | diff --git a/lib/marvel/client.rb b/lib/marvel/client.rb
index <HASH>..<HASH> 100644
--- a/lib/marvel/client.rb
+++ b/lib/marvel/client.rb
@@ -1,7 +1,7 @@
require 'pry'
require 'json'
require 'faraday'
-require 'marvel/configuration'
+require_relative 'configuration'
module Marvel
class Client
@@ -13,6 +13,14 ... | Adds require relative and multiple comments on how to get requests working | O-I_marvel | train |
27e56df511383ab2b5492466478f26ea19effae7 | diff --git a/tests/src/test/java/alluxio/hadoop/fs/AccumulatingReducer.java b/tests/src/test/java/alluxio/hadoop/fs/AccumulatingReducer.java
index <HASH>..<HASH> 100644
--- a/tests/src/test/java/alluxio/hadoop/fs/AccumulatingReducer.java
+++ b/tests/src/test/java/alluxio/hadoop/fs/AccumulatingReducer.java
@@ -60,10 +60... | Add javadoc for AccumulatingReducer#reduce | Alluxio_alluxio | train |
62c493fd59028b07d5516c7dbe8769931bdd5442 | diff --git a/guice/common/src/main/java/com/peterphi/std/guice/restclient/jaxb/webquery/WQUriControlField.java b/guice/common/src/main/java/com/peterphi/std/guice/restclient/jaxb/webquery/WQUriControlField.java
index <HASH>..<HASH> 100644
--- a/guice/common/src/main/java/com/peterphi/std/guice/restclient/jaxb/webquery/... | Improve javadoc in WQUriControlField | petergeneric_stdlib | train |
49a1758f681ec42c86b5d4f5454b7250d3ee3766 | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -123,6 +123,13 @@ Server certificate verification is enabled by default. If you don't want to chec
require 'flickraw'
FlickRaw.check_certificate = false
+=== CA Certificate File Path
+
+OpenSSL::X509::DEFAU... | Add FlickRaw.ca_file option
Secure endpoint connection fails if CA certificate file is old or
is not installed.
So, add FlickRaw.ca_file option to set the CA certificate file path
even if we doesn't have root access right. | hanklords_flickraw | train |
2697c2ae19cb5d073a0d710cb6f3a35927c6392e | diff --git a/src/DI/SecurityExtension.php b/src/DI/SecurityExtension.php
index <HASH>..<HASH> 100644
--- a/src/DI/SecurityExtension.php
+++ b/src/DI/SecurityExtension.php
@@ -60,6 +60,7 @@ class SecurityExtension extends CompilerExtension
$builder->getDefinition($this->prefix('storage.' . $firewall))
->setAr... | Added namespace to UserStorage | Arachne_Security | train |
72d7dab05fd3eb160bd73ffb505d312ce04fdf2b | diff --git a/lib/fluent/formatter.rb b/lib/fluent/formatter.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/formatter.rb
+++ b/lib/fluent/formatter.rb
@@ -1,7 +1,23 @@
+#
+# Fluent
+#
+# Copyright (C) 2014 Fluentd project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use thi... | onekey format changed to single_value in TextFormatter | fluent_fluentd | train |
e25731d94f57e66bcd2c2e64c68174542207109d | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@ about_fields = [
about = {}
DIR = os.path.dirname('__file__')
-with open(os.path.join(DIR, '../setup.py'), 'r') as f:
+with open(os.path.join(DIR, '../setup_trinity.py'), 'r') as f:
for ... | docs: build with trinity package info | ethereum_py-evm | train |
ba20f8bb0d2c1a1e9d35e274c225dac0a95557ae | diff --git a/lib/state_machines/machine_collection.rb b/lib/state_machines/machine_collection.rb
index <HASH>..<HASH> 100644
--- a/lib/state_machines/machine_collection.rb
+++ b/lib/state_machines/machine_collection.rb
@@ -1,8 +1,6 @@
module StateMachines
# Represents a collection of state machines for a class
c... | Change initialize_states static option api
To accomodate current tests for this build and activerecord build ..
otherwise we will probably have to override moar of activerecord internals | state-machines_state_machines | train |
3d93e39edbb400a176a4e4b3f83d29e37eb888f5 | diff --git a/lib/swaggerUI.js b/lib/swaggerUI.js
index <HASH>..<HASH> 100644
--- a/lib/swaggerUI.js
+++ b/lib/swaggerUI.js
@@ -3,8 +3,9 @@
var P = require('bluebird');
var fs = P.promisifyAll(require('fs'));
var path = require('path');
+// swagger-ui helpfully exports the absolute path of its dist directory
+var doc... | Use swagger-ui's dist path export
This makes the docs work in setups (like prod) where the node_modules checkout
is not inside the restbase repository. | wikimedia_restbase | train |
650c5e54f6ca66fa969caf4a55bf0107b5e6bc4d | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -10,8 +10,7 @@
},
"require": {
"php": ">=5.3.0",
- "clue/graph": "~0.9.0|~0.8.0",
- "graphp/algorithms": "~0.8.0"
+ "clue/graph": "~0.9.0|~0.8.0"
},
"requir... | Remove unneeded dependency on graphp/algorithms | graphp_graphviz | train |
00dcb4f6e3f23139cc638c3061f97a2e999f27ad | diff --git a/src/handlers/Clipboard.js b/src/handlers/Clipboard.js
index <HASH>..<HASH> 100644
--- a/src/handlers/Clipboard.js
+++ b/src/handlers/Clipboard.js
@@ -74,28 +74,28 @@ function pasteHandler(ev, term) {
function rightClickHandler(ev, term) {
var s = document.getSelection(),
sText = prepareTextForCl... | Consider click not on selection, when s.rangeCount is 0 | xtermjs_xterm.js | train |
50ba9e1bd06c8ee4795917f8e1407a7fee4dbad6 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ five.persian() // پنج
five.piglatin() // ivefay
five.polish() // pięć
five.portuguese() // cinco
+five.punjabi() // ਪੰਜ
five.romanian() // cinci
five.russian() // пять
five.serbian() // pet
diff --git ... | Adding Punjabi support (ਪੰਜ) | jackdclark_five | train |
3b93f9a68345c05d3914d76049aa8efb44080662 | diff --git a/zen-core/src/main/java/com/nominanuda/zen/obj/wrap/WrapperInvocationHandler.java b/zen-core/src/main/java/com/nominanuda/zen/obj/wrap/WrapperInvocationHandler.java
index <HASH>..<HASH> 100644
--- a/zen-core/src/main/java/com/nominanuda/zen/obj/wrap/WrapperInvocationHandler.java
+++ b/zen-core/src/main/java... | getters do parseInt/parseLong in case of Map<Integer,?>, Map<Long,?> | nominanuda_zen-project | train |
cc493475c4c6f51b7157062f54c2697ca3e3ca69 | diff --git a/Response.php b/Response.php
index <HASH>..<HASH> 100644
--- a/Response.php
+++ b/Response.php
@@ -155,7 +155,15 @@ class Response extends Message
}
}
}
- return new Cookie($params);
+
+ $cookie = new Cookie();
+ foreach ($params as $name => $value... | Added skipping of unsupported params at `Response::parseCookie()` | yiisoft_yii2-httpclient | train |
ed5ce442665c69a7fe95f632808f56909269ce1b | diff --git a/lib/geokit/geocoders/openstreetmap.rb b/lib/geokit/geocoders/openstreetmap.rb
index <HASH>..<HASH> 100644
--- a/lib/geokit/geocoders/openstreetmap.rb
+++ b/lib/geokit/geocoders/openstreetmap.rb
@@ -15,7 +15,7 @@ module Geokit
address_str = address.is_a?(GeoLoc) ? address.to_geocodeable_s : addre... | OSM : moved over to https to avoid unfollowed <I> redirect ! | geokit_geokit | train |
789d9d8ca15993ce938c0220e5cc93769c80a3ce | diff --git a/fbchat/_file.py b/fbchat/_file.py
index <HASH>..<HASH> 100644
--- a/fbchat/_file.py
+++ b/fbchat/_file.py
@@ -21,6 +21,15 @@ class FileAttachment(Attachment):
# Put here for backwards compatibility, so that the init argument order is preserved
uid = attr.ib(None)
+ @classmethod
+ def _fro... | Split graphql_to_attachment into smaller methods | carpedm20_fbchat | train |
9012d15889773f0f4ef552e8245f933a24e71d84 | diff --git a/userena/decorators.py b/userena/decorators.py
index <HASH>..<HASH> 100644
--- a/userena/decorators.py
+++ b/userena/decorators.py
@@ -23,12 +23,6 @@ def secure_required(view_func):
"""
def _wrapped_view(request, *args, **kwargs):
- if 'HTTP_X_FORWARDED_SSL' in request.META:
- ... | Moved hacks from ``secure_required``.
SSL should be configured in WSGI. | django-userena-ce_django-userena-ce | train |
b7c9c3a114c3ce3789234bdaa40548d1533dc4e4 | diff --git a/src/collectors/httpd/httpd.py b/src/collectors/httpd/httpd.py
index <HASH>..<HASH> 100644
--- a/src/collectors/httpd/httpd.py
+++ b/src/collectors/httpd/httpd.py
@@ -27,7 +27,7 @@ class HttpdCollector(diamond.collector.Collector):
self.urls = {}
for url in self.config['urls']:
... | Fix #<I>, this splits the url correctly into parts before processing | python-diamond_Diamond | train |
eb5e3fe2791ca3a1b33d3b38b50b6e60f8331e2c | diff --git a/lib/fog/hp/requests/storage/delete_container.rb b/lib/fog/hp/requests/storage/delete_container.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/hp/requests/storage/delete_container.rb
+++ b/lib/fog/hp/requests/storage/delete_container.rb
@@ -25,7 +25,7 @@ module Fog
response = Excon::Response.new
... | Raise the correct exception in the mock. | fog_fog | train |
ba3837261430abcdc909461ec3ec5e156801ea50 | diff --git a/src/com/cctintl/c3dfx/skins/C3DTextFieldSkin.java b/src/com/cctintl/c3dfx/skins/C3DTextFieldSkin.java
index <HASH>..<HASH> 100644
--- a/src/com/cctintl/c3dfx/skins/C3DTextFieldSkin.java
+++ b/src/com/cctintl/c3dfx/skins/C3DTextFieldSkin.java
@@ -208,9 +208,10 @@ public class C3DTextFieldSkin extends TextFi... | fixed a bug related to text field width using the new layout | jfoenixadmin_JFoenix | train |
1b69003a4b4fbb676d6b739c24f06a83bff98ada | diff --git a/EventListener/OrderListener.php b/EventListener/OrderListener.php
index <HASH>..<HASH> 100644
--- a/EventListener/OrderListener.php
+++ b/EventListener/OrderListener.php
@@ -79,7 +79,16 @@ class OrderListener implements EventSubscriberInterface
public function onKernelTerminate(PostResponseEvent $ev... | Update total price just on put and post orders | sulu_SuluSalesOrderBundle | train |
d13d3f2d317946d7318893298609d2efb3c84ccf | diff --git a/lib/tests/environment_test.php b/lib/tests/environment_test.php
index <HASH>..<HASH> 100644
--- a/lib/tests/environment_test.php
+++ b/lib/tests/environment_test.php
@@ -39,7 +39,7 @@ class environment_testcase extends advanced_testcase {
$this->assertNotEmpty($envstatus);
foreach ($env... | MDL-<I> Show env. info instead of part twice. | moodle_moodle | train |
560fecc5c8240f9b9ebc44987f10d21bd5db7487 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100644
--- a/tests.py
+++ b/tests.py
@@ -40,8 +40,12 @@ import ssl
import time
import unittest
-from AdvancedHTTPServer import *
+from AdvancedHTTPServer import AdvancedHTTPServerRegisterPath
+from AdvancedHTTPServer import AdvancedHTTPServerRPCClient
+from Adva... | Fix import statements in tests to avoid wildcards | zeroSteiner_AdvancedHTTPServer | train |
b4aaeb65e1673e9f80c39156069132f4d232f3c0 | diff --git a/library/Garp/Functional/Filter.php b/library/Garp/Functional/Filter.php
index <HASH>..<HASH> 100644
--- a/library/Garp/Functional/Filter.php
+++ b/library/Garp/Functional/Filter.php
@@ -15,6 +15,9 @@ namespace Garp\Functional;
* @return mixed
*/
function filter($fn, $collection = null) {
+ if (!is_... | Made prop_equals thrice curried | grrr-amsterdam_garp-functional | train |
af7b650b7cf0620623c6503f39125ea714bb024f | diff --git a/tests/test_component/test_stage.py b/tests/test_component/test_stage.py
index <HASH>..<HASH> 100644
--- a/tests/test_component/test_stage.py
+++ b/tests/test_component/test_stage.py
@@ -24,7 +24,7 @@ def test_stage_initialization():
s = Stage()
- assert s.uid == None
+ assert s.uid == 'stage... | early uid assignment changes test in stage | radical-cybertools_radical.entk | train |
4037a5365f109f1f0a4406f0a32c8a387410bbc8 | diff --git a/molgenis-data-rest/src/main/java/org/molgenis/data/rest/v2/AttributeResponseV2.java b/molgenis-data-rest/src/main/java/org/molgenis/data/rest/v2/AttributeResponseV2.java
index <HASH>..<HASH> 100644
--- a/molgenis-data-rest/src/main/java/org/molgenis/data/rest/v2/AttributeResponseV2.java
+++ b/molgenis-data... | process review comments
- update javadoc
- fix param names | molgenis_molgenis | train |
fd3e10eda55abafce517744b92b13cf1214212ba | diff --git a/Table/Sqlite.php b/Table/Sqlite.php
index <HASH>..<HASH> 100644
--- a/Table/Sqlite.php
+++ b/Table/Sqlite.php
@@ -168,8 +168,11 @@ class Nada_Table_Sqlite extends Nada_Table
// Release savepoint
$this->_database->exec('RELEASE ' . __FUNCTION__);
- // Update column cache
- ... | Fixed incorret keys after renaming a column. | hschletz_NADA | train |
e4a048679e7bbcc07af1fc521ff6db8e50175e3e | diff --git a/dao/elasticsearch/filesystem.go b/dao/elasticsearch/filesystem.go
index <HASH>..<HASH> 100644
--- a/dao/elasticsearch/filesystem.go
+++ b/dao/elasticsearch/filesystem.go
@@ -24,6 +24,7 @@ import (
model "github.com/control-center/serviced/dao"
"github.com/control-center/serviced/datastore"
+ "github.... | Add Invalid flag to dao.SnapshotInfo, and modified dao to apply the flag to invalid snapshots when listing them. | control-center_serviced | train |
159748c9669efc430ee1a3e99d1585641d9c4a6b | diff --git a/Neos.RedirectHandler.DatabaseStorage/Classes/RedirectStorage.php b/Neos.RedirectHandler.DatabaseStorage/Classes/RedirectStorage.php
index <HASH>..<HASH> 100644
--- a/Neos.RedirectHandler.DatabaseStorage/Classes/RedirectStorage.php
+++ b/Neos.RedirectHandler.DatabaseStorage/Classes/RedirectStorage.php
@@ -5... | TASK: Remove RuntimeCache in RedirectStorage | neos_flow-development-collection | train |
086c1c5ca52b0ed8b810ad5a293a574ba990e635 | diff --git a/sos/cleaner/mappings/ip_map.py b/sos/cleaner/mappings/ip_map.py
index <HASH>..<HASH> 100644
--- a/sos/cleaner/mappings/ip_map.py
+++ b/sos/cleaner/mappings/ip_map.py
@@ -121,13 +121,12 @@ class SoSIPMap(SoSMap):
# network and if it has, replace the default /32 netmask that
# ipadd... | [cleaner] more streamlined sanitize_item method
Remove a duplicate call in both IF branches.
Resolves: #<I> | sosreport_sos | train |
094b7030b6ca1a75fb75e81e2d43e4fb723aa81c | diff --git a/cellpy/readers/instruments/arbin_sql.py b/cellpy/readers/instruments/arbin_sql.py
index <HASH>..<HASH> 100644
--- a/cellpy/readers/instruments/arbin_sql.py
+++ b/cellpy/readers/instruments/arbin_sql.py
@@ -34,7 +34,11 @@ DEBUG_MODE = prms.Reader.diagnostics # not used
ALLOW_MULTI_TEST_FILE = prms._allow_... | Adding support for SQL userparams | jepegit_cellpy | train |
8856ad127e4b7383926cf46713fdd373cdcfc530 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,7 @@ fm_elfinder:
* **assets_path** - this is where css/js files of the bundle are, this options should be the same as composers `component-dir` option.
* **default** - instance of elfinder, can be used to de... | Add homeFolder to url (#<I>) | helios-ag_FMElfinderBundle | train |
cff9ae234ddfd2ff2f1663b7b1618059ce9950ff | diff --git a/src/tinymce.js b/src/tinymce.js
index <HASH>..<HASH> 100644
--- a/src/tinymce.js
+++ b/src/tinymce.js
@@ -9,12 +9,18 @@ angular.module('ui.tinymce', [])
return {
require: 'ngModel',
link: function (scope, elm, attrs, ngModel) {
- var expression, options, tinyInstance;
+ var... | Added ability of directive to update model on more general content changes | angular-ui_ui-tinymce | train |
8d30672815109f981acb866e12aea2eeec671c58 | diff --git a/openpnm/core/Base.py b/openpnm/core/Base.py
index <HASH>..<HASH> 100644
--- a/openpnm/core/Base.py
+++ b/openpnm/core/Base.py
@@ -1201,7 +1201,8 @@ class Base(dict):
temp_arr[inds] = np.nan
# Lastly, convert to correct data type
- if None in arrs: # If one subdomain does... | Fixing annoying numpy None comparison | PMEAL_OpenPNM | train |
87549909970c0a5b66ecdb2eb95f474f61386413 | diff --git a/fontbakery-check-ttf.py b/fontbakery-check-ttf.py
index <HASH>..<HASH> 100755
--- a/fontbakery-check-ttf.py
+++ b/fontbakery-check-ttf.py
@@ -476,8 +476,10 @@ def main():
for dirname, family in metadata_to_check:
ttf = {}
for f in family.fonts:
- #logging.error("dirname: '{}' f.filename: ... | we may need to find a better hash-function for the Font metadata ProtocolBuffer message...
At the moment I'm using the filename of a font entry as its hash. But that may collide at some point if we're unlucky. | googlefonts_fontbakery | train |
97cdc5762f8c8227935bfca5e999e2cda8333dbf | diff --git a/lib/server.spec.js b/lib/server.spec.js
index <HASH>..<HASH> 100644
--- a/lib/server.spec.js
+++ b/lib/server.spec.js
@@ -14,6 +14,8 @@ const { createTestServer } = require('./in-process-server-test-helpers')
describe('The server', function() {
let server, baseUrl
before('Start the server', async fu... | Add timeout for server test setup/teardown (#<I>) | badges_shields | train |
b85d21b8fe9ebef52cf2b11d95edf758de1e4400 | diff --git a/moto/s3/models.py b/moto/s3/models.py
index <HASH>..<HASH> 100644
--- a/moto/s3/models.py
+++ b/moto/s3/models.py
@@ -87,10 +87,13 @@ class FakeKey(BaseModel):
new_value = new_value.encode(DEFAULT_TEXT_ENCODING)
self._value_buffer.write(new_value)
- def copy(self, new_name=None):... | Fixed copy-object from unversioned bucket to versioned bucket
The response of the copy-object operation was missing VersionId property
when source bucket is not versioned. | spulec_moto | train |
817b1c6fc6c9577a9133c9f191cba28f05a8cc0e | diff --git a/lib/grit_adapter.rb b/lib/grit_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/grit_adapter.rb
+++ b/lib/grit_adapter.rb
@@ -25,7 +25,7 @@ module DTK
end
end
- attr_reader :branch
+ attr_reader :branch,:repo_dir
def self.clone(target_repo_dir,git_server_url,opts={})
... | updates for dtk-client 'push from clone' | rich-dtk_dtk-common | train |
b1c6a2be567d3e17e1ba7cf1c12eb6c524d91afa | diff --git a/tests/test_phase_change.py b/tests/test_phase_change.py
index <HASH>..<HASH> 100644
--- a/tests/test_phase_change.py
+++ b/tests/test_phase_change.py
@@ -33,8 +33,6 @@ from thermo.phase_change import COOLPROP, VDI_PPDS, CLAPEYRON, LIU, ALIBAKHSHI,
def test_EnthalpyVaporization():
EtOH = EnthalpyVapo... | Remove unnecessary call to set extrapolation method and update heat of vaporization for pypy compatibility | CalebBell_thermo | train |
5043af4d0250b32b9312e203faa80a2ca412443e | diff --git a/spec/cb/cb_application_external_api_spec.rb b/spec/cb/cb_application_external_api_spec.rb
index <HASH>..<HASH> 100755
--- a/spec/cb/cb_application_external_api_spec.rb
+++ b/spec/cb/cb_application_external_api_spec.rb
@@ -3,27 +3,52 @@ require 'spec_helper'
module Cb
describe Cb::ApplicationExternalA... | redoing simplecov config with some grouping, bringing external application API client tests off of VCR | careerbuilder_ruby-cb-api | train |
855346e5b1ed219f7d897feaaac1767ed4790b4f | diff --git a/metrique/client/result.py b/metrique/client/result.py
index <HASH>..<HASH> 100644
--- a/metrique/client/result.py
+++ b/metrique/client/result.py
@@ -325,9 +325,8 @@ class Result(DataFrame):
specified date.
'''
starts = self._start.groupby(self._oid).min()
- ids = starts[s... | result - started_after refactor | kejbaly2_metrique | train |
75f8ce3a05a39d251cf627951917439f102a4199 | diff --git a/tasks/init.js b/tasks/init.js
index <HASH>..<HASH> 100644
--- a/tasks/init.js
+++ b/tasks/init.js
@@ -458,7 +458,11 @@ module.exports = function(grunt) {
// Fail task if errors were logged.
if (grunt.task.current.errorCount) { taskDone(false); }
// Otherwise, print a success message.
-... | Templates may now export an "after" property to display a message… after. | gruntjs_grunt-init | train |
030023f5aab128ce0cbe7aa24b83de5ec248cc04 | diff --git a/src/core/a-entity.js b/src/core/a-entity.js
index <HASH>..<HASH> 100644
--- a/src/core/a-entity.js
+++ b/src/core/a-entity.js
@@ -309,8 +309,10 @@ var proto = Object.create(ANode.prototype, {
var isComponentDefined;
componentInfo = utils.split(attrName, MULTIPLE_COMPONENT_DELIMITER);
- ... | allow double underscores in component id (#<I>) | aframevr_aframe | train |
eeaf2e52e7519fb7d3c2fe6f6e52a08f0501ca7b | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/EqualityInference.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/EqualityInference.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/EqualityInference.java
+++ b/presto-main/src/main/j... | Make CANONICAL_ORDERING use string comparison as a last resort
This makes plans more deterministic since they don't depend on
JVM context. | prestodb_presto | train |
35cbcb860a05625c35153f08d60a259be6dff5bb | diff --git a/model/annotationHelpers.js b/model/annotationHelpers.js
index <HASH>..<HASH> 100644
--- a/model/annotationHelpers.js
+++ b/model/annotationHelpers.js
@@ -1,4 +1,3 @@
-import forEach from '../util/forEach'
import isArray from '../util/isArray'
import uuid from '../util/uuid'
@@ -20,8 +19,9 @@ export def... | Fix regressions in annotationHelpers. | substance_substance | train |
9809bea258d4523cfcb9e9a14ed38dc093982412 | diff --git a/astrobase/lcproc.py b/astrobase/lcproc.py
index <HASH>..<HASH> 100644
--- a/astrobase/lcproc.py
+++ b/astrobase/lcproc.py
@@ -391,7 +391,12 @@ def lclist_parallel_worker(task):
# read the light curve in
lcdict = readerfunc(lcf)
- if len(lcdict) == 2:
+
+ # this should hand... | lcproc: fix readerfunc apply if sequences are returned | waqasbhatti_astrobase | train |
e939107ce46d6852dea73193626fdf70d316ac18 | diff --git a/lenstronomy/LensModel/Profiles/cnfw.py b/lenstronomy/LensModel/Profiles/cnfw.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/LensModel/Profiles/cnfw.py
+++ b/lenstronomy/LensModel/Profiles/cnfw.py
@@ -4,6 +4,7 @@ import numpy as np
from lenstronomy.LensModel.Profiles.nfw import NFW
import warnings
+
... | improve stability in cnfw | sibirrer_lenstronomy | train |
c64e39ea6141fbe95f957d1d3eaf1e20e3f122fd | diff --git a/server/jetstream_api.go b/server/jetstream_api.go
index <HASH>..<HASH> 100644
--- a/server/jetstream_api.go
+++ b/server/jetstream_api.go
@@ -258,7 +258,7 @@ func (s *Server) jsCreateTemplateRequest(sub *subscription, c *client, subject,
}
templateName := subjectToken(subject, 2)
if templateName != ... | send audit advisories for all api errors | nats-io_gnatsd | train |
8e831e8b53d270e84d28773809a2417ffe45ee54 | diff --git a/app/controllers/api/v1/ping_controller.rb b/app/controllers/api/v1/ping_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/v1/ping_controller.rb
+++ b/app/controllers/api/v1/ping_controller.rb
@@ -36,6 +36,6 @@ class Api::V1::PingController < Api::V1::ApiController
api :GET, "/version",... | <I> - /api/version says "Headpin" | Katello_katello | train |
7c803fd61711c1ebdf1f034548f40607f2a2c298 | diff --git a/lib/adhearsion/initializer.rb b/lib/adhearsion/initializer.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/initializer.rb
+++ b/lib/adhearsion/initializer.rb
@@ -209,7 +209,6 @@ module Adhearsion
Adhearsion::Process.important_threads << Thread.new do
catching_standard_errors do
... | [BUGFIX] Don't try to shutdown the process when the console exits | adhearsion_adhearsion | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.