Skip to content

Commit e6c9411

Browse files
committed
Remove bad deps
1 parent 16d8e38 commit e6c9411

File tree

153 files changed

+203
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+203
-297
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- Fix 5.14
44
- Bump min perl to 5.14
5+
- Fix issue where perl libs would not carry down effectively
6+
- Remove DBIx::Class::UUIDColumns as a dep
7+
- Remove DBIx::Class::Tree::AdjacencyList as a dep
58

69
2.000001 2024-07-31 09:30:20-07:00 America/Los_Angeles (TRIAL RELEASE)
710

author_tools/regen_schema.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@
120120
"InflateColumn::DateTime",
121121
"InflateColumn::Serializer",
122122
"InflateColumn::Serializer::JSON",
123-
#"Tree::AdjacencyList",
124-
"UUIDColumns",
125123
],
126124
},
127125
[$db->connect_string('harness_ui'), '', ''],

dist.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ DBIx::Class::Helper::ResultSet::RemoveColumns = 0
8080
DBIx::Class::InflateColumn::DateTime = 0
8181
DBIx::Class::InflateColumn::Serializer = 0
8282
DBIx::Class::InflateColumn::Serializer::JSON = 0
83-
DBIx::Class::Tree::AdjacencyList = 0
84-
DBIx::Class::UUIDColumns = 0
8583
DBIx::QuickDB = 0
8684
Data::Dumper = 0
8785
DateTime = 0

