[Bps-public-commit] rt-extension-externalstorage branch, master, updated. 0.51

Alex Vandiver alexmv at bestpractical.com
Thu Dec 18 14:42:59 EST 2014


The branch, master has been updated
       via  b9446095862d91c5d133bed8e4c8670c015daf29 (commit)
       via  4e72555a52a11a537128cede37bc3946124c9847 (commit)
      from  bc276333a60e120786e63f38e5716c4d9695acf4 (commit)

Summary of changes:
 Changes                             | 4 ++++
 META.yml                            | 6 +++++-
 Makefile.PL                         | 2 ++
 lib/RT/Extension/ExternalStorage.pm | 2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 4e72555a52a11a537128cede37bc3946124c9847
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 18 14:40:43 2014 -0500

    Add no_index for core RT packages

diff --git a/META.yml b/META.yml
index fcf3617..b463027 100644
--- a/META.yml
+++ b/META.yml
@@ -18,6 +18,10 @@ no_index:
   directory:
     - inc
     - t
+  package:
+    - RT::Record
+    - RT::ObjectCustomFieldValue
+    - RT::Attachment
 recommends:
   Amazon::S3: 0
   File::Dropbox: 0
diff --git a/Makefile.PL b/Makefile.PL
index 828de97..7816b17 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,6 +10,8 @@ requires_rt '4.0.22';
 recommends 'Amazon::S3';
 recommends 'File::Dropbox';
 
+no_index( package => 'RT::Record', 'RT::ObjectCustomFieldValue', 'RT::Attachment');
+
 auto_install;
 
 my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;

commit b9446095862d91c5d133bed8e4c8670c015daf29
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 18 14:42:17 2014 -0500

    Version 0.51 releng

diff --git a/Changes b/Changes
index 9f82746..28525aa 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.51 2014-12-18
+ - Export old file upload CFs, as well as current values
+ - Add no_index for core RT packages
+
 0.50 2014-12-10
  - Initial release
 
diff --git a/META.yml b/META.yml
index b463027..90a411c 100644
--- a/META.yml
+++ b/META.yml
@@ -31,6 +31,6 @@ requires:
   perl: 5.8.3
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '0.50'
+version: '0.51'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.22
diff --git a/lib/RT/Extension/ExternalStorage.pm b/lib/RT/Extension/ExternalStorage.pm
index dbcf631..b235d5e 100644
--- a/lib/RT/Extension/ExternalStorage.pm
+++ b/lib/RT/Extension/ExternalStorage.pm
@@ -4,7 +4,7 @@ use strict;
 
 package RT::Extension::ExternalStorage;
 
-our $VERSION = '0.50';
+our $VERSION = '0.51';
 
 use Digest::SHA qw//;
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list