Skip to content

Commit

Permalink
Remove bad deps
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Jul 31, 2024
1 parent 16d8e38 commit e6c9411
Show file tree
Hide file tree
Showing 153 changed files with 203 additions and 297 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

- Fix 5.14
- Bump min perl to 5.14
- Fix issue where perl libs would not carry down effectively
- Remove DBIx::Class::UUIDColumns as a dep
- Remove DBIx::Class::Tree::AdjacencyList as a dep

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

Expand Down
2 changes: 0 additions & 2 deletions author_tools/regen_schema.pl
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
#"Tree::AdjacencyList",
"UUIDColumns",
],
},
[$db->connect_string('harness_ui'), '', ''],
Expand Down
2 changes: 0 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ DBIx::Class::Helper::ResultSet::RemoveColumns = 0
DBIx::Class::InflateColumn::DateTime = 0
DBIx::Class::InflateColumn::Serializer = 0
DBIx::Class::InflateColumn::Serializer::JSON = 0
DBIx::Class::Tree::AdjacencyList = 0
DBIx::Class::UUIDColumns = 0
DBIx::QuickDB = 0
Data::Dumper = 0
DateTime = 0
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/ApiKey.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("api_keys");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -46,7 +45,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Binary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("binaries");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -49,7 +48,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("config");
__PACKAGE__->add_columns(
Expand All @@ -31,7 +30,7 @@ __PACKAGE__->set_primary_key("config_id");
__PACKAGE__->add_unique_constraint("setting", ["setting"]);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Coverage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("coverage");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -98,7 +97,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/CoverageManager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("coverage_manager");
__PACKAGE__->add_columns(
Expand All @@ -35,7 +34,7 @@ __PACKAGE__->has_many(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Email.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("email");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -53,7 +52,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/EmailVerificationCode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("email_verification_codes");
__PACKAGE__->add_columns(
Expand All @@ -34,7 +33,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Event.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("events");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -116,7 +115,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Host.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("hosts");
__PACKAGE__->add_columns(
Expand All @@ -35,7 +34,7 @@ __PACKAGE__->has_many(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Job.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("jobs");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -57,7 +56,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/JobTry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("job_tries");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -108,7 +107,7 @@ __PACKAGE__->has_many(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/JobTryField.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("job_try_fields");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -46,7 +45,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/LogFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("log_files");
__PACKAGE__->add_columns(
Expand All @@ -38,7 +37,7 @@ __PACKAGE__->has_many(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Permission.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("permissions");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -50,7 +49,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/PrimaryEmail.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("primary_email");
__PACKAGE__->add_columns(
Expand All @@ -41,7 +40,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Project.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("projects");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -60,7 +59,7 @@ __PACKAGE__->has_many(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Reporting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("reporting");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -90,7 +89,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Resource.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("resources");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -68,7 +67,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/ResourceType.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("resource_types");
__PACKAGE__->add_columns(
Expand All @@ -35,7 +34,7 @@ __PACKAGE__->has_many(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/Run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("runs");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -145,7 +144,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
3 changes: 1 addition & 2 deletions lib/App/Yath/Schema/MariaDB/RunField.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ __PACKAGE__->load_components(
"InflateColumn::DateTime",
"InflateColumn::Serializer",
"InflateColumn::Serializer::JSON",
"UUIDColumns",
);
__PACKAGE__->table("run_fields");
__PACKAGE__->add_columns(
Expand Down Expand Up @@ -46,7 +45,7 @@ __PACKAGE__->belongs_to(
);


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

1;
Expand Down
Loading

0 comments on commit e6c9411

Please sign in to comment.