lib/App/Yath/Schema/MariaDB/ApiKey.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("api_keys");
2221
__PACKAGE__->add_columns(
@@ -46,7 +45,7 @@ __PACKAGE__->belongs_to(
4645
);
4746

4847

49-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
48+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
5049
# DO NOT MODIFY ANY PART OF THIS FILE
5150

5251
1;

lib/App/Yath/Schema/MariaDB/Binary.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("binaries");
2221
__PACKAGE__->add_columns(
@@ -49,7 +48,7 @@ __PACKAGE__->belongs_to(
4948
);
5049

5150

52-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
51+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
5352
# DO NOT MODIFY ANY PART OF THIS FILE
5453

5554
1;

lib/App/Yath/Schema/MariaDB/Config.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("config");
2221
__PACKAGE__->add_columns(
@@ -31,7 +30,7 @@ __PACKAGE__->set_primary_key("config_id");
3130
__PACKAGE__->add_unique_constraint("setting", ["setting"]);
3231

3332

34-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
33+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
3534
# DO NOT MODIFY ANY PART OF THIS FILE
3635

3736
1;

lib/App/Yath/Schema/MariaDB/Coverage.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("coverage");
2221
__PACKAGE__->add_columns(
@@ -98,7 +97,7 @@ __PACKAGE__->belongs_to(
9897
);
9998

10099

101-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
100+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
102101
# DO NOT MODIFY ANY PART OF THIS FILE
103102

104103
1;

lib/App/Yath/Schema/MariaDB/CoverageManager.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("coverage_manager");
2221
__PACKAGE__->add_columns(
@@ -35,7 +34,7 @@ __PACKAGE__->has_many(
3534
);
3635

3736

38-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
37+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
3938
# DO NOT MODIFY ANY PART OF THIS FILE
4039

4140
1;

lib/App/Yath/Schema/MariaDB/Email.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("email");
2221
__PACKAGE__->add_columns(
@@ -53,7 +52,7 @@ __PACKAGE__->belongs_to(
5352
);
5453

5554

56-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
55+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
5756
# DO NOT MODIFY ANY PART OF THIS FILE
5857

5958
1;

lib/App/Yath/Schema/MariaDB/EmailVerificationCode.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("email_verification_codes");
2221
__PACKAGE__->add_columns(
@@ -34,7 +33,7 @@ __PACKAGE__->belongs_to(
3433
);
3534

3635

37-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
36+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
3837
# DO NOT MODIFY ANY PART OF THIS FILE
3938

4039
1;

lib/App/Yath/Schema/MariaDB/Event.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("events");
2221
__PACKAGE__->add_columns(
@@ -116,7 +115,7 @@ __PACKAGE__->belongs_to(
116115
);
117116

118117

119-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
118+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
120119
# DO NOT MODIFY ANY PART OF THIS FILE
121120

122121
1;

lib/App/Yath/Schema/MariaDB/Host.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("hosts");
2221
__PACKAGE__->add_columns(
@@ -35,7 +34,7 @@ __PACKAGE__->has_many(
3534
);
3635

3736

38-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
37+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
3938
# DO NOT MODIFY ANY PART OF THIS FILE
4039

4140
1;

lib/App/Yath/Schema/MariaDB/Job.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("jobs");
2221
__PACKAGE__->add_columns(
@@ -57,7 +56,7 @@ __PACKAGE__->belongs_to(
5756
);
5857

5958

60-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
59+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
6160
# DO NOT MODIFY ANY PART OF THIS FILE
6261

6362
1;

lib/App/Yath/Schema/MariaDB/JobTry.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("job_tries");
2221
__PACKAGE__->add_columns(
@@ -108,7 +107,7 @@ __PACKAGE__->has_many(
108107
);
109108

110109

111-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
110+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
112111
# DO NOT MODIFY ANY PART OF THIS FILE
113112

114113
1;

lib/App/Yath/Schema/MariaDB/JobTryField.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("job_try_fields");
2221
__PACKAGE__->add_columns(
@@ -46,7 +45,7 @@ __PACKAGE__->belongs_to(
4645
);
4746

4847

49-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
48+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
5049
# DO NOT MODIFY ANY PART OF THIS FILE
5150

5251
1;

lib/App/Yath/Schema/MariaDB/LogFile.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("log_files");
2221
__PACKAGE__->add_columns(
@@ -38,7 +37,7 @@ __PACKAGE__->has_many(
3837
);
3938

4039

41-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
40+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
4241
# DO NOT MODIFY ANY PART OF THIS FILE
4342

4443
1;

lib/App/Yath/Schema/MariaDB/Permission.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("permissions");
2221
__PACKAGE__->add_columns(
@@ -50,7 +49,7 @@ __PACKAGE__->belongs_to(
5049
);
5150

5251

53-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
52+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
5453
# DO NOT MODIFY ANY PART OF THIS FILE
5554

5655
1;

lib/App/Yath/Schema/MariaDB/PrimaryEmail.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("primary_email");
2221
__PACKAGE__->add_columns(
@@ -41,7 +40,7 @@ __PACKAGE__->belongs_to(
4140
);
4241

4342

44-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
43+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
4544
# DO NOT MODIFY ANY PART OF THIS FILE
4645

4746
1;

lib/App/Yath/Schema/MariaDB/Project.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("projects");
2221
__PACKAGE__->add_columns(
@@ -60,7 +59,7 @@ __PACKAGE__->has_many(
6059
);
6160

6261

63-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
62+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
6463
# DO NOT MODIFY ANY PART OF THIS FILE
6564

6665
1;

lib/App/Yath/Schema/MariaDB/Reporting.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("reporting");
2221
__PACKAGE__->add_columns(
@@ -90,7 +89,7 @@ __PACKAGE__->belongs_to(
9089
);
9190

9291

93-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
92+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
9493
# DO NOT MODIFY ANY PART OF THIS FILE
9594

9695
1;

lib/App/Yath/Schema/MariaDB/Resource.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("resources");
2221
__PACKAGE__->add_columns(
@@ -68,7 +67,7 @@ __PACKAGE__->belongs_to(
6867
);
6968

7069

71-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
70+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
7271
# DO NOT MODIFY ANY PART OF THIS FILE
7372

7473
1;

lib/App/Yath/Schema/MariaDB/ResourceType.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("resource_types");
2221
__PACKAGE__->add_columns(
@@ -35,7 +34,7 @@ __PACKAGE__->has_many(
3534
);
3635

3736

38-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
37+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
3938
# DO NOT MODIFY ANY PART OF THIS FILE
4039

4140
1;

lib/App/Yath/Schema/MariaDB/Run.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("runs");
2221
__PACKAGE__->add_columns(
@@ -145,7 +144,7 @@ __PACKAGE__->belongs_to(
145144
);
146145

147146

148-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
147+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
149148
# DO NOT MODIFY ANY PART OF THIS FILE
150149

151150
1;

lib/App/Yath/Schema/MariaDB/RunField.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ __PACKAGE__->load_components(
1616
"InflateColumn::DateTime",
1717
"InflateColumn::Serializer",
1818
"InflateColumn::Serializer::JSON",
19-
"UUIDColumns",
2019
);
2120
__PACKAGE__->table("run_fields");
2221
__PACKAGE__->add_columns(
@@ -46,7 +45,7 @@ __PACKAGE__->belongs_to(
4645
);
4746

4847

49-
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-30 16:22:58
48+
# Created by DBIx::Class::Schema::Loader v0.07052 @ 2024-07-31 16:25:07
5049
# DO NOT MODIFY ANY PART OF THIS FILE
5150

5251
1;

0 commit comments

Comments
 (0)