File: Changes

package info (click to toggle)
rt-extension-assets-import-csv 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 252 kB
  • sloc: perl: 2,823; makefile: 42; sh: 36
file content (38 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2.4 2024-10-10
 - Allow to directly pass config options to Text::CSV_XS for custom delimiter,
   quote_char, etc
 - Add some sanity checks to the import process for avoiding processing
   broken CSV files or files without the expected columns
 - Add a Dry-Run mode to the import process for testing the import without
   actually changing the database
 - Skip lines with less columns than the header
 - Fix %args being redeclared in the same scope

2.3 2021-06-11
 - Make it compatible with RT 5

2.2 2017-03-22
 - Fix table and sequence names for Pg and Oracle

2.1 2016-02-11
 - Packaging fixes

2.0 2016-02-11
 - Upgrade to 4.4 which has cored Assets

1.4 2014-11-03
 - Fix Role import (Owner)
 - Allow importing of non-single roles (Held By and Contacts)

1.3 2014-07-18
 - Fix MANIFEST

1.2 2014-07-17
 - Allow import to take an explicit configuration file
 - Packaging updates

1.1 2014-02-18
 - Documentation fixes; no behavior changes.

1.0 2014-02-05
 - Initial release