ToJSON: serialize string_columns to JSON
[?]
Apr 26, 2021, 11:37 PM
2XGJ54SFMXISWLZCPCFGHJKCH4FJS7YKJSLA4D6WVILTRDLMOJFQCDependencies
- [2]
4OG3W43VGet rid of old ToJSON code path - [3]
LN3E2P4Et: Test Projects JSON serialization and deserialization - [4]
W5OAZWPDDrop the errorMsg column in the Jobs table - [5]
7ECJWNVXCleanup Project model - [6]
N74SRHS6Remove the "releases" feature - [7]
BMGYDRNKjobsetevals: refer to jobset by ID - [8]
MB5INTIQNormalize nixexpr{input,path} from builds to jobsetevals. - [9]
7RRDNLP3Add homepage to Projects schema - [10]
T5BIOVJEAdd support for tracking custom metrics - [11]
BXHG3HYLWhen renaming a jobset, add a redirect from the old name - [12]
IGR322YPsql: Generate models from postgresql - [13]
NZXX6PLDRemove the Jobs table - [14]
6WRGCITDEnable declarative projects. - [15]
YU6CND7CRemove support for views - [16]
IQBLO5PWProjects: serialize `enabled` and `hidden` as boolean - [17]
KSBB33REAdd a dashboard - [18]
PCD3ZH6ZPartially revert 1c20cfdf2403feb78cef515faf15c04d5c9f17bd - [*]
LZVO64YGMerge in the first bits of the API work - [*]
X27GNHDV* Basic job info in the database.
Change contents
- edit in src/lib/Hydra/Component/ToJSON.pm at line 19
}foreach my $column (@{$hint->{string_columns}}) {$json{$column} = $self->get_column($column) // ""; - replacement in src/lib/Hydra/Schema/Projects.pm at line 250
columns => [string_columns => [ - replacement in t/Controller/projects.t at line 28
description => undef,description => "", - replacement in t/Controller/projects.t at line 32
homepage => undef,homepage => "",