Commit Graph

165 Commits

Author SHA1 Message Date
fdcefed085 Update DB to version 16: Machines can have an arbitrary number of gpus,
so use an interconnection table, `gpus_by_machine`.
2018-04-28 14:39:21 +01:00
02b9981681 Update DB to version 15: Machines can have an arbitrary number of processors,
so use an interconnection table, `processors_by_machine`.
2018-04-28 13:16:53 +01:00
d8127630b3 Update DB to version 14: Computers and consoles are now machines with different type. 2018-04-28 02:10:03 +01:00
40d07af9c5 Update DB to version 13: Add fields to sound_synths and drop music_synths. 2018-04-27 18:12:23 +01:00
53e924055a Update DB to version 13: Add fields to sound_synths and drop music_synths. 2018-04-27 17:55:04 +01:00
56f54288eb Update view to DB version 12. 2018-04-27 15:29:53 +01:00
d92ec59222 Update DB to version 12: Allow NULL gpu and add constant GPU vales (DB_NONE, DB_FRAMEBUFFER). 2018-04-27 13:56:12 +01:00
621477adff Update DB to version 11: Add fields and indexes to GPUs table. 2018-04-26 11:32:35 +01:00
8112ae5433 Correct SQL syntax for searching companies by letter. 2018-04-22 03:55:46 +01:00
5d58a9a040 Add processor detail to console and computer views. 2018-04-22 03:51:36 +01:00
886ec34aaf Change ulong to long in processor's transistors as database contains signed value. 2018-04-22 03:38:15 +01:00
cff905283a Changed how database values are casted in. 2018-04-22 01:35:57 +01:00
21d678c185 Update database to version 10 (add fields to processors, add instruction set and extensions) 2018-04-20 22:09:33 +01:00
a1299ee2bf Add menu entry to search for all companies. 2018-04-20 19:22:15 +01:00
0ce12f45b0 Use new logo scheme on Company.ByLetter. 2018-04-20 19:21:56 +01:00
27f30cc305 Add Index and ByCountry to Company. 2018-04-20 19:21:29 +01:00
f61ae3f995 Add link to company view to search other companies from same country. 2018-04-20 19:20:54 +01:00
227e9cd52c Render company description markdown from model. 2018-04-20 19:20:33 +01:00
ecb8941872 Add methods to retrieve companies from database according to their start letter and country. 2018-04-20 19:19:51 +01:00
f8c5484974 Show last company logo in computer view. 2018-04-20 19:17:59 +01:00
6df4a0a55e Add link on computer view to see all other computers from same company. 2018-04-20 19:16:57 +01:00
699f22f4e4 Add link on computer view to see all other computers from same year. 2018-04-20 19:14:40 +01:00
5aa17517d8 Add markdown rendering of company description. 2018-04-20 08:08:40 +01:00
a96c093757 Update DB to version 9 (company descriptions). 2018-04-20 03:06:57 +01:00
544cbd5e54 Add company logos to company vides. 2018-04-19 22:03:37 +01:00
565e8c1cde Add import of new company logos. 2018-04-19 15:38:45 +01:00
4196e5539f Update DB to version 8 (company logos). 2018-04-19 14:42:27 +01:00
54e556c792 Render flag on company view. 2018-04-19 08:16:41 +01:00
c1ca0b8290 No need for JPEG in flags. 2018-04-19 07:56:36 +01:00
3901d698d6 Add rendering of new SVG country flags to PNG, JPEG and WebP. 2018-04-19 07:51:53 +01:00
e25f5eacec Add new database fields for companies to model and view. 2018-04-19 00:30:29 +01:00
d0e4c3f9e4 Added defunct and renamed company status 2018-04-19 00:29:34 +01:00
759439375d Update to database version 7. 2018-04-17 07:13:50 +01:00
746a3029fb Add country flags. 2018-04-17 07:13:43 +01:00
b6cf48ca90 Update to database version 6. 2018-04-16 03:20:18 +01:00
f0ec7d9e91 Update to database version 5. 2018-04-16 01:40:05 +01:00
060e1123aa Update to database version 4. 2018-04-15 23:23:18 +01:00
ae10cca33a Update to database version 3. 2018-04-15 17:51:07 +01:00
3ded57a24d Add console controller and views. 2018-04-15 02:31:23 +01:00
a558c139b0 Add company controller and views. 2018-04-15 01:38:49 +01:00
0d383a4c65 Add computer view. 2018-04-14 07:13:11 +01:00
8ddeeeaf4e Add search computer by year. 2018-04-14 05:49:11 +01:00
113cebe789 Add search computer by letter. 2018-04-14 05:40:28 +01:00
d043ef3333 Add controller for computers. 2018-04-14 04:41:04 +01:00
e70211e1e3 Correct schema comments 2018-04-14 04:18:01 +01:00
c2fc4864ab Correct retrieval of nullable integers from database. 2018-04-14 04:17:13 +01:00
8646a7078a Retrieve computer and console information from database for news controller. 2018-04-14 03:04:52 +01:00
9b1513ea9a Correct console model to get console company. 2018-04-13 18:08:11 +01:00
4291fb4f45 Parse integer as bools. 2018-04-13 18:06:02 +01:00
1a412a9e80 Add all models. 2018-04-13 17:53:12 +01:00