hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c200f4df2c873fafdf3c96f45aad3eb1f86643bc
diff --git a/mainwindow.py b/mainwindow.py index <HASH>..<HASH> 100644 --- a/mainwindow.py +++ b/mainwindow.py @@ -26,28 +26,6 @@ class Window(QtGui.QMainWindow): self.model.setHorizontalHeaderLabels(['Name', 'NodeId', 'NodeClass']) self.ui.treeView.setModel(self.model) self.ui.treeView.setUn...
correctly handle mutliple clicks on connect and disconnect
FreeOpcUa_opcua-client-gui
train
4b4d4d33326965edc36d5c48e1fa09fe8c8fea69
diff --git a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java +++ b/core/src/main/java/org/ac...
Added some uses of Spring Assert class and removed one to prevent unnecessary StringBuffer creation.
spring-projects_spring-security
train
b6d7e2427799adcb5f0bbc32f418fd1f8ceac610
diff --git a/modularodm/tests/backrefs/test_many_to_many.py b/modularodm/tests/backrefs/test_many_to_many.py index <HASH>..<HASH> 100644 --- a/modularodm/tests/backrefs/test_many_to_many.py +++ b/modularodm/tests/backrefs/test_many_to_many.py @@ -96,6 +96,34 @@ class ManyToManyFieldTestCase(PickleStorageTestCase): ...
Adds test for assignment by index of a ForeignList
cos-archives_modular-odm
train
d000e422d55d28ea79f035a9714c0b7274cf0f61
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ <groupId>org.whitesource</groupId> <artifactId>whitesource-fs-agent</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <packaging>jar</packaging> <proper...
calculate sha1 for file header and footer (for partial matching)
whitesource_fs-agent
train
ff108b9df16abc3e3e7e9ad811ad150f52fb41c7
diff --git a/src/com/invertor/modbus/slave/RequestHandlerSerial.java b/src/com/invertor/modbus/slave/RequestHandlerSerial.java index <HASH>..<HASH> 100644 --- a/src/com/invertor/modbus/slave/RequestHandlerSerial.java +++ b/src/com/invertor/modbus/slave/RequestHandlerSerial.java @@ -73,6 +73,7 @@ class RequestHandlerSer...
fix handling of RestartCommunicationsOption.
kochedykov_jlibmodbus
train
1a4020bfb3738dbd89657a04c31d13d473a93caa
diff --git a/lib/RMagick.rb b/lib/RMagick.rb index <HASH>..<HASH> 100644 --- a/lib/RMagick.rb +++ b/lib/RMagick.rb @@ -1,4 +1,4 @@ -# $Id: RMagick.rb,v 1.74 2008/08/28 23:25:46 rmagick Exp $ +# $Id: RMagick.rb,v 1.75 2008/09/28 00:24:41 rmagick Exp $ #===================================================================...
alias affinity to remap for backward compatibility
rmagick_rmagick
train
4ae3b7ad9299e2039ad1118e815089fc4c4dab7d
diff --git a/openquake/baselib/parallel.py b/openquake/baselib/parallel.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/parallel.py +++ b/openquake/baselib/parallel.py @@ -514,7 +514,7 @@ class IterResult(object): tot = sum(self.received) max_per_output = max(self.received) ...
Fixed an ordering bug while reading the site models [skip hazardlib] Former-commit-id: 7fbcad<I>e3dd8ad<I>adc7dc<I>ced<I>e<I>
gem_oq-engine
train
b06121bdfdef6bcbbd08087413d7add52c143978
diff --git a/src/Plugin/Manager.php b/src/Plugin/Manager.php index <HASH>..<HASH> 100644 --- a/src/Plugin/Manager.php +++ b/src/Plugin/Manager.php @@ -37,6 +37,13 @@ class Manager use \Jaxon\Utils\Traits\Translator; /** + * The response type. + * + * @var string + */ + const RESPONSE_TYPE...
Changed the response type to a constant.
jaxon-php_jaxon-core
train
fe8b45d33b9d1a1e5e9955c394ce6d59291cffcd
diff --git a/src/includes/classes/Core/Utils/Markdown.php b/src/includes/classes/Core/Utils/Markdown.php index <HASH>..<HASH> 100644 --- a/src/includes/classes/Core/Utils/Markdown.php +++ b/src/includes/classes/Core/Utils/Markdown.php @@ -88,8 +88,12 @@ class Markdown extends Classes\Core\Base\Core $anchorize ...
Avoid serializing callback closures.
wpsharks_core
train
2d25f97f997675da511c1f54bed7a4d9c4a87224
diff --git a/artifacts/source_type.py b/artifacts/source_type.py index <HASH>..<HASH> 100644 --- a/artifacts/source_type.py +++ b/artifacts/source_type.py @@ -176,6 +176,18 @@ class WindowsRegistryValueSourceType(SourceType): if not key_value_pairs: raise errors.FormatError(u'Missing key value pairs value.'...
Fix WinRAR artifacts, add better validation.
ForensicArtifacts_artifacts
train
0d93a2911454b0b6b35a71b879a2edf59d288697
diff --git a/ykman/device.py b/ykman/device.py index <HASH>..<HASH> 100644 --- a/ykman/device.py +++ b/ykman/device.py @@ -271,14 +271,18 @@ class YubiKey(object): self.device_name = 'YubiKey Preview' elif self.version >= (5, 1, 0): logger.debug('Identified YubiKey 5') - ...
add support for YubiKey 5A
Yubico_yubikey-manager
train
1f6eed75731b4df88e1f37392ae87502b5e28cac
diff --git a/client/client.go b/client/client.go index <HASH>..<HASH> 100644 --- a/client/client.go +++ b/client/client.go @@ -346,7 +346,7 @@ func (r *RPC) connectBatchedConnection(ctx context.Context, name string) (Connec closer := func() { select { case <-ctx.Done(): - r.log.Debug("Closing connection") + ...
(#<I>) ensure subscription copiers exit correctly The subscription copiers would not always exit correctly which as they are being closed in the Close() call would lead to stale NATS connections and a leak in go routines when using the client in a long running program This ensures that they will exit properly and sto...
choria-io_go-choria
train
6e3c78c71ed6a41790b9c2b4c5279a1597d90a86
diff --git a/src/classes/connection.php b/src/classes/connection.php index <HASH>..<HASH> 100644 --- a/src/classes/connection.php +++ b/src/classes/connection.php @@ -294,7 +294,9 @@ class phpillowConnection } $metaData = stream_get_meta_data( $httpFilePointer ); - $rawHeaders = $me...
# Handle both types of metadata information, differing between different # revisions of PHP <I>-alpha2-dev git-svn-id: svn://arbitracker.org/phpillow/trunk@<I> c<I>fd1-f2a0-<I>e-a8e5-<I>dc<I>
Arbitracker_PHPillow
train
863f7fcd067efd2bfbd58cc7829953768c2a6685
diff --git a/openstack_dashboard/dashboards/admin/instances/views.py b/openstack_dashboard/dashboards/admin/instances/views.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/admin/instances/views.py +++ b/openstack_dashboard/dashboards/admin/instances/views.py @@ -193,6 +193,7 @@ class LiveMigrateView...
corrected the wrong url in admin instance detail In admin instance detail page, the image url pointing to image detail page in project panel. This behavior is wrong, it should be link to admin panel only. This patch corrected the url to point to the admin panel image detail page. Change-Id: I4ec<I>cc<I>e<I>b2be<I>d...
openstack_horizon
train
1885954e6e456616e895520e61c0b07308d23a97
diff --git a/src/Persistence.php b/src/Persistence.php index <HASH>..<HASH> 100644 --- a/src/Persistence.php +++ b/src/Persistence.php @@ -51,6 +51,7 @@ class Persistence switch (strtolower(isset($args['driver']) ?: $driver)) { case 'mysql': + case 'oci': // Omitting ...
Oracle also should have charset=utf8 set
atk4_data
train
13fd91eadb7e5912c5f4a6f3cd74a5320548d1af
diff --git a/lib/dragonfly/data_storage/file_data_store.rb b/lib/dragonfly/data_storage/file_data_store.rb index <HASH>..<HASH> 100644 --- a/lib/dragonfly/data_storage/file_data_store.rb +++ b/lib/dragonfly/data_storage/file_data_store.rb @@ -52,6 +52,7 @@ module Dragonfly path = absolute(relative_path) ...
File data store works gracefully with old xxx.extra files (now deprecated - xxx.meta instead)
markevans_dragonfly
train
8c31975cd91f2d8a8f22466256fccd3207ff7ba1
diff --git a/airflow/models.py b/airflow/models.py index <HASH>..<HASH> 100644 --- a/airflow/models.py +++ b/airflow/models.py @@ -1156,7 +1156,8 @@ class DAG(Base): env = jinja2.Environment( loader=jinja2.FileSystemLoader(searchpath), - extensions=["jinja2.ext.do"]) + ...
Making sure task_ids are in range, disabling template caching And some flaking...
apache_airflow
train
147e75096f05feea60960c4963dd99e22db9d862
diff --git a/classes/Middleware/SaveRedirect.php b/classes/Middleware/SaveRedirect.php index <HASH>..<HASH> 100644 --- a/classes/Middleware/SaveRedirect.php +++ b/classes/Middleware/SaveRedirect.php @@ -28,10 +28,7 @@ class SaveRedirect { Session::keep(['success', 'errors']); return Redirect::to(Session::get('s...
Unnecessary check was screwin up middleware chaining
BKWLD_decoy
train
6d654b8ca2b5a7dc3adf2a7231deb06840a223c8
diff --git a/Lib/fontParts/test/test_component.py b/Lib/fontParts/test/test_component.py index <HASH>..<HASH> 100644 --- a/Lib/fontParts/test/test_component.py +++ b/Lib/fontParts/test/test_component.py @@ -486,6 +486,7 @@ class TestComponent(unittest.TestCase): from .legacyPointPen import LegacyPointPen ...
Putting back in getting of identifier
robotools_fontParts
train
e85b7e78655c038fd29df19bfea81adb3dc4819c
diff --git a/lib/boxlib.php b/lib/boxlib.php index <HASH>..<HASH> 100644 --- a/lib/boxlib.php +++ b/lib/boxlib.php @@ -144,7 +144,7 @@ class boxclient { '__login'=>1 ); try { - $ret = $c->post($this->_box_api_auth_url.$ticket, $param); + $ret = $c->post($this->_b...
MDL-<I> - Repositories - Fixing missing slash from the URL path
moodle_moodle
train
ac2a366a200ba2d806c22bf5d80b706d91664140
diff --git a/src/Illuminate/Testing/Fluent/AssertableJson.php b/src/Illuminate/Testing/Fluent/AssertableJson.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Testing/Fluent/AssertableJson.php +++ b/src/Illuminate/Testing/Fluent/AssertableJson.php @@ -86,7 +86,7 @@ class AssertableJson implements Arrayable ...
Make AssertableJson easier to extend by replacing `self` with `static` (#<I>) * Replace `self` -> `static` in AssertableJson * Change return type back to `self`
laravel_framework
train
9ba66e6a2e4f6ca08fa3bfb2a313545007a856a6
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/i18n.js b/bundles/org.eclipse.orion.client.core/web/orion/i18n.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/i18n.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/i18n.js @@ -103,7 +103,7 @@ define(["orion/Deferr...
do not use the orion i<I>n support when running in a plugin
eclipse_orion.client
train
04ee74688e6ac5018626a8de78b61c29b2b0ad12
diff --git a/service/model/model_test.go b/service/model/model_test.go index <HASH>..<HASH> 100644 --- a/service/model/model_test.go +++ b/service/model/model_test.go @@ -315,8 +315,10 @@ func TestRead(t *testing.T) { t.Fatal(err) } + // TODO: remove this test since Read only returns 1 record + // from the store...
Add support for limit/offset (#<I>)
micro_micro
train
72936496d5da7f25c61c3fa32e4167c5591423fa
diff --git a/firefox/test/java/org/openqa/selenium/firefox/internal/SocketLockTest.java b/firefox/test/java/org/openqa/selenium/firefox/internal/SocketLockTest.java index <HASH>..<HASH> 100644 --- a/firefox/test/java/org/openqa/selenium/firefox/internal/SocketLockTest.java +++ b/firefox/test/java/org/openqa/selenium/fi...
EranMes: Changing test names so they are junit3 friendly. r<I>
SeleniumHQ_selenium
train
1b1efb350d4a55548b72262467b8a3ae55b7de14
diff --git a/bin/style/main.go b/bin/style/main.go index <HASH>..<HASH> 100644 --- a/bin/style/main.go +++ b/bin/style/main.go @@ -25,6 +25,8 @@ type warningPrinter struct { } func (w warningPrinter) print(writer io.Writer) { + w.sortWarnings() + for _, warning := range w.warnings { coloredVars := make([]inter...
command line arguments are now any number of files or directories Sort during display instead of during traversal.
cloudfoundry_cli
train
3dc771ee754dff9d4032bad93c0b2af1590ab8e8
diff --git a/ReText/__init__.py b/ReText/__init__.py index <HASH>..<HASH> 100644 --- a/ReText/__init__.py +++ b/ReText/__init__.py @@ -38,12 +38,16 @@ if not str(settings.fileName()).endswith('.conf'): try: import enchant - enchant.Dict() -except: + import enchant.errors +except ImportError: enchant_available = ...
Get rid of "Except:" statement in __init__.py
retext-project_retext
train
f42c581ad0020de994afdf969c197f7e1853a90c
diff --git a/query/dependency.go b/query/dependency.go index <HASH>..<HASH> 100644 --- a/query/dependency.go +++ b/query/dependency.go @@ -27,7 +27,8 @@ func (b *BucketLookup) Lookup(orgID platform.ID, name string) (platform.ID, bool } bucket, err := b.BucketService.FindBucket(context.Background(), filter) if err...
fix(query): edits for uint<I> IDs
influxdata_influxdb
train
b34c39b6a631bab351452059a30cf4e220258287
diff --git a/test/formats.spec.js b/test/formats.spec.js index <HASH>..<HASH> 100644 --- a/test/formats.spec.js +++ b/test/formats.spec.js @@ -54,13 +54,17 @@ describe('Formats', function () { it('should validate a date correctly', function () { var res1 = val.formats.date('2013-01-09'); - var re...
chore(test): add test for german date
litixsoft_lx-valid
train
f2658672eb82ab060bd732199b144ffc1b3527c5
diff --git a/src/test/java/com/siemens/ct/exi/grammars/persistency/Grammars2JavaSourceCodeTest.java b/src/test/java/com/siemens/ct/exi/grammars/persistency/Grammars2JavaSourceCodeTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/siemens/ct/exi/grammars/persistency/Grammars2JavaSourceCodeTest.java +++ b/src/...
fix: issue with resolving the right exificient-core library for Java source code generation tests
EXIficient_exificient-grammars
train
66d8acbf89d02c20c7909b33f7076005a304b10e
diff --git a/acme/http.go b/acme/http.go index <HASH>..<HASH> 100644 --- a/acme/http.go +++ b/acme/http.go @@ -31,14 +31,14 @@ const ( func httpHead(url string) (resp *http.Response, err error) { req, err := http.NewRequest("HEAD", url, nil) if err != nil { - return nil, err + return nil, fmt.Errorf("failed to h...
Add some better error messages to http and jws
go-acme_lego
train
8964addd881ee4f454acd41f8bbb4186205a35a8
diff --git a/account/src/main/java/com/ning/billing/account/api/DefaultAccount.java b/account/src/main/java/com/ning/billing/account/api/DefaultAccount.java index <HASH>..<HASH> 100644 --- a/account/src/main/java/com/ning/billing/account/api/DefaultAccount.java +++ b/account/src/main/java/com/ning/billing/account/api/D...
account: refactor handling of defaults
killbill_killbill
train
a46553cbacf0e4012df89fe55385dec5beaa680a
diff --git a/python/pyspark/sql/tests.py b/python/pyspark/sql/tests.py index <HASH>..<HASH> 100644 --- a/python/pyspark/sql/tests.py +++ b/python/pyspark/sql/tests.py @@ -318,6 +318,11 @@ class SQLTests(ReusedPySparkTestCase): [row] = self.spark.sql("SELECT double(add(1, 2)), add(double(2), 1)").collect() ...
[SPARK-<I>] [SQL] fix Python UDF without arguments (for <I>) Fix the bug for Python UDF that does not have any arguments. Added regression tests.
apache_spark
train
b3a8ac3f3f0c27225afdbf62703273180a4e4bc7
diff --git a/src/ErrorCodes.php b/src/ErrorCodes.php index <HASH>..<HASH> 100644 --- a/src/ErrorCodes.php +++ b/src/ErrorCodes.php @@ -47,9 +47,9 @@ class ErrorCodes $locales = $i18n->loadLocale(I18n::getCurrentLocale()); $errorCodes = fnGet($locales, 'packages.error_codes', []); foreach ($er...
fix(error_codes): preserve numeric locale keys [ci skip]
phwoolcon_phwoolcon
train
5461c0ad0503bf2520569ef516eb096841fb146b
diff --git a/src/pages/class-papi-post-page.php b/src/pages/class-papi-post-page.php index <HASH>..<HASH> 100644 --- a/src/pages/class-papi-post-page.php +++ b/src/pages/class-papi-post-page.php @@ -10,7 +10,7 @@ class Papi_Post_Page extends Papi_Core_Page { * * @var string */ - const TYPE = 'page'; + const TY...
Update post page type to `post`
wp-papi_papi
train
e8f4e47798d22a68bcf469c9ab747ae90517db0c
diff --git a/expression/builtin_string.go b/expression/builtin_string.go index <HASH>..<HASH> 100644 --- a/expression/builtin_string.go +++ b/expression/builtin_string.go @@ -3817,7 +3817,35 @@ type loadFileFunctionClass struct { } func (c *loadFileFunctionClass) getFunction(ctx sessionctx.Context, args []Expressio...
expression: no-op implementation for `load_file` to support Navicat (#<I>)
pingcap_tidb
train
0e3941cd1f14d0322165504974eeefab7e1ddc6d
diff --git a/github/github_test.go b/github/github_test.go index <HASH>..<HASH> 100644 --- a/github/github_test.go +++ b/github/github_test.go @@ -474,7 +474,7 @@ func TestDo_rateLimit_rateLimitError(t *testing.T) { } reset := time.Date(2013, 7, 1, 17, 47, 53, 0, time.UTC) if rateLimitErr.Rate.Reset.UTC() != rese...
Improve test error message. Print the actual value that doesn't match. Minor followup fix for c3f<I>ad1dfe8c2c5aad4a7bbe<I>cbdc4a<I> (#<I>).
google_go-github
train
8538c0e8eafef5104cac95aa88f49b9394203a3f
diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -276,7 +276,11 @@ class ShellDispatcher { if (isset($params['working'])) { $params['working'] = trim($param...
Avoiding problems with relative paths in shell dispatcher
cakephp_cakephp
train
5ceffd512a0b01ea49d2a771847c78b9c6bf0e5c
diff --git a/src/Http/Filter/RateLimitFilter.php b/src/Http/Filter/RateLimitFilter.php index <HASH>..<HASH> 100644 --- a/src/Http/Filter/RateLimitFilter.php +++ b/src/Http/Filter/RateLimitFilter.php @@ -54,6 +54,9 @@ class RateLimitFilter extends Filter return null; } + $limit = $route->g...
Allow rate limit and expiration time to be set as route options.
dingo_api
train
9afb85714a922af7c975087366e5c8f1759330d6
diff --git a/cmd/ipfs2/main.go b/cmd/ipfs2/main.go index <HASH>..<HASH> 100644 --- a/cmd/ipfs2/main.go +++ b/cmd/ipfs2/main.go @@ -160,7 +160,7 @@ func (i *cmdInvocation) Run() (output io.Reader, err error) { func (i *cmdInvocation) Parse(args []string) error { var err error - i.req, i.root, i.cmd, i.path, err = c...
commands/cli: Don't return root in Parse
ipfs_go-ipfs
train
616975d401a0c8f81a32506451210d7121998322
diff --git a/recursivetree.go b/recursivetree.go index <HASH>..<HASH> 100644 --- a/recursivetree.go +++ b/recursivetree.go @@ -109,22 +109,10 @@ func watchIsRecursive(nd node) bool { ok := nd.Watch.IsRecursive() // TODO(rjeczalik): add a test for len(wp) != 0 change the condition. if wp := nd.Child[""].Watch; len...
proper fix for broken traverse skip for Stop() Removes hack introduced by <I>da<I>.
rjeczalik_notify
train
79434d106330a7a99e30193dc098d8da1000c9bb
diff --git a/article.py b/article.py index <HASH>..<HASH> 100644 --- a/article.py +++ b/article.py @@ -52,7 +52,7 @@ class Article(object): titlestring = u'{0}_{1}{2}'.format(self.front.journal_meta.identifier['pmc'], self.front.article_meta.art_auths[0].su...
Added support for all dc:date and opf:event tags, reworked metadata.py to use epub_date.DateInfo class for art_dates
SavinaRoja_OpenAccess_EPUB
train
5c00d4d9f151f1075bb30fa24556658708f7e068
diff --git a/aeron-samples/src/main/java/uk/co/real_logic/aeron/samples/raw/TransferToPing.java b/aeron-samples/src/main/java/uk/co/real_logic/aeron/samples/raw/TransferToPing.java index <HASH>..<HASH> 100644 --- a/aeron-samples/src/main/java/uk/co/real_logic/aeron/samples/raw/TransferToPing.java +++ b/aeron-samples/sr...
[Java]: Attempt with connect and bind on raw channel test.
real-logic_aeron
train
f893489d28a44ca752fa32df645983e8aa9f3d1b
diff --git a/circuit/circuit.py b/circuit/circuit.py index <HASH>..<HASH> 100644 --- a/circuit/circuit.py +++ b/circuit/circuit.py @@ -6,6 +6,8 @@ logical circuits. from __future__ import annotations from typing import Sequence +from math import log2 +from itertools import product from parts import parts import d...
Operation data structure should support any arity.
lapets_circuit
train
1b4a743e7d96d5b33a24db29fb2be45daeab37da
diff --git a/src/Meinhof/Model/Post/FilesystemPostLoader.php b/src/Meinhof/Model/Post/FilesystemPostLoader.php index <HASH>..<HASH> 100644 --- a/src/Meinhof/Model/Post/FilesystemPostLoader.php +++ b/src/Meinhof/Model/Post/FilesystemPostLoader.php @@ -52,6 +52,7 @@ class FilesystemPostLoader extends PostLoader ...
fixed bug in filesystem post loader not setting date correctly
miguelibero_meinhof
train
e0701bb0f68f2adb3c597950769ef9f10ed7de45
diff --git a/swift-service/src/main/java/com/facebook/swift/service/ThriftServer.java b/swift-service/src/main/java/com/facebook/swift/service/ThriftServer.java index <HASH>..<HASH> 100644 --- a/swift-service/src/main/java/com/facebook/swift/service/ThriftServer.java +++ b/swift-service/src/main/java/com/facebook/swift...
Expose queueTimeout in swift
facebookarchive_swift
train
b2e88be39d1873faeee40d203b924962047be9f2
diff --git a/libs/verysimple/Phreeze/GenericRouter.php b/libs/verysimple/Phreeze/GenericRouter.php index <HASH>..<HASH> 100644 --- a/libs/verysimple/Phreeze/GenericRouter.php +++ b/libs/verysimple/Phreeze/GenericRouter.php @@ -251,14 +251,17 @@ class GenericRouter implements IRouter $uri = $this->GetUri(); $count...
fix bug with generic router not returning default
jasonhinkle_phreeze
train
be0ad01df772a17c1beea92635fb7b0b9b7c5b16
diff --git a/packages/ember-runtime/lib/system/namespace.js b/packages/ember-runtime/lib/system/namespace.js index <HASH>..<HASH> 100644 --- a/packages/ember-runtime/lib/system/namespace.js +++ b/packages/ember-runtime/lib/system/namespace.js @@ -116,7 +116,7 @@ function findNamespaces() { for (var prop in lookup)...
Ignore webkitStorageInfo during namespace lookup to avoid warning
emberjs_ember.js
train
4708f7dca0ae5e0ade2a93672f32373e0cc403ec
diff --git a/lib/json/jwt.rb b/lib/json/jwt.rb index <HASH>..<HASH> 100644 --- a/lib/json/jwt.rb +++ b/lib/json/jwt.rb @@ -31,7 +31,16 @@ module JSON # I'd like to make :RS256 default. # However, by histrical reasons, :HS256 was default. # This code is needed to keep legacy behavior. - ...
improve JWT#sign signature auto-detection feature so that it can handle EC keys NOTE: might be better to handle EC curves
nov_json-jwt
train
9b99b94bcba9a9fb8be0392ce5dbf0a66fb4cbef
diff --git a/src/Reference.php b/src/Reference.php index <HASH>..<HASH> 100644 --- a/src/Reference.php +++ b/src/Reference.php @@ -163,7 +163,7 @@ class Reference $p = $this->owner->persistence; - return $p->add($p->normalizeClassName($model, 'Model'), $defaults); + return $p->add($model, $de...
fixed test-suite (#<I>)
atk4_data
train
ced12010277bb7109a4327f3e5bfe15ed59f656e
diff --git a/publicBucketACL/function.js b/publicBucketACL/function.js index <HASH>..<HASH> 100644 --- a/publicBucketACL/function.js +++ b/publicBucketACL/function.js @@ -15,14 +15,16 @@ module.exports.fn = function(event, context, callback) { function publicPermissions(event) { let permissions = []; - let grant...
Fix undefined AccessControlList (#<I>)
mapbox_patrol-rules-aws
train
807626d6623b9b6f301f99ebe503a78c32dc028f
diff --git a/src/sap.ui.layout/test/sap/ui/layout/qunit/form/changes/RenameSimpleForm.qunit.js b/src/sap.ui.layout/test/sap/ui/layout/qunit/form/changes/RenameSimpleForm.qunit.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.layout/test/sap/ui/layout/qunit/form/changes/RenameSimpleForm.qunit.js +++ b/src/sap.ui.layout/t...
[INTERNAL] sap.ui.layout: fix unstable change handler test The test suffered from an unstable ID (__element0). Luckily, the first retry always worked as QUnit then reorders the tests and the element gets the expected ID. With this change, the test uses fixture knowledge to determine the right ID in advance. Change-I...
SAP_openui5
train
fb3a5dc04cb65f401a271b292828ffa5653c1e5d
diff --git a/src/Sulu/Component/Rest/ListBuilder/ListRepresentation.php b/src/Sulu/Component/Rest/ListBuilder/ListRepresentation.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Component/Rest/ListBuilder/ListRepresentation.php +++ b/src/Sulu/Component/Rest/ListBuilder/ListRepresentation.php @@ -33,7 +33,7 @@ use Hateoas...
corrected the links in the ListRepresentation
sulu_sulu
train
6c954eac60eaaeef8394109ba3faf0edef5caebd
diff --git a/javascript/example/DRACOLoader.js b/javascript/example/DRACOLoader.js index <HASH>..<HASH> 100644 --- a/javascript/example/DRACOLoader.js +++ b/javascript/example/DRACOLoader.js @@ -24,8 +24,6 @@ THREE.DRACOLoader = function(manager) { this.verbosity = 0; this.attributeOptions = {}; this.dra...
DRACOLoader: Support requests for multiple files in parallel.
google_draco
train
c02aa5efaf28ac21915c6fc427fc9b099aabee23
diff --git a/h2o-algos/src/main/java/hex/tree/SharedTree.java b/h2o-algos/src/main/java/hex/tree/SharedTree.java index <HASH>..<HASH> 100755 --- a/h2o-algos/src/main/java/hex/tree/SharedTree.java +++ b/h2o-algos/src/main/java/hex/tree/SharedTree.java @@ -2,6 +2,8 @@ package hex.tree; import hex.*; import jsr166y.Co...
PUBDEV-<I>: Add timestamp/duration for DRF/GBM.
h2oai_h2o-3
train
b870f87d238fe4627fcbb274eae2e018c71c9504
diff --git a/test/GitWrapper/Test/GitWorkingCopyTest.php b/test/GitWrapper/Test/GitWorkingCopyTest.php index <HASH>..<HASH> 100644 --- a/test/GitWrapper/Test/GitWorkingCopyTest.php +++ b/test/GitWrapper/Test/GitWorkingCopyTest.php @@ -429,4 +429,25 @@ PATCH; stream_filter_remove($stdoutSuppress); } + + ...
Add a test on author parameter Here is a working test/example on how to use the author parameter with the commit command Related #<I>
cpliakas_git-wrapper
train
c414408b9a07dd36cb8cca1a857764ab19e0f170
diff --git a/teknek-stream-stack/src/main/java/io/teknek/streamstack/StandAloneKafkaServer.java b/teknek-stream-stack/src/main/java/io/teknek/streamstack/StandAloneKafkaServer.java index <HASH>..<HASH> 100644 --- a/teknek-stream-stack/src/main/java/io/teknek/streamstack/StandAloneKafkaServer.java +++ b/teknek-stream-st...
Comment about copy and adjust kf dir
edwardcapriolo_teknek-core
train
62d3b78219763fa8906fe91db5dc0fda2c6b5b0c
diff --git a/lib/rtanque/heading.rb b/lib/rtanque/heading.rb index <HASH>..<HASH> 100644 --- a/lib/rtanque/heading.rb +++ b/lib/rtanque/heading.rb @@ -67,7 +67,7 @@ module RTanque # Creates a new RTanque::Heading # @param [#to_f] radians degree to wrap (in radians) def initialize(radians = NORTH) - ...
removes unneeded method from Heading, relying on duck typing of headings
awilliams_RTanque
train
e3dfadace04afa123b30fcd19e1422a8d8cfe01f
diff --git a/jaggr-core/src/main/java/com/ibm/jaggr/core/impl/resource/NIOFileResource.java b/jaggr-core/src/main/java/com/ibm/jaggr/core/impl/resource/NIOFileResource.java index <HASH>..<HASH> 100644 --- a/jaggr-core/src/main/java/com/ibm/jaggr/core/impl/resource/NIOFileResource.java +++ b/jaggr-core/src/main/java/com...
Fix issues with NIOFileResource and symbolic links
OpenNTF_JavascriptAggregator
train
bc7604837100095d51841fa56953de6de7076dc1
diff --git a/tsdb/engine/tsm1/cache.go b/tsdb/engine/tsm1/cache.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/tsm1/cache.go +++ b/tsdb/engine/tsm1/cache.go @@ -334,21 +334,27 @@ func (c *Cache) DeleteRange(keys []string, min, max int64) { defer c.mu.Unlock() for _, k := range keys { - origSize := c.store[k].s...
Fix panic in cache.DeleteRange Deleting keys that did not exist in the cache could cause a panic because the entry returned would be nil and was not checked.
influxdata_influxdb
train
160a14567f093a7406fd7713c1c644d6c0533dd3
diff --git a/tests/pay_to_test.py b/tests/pay_to_test.py index <HASH>..<HASH> 100755 --- a/tests/pay_to_test.py +++ b/tests/pay_to_test.py @@ -152,5 +152,10 @@ class ScriptTypesTest(unittest.TestCase): tx2.sign(hash160_lookup=hash160_lookup, p2sh_lookup=p2sh_lookup) self.assertEqual(tx2.bad_signature_...
Add a new (failing) test.
richardkiss_pycoin
train
bf4bce9aca4dee2eded4bcbe9d78d23f964189cc
diff --git a/instabot/api/api.py b/instabot/api/api.py index <HASH>..<HASH> 100644 --- a/instabot/api/api.py +++ b/instabot/api/api.py @@ -72,9 +72,9 @@ class API(object): if generate_uuid is True: # This field should be stores in json, data and cookie in json file. # Next step! self.phone_id = se...
rename session_id prevent multiple variable with the same name
instagrambot_instabot
train
27a886f29e33c73b335691e448a19ffd48bc591f
diff --git a/library/src/main/java/de/mrapp/android/bottomsheet/view/DraggableView.java b/library/src/main/java/de/mrapp/android/bottomsheet/view/DraggableView.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/de/mrapp/android/bottomsheet/view/DraggableView.java +++ b/library/src/main/java/de/mrapp/android/b...
Removed unused getter methods.
michael-rapp_AndroidBottomSheet
train
a3ba88f522ed898aef6a52f6b96a65d10ad0df65
diff --git a/lib/multirepo/commands/clone-command.rb b/lib/multirepo/commands/clone-command.rb index <HASH>..<HASH> 100644 --- a/lib/multirepo/commands/clone-command.rb +++ b/lib/multirepo/commands/clone-command.rb @@ -1,6 +1,7 @@ require "multirepo/utility/console" require "multirepo/utility/utils" require "multire...
Performing an install after the main repo clone in CloneCommand.
fortinmike_git-multirepo
train
36b35a957a7c93d7efcb88082361c3dad5bd6ba1
diff --git a/lib/Scvmm/miq_scvmm_vm_ssa_info.rb b/lib/Scvmm/miq_scvmm_vm_ssa_info.rb index <HASH>..<HASH> 100644 --- a/lib/Scvmm/miq_scvmm_vm_ssa_info.rb +++ b/lib/Scvmm/miq_scvmm_vm_ssa_info.rb @@ -18,17 +18,6 @@ class MiqScvmmVmSSAInfo @parser = MiqScvmmParsePowershell.new end - def vm_host(vm_name) - h...
Remove unused MiqScvmmVmSSAInfo Methods Remove unused methods vm_host() and vm_vhdtype. These were used in earlier versions of the HyperV SSA code but are no longer used. (transferred from ManageIQ/manageiq-gems-pending@c<I>ff9a<I>ae<I>a<I>e<I>d<I>fccd1f<I>a<I>)
ManageIQ_manageiq-smartstate
train
329c0a8ae6fde575a7d9077f1013fa4a86112d0c
diff --git a/flex/core.py b/flex/core.py index <HASH>..<HASH> 100644 --- a/flex/core.py +++ b/flex/core.py @@ -66,7 +66,7 @@ def load_source(source): pass try: - return yaml.load(raw_source) + return yaml.safe_load(raw_source) except (yaml.scanner.ScannerError, yam...
Fix remote code execution issue with yaml.load
pipermerriam_flex
train
08ccf7b5dc1b58c833445b7d39f636b0526abc07
diff --git a/holoviews/element/raster.py b/holoviews/element/raster.py index <HASH>..<HASH> 100644 --- a/holoviews/element/raster.py +++ b/holoviews/element/raster.py @@ -420,6 +420,10 @@ class RGB(Matrix): sliced = data[:,:,:-1] alpha = data[:,:,-1] + if len(params.get('value_dimensi...
Fixed constructor of RGB to handle four value dimensions as input
pyviz_holoviews
train
cf842f9b5bae590af9514f55a63166d9b2e4a49f
diff --git a/lib/cloud_crowd/models/node_record.rb b/lib/cloud_crowd/models/node_record.rb index <HASH>..<HASH> 100644 --- a/lib/cloud_crowd/models/node_record.rb +++ b/lib/cloud_crowd/models/node_record.rb @@ -47,7 +47,7 @@ module CloudCrowd rescue RestClient::RequestFailed => e raise e unless e.http_code ...
Adding more exceptions to be rescued when communication between server and node has failed.
documentcloud_cloud-crowd
train
791fafd9dcaabd92a0c212d6f2bf30c3c0651a09
diff --git a/eZ/Publish/API/Repository/Values/Content/ContentUpdateStruct.php b/eZ/Publish/API/Repository/Values/Content/ContentUpdateStruct.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Values/Content/ContentUpdateStruct.php +++ b/eZ/Publish/API/Repository/Values/Content/ContentUpdateStruct.php @@ -8...
removed user id and added exception in set Fields
ezsystems_ezpublish-kernel
train
85796629e460c18df9506df48128ccb8b7b14f18
diff --git a/estnltk/tests/test_taggers/test_standard_taggers/test_gap_tagger.py b/estnltk/tests/test_taggers/test_standard_taggers/test_gap_tagger.py index <HASH>..<HASH> 100644 --- a/estnltk/tests/test_taggers/test_standard_taggers/test_gap_tagger.py +++ b/estnltk/tests/test_taggers/test_standard_taggers/test_gap_tag...
moved gaps tagger tests to test_standard_taggers/
estnltk_estnltk
train
dec606433b4475e5f67dcde0731e17353fe46b92
diff --git a/src/Hodor/JobQueue/BufferQueue.php b/src/Hodor/JobQueue/BufferQueue.php index <HASH>..<HASH> 100644 --- a/src/Hodor/JobQueue/BufferQueue.php +++ b/src/Hodor/JobQueue/BufferQueue.php @@ -2,6 +2,7 @@ namespace Hodor\JobQueue; +use Hodor\MessageQueue\IncomingMessage; use Hodor\MessageQueue\Queue; cla...
Add type hints to JobQueue's MQ#consume() callbacks Without the type hints, IDEs have a hard time following and autocompleting the objects
lightster_hodor
train
822a4132d2bb0e85372e8f7790b9bd4db9c5f17e
diff --git a/test/pnut.js b/test/pnut.js index <HASH>..<HASH> 100644 --- a/test/pnut.js +++ b/test/pnut.js @@ -11,12 +11,13 @@ const pnut = require('../lib/pnut'); describe('The pnut API wrapper', function () { before(function() { - let root = 'https://api.pnut.io' - nock(root) + let base = 'https://api....
Rename variable for more consitency
kaiwood_pnut-butter
train
db7419f88f84a9e4e0de5cde4918788f477fa1a6
diff --git a/lib/components/form/settings-selector-panel.js b/lib/components/form/settings-selector-panel.js index <HASH>..<HASH> 100644 --- a/lib/components/form/settings-selector-panel.js +++ b/lib/components/form/settings-selector-panel.js @@ -26,7 +26,7 @@ class SettingsSelectorPanel extends Component { } ...
feat(form): Add Biketown+Transit to mode selector form
opentripplanner_otp-react-redux
train
a0638bd5e3bb439eb906e110a0bca8a04627ae42
diff --git a/facepy/graph_api.py b/facepy/graph_api.py index <HASH>..<HASH> 100755 --- a/facepy/graph_api.py +++ b/facepy/graph_api.py @@ -295,3 +295,8 @@ class GraphAPI(object): class HTTPError(FacepyError): """Exception for transport errors.""" + +# Define the nested Exception in the module scope so t...
GraphAPI nested exception can't be pickled, which fails on celery tasks. Fixed and added regression tests.
jgorset_facepy
train
fb310f0e32eef9bab9672a590f79e1f176e09b98
diff --git a/core/graph.py b/core/graph.py index <HASH>..<HASH> 100644 --- a/core/graph.py +++ b/core/graph.py @@ -110,6 +110,10 @@ def plotFCM(data, channel_names, transform=(None, None), plot2d_type='dot2d', ax if len(channelIndexList) == 1: # 1d so histogram plot + kwargs.setdefault('color', '...
Updated defaults for histogram plots
eyurtsev_FlowCytometryTools
train
27eb574c5835bd490784d24ecdcd75a92417fa70
diff --git a/CMakeLists.txt b/CMakeLists.txt index <HASH>..<HASH> 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -482,7 +482,7 @@ if(${BUILD_TESTING}) set(TANGELO_EXECUTABLE ${VENV_DIR}/bin/tangelo) add_custom_command( OUTPUT ${TANGELO_EXECUTABLE} - COMMAND ${PIP_EXECUTABLE} install --upg...
Simplifying approach for return_type decorator. No longer requires changes to the server infrastructure - just automatically runs the requested function on the output from the service function, and returns an error if something went wrong.
Kitware_tangelo
train
f04d503958a4fe854c1b41667c73f8813c9dd9c3
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v10.11.2 + +### Bug Fixes + +- Validation for integers handles int and int64 types. + ## v10.11.1 ### Bug Fixes diff --git a/autorest/validation/validation.go b/autorest/val...
Validation code handles int and int<I> (#<I>) Ensure that integer validation can handle int and int<I>.
Azure_go-autorest
train
0868db5bf17223bb551db1ac0720a339fef1c536
diff --git a/test/e2e_node/util.go b/test/e2e_node/util.go index <HASH>..<HASH> 100644 --- a/test/e2e_node/util.go +++ b/test/e2e_node/util.go @@ -172,7 +172,6 @@ func setKubeletConfiguration(f *framework.Framework, kubeCfg *kubeletconfig.Kube ConfigMap: &apiv1.ConfigMapNodeConfigSource{ Namespace: "kube-...
fix the e2e node helpers that let tests reconfigure Kubelet The dynamic config tests were updated with the validation change, but the tests that try to use dynamic config via this helper were not.
kubernetes_kubernetes
train
d86dd0c37572a15614758d8baaca95b6524030dc
diff --git a/lib/crawler/webcrawler.rb b/lib/crawler/webcrawler.rb index <HASH>..<HASH> 100644 --- a/lib/crawler/webcrawler.rb +++ b/lib/crawler/webcrawler.rb @@ -39,7 +39,7 @@ module Crawler next_uri = uri + t.attribute("href").to_s.strip next_uri unless @crawled.include?(next_uri) or next_ur...
Switched order to play nice when multiple nils
tylercunnion_crawler
train
f4acbc92f3c15f00a683ada70ab1da913c265902
diff --git a/ideascaly/binder.py b/ideascaly/binder.py index <HASH>..<HASH> 100644 --- a/ideascaly/binder.py +++ b/ideascaly/binder.py @@ -63,7 +63,10 @@ def bind_api(**config): def execute(self): # Build the URL of the end-point url = self.api.url + self.path - full_url = ...
Modify statement that creates end-point url
joausaga_ideascaly
train
b877a9d2edebb20bda4fbdef04605bc1a02b0ef4
diff --git a/spec/requests/removing_blocks_spec.rb b/spec/requests/removing_blocks_spec.rb index <HASH>..<HASH> 100644 --- a/spec/requests/removing_blocks_spec.rb +++ b/spec/requests/removing_blocks_spec.rb @@ -30,4 +30,33 @@ describe NoCms::Admin::Pages do end end + + context "when removing nested blocks", ...
Tested removing nested blocks
simplelogica_nocms-admin-pages
train
a4d575f81ee37d61bfb7a762af7c4dc44cd78d2d
diff --git a/library/src/net/simonvt/widget/BuildLayerFrameLayout.java b/library/src/net/simonvt/widget/BuildLayerFrameLayout.java index <HASH>..<HASH> 100644 --- a/library/src/net/simonvt/widget/BuildLayerFrameLayout.java +++ b/library/src/net/simonvt/widget/BuildLayerFrameLayout.java @@ -22,17 +22,23 @@ public class ...
Check API level before enabling hardware layers.
SimonVT_android-menudrawer
train
01b255d20fabfeff0e6dd405d1da5cc0f3713c85
diff --git a/evernode/__init__.py b/evernode/__init__.py index <HASH>..<HASH> 100644 --- a/evernode/__init__.py +++ b/evernode/__init__.py @@ -1 +1 @@ -__version__ = "1.4.2" +__version__ = "1.5.0" diff --git a/evernode/models/base_user_model.py b/evernode/models/base_user_model.py index <HASH>..<HASH> 100644 --- a/ev...
<I> - remove of first and last name in favour of a unified field. <I> update to support all non english names
AtomHash_evernode
train
54c9e140167f15be2fd96cdf13bdd746817e4342
diff --git a/em73xx/sms.py b/em73xx/sms.py index <HASH>..<HASH> 100644 --- a/em73xx/sms.py +++ b/em73xx/sms.py @@ -3,6 +3,7 @@ from datetime import datetime from .utils import unquote + def parse_date_time(date, time): date_format = "%y/%m/%d %H:%M:%S" date_and_time = (date + " " + time)[:-3] @@ -48,7 +...
bad truncate, and no need to do it in the low-level code - formatting should be at presentation level
smcl_py-em73xx
train
f477b9266ac8aa1762b4543f16bd8c5ec0f8a494
diff --git a/lib/dpl/provider/heroku/anvil.rb b/lib/dpl/provider/heroku/anvil.rb index <HASH>..<HASH> 100644 --- a/lib/dpl/provider/heroku/anvil.rb +++ b/lib/dpl/provider/heroku/anvil.rb @@ -2,6 +2,8 @@ module DPL class Provider module Heroku class Anvil < Git + HEROKU_BUILDPACKS = ['ruby', 'nodej...
Automatically expand URL for recognized buildpacks
travis-ci_dpl
train
95dc1e42d5743e406a13dc08d22dd7c86e0a3014
diff --git a/backup/cc/cc2moodle.php b/backup/cc/cc2moodle.php index <HASH>..<HASH> 100644 --- a/backup/cc/cc2moodle.php +++ b/backup/cc/cc2moodle.php @@ -338,7 +338,7 @@ class cc2moodle { $replace_values = array($i, $i - 1, - ...
MDL-<I> backup: Escape section summary for XML This was causing the parsing of the XML to fail because things like & were not escaped.
moodle_moodle
train
0f116a1aee39e0ff041b45064919c7256ee57432
diff --git a/src/NaturalLanguage/NaturalLanguageClient.php b/src/NaturalLanguage/NaturalLanguageClient.php index <HASH>..<HASH> 100644 --- a/src/NaturalLanguage/NaturalLanguageClient.php +++ b/src/NaturalLanguage/NaturalLanguageClient.php @@ -128,7 +128,8 @@ class NaturalLanguageClient * `PLAIN_TEXT` or...
correct doc string to represent the fact the service detects the language of the provided content (#<I>)
googleapis_google-cloud-php
train
e9f25b2097b9c1ed35b01170603b9ff7787ef320
diff --git a/account/middleware.py b/account/middleware.py index <HASH>..<HASH> 100644 --- a/account/middleware.py +++ b/account/middleware.py @@ -38,6 +38,6 @@ class TimezoneMiddleware(object): templates to the user's timezone. """ def process_request(self, request): - tz = request.user.account.t...
Anonymous users don't have an account
pinax_django-user-accounts
train
d0c1dd69cad0b911a603680432eaa8143fbb531b
diff --git a/mbed/mbed.py b/mbed/mbed.py index <HASH>..<HASH> 100755 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -47,6 +47,7 @@ import time import zipfile import argparse from random import randint +from contextlib import contextmanager # Application version @@ -1228,9 +1229,8 @@ class Repo(object): ...
Use a context manager for locking the cache Should help reduce the amount of programmer errors
ARMmbed_mbed-cli
train
924a51bdba34ec66ec9629594a5e5507aaae7dae
diff --git a/stellar_base/utils.py b/stellar_base/utils.py index <HASH>..<HASH> 100644 --- a/stellar_base/utils.py +++ b/stellar_base/utils.py @@ -157,7 +157,8 @@ def encode_check(version_byte_name, data): def calculate_checksum(payload): # This code calculates CRC16-XModem checksum of payload checksum = crc...
Ensure that checksum is always in LSB order.
StellarCN_py-stellar-base
train
fd18eeb62c4c5ebe88cc647c90a3a1b3098c0ce6
diff --git a/system/src/Grav/Common/Twig/TwigExtension.php b/system/src/Grav/Common/Twig/TwigExtension.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Twig/TwigExtension.php +++ b/system/src/Grav/Common/Twig/TwigExtension.php @@ -837,6 +837,7 @@ class TwigExtension extends \Twig_Extension implements \Twig_...
Add grav twig extensions to its own `evaluate` and `evaluate_twig` filters (#<I>) I wanted to use `evaluate_twig()` with a template the uses `theme_var()` or also a simpler twig function `string`. I made them available with this simple call.
getgrav_grav
train
0b1c9b6f57f57fed47a415c1762da9f83ee58f5c
diff --git a/test/raw-repo.js b/test/raw-repo.js index <HASH>..<HASH> 100644 --- a/test/raw-repo.js +++ b/test/raw-repo.js @@ -12,7 +12,7 @@ var helper = { // This ensures the repo is actually a derivative of the Function [[Class]] test( toString.call( obj ), '[object Function]', label +' [[Class]] is of type...
Updated raw-repo test
nodegit_nodegit
train
0dca77cf3bad965302fbf82926c592ca016190bb
diff --git a/claripy/ast/base.py b/claripy/ast/base.py index <HASH>..<HASH> 100644 --- a/claripy/ast/base.py +++ b/claripy/ast/base.py @@ -373,19 +373,9 @@ class Base(ana.Storable): a_args = tuple((a.to_claripy() if isinstance(a, BackendObject) else a) for a in args) f_op, f_args, f_kwargs = _finali...
semi-hacky fix for eagerness with If
angr_claripy
train
dc8442a8a743beb6903bc643a305e4fc9f5c9a7d
diff --git a/core/src/main/java/lucee/runtime/osgi/OSGiUtil.java b/core/src/main/java/lucee/runtime/osgi/OSGiUtil.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/lucee/runtime/osgi/OSGiUtil.java +++ b/core/src/main/java/lucee/runtime/osgi/OSGiUtil.java @@ -601,23 +601,27 @@ public class OSGiUtil { } S...
LDEV-<I> include bundle name, if available, in OSGI exceptions
lucee_Lucee
train
605debeec2168351595d7949ec94b328ab63c189
diff --git a/djstripe/contrib/rest_framework/serializers.py b/djstripe/contrib/rest_framework/serializers.py index <HASH>..<HASH> 100644 --- a/djstripe/contrib/rest_framework/serializers.py +++ b/djstripe/contrib/rest_framework/serializers.py @@ -28,7 +28,7 @@ class CreateSubscriptionSerializer(serializers.Serializer):...
serializers: Remove deprecated NullBooleanField Replace with BooleanField.
dj-stripe_dj-stripe
train
7c7de65aa0b7e92122713a7171d6cfe3f0229878
diff --git a/sas_kernel/doc/source/conf.py b/sas_kernel/doc/source/conf.py index <HASH>..<HASH> 100644 --- a/sas_kernel/doc/source/conf.py +++ b/sas_kernel/doc/source/conf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# SASPY documentation build configuration file, created by +# SAS kernel doc...
project name in conf.py
sassoftware_sas_kernel
train
7296feb6c56ae579c93fb0a7187997fe581fc07f
diff --git a/src/NewTwitchApi/Resources/StreamsApi.php b/src/NewTwitchApi/Resources/StreamsApi.php index <HASH>..<HASH> 100644 --- a/src/NewTwitchApi/Resources/StreamsApi.php +++ b/src/NewTwitchApi/Resources/StreamsApi.php @@ -153,4 +153,17 @@ class StreamsApi extends AbstractResource return $this->callApi('...
Add Get Stream Tags endpoint support (#<I>)
nicklaw5_twitch-api-php
train
a7ca9d659c1825a867b1284489c7746b93ceaea1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( author='Simon Jagoe', author_email='simon@simonjagoe.com', classifiers=[ - 'Development Status :: 1 - Planning', + 'Development Status :: 3 - Alpha', 'Intended Audien...
Change Development Status in setup.py
scalative_haas
train
497a6f1df9c63afc9a065a005c733b8b428babad
diff --git a/superset/db_engine_specs.py b/superset/db_engine_specs.py index <HASH>..<HASH> 100644 --- a/superset/db_engine_specs.py +++ b/superset/db_engine_specs.py @@ -687,6 +687,16 @@ class HiveEngineSpec(PrestoEngineSpec): db, datasource_type, force=force) @classmethod + def convert_dttm(cls...
[hive] fix date casting in explore view (#<I>)
apache_incubator-superset
train
63955613ff929e4b7c8b11985830d440d8e59004
diff --git a/syntax/filetests_test.go b/syntax/filetests_test.go index <HASH>..<HASH> 100644 --- a/syntax/filetests_test.go +++ b/syntax/filetests_test.go @@ -3418,7 +3418,7 @@ func clearPosRecurse(tb testing.TB, src string, v interface{}) { endOff, src[endOff], string(src)) } setPos(&x.Position) - if x.Sem...
syntax: add .IsValid() to Pos and Position
mvdan_sh
train
e3c98cd5292f985841e9f140195faf11ab090d9a
diff --git a/neo/Prompt/Commands/Withdraw.py b/neo/Prompt/Commands/Withdraw.py index <HASH>..<HASH> 100644 --- a/neo/Prompt/Commands/Withdraw.py +++ b/neo/Prompt/Commands/Withdraw.py @@ -94,13 +94,12 @@ def RedeemWithdraw(prompter, wallet, args): scripthash_to = wallet.ToScriptHash(to_address) scripthash_from...
update help. update building of withdrawal request
CityOfZion_neo-python
train