hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
99643d3223ca7a86d5dd0606cced9b8fe25c8e6c
diff --git a/tunable/selectable.py b/tunable/selectable.py index <HASH>..<HASH> 100644 --- a/tunable/selectable.py +++ b/tunable/selectable.py @@ -283,9 +283,14 @@ class SelectableManager(object): name = cls.class2name(class_) token = parser.prefix_chars[0:1]*2 + name choices = [c...
fixed bug where selecting a selectable was not enforced
csachs_tunable
train
py
67214df1b0a7a27142125401f3709a603f51200d
diff --git a/openquake/calculators/event_based.py b/openquake/calculators/event_based.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based.py +++ b/openquake/calculators/event_based.py @@ -50,13 +50,20 @@ def sample_rupts(srcs, srcfilter, param, monitor): A small wrapper around :func: `openq...
Implemented rupture yielding Former-commit-id: <I>e<I>f<I>de<I>d4f<I>f<I>d7
gem_oq-engine
train
py
f190c96c0f7a277bcac7d41f31e1cc6dc216e1be
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,6 @@ conf = dict( 'elasticsearch >=1, <2', 'flask-bootstrap', 'Flask-Babel', - 'flask-script', 'Flask-Authbone >=0.2.2', 'Flask <= 0.11.1', ...
remove unneeded dep to flask-script
insomnia-lab_libreant
train
py
15ac1aa9a3ad1922f7207f69dec2ff17da38df07
diff --git a/lib/components/map/connected-route-viewer-overlay.js b/lib/components/map/connected-route-viewer-overlay.js index <HASH>..<HASH> 100644 --- a/lib/components/map/connected-route-viewer-overlay.js +++ b/lib/components/map/connected-route-viewer-overlay.js @@ -21,7 +21,7 @@ const mapStateToProps = (state, own...
refactor(connected-route-viewer-overlay): avoid crash when routeViewer missing from config
opentripplanner_otp-react-redux
train
js
dab214e49cffdb9b3a021f526430ac47467d483b
diff --git a/src/java/voldemort/store/bdb/BdbStorageEngine.java b/src/java/voldemort/store/bdb/BdbStorageEngine.java index <HASH>..<HASH> 100644 --- a/src/java/voldemort/store/bdb/BdbStorageEngine.java +++ b/src/java/voldemort/store/bdb/BdbStorageEngine.java @@ -20,6 +20,7 @@ import java.util.List; import java.util.Ma...
Get environment/env stats for a database in BdbStorageEngine
voldemort_voldemort
train
java
24bef56ee97b3b4aad61aedb963be9101327b0e5
diff --git a/git-lfs.go b/git-lfs.go index <HASH>..<HASH> 100644 --- a/git-lfs.go +++ b/git-lfs.go @@ -23,7 +23,7 @@ func main() { once.Do(lfs.ClearTempObjects) fmt.Fprintf(os.Stderr, "\nExiting because of %q signal.\n", sig) - var exitCode int + exitCode := 1 if sysSig, ok := sig.(syscall.Signal); ok...
lowest exit code here should be <I>
git-lfs_git-lfs
train
go
333ac5f26aa342fc80c83cc09a74fc4fa038f9b0
diff --git a/code/MSSQLDatabase.php b/code/MSSQLDatabase.php index <HASH>..<HASH> 100644 --- a/code/MSSQLDatabase.php +++ b/code/MSSQLDatabase.php @@ -1,16 +1,12 @@ <?php - -/** - * @package sapphire - * @subpackage model - */ - /** - * MS SQL connector class. + * Microsoft SQL Server connector class. + * * @packa...
MINOR Removed unncessary whitespace from MSSQLDatabase and double up of phpDoc tags
silverstripe_silverstripe-mssql
train
php
f1f8579a0b2e7969f551c4ed06141ffb112aed15
diff --git a/system/src/Grav/Common/Assets.php b/system/src/Grav/Common/Assets.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Assets.php +++ b/system/src/Grav/Common/Assets.php @@ -1124,6 +1124,26 @@ class Assets return $this->addDir($directory, self::JS_REGEX); } + /** + * Sets the...
New setters to set state of CSS / JS pipelining
getgrav_grav
train
php
f65592d6b9bba7ccf64064d863f3b833b6906d86
diff --git a/openstack_dashboard/api/rest/heat.py b/openstack_dashboard/api/rest/heat.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/api/rest/heat.py +++ b/openstack_dashboard/api/rest/heat.py @@ -25,7 +25,7 @@ class Validate(generic.View): """ url_regex = r'heat/validate/$' - @rest_utils.ajax(...
Add "data_required=True" check into heat rest api To validate heat templates it need pass parameters. Add this check into rest/heat.py to discover error as early as possible Change-Id: I<I>f<I>d<I>b<I>a<I>f3a<I>dcf2d
openstack_horizon
train
py
432ccff3a1924710c211e13b36d4640fe120b10f
diff --git a/datapackage_pipelines/lib/dump/dumper_base.py b/datapackage_pipelines/lib/dump/dumper_base.py index <HASH>..<HASH> 100644 --- a/datapackage_pipelines/lib/dump/dumper_base.py +++ b/datapackage_pipelines/lib/dump/dumper_base.py @@ -1,3 +1,4 @@ +import functools import os import shutil import tempfile @@ -...
[#<I>] Make sure that copy non-tabular resources handle gzipped remote urls
frictionlessdata_datapackage-pipelines
train
py
a45f34f096aa5c418a9d5d8f539cb1dbef633119
diff --git a/playfab.js b/playfab.js index <HASH>..<HASH> 100644 --- a/playfab.js +++ b/playfab.js @@ -2712,6 +2712,18 @@ exports.client.GetContentDownloadUrl = function(request, callback) }); }; +exports.client.GetAllUsersCharacters = function(request, callback) +{ + if (settings.session_ticket == null) throw "M...
Updating all SDKs after changes to API_Specs
PlayFab_NodeSDK
train
js
212d2313ff25092d8646181d0069bfe8cdd82cc3
diff --git a/seed/commands/release.py b/seed/commands/release.py index <HASH>..<HASH> 100644 --- a/seed/commands/release.py +++ b/seed/commands/release.py @@ -269,7 +269,8 @@ class ReleaseCommand(Command): # Make sure it is included in the manifest with open(self.project_dir / 'MANIFEST.in', 'a') as...
Manifest file now written correctly following version migration
adamcharnock_seed
train
py
d66002a6ad2d4b552c2851ac13de2644c2f5ad1a
diff --git a/addons/eventbus/src/main/java/org/vaadin/spring/events/internal/ScopedEventBus.java b/addons/eventbus/src/main/java/org/vaadin/spring/events/internal/ScopedEventBus.java index <HASH>..<HASH> 100644 --- a/addons/eventbus/src/main/java/org/vaadin/spring/events/internal/ScopedEventBus.java +++ b/addons/eventb...
removes the null check of the target parameter, it's now handled in the event constructor
peholmst_vaadin4spring
train
java
8d9d2576ea2a5c9b9043ce17b3fe6031c5554067
diff --git a/integrations/idea-plugin/src/main/java/ch/raffael/doclets/pegdown/integrations/idea/PegdownDocletOptionsForm.java b/integrations/idea-plugin/src/main/java/ch/raffael/doclets/pegdown/integrations/idea/PegdownDocletOptionsForm.java index <HASH>..<HASH> 100644 --- a/integrations/idea-plugin/src/main/java/ch/r...
Keep the rendering options button for the project enabled, even if Pegdown is disabled for the project. This enables the user to select "Enabled" for single modules and change the rendering options globally.
Abnaxos_markdown-doclet
train
java
1af377998fa7901a55da6df8d8b7456205c2dede
diff --git a/pandas/tests/test_format.py b/pandas/tests/test_format.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_format.py +++ b/pandas/tests/test_format.py @@ -181,7 +181,7 @@ class TestDataFrameFormatting(tm.TestCase): u("\u03c6")] cols = [u("\u03c8")] df = DataFrame(dat...
TST: fix test that repr returns str
pandas-dev_pandas
train
py
6f44ae82cccc2f7656ad6c10818a316aa0ae7e47
diff --git a/spec/hook_handler/hook_handler_defaults_spec.rb b/spec/hook_handler/hook_handler_defaults_spec.rb index <HASH>..<HASH> 100644 --- a/spec/hook_handler/hook_handler_defaults_spec.rb +++ b/spec/hook_handler/hook_handler_defaults_spec.rb @@ -230,5 +230,10 @@ describe EvalHook::HookHandler, "hook handler defaul...
<I> failing test: declaring modules with ::
tario_evalhook
train
rb
c153bd40d7f14550afc89dafec0e8d16a8fb8489
diff --git a/accounts/errors.go b/accounts/errors.go index <HASH>..<HASH> 100644 --- a/accounts/errors.go +++ b/accounts/errors.go @@ -41,8 +41,7 @@ var ErrInvalidPassphrase = errors.New("invalid password") // second time. var ErrWalletAlreadyOpen = errors.New("wallet already open") -// ErrWalletClosed is returned ...
accounts: fix typo in comments (#<I>)
ethereum_go-ethereum
train
go,go
985a8cd2f0c787630474b69c4b32da607fa9c5f4
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js index <HASH>..<HASH> 100644 --- a/src/ServerlessOffline.js +++ b/src/ServerlessOffline.js @@ -58,6 +58,9 @@ export default class ServerlessOffline { // Entry point for the plugin (sls offline) when running 'sls offline start' async start() { + ...
Add temporisation to start To avoid racing conditions
dherault_serverless-offline
train
js
e85264101d568448782a8a7f199995702115bdb9
diff --git a/lib/nexpose/site.rb b/lib/nexpose/site.rb index <HASH>..<HASH> 100644 --- a/lib/nexpose/site.rb +++ b/lib/nexpose/site.rb @@ -632,7 +632,7 @@ module Nexpose r = @connection.execute('<SiteDeviceListingRequest session-id="' + connection.session_id + '" site-id="' + "#{@site_id}" + '"/>') if r.s...
Fixes typo in site device parsing of attributes.
rapid7_nexpose-client
train
rb
3745f09b6ed8e3550044a3e42d960c1349d7fc4c
diff --git a/lib/hyalite/version.rb b/lib/hyalite/version.rb index <HASH>..<HASH> 100644 --- a/lib/hyalite/version.rb +++ b/lib/hyalite/version.rb @@ -1,3 +1,3 @@ module Hyalite - VERSION = "0.2.7" + VERSION = "0.2.8" end
Bump hyalite to <I>
youchan_hyalite
train
rb
aeee43598536500aa0417a51e27474653cc4a482
diff --git a/src/core/generator.js b/src/core/generator.js index <HASH>..<HASH> 100644 --- a/src/core/generator.js +++ b/src/core/generator.js @@ -168,7 +168,8 @@ export default class Generator { return null; } - const watchable = /^[a-z_]+[0-9]*(\w*\.[a-z_]\w*)*$/i.test(model.expression) && hasPath(mo...
use different regex for determining a watchable model
baianat_vee-validate
train
js
43a5c8b923e6e974b35fb09e39eed320739d45b7
diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py index <HASH>..<HASH> 100644 --- a/src/foremast/__main__.py +++ b/src/foremast/__main__.py @@ -28,8 +28,8 @@ def add_pipeline(subparsers): pipeline_full_parser.set_defaults(func=runner.prepare_app_pipeline) pipeline_onetime_parser = pipeline_su...
fix: Point Pipeline onetime to entry point
foremast_foremast
train
py
1dfcbe288fa30709fffd8dc3a4d4e5fcf3ece339
diff --git a/src/Transformer/Factory.php b/src/Transformer/Factory.php index <HASH>..<HASH> 100644 --- a/src/Transformer/Factory.php +++ b/src/Transformer/Factory.php @@ -188,4 +188,16 @@ class Factory { return $this->bindings; } + + /** + * Set the transformation layer at runtime. + * + ...
Allow developers to configure the transformation layer at runtime.
laravie_api
train
php
e264224e386d18999fa9c94715ab19ce2fef3651
diff --git a/lib/zect.js b/lib/zect.js index <HASH>..<HASH> 100644 --- a/lib/zect.js +++ b/lib/zect.js @@ -84,6 +84,7 @@ function registerDirective(vm, id, definition) { function directiveParse(tar) { var directive = { tar: tar, + vm:vm, mounted: vm.$el, i...
[UPD] add vm to directive
switer_Zect
train
js
e67a15e3eacd6dd43a02086dab1cf4062845c800
diff --git a/lib/coral/machine/fog.rb b/lib/coral/machine/fog.rb index <HASH>..<HASH> 100644 --- a/lib/coral/machine/fog.rb +++ b/lib/coral/machine/fog.rb @@ -86,7 +86,29 @@ class Fog < Plugin::Machine #--- + def hostname + compute + super + end + + #--- + + def public_ip + compute + supe...
Lazy loading in the fog machine provider. (this might change)
coralnexus_corl
train
rb
60f7fadfa4cc99782a51bcacb72e74839a406318
diff --git a/lib/fb_graph/event.rb b/lib/fb_graph/event.rb index <HASH>..<HASH> 100644 --- a/lib/fb_graph/event.rb +++ b/lib/fb_graph/event.rb @@ -32,7 +32,7 @@ module FbGraph @end_time = case end_time when String Time.parse(end_time) - when Fixnum + when Integer Ti...
handle timestamp as Integer not Fixnum
nov_fb_graph
train
rb
65007e2e718fb86268e1f132e345104381cc313a
diff --git a/app/lib/ssr/html-template.js b/app/lib/ssr/html-template.js index <HASH>..<HASH> 100644 --- a/app/lib/ssr/html-template.js +++ b/app/lib/ssr/html-template.js @@ -53,14 +53,15 @@ module.exports.getIndexHtml = function (template, cfg) { ) let html = compiled(cfg.htmlVariables) - const data = { body:...
fix(app): SSR index file management
quasarframework_quasar
train
js
ccbd3d241a9e66929290ad6b9c93488689543af6
diff --git a/types.go b/types.go index <HASH>..<HASH> 100644 --- a/types.go +++ b/types.go @@ -96,8 +96,8 @@ type ContainerInfo struct { } Image string NetworkSettings struct { - IpAddress string - IpPrefixLen int + IPAddress string `json:"IpAddress"` + IPPrefixLen int `json:"IpPrefixLen"` ...
Fix golint issues for IP* members. Related to #<I>
samalba_dockerclient
train
go
b446c8fa44c3c78a4a2987b367f83bef83affc5f
diff --git a/rflint/parser/rfkeyword.py b/rflint/parser/rfkeyword.py index <HASH>..<HASH> 100644 --- a/rflint/parser/rfkeyword.py +++ b/rflint/parser/rfkeyword.py @@ -1,14 +1,21 @@ # Does this need to be in its own file, or can I combine # testcase and keyword into one file? -from testcase import Testcase +from com...
Keyword now inherits from RobotStatements rather than Testcase
boakley_robotframework-lint
train
py
8ab52833f1c04855aac6c0c0ea32a5327d7c4e1a
diff --git a/logback-classic/src/test/java/ch/qos/logback/classic/net/SyslogAppenderTest.java b/logback-classic/src/test/java/ch/qos/logback/classic/net/SyslogAppenderTest.java index <HASH>..<HASH> 100644 --- a/logback-classic/src/test/java/ch/qos/logback/classic/net/SyslogAppenderTest.java +++ b/logback-classic/src/te...
- removing "test" as a prefix from Junit 4 tests, so that they pass under Continuum
tony19_logback-android
train
java
3e3b2207f4f7d9e70d9c92330cf6f6bcb1be7fbe
diff --git a/freshroastsr700/__init__.py b/freshroastsr700/__init__.py index <HASH>..<HASH> 100644 --- a/freshroastsr700/__init__.py +++ b/freshroastsr700/__init__.py @@ -111,10 +111,9 @@ class freshroastsr700(object): try: self.connect() self.connected = True + ...
Added try/except blocks to auto reconnect on lost connection.
Roastero_freshroastsr700
train
py
f63cdf1853e9ae483e1dd056893a3c5a05e00c03
diff --git a/gatspy/periodic/modeler.py b/gatspy/periodic/modeler.py index <HASH>..<HASH> 100644 --- a/gatspy/periodic/modeler.py +++ b/gatspy/periodic/modeler.py @@ -51,7 +51,7 @@ class PeriodicModeler(object): return self def predict(self, t, period=None): - """Compute the best-fit model at ``t...
DOC: correct 'frequency' to 'period' in docstrings
astroML_gatspy
train
py
bdbe3d6b1305b34333952a202cb3d3b8d4483a60
diff --git a/src/Callbacks/AttributeGroupNamesValidatorCallback.php b/src/Callbacks/AttributeGroupNamesValidatorCallback.php index <HASH>..<HASH> 100644 --- a/src/Callbacks/AttributeGroupNamesValidatorCallback.php +++ b/src/Callbacks/AttributeGroupNamesValidatorCallback.php @@ -85,9 +85,12 @@ class AttributeGroupNamesV...
refactoring php notices
techdivision_import-attribute
train
php
e83fc0addd439834a8103adf875b993fc09ed913
diff --git a/metal/multitask/mt_label_model.py b/metal/multitask/mt_label_model.py index <HASH>..<HASH> 100644 --- a/metal/multitask/mt_label_model.py +++ b/metal/multitask/mt_label_model.py @@ -24,8 +24,7 @@ class MTLabelModel(MTClassifier, LabelModel): # Note: While K is a list of the cardinalities of the ...
Make suggested updates to MTLabelModel
HazyResearch_metal
train
py
e1eea055e5dcd051dfb5891947f789f270d18624
diff --git a/lang/en/hub.php b/lang/en/hub.php index <HASH>..<HASH> 100644 --- a/lang/en/hub.php +++ b/lang/en/hub.php @@ -154,7 +154,7 @@ $string['screenshots'] = 'Screenshots'; $string['screenshots_help'] = 'Screenshots will displayed during search results.'; $string['search'] = 'Search'; $string['selecthub'] = 'S...
MDL-<I> Updated a string for hub publishing
moodle_moodle
train
php
9ab58d302dd2fdd3706faf5dddb9629427df9037
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index <HASH>..<HASH> 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -443,14 +443,11 @@ class Command(_BaseCommand): converter = getattr(converters, converter.__name__ + 'Converter', converter) ...
[commands] Fix classmethod converters not working. Protocols sure are annoying.
Rapptz_discord.py
train
py
08e315f2acbc8060538a4db805f2bf9aed3f752f
diff --git a/android/src/playn/android/AndroidTextLayout.java b/android/src/playn/android/AndroidTextLayout.java index <HASH>..<HASH> 100644 --- a/android/src/playn/android/AndroidTextLayout.java +++ b/android/src/playn/android/AndroidTextLayout.java @@ -93,6 +93,7 @@ class AndroidTextLayout implements TextLayout { ...
This reduces text measurement suck. It doesn't eliminate it, and the text measurement is often wildly off even in a Canvas with no scaling. I don't see how anything gets rendered in a civilized way on Android. It's a state of nature in there.
threerings_playn
train
java
7460d06db441ce09e682a6906ebe5a4846b2bfc9
diff --git a/lib/less/rails/semantic_ui/version.rb b/lib/less/rails/semantic_ui/version.rb index <HASH>..<HASH> 100644 --- a/lib/less/rails/semantic_ui/version.rb +++ b/lib/less/rails/semantic_ui/version.rb @@ -1,7 +1,7 @@ module Less module Rails module SemanticUI - VERSION = '1.7.1.0' + VERSION = '...
Changed version (assets wasn't changed)
Semantic-Org_Semantic-UI-Rails-LESS
train
rb
36306818789e304f06324dba8837c0d64e5ffd7a
diff --git a/bip39.go b/bip39.go index <HASH>..<HASH> 100644 --- a/bip39.go +++ b/bip39.go @@ -254,6 +254,7 @@ func IsMnemonicValid(mnemonic string) bool { return true } +// contains checks if a given string is in a given slice of strings. func contains(s []string, e string) bool { for _, a := range s { if a...
DOC: Add comment to uncommented function.
tyler-smith_go-bip39
train
go
adc0af347f5820d1b73d670f247561cef4caf227
diff --git a/fastlane/lib/fastlane/environment_printer.rb b/fastlane/lib/fastlane/environment_printer.rb index <HASH>..<HASH> 100644 --- a/fastlane/lib/fastlane/environment_printer.rb +++ b/fastlane/lib/fastlane/environment_printer.rb @@ -229,6 +229,7 @@ module Fastlane UI.error(ex) UI.error("Coul...
[fastlane_core] [env] Add Swift version to `fastlane env` (#<I>)
fastlane_fastlane
train
rb,rb
19e0a9a9f7a614fcf3278657b3afc02240232414
diff --git a/sampi/client/client.go b/sampi/client/client.go index <HASH>..<HASH> 100644 --- a/sampi/client/client.go +++ b/sampi/client/client.go @@ -18,6 +18,7 @@ func New() (*Client, error) { if err != nil { return nil, err } + defer services.Close() select { case <-services.Watch(true, true): case <-ti...
host/sampi: client: Close service stream after we're done with it
flynn_flynn
train
go
65f6c53e86fbe3282a8cc7b8f9a06fd761c317d3
diff --git a/queries/tornado_session.py b/queries/tornado_session.py index <HASH>..<HASH> 100644 --- a/queries/tornado_session.py +++ b/queries/tornado_session.py @@ -287,7 +287,7 @@ class TornadoSession(session.Session): # returning from Connection._setup without setting the state # as const....
Update PYPY edge case Since connection.reset() can not be called in psycopg2ct, set the status directly
gmr_queries
train
py,py
ddf7602c413c7496d4cb09dcac77edbe04c435d8
diff --git a/lib/slimmer/version.rb b/lib/slimmer/version.rb index <HASH>..<HASH> 100644 --- a/lib/slimmer/version.rb +++ b/lib/slimmer/version.rb @@ -1,3 +1,3 @@ module Slimmer - VERSION = '1.1.31' + VERSION = '1.1.32' end
Bump Gem version to <I>
alphagov_slimmer
train
rb
1c6c02dce50fd8bc59ad128c1311cb8012bed86f
diff --git a/integration/windows/windows_test.go b/integration/windows/windows_test.go index <HASH>..<HASH> 100644 --- a/integration/windows/windows_test.go +++ b/integration/windows/windows_test.go @@ -340,7 +340,7 @@ var _ = Describe("An Agent running on Windows", func() { cmdRunner.RunCommand("w32tm", "/resync") ...
Add failure string as a test [#<I>]<URL>
cloudfoundry_bosh-agent
train
go
e2579e52379ae0c8a7a9fc71d5e1934087852c56
diff --git a/lib/adhearsion/initializer/configuration.rb b/lib/adhearsion/initializer/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/initializer/configuration.rb +++ b/lib/adhearsion/initializer/configuration.rb @@ -131,6 +131,8 @@ module Adhearsion def initialize(overrides = {}) @lis...
Allow specifying the AGI listener with :host and :port
adhearsion_adhearsion
train
rb
9007abc5056466d77e441b920ae199d6d8d8156a
diff --git a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/util/RowKeyWrapper.java b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/util/RowKeyWrapper.java index <HASH>..<HASH> 100644 --- a/bigtable-client-core-parent/bigtable-hbase/sr...
feat: add toString for RowKeyWrapper to ease debugging (#<I>)
googleapis_cloud-bigtable-client
train
java
b4ceda400d5afc827401995f6eab79d44930e13e
diff --git a/stripy/spherical.py b/stripy/spherical.py index <HASH>..<HASH> 100755 --- a/stripy/spherical.py +++ b/stripy/spherical.py @@ -404,6 +404,8 @@ class sTriangulation(object): if not guarantee_convergence: break + import warnings + if ierr < 0: warni...
Fix an error that could occur in sTriangulation.gradient_xyz, adding a missing "import warnings".
underworldcode_stripy
train
py
7e5ba301b569fab21a2017c72c295477af42601d
diff --git a/pypet/tests/coverage_run.py b/pypet/tests/coverage_run.py index <HASH>..<HASH> 100644 --- a/pypet/tests/coverage_run.py +++ b/pypet/tests/coverage_run.py @@ -53,6 +53,7 @@ if __name__ == '__main__': 'MultiprocLinkQueueTest', 'MultiprocPoolSortLocalTest', ...
Added FrozenScoop tets to coverage;
SmokinCaterpillar_pypet
train
py
7636df313cba7791180a1b5b2194262f727d151f
diff --git a/server/workers/view_pdf.py b/server/workers/view_pdf.py index <HASH>..<HASH> 100644 --- a/server/workers/view_pdf.py +++ b/server/workers/view_pdf.py @@ -23,7 +23,20 @@ def test(): import zerorpc c = zerorpc.Client() c.connect("tcp://127.0.0.1:4242") + + # Generate input for the worker ...
test now does both unit test and server test Former-commit-id: <I>fa1d<I>fc<I>cbde<I>e7dfba<I>b<I>c
SuperCowPowers_workbench
train
py
d85e995ab676690b71bcad043ca3882adac3b83e
diff --git a/repository/javascript.php b/repository/javascript.php index <HASH>..<HASH> 100644 --- a/repository/javascript.php +++ b/repository/javascript.php @@ -976,10 +976,10 @@ EOD; $user_context = get_context_instance(CONTEXT_USER, $USER->id); $repos = repository::get_instances(array($user_context, $context, g...
REPOSITORY/MDL-<I> improve javascript for file picker
moodle_moodle
train
php
a8501ece77c7e6355d73e5b26eaabe4f6df608c0
diff --git a/secedgar/utils/exceptions.py b/secedgar/utils/exceptions.py index <HASH>..<HASH> 100644 --- a/secedgar/utils/exceptions.py +++ b/secedgar/utils/exceptions.py @@ -12,7 +12,7 @@ class EDGARFieldError(Exception): This error is thrown when an invalid field is given to an endpoint. """ - def __in...
MAINT: No cover for exceptions
coyo8_sec-edgar
train
py
b0aa78dbec8b28007e702a6d86429ddccdf69373
diff --git a/Generator/Readme.php b/Generator/Readme.php index <HASH>..<HASH> 100644 --- a/Generator/Readme.php +++ b/Generator/Readme.php @@ -11,10 +11,8 @@ namespace ModuleBuider\Generator; * Generator base class for module README file. * * (You were going to write a README file, right?) - * - * No point in ext...
Changed parent of Readme generator class.
drupal-code-builder_drupal-code-builder
train
php
e5f92170652d5e9349732da43b5a4be23997e190
diff --git a/lxd/networks.go b/lxd/networks.go index <HASH>..<HASH> 100644 --- a/lxd/networks.go +++ b/lxd/networks.go @@ -646,7 +646,7 @@ func networkPost(d *Daemon, r *http.Request) response.Response { return response.BadRequest(fmt.Errorf("New network name not provided")) } - err = network.ValidateNameAndProj...
lxd/networks: Use ValidateName function on loaded DB network in networkPost
lxc_lxd
train
go
283af087509d3121010199c49c190b2f2e1269b8
diff --git a/src/Sylius/Bundle/ResourceBundle/Form/DefaultFormFactory.php b/src/Sylius/Bundle/ResourceBundle/Form/DefaultFormFactory.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/ResourceBundle/Form/DefaultFormFactory.php +++ b/src/Sylius/Bundle/ResourceBundle/Form/DefaultFormFactory.php @@ -42,8 +42,14 @@ cl...
Use single text for datewidgets by default
Sylius_Sylius
train
php
b3848863d9700cbcea8844b10d7b8a2b7a42f4f1
diff --git a/tasks/watch.js b/tasks/watch.js index <HASH>..<HASH> 100644 --- a/tasks/watch.js +++ b/tasks/watch.js @@ -8,6 +8,8 @@ module.exports = function(grunt) { * a file in the testing features directory changes. */ grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-parallel'); + ...
#<I>: Load grunt-parallel plugin for watch configuration.
phase2_grunt-drupal-tasks
train
js
13f04adf90c7ac8c7cf43cd9c723339f4f69b79b
diff --git a/sacred/observers/mongo.py b/sacred/observers/mongo.py index <HASH>..<HASH> 100644 --- a/sacred/observers/mongo.py +++ b/sacred/observers/mongo.py @@ -77,7 +77,7 @@ class MongoObserver(RunObserver): self.metrics = metrics_collection self.fs = fs if isinstance(overwrite, (int, str)...
fixed a problem with MongoObserver overwrite
IDSIA_sacred
train
py
85841c3a54a83df3cb298e1e965078f224411970
diff --git a/src/js/controls/Tab.js b/src/js/controls/Tab.js index <HASH>..<HASH> 100644 --- a/src/js/controls/Tab.js +++ b/src/js/controls/Tab.js @@ -26,6 +26,7 @@ lm.controls.Tab = function( header, contentItem ) { ) { this._dragListener = new lm.utils.DragListener( this.element ); this._dragListener.on( 'dra...
since the tab is destroyed during a drag and drop, we need to cleanup the draglistener when the contentItem is destroyed instead
golden-layout_golden-layout
train
js
e31fbc78b66ddf3fd5d802c9395a1b7eb7c94bd5
diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -76,9 +76,9 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Abonnez-vous pour obtenir les der...
New translations cachet.php (French)
CachetHQ_Cachet
train
php
d499601bd76a2f9520a923146c7901ff8d74f351
diff --git a/python/ray/tests/test_actor.py b/python/ray/tests/test_actor.py index <HASH>..<HASH> 100644 --- a/python/ray/tests/test_actor.py +++ b/python/ray/tests/test_actor.py @@ -25,6 +25,7 @@ from ray.tests.utils import ( relevant_errors, wait_for_condition, wait_for_errors, + wait_for_pid_to_exi...
Fix flaky checkpoint tests (#<I>)
ray-project_ray
train
py
b8e8ff3f494a0a81b889110ac8483780b2853d4f
diff --git a/apiserver/pinger_test.go b/apiserver/pinger_test.go index <HASH>..<HASH> 100644 --- a/apiserver/pinger_test.go +++ b/apiserver/pinger_test.go @@ -97,7 +97,7 @@ func (s *pingerSuite) TestAgentConnectionShutsDownWithNoPing(c *gc.C) { server, clock := s.newServerWithTestClock(c) conn, _ := s.OpenAPIAsNewM...
go fmt is a thing
juju_juju
train
go
249683b25655e1c8c17f3ac01e7739e558df1f9b
diff --git a/flink-core/src/main/java/org/apache/flink/util/AbstractAutoCloseableRegistry.java b/flink-core/src/main/java/org/apache/flink/util/AbstractAutoCloseableRegistry.java index <HASH>..<HASH> 100644 --- a/flink-core/src/main/java/org/apache/flink/util/AbstractAutoCloseableRegistry.java +++ b/flink-core/src/main...
[refactor][core] Removed unused method addCloseableInternal in AbstractAutoCloseableRegistry
apache_flink
train
java
c659aa6b98f6e75daea40bdd6adfe54d1209f5a6
diff --git a/lib/locomotive/steam/repositories/content_entry_repository.rb b/lib/locomotive/steam/repositories/content_entry_repository.rb index <HASH>..<HASH> 100644 --- a/lib/locomotive/steam/repositories/content_entry_repository.rb +++ b/lib/locomotive/steam/repositories/content_entry_repository.rb @@ -276,10 +276,1...
a better version of the bug fix from the last commit
locomotivecms_steam
train
rb
444a8cf4e4ff7399b520403fe2c79520a1df7c8e
diff --git a/pygrok/pygrok.py b/pygrok/pygrok.py index <HASH>..<HASH> 100644 --- a/pygrok/pygrok.py +++ b/pygrok/pygrok.py @@ -70,7 +70,7 @@ def grok_match(text, pattern, custom_patterns = {}, custom_patterns_dir = None): matches[key] = int(match) if type_mapper[key] == 'float': ...
Taking incompatible input into account...
garyelephant_pygrok
train
py
aa4e3acf4e09ae91f5f4ca2d1f29a218a4489bb3
diff --git a/tests/python/gpu/test_gluon_gpu.py b/tests/python/gpu/test_gluon_gpu.py index <HASH>..<HASH> 100644 --- a/tests/python/gpu/test_gluon_gpu.py +++ b/tests/python/gpu/test_gluon_gpu.py @@ -15,7 +15,6 @@ # specific language governing permissions and limitations # under the License. -from __future__ import ...
Mark test_lstm_clip as flaky (#<I>)
apache_incubator-mxnet
train
py
3fe1cc2b130fb8c81cd86f2d0b39b5eaef9f1645
diff --git a/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannel.java b/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannel.java index <HASH>..<HASH> 100644 --- a/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannel.java +++ b/protocol/src/main/java/org/jboss/as/protocol/ProtocolChannel.java @...
Don't fail on stopping already stopped channel was: <I>e8bd<I>a<I>f<I>e4ea3c<I>c<I>d<I>
wildfly_wildfly-core
train
java
7a13ae0622fa874454c0b74fe6c638528421ec12
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(here, "README.rst"), encoding="UTF-8") as readme: setup( name="datapipelines", - version="0.0.1", + version="1.0.1", author="Meraki Analytics Team", author_email="team@m...
incrementing version number to 1.x.x
meraki-analytics_datapipelines-python
train
py
e061fe2e9e304d738eb205c627124260337bd952
diff --git a/hazelcast/src/test/java/com/hazelcast/util/executor/LoggingScheduledExecutorTest.java b/hazelcast/src/test/java/com/hazelcast/util/executor/LoggingScheduledExecutorTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/util/executor/LoggingScheduledExecutorTest.java +++ b/hazelca...
Relax LoggingScheduledExecutorTest test timeout (#<I>)
hazelcast_hazelcast
train
java
9a6a53764909ed8da9958719e50f3f1d30b250a0
diff --git a/edisgo/tools/plots.py b/edisgo/tools/plots.py index <HASH>..<HASH> 100644 --- a/edisgo/tools/plots.py +++ b/edisgo/tools/plots.py @@ -431,9 +431,9 @@ def mv_grid_topology(edisgo_obj, timestep=None, buses[~buses.isin(buses_with_curtailment)] bus_sizes.update({bus: 0 for bus in buses_wi...
Increase size of curtailment at nodes in plotting
openego_eDisGo
train
py
3ca9e2cfbe0ab2914605c1160872d8ea2a9f1ffa
diff --git a/source/org/jasig/portal/ChannelRegistryManager.java b/source/org/jasig/portal/ChannelRegistryManager.java index <HASH>..<HASH> 100644 --- a/source/org/jasig/portal/ChannelRegistryManager.java +++ b/source/org/jasig/portal/ChannelRegistryManager.java @@ -313,7 +313,7 @@ public class ChannelRegistryManager {...
Changed paramOverride value from "'Y'" to "Y". This fixes the problem that was preventing the override value from being stored properly in the database. See bug <I> and <I>. git-svn-id: <URL>
Jasig_uPortal
train
java
7359533de28d5e4dbf99019c8ff6059cbef6fd62
diff --git a/ontrack-extension-support/src/main/java/net/nemerosa/ontrack/extension/support/configurations/AbstractConfigurationService.java b/ontrack-extension-support/src/main/java/net/nemerosa/ontrack/extension/support/configurations/AbstractConfigurationService.java index <HASH>..<HASH> 100644 --- a/ontrack-extensi...
#<I> Correction of integration tests
nemerosa_ontrack
train
java
56dc5d60202ebd652c3e25ae0b7646905566bd16
diff --git a/test/busted_test.rb b/test/busted_test.rb index <HASH>..<HASH> 100644 --- a/test/busted_test.rb +++ b/test/busted_test.rb @@ -262,12 +262,10 @@ class BustedTest < MiniTest::Unit::TestCase Object.class_eval "class ExtraExtraCheese; end" inner_report = Busted.finish - puts inner_report.object_...
Whoops, remove debugging code
simeonwillbanks_busted
train
rb
08a6638926bab905277c2d60c4dd68e9beb91724
diff --git a/render/tests/test-input.js b/render/tests/test-input.js index <HASH>..<HASH> 100644 --- a/render/tests/test-input.js +++ b/render/tests/test-input.js @@ -122,13 +122,13 @@ o.spec("form inputs", function() { //test that value reverts to textContent when value omitted select = {tag: "select", child...
Minimize vdom diff in option value test
MithrilJS_mithril.js
train
js
448d0b8584c59ee3e5199d1fdc5980e32493694b
diff --git a/src/geshi/perl.php b/src/geshi/perl.php index <HASH>..<HASH> 100644 --- a/src/geshi/perl.php +++ b/src/geshi/perl.php @@ -13,8 +13,10 @@ * * CHANGES * ------- + * 2006/01/05 (1.0.2) + * - Used hardescape feature for ' strings (Cliff Stanford) * 2004/11/27 (1.0.1) - * - Added support for multip...
Used hardquote support for ' strings in perl (Cliff Stanford)
GeSHi_geshi-1.0
train
php
e1be8864aaaf4c62dc68c668d2e9fc1adca3e137
diff --git a/blargg/models.py b/blargg/models.py index <HASH>..<HASH> 100644 --- a/blargg/models.py +++ b/blargg/models.py @@ -7,7 +7,6 @@ except ImportError: # pragma: no cover from django.contrib.auth.models import User from django.contrib.sites.models import Site from django.core.urlresolvers import reverse -fro...
don't try to render restructuredtext if we don't have docutils. assume default format is plain html
bradmontgomery_django-blargg
train
py
1e4b44256070b3fbd04e7f2883b34e3b4dde51ae
diff --git a/examples/10-oauth-new-payment.php b/examples/10-oauth-new-payment.php index <HASH>..<HASH> 100644 --- a/examples/10-oauth-new-payment.php +++ b/examples/10-oauth-new-payment.php @@ -8,7 +8,7 @@ try /* * Initialize the Mollie API library with your OAuth access token. */ - include "initialize_with_oa...
Update <I>-oauth-new-payment.php
mollie_mollie-api-php
train
php
93611fe26d3dfc34d4d8d9412244c54c60c84eb9
diff --git a/src/Behat/Mink/Selector/SelectorsHandler.php b/src/Behat/Mink/Selector/SelectorsHandler.php index <HASH>..<HASH> 100644 --- a/src/Behat/Mink/Selector/SelectorsHandler.php +++ b/src/Behat/Mink/Selector/SelectorsHandler.php @@ -69,6 +69,15 @@ class SelectorsHandler */ public function getSelector($...
Added a BC layer for the named selector in the handler This BC layer will ensure that code using the SelectorsHandler directly will not break when trying to access the named selector. However, it will trigger a deprecation notice.
minkphp_Mink
train
php
503055531be5f8ca1ba1be7834f1a8130d48ca59
diff --git a/src/Ballybran/Core/Collections/Collection/IteratorDot.php b/src/Ballybran/Core/Collections/Collection/IteratorDot.php index <HASH>..<HASH> 100644 --- a/src/Ballybran/Core/Collections/Collection/IteratorDot.php +++ b/src/Ballybran/Core/Collections/Collection/IteratorDot.php @@ -264,7 +264,7 @@ class Iterato...
Update IteratorDot.php
knut7_framework
train
php
5f6748f7b89948721940c994c49cf6f311585ac3
diff --git a/pixelgl/vertex.go b/pixelgl/vertex.go index <HASH>..<HASH> 100644 --- a/pixelgl/vertex.go +++ b/pixelgl/vertex.go @@ -94,7 +94,7 @@ func NewVertexArray(parent Doer, format VertexFormat, mode VertexDrawMode, usage offset := 0 for _, attr := range format { switch attr.Type { - case Int, Float, Vec2, ...
don't support Int as vertex attribute
faiface_pixel
train
go
d5035caa0ec0b966c24f23c5130192ee3329c35d
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -141,7 +141,7 @@ class App { let errorHandler = err => { if (err instanceof HttpError) - return this.parent.catch.run(mergeState(state, err.code)) + return this.parent.catch.run(merg...
always send error to catch handlers fixed #3
Thhethssmuz_nnn
train
js
d709456e08cba215aea33df06b07610adbe1a56b
diff --git a/lib/WebSocket.js b/lib/WebSocket.js index <HASH>..<HASH> 100644 --- a/lib/WebSocket.js +++ b/lib/WebSocket.js @@ -264,7 +264,7 @@ WebSocket.prototype.terminate = function() { // Add a timeout to ensure that the connection is completely // cleaned up within 30 seconds, even if the clean close proc...
clear failsafe cleanup timeout once cleanup is called
websockets_ws
train
js
c631a0a04da06b4b64bd21699a0e2f11736227ee
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +import sys from setuptools import setup +from setuptools.command.test import test as TestCommand from sys import platform from platform import architecture import shutil @@ -13,6 +15,26...
Enable "python setup.py test"
bastibe_SoundFile
train
py
a36663c9608f5653301b52c23926f44a0e4aa562
diff --git a/app/controllers/adhoq/current_tables_controller.rb b/app/controllers/adhoq/current_tables_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/adhoq/current_tables_controller.rb +++ b/app/controllers/adhoq/current_tables_controller.rb @@ -8,7 +8,7 @@ module Adhoq hidden_model_names << 'Ap...
Fix show table feature error(a case where there is an anonymous class inherited ActiveRecord::Base) If there is an anonymous class inherited ActiveRecord::Base(e.g. SwitchPoint), the show table feature fails. Because the name is nil in anonymous classes, it fails sorting by table name. So I excluded anonymous classes.
esminc_adhoq
train
rb
850eb13846f1259730e9d5b451c0976367786331
diff --git a/src/Service/Filesystem.php b/src/Service/Filesystem.php index <HASH>..<HASH> 100644 --- a/src/Service/Filesystem.php +++ b/src/Service/Filesystem.php @@ -74,4 +74,10 @@ class Filesystem implements TranslationServiceInterface { } -} \ No newline at end of file + /** + * @inheritDoc + ...
Make sure Filesystem implements uploadAllTranslations
Happyr_TranslationBundle
train
php
610cb85bcb158aa35c7d807736a49a2a8845e0ed
diff --git a/lib/acts_as_paranoid/associations.rb b/lib/acts_as_paranoid/associations.rb index <HASH>..<HASH> 100644 --- a/lib/acts_as_paranoid/associations.rb +++ b/lib/acts_as_paranoid/associations.rb @@ -31,7 +31,7 @@ module ActsAsParanoid association = association(:#{target}) retur...
Using unscoped when retrieving the belongs_to association with deleted to avoid using the default scope
ActsAsParanoid_acts_as_paranoid
train
rb
77acd307b8b749b297e5823158b32e2502f68280
diff --git a/lib/vendor/quantified/lib/quantified/attribute.rb b/lib/vendor/quantified/lib/quantified/attribute.rb index <HASH>..<HASH> 100644 --- a/lib/vendor/quantified/lib/quantified/attribute.rb +++ b/lib/vendor/quantified/lib/quantified/attribute.rb @@ -180,12 +180,11 @@ module Quantified else self...
update Quantified to play nice with merb
Shopify_active_shipping
train
rb
49cdc58b7d3212b4a8ceab4e500c52c4c52ff7fa
diff --git a/src/Repositories/EloquentRepository.php b/src/Repositories/EloquentRepository.php index <HASH>..<HASH> 100644 --- a/src/Repositories/EloquentRepository.php +++ b/src/Repositories/EloquentRepository.php @@ -64,7 +64,7 @@ class EloquentRepository extends BaseRepository { $currentModel = $model;...
prev next arrows for module with category in url.
TypiCMS_Core
train
php
e242530c434a8d9d47fd725829d9f515b27b7ab6
diff --git a/docs/src/pages/demos/selects/SimpleSelect.js b/docs/src/pages/demos/selects/SimpleSelect.js index <HASH>..<HASH> 100644 --- a/docs/src/pages/demos/selects/SimpleSelect.js +++ b/docs/src/pages/demos/selects/SimpleSelect.js @@ -101,7 +101,7 @@ class SimpleSelect extends React.Component { <FormContro...
Changing type 'Alignement' to Alignment (#<I>)
mui-org_material-ui
train
js
4180bfa57244db101f83505aeed48d4530e349cf
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -81,11 +81,10 @@ def fix_ones(pmap): def build_weights(realizations, imt_dt): """ - :returns: an array with the realization weights...
Simplified the weights management [skip hazardlib] Former-commit-id: 0e<I>e1e<I>d6fc<I>ab<I>c7af<I>b<I>d<I>c
gem_oq-engine
train
py
d816bcd7c54bebac50e45f6e719a59a4fa878c21
diff --git a/src/core/text/TextStyle.js b/src/core/text/TextStyle.js index <HASH>..<HASH> 100644 --- a/src/core/text/TextStyle.js +++ b/src/core/text/TextStyle.js @@ -29,8 +29,8 @@ import utils from '../utils'; * spiked text issues. Default is 'miter' (creates a sharp corner). * @param [style.miterLimit=10] {n...
Update documentation for TextStyle.padding The change has been made here: <URL>
pixijs_pixi.js
train
js
30d548a48bfb368f93c845f57c5f90efb6d15150
diff --git a/src/Storage/Mapping/MetadataDriver.php b/src/Storage/Mapping/MetadataDriver.php index <HASH>..<HASH> 100644 --- a/src/Storage/Mapping/MetadataDriver.php +++ b/src/Storage/Mapping/MetadataDriver.php @@ -265,6 +265,9 @@ class MetadataDriver implements MappingDriver */ public function setIncomingRe...
fix skip of id lookup
bolt_bolt
train
php
8b6ca80b020b1e280733aa1890ff3241221e824f
diff --git a/install/lib/class.updaterpage.php b/install/lib/class.updaterpage.php index <HASH>..<HASH> 100644 --- a/install/lib/class.updaterpage.php +++ b/install/lib/class.updaterpage.php @@ -137,7 +137,12 @@ ); $this->Form->appendChild( new XMLElement('p', - ...
Add link to delete install folder after update PR #<I> <I>ae5 Fixes #<I> Picked from <I>e<I>b<I>b
symphonycms_symphony-2
train
php
3cc1e1ee4c6e794f9d8ee8583f329f6204339a59
diff --git a/src/node-loaders.js b/src/node-loaders.js index <HASH>..<HASH> 100644 --- a/src/node-loaders.js +++ b/src/node-loaders.js @@ -26,7 +26,7 @@ var FileSystemLoader = Loader.extend({ if(existsSync(p)) { fs.watch(p, { persistent: false }, function(event, filename) { ...
Watch for file rename events (see #<I>)
mozilla_nunjucks
train
js
d5a970509fd857ea87177fb8675bcd3860d01941
diff --git a/bosh-stemcell/spec/support/os_image_shared_examples.rb b/bosh-stemcell/spec/support/os_image_shared_examples.rb index <HASH>..<HASH> 100644 --- a/bosh-stemcell/spec/support/os_image_shared_examples.rb +++ b/bosh-stemcell/spec/support/os_image_shared_examples.rb @@ -184,10 +184,8 @@ shared_examples_for 'eve...
fix the bug of checking $chroot/etc/group permission we occasionally found this bug of not checking /etc/group file permission under chroot after os image was built. The reason is File.stat method won't get the chroot context in Rspec setup by os_image.rb. It will use the /etc/group file of stemcell build machine's OS...
cloudfoundry_bosh
train
rb
154b64b2ee56fa4391251268ba4a85d178bedd60
diff --git a/djangoautoconf/urls.py b/djangoautoconf/urls.py index <HASH>..<HASH> 100644 --- a/djangoautoconf/urls.py +++ b/djangoautoconf/urls.py @@ -30,8 +30,6 @@ urlpatterns = patterns('', # url(r'^obj_sys/', include('obj_sys.urls')), # url("^$", direct_to_template, {"...
Fix the issue of override url by mistake.
weijia_djangoautoconf
train
py
3c11bf837fa1b3cd31c3f97212a7f754b6ad4913
diff --git a/kernel/content/versionviewframe.php b/kernel/content/versionviewframe.php index <HASH>..<HASH> 100644 --- a/kernel/content/versionviewframe.php +++ b/kernel/content/versionviewframe.php @@ -101,6 +101,16 @@ if ( $Module->isCurrentAction( 'Publish' ) and $operationResult = eZOperationHandler::execute...
EZP-<I>: Handled asyncpub redirect from preview The operation's result wasn't checked, always triggering the default behaviour.
ezsystems_ezpublish-legacy
train
php
510a235239cf36c60da1c2eef8c6c9c9464cfac8
diff --git a/mdata/cache/ccache_test.go b/mdata/cache/ccache_test.go index <HASH>..<HASH> 100644 --- a/mdata/cache/ccache_test.go +++ b/mdata/cache/ccache_test.go @@ -503,7 +503,21 @@ func testSearchDisconnectedWithGapStartEnd(t *testing.T, spanaware, ascending bo } } +func TestReset(t *testing.T) { + cc := NewCCa...
test if cache still works after resetting it
grafana_metrictank
train
go
ab7012bbb7a41c59f119f348cfefc1d2491b9fd0
diff --git a/api/src/main/java/org/wildfly/swarm/spi/api/JBossDeploymentStructureAsset.java b/api/src/main/java/org/wildfly/swarm/spi/api/JBossDeploymentStructureAsset.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/org/wildfly/swarm/spi/api/JBossDeploymentStructureAsset.java +++ b/api/src/main/java/org/wildfl...
Using anyMatch instead of collect
thorntail_thorntail
train
java
8b17bbd2141ca57bc0448836426e0d18eb2f7c88
diff --git a/src/config/webpack.dev.js b/src/config/webpack.dev.js index <HASH>..<HASH> 100644 --- a/src/config/webpack.dev.js +++ b/src/config/webpack.dev.js @@ -90,6 +90,7 @@ export default (app, options) => { 'process.env': { BROWSER: JSON.stringify(true), HOST: JSON.stringify(process....
Define APP_LOCATION in dev
storyforj_fervor
train
js
92adb68b40d0f499cad5bde241775efaebb93e77
diff --git a/src/Service/Factory/TableConnectorGeneratorFactory.php b/src/Service/Factory/TableConnectorGeneratorFactory.php index <HASH>..<HASH> 100644 --- a/src/Service/Factory/TableConnectorGeneratorFactory.php +++ b/src/Service/Factory/TableConnectorGeneratorFactory.php @@ -34,7 +34,7 @@ final class TableConnectorG...
Align service name according to prooph/proophessor
prooph_link-sql-connector
train
php
708a12e22d00edb389d189ae624549d3e8523bc9
diff --git a/ffpyplayer/__init__.py b/ffpyplayer/__init__.py index <HASH>..<HASH> 100644 --- a/ffpyplayer/__init__.py +++ b/ffpyplayer/__init__.py @@ -9,7 +9,7 @@ import platform __all__ = ('dep_bins', ) -__version__ = '4.0.1' +__version__ = '4.1.0.dev0' version = __version__ # the ffmpeg src git version teste...
Bump to <I>.dev0.
matham_ffpyplayer
train
py