Jeroen De Dauw has submitted this change and it was merged.

Change subject: Move source files to src
......................................................................


Move source files to src

Change-Id: I5585f2f1a7a3dbde38ee315fab4f08f894b2065e
---
M WikibaseDatabase.php
R src/DBConnectionProvider.php
R src/DeleteFailedException.php
R src/FieldDefinition.php
R src/InsertFailedException.php
R src/LazyDBConnectionProvider.php
R src/MWDB/ExtendedAbstraction.php
R src/MWDB/ExtendedMySQLAbstraction.php
R src/MediaWikiQueryInterface.php
R src/MessageReporter.php
R src/QueryInterface.php
R src/QueryInterfaceException.php
R src/ResultIterator.php
R src/SelectFailedException.php
R src/TableBuilder.php
R src/TableCreationFailedException.php
R src/TableDefinition.php
R src/UpdateFailedException.php
18 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/WikibaseDatabase.php b/WikibaseDatabase.php
index fd6c614..a10c304 100644
--- a/WikibaseDatabase.php
+++ b/WikibaseDatabase.php
@@ -62,7 +62,7 @@
                        array_shift( $pathParts );
                        $fileName = implode( '/', $pathParts );
 
-                       require_once __DIR__ . '/includes/' . $fileName;
+                       require_once __DIR__ . '/src/' . $fileName;
                }
        }
 } );
diff --git a/includes/DBConnectionProvider.php b/src/DBConnectionProvider.php
similarity index 100%
rename from includes/DBConnectionProvider.php
rename to src/DBConnectionProvider.php
diff --git a/includes/DeleteFailedException.php b/src/DeleteFailedException.php
similarity index 100%
rename from includes/DeleteFailedException.php
rename to src/DeleteFailedException.php
diff --git a/includes/FieldDefinition.php b/src/FieldDefinition.php
similarity index 100%
rename from includes/FieldDefinition.php
rename to src/FieldDefinition.php
diff --git a/includes/InsertFailedException.php b/src/InsertFailedException.php
similarity index 100%
rename from includes/InsertFailedException.php
rename to src/InsertFailedException.php
diff --git a/includes/LazyDBConnectionProvider.php 
b/src/LazyDBConnectionProvider.php
similarity index 100%
rename from includes/LazyDBConnectionProvider.php
rename to src/LazyDBConnectionProvider.php
diff --git a/includes/MWDB/ExtendedAbstraction.php 
b/src/MWDB/ExtendedAbstraction.php
similarity index 100%
rename from includes/MWDB/ExtendedAbstraction.php
rename to src/MWDB/ExtendedAbstraction.php
diff --git a/includes/MWDB/ExtendedMySQLAbstraction.php 
b/src/MWDB/ExtendedMySQLAbstraction.php
similarity index 100%
rename from includes/MWDB/ExtendedMySQLAbstraction.php
rename to src/MWDB/ExtendedMySQLAbstraction.php
diff --git a/includes/MediaWikiQueryInterface.php 
b/src/MediaWikiQueryInterface.php
similarity index 100%
rename from includes/MediaWikiQueryInterface.php
rename to src/MediaWikiQueryInterface.php
diff --git a/includes/MessageReporter.php b/src/MessageReporter.php
similarity index 100%
rename from includes/MessageReporter.php
rename to src/MessageReporter.php
diff --git a/includes/QueryInterface.php b/src/QueryInterface.php
similarity index 100%
rename from includes/QueryInterface.php
rename to src/QueryInterface.php
diff --git a/includes/QueryInterfaceException.php 
b/src/QueryInterfaceException.php
similarity index 100%
rename from includes/QueryInterfaceException.php
rename to src/QueryInterfaceException.php
diff --git a/includes/ResultIterator.php b/src/ResultIterator.php
similarity index 100%
rename from includes/ResultIterator.php
rename to src/ResultIterator.php
diff --git a/includes/SelectFailedException.php b/src/SelectFailedException.php
similarity index 100%
rename from includes/SelectFailedException.php
rename to src/SelectFailedException.php
diff --git a/includes/TableBuilder.php b/src/TableBuilder.php
similarity index 100%
rename from includes/TableBuilder.php
rename to src/TableBuilder.php
diff --git a/includes/TableCreationFailedException.php 
b/src/TableCreationFailedException.php
similarity index 100%
rename from includes/TableCreationFailedException.php
rename to src/TableCreationFailedException.php
diff --git a/includes/TableDefinition.php b/src/TableDefinition.php
similarity index 100%
rename from includes/TableDefinition.php
rename to src/TableDefinition.php
diff --git a/includes/UpdateFailedException.php b/src/UpdateFailedException.php
similarity index 100%
rename from includes/UpdateFailedException.php
rename to src/UpdateFailedException.php

-- 
To view, visit https://gerrit.wikimedia.org/r/74133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5585f2f1a7a3dbde38ee315fab4f08f894b2065e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDatabase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to