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]
KSBB33REAdd a dashboard - [5]
T5BIOVJEAdd support for tracking custom metrics - [6]
IQBLO5PWProjects: serialize `enabled` and `hidden` as boolean - [7]
W5OAZWPDDrop the errorMsg column in the Jobs table - [8]
6WRGCITDEnable declarative projects. - [9]
PCD3ZH6ZPartially revert 1c20cfdf2403feb78cef515faf15c04d5c9f17bd - [10]
NZXX6PLDRemove the Jobs table - [11]
YU6CND7CRemove support for views - [12]
N74SRHS6Remove the "releases" feature - [13]
BMGYDRNKjobsetevals: refer to jobset by ID - [14]
MB5INTIQNormalize nixexpr{input,path} from builds to jobsetevals. - [15]
7RRDNLP3Add homepage to Projects schema - [16]
BXHG3HYLWhen renaming a jobset, add a redirect from the old name - [17]
7ECJWNVXCleanup Project model - [18]
IGR322YPsql: Generate models from postgresql - [*]
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 => "",