Skip to content
Started 1 yr 12 mo ago
Took 5.8 sec
Success

Build #38 (Jul 7, 2022, 2:42:09 PM)

Changes
  1. Move everything into a subdirectory (details / githubweb)
  2. Remove unused artwork.php page (details / githubweb)
  3. Remove old treasure trail page (details / githubweb)
  4. Rename php to html (details / githubweb)
  5. Rename about.html to contact.html (details / githubweb)
  6. Rename howwework.html to about.html (details / githubweb)
  7. Add hard-require js files (details / githubweb)
  8. Move php files into /pages, rename for markdown conversion (details / githubweb)
  9. Convert website pages to markdown; add pandoc preprocessing step (details / githubweb)
  10. Use native markdown em-dashes (details / githubweb)
  11. Added event/schedule updater (details / githubweb)
  12. dos2unix (details / githubweb)
  13. Manage eventsUpdater with NPM (details / githubweb)
  14. Add gitignore (details / githubweb)
  15. Convert events-updater to typescript (details / githubweb)
  16. Fix typescript type errors (details / githubweb)
  17. Integrate npm build into makefile (details / githubweb)
  18. Tidy schedule table generation and parsing (details / githubweb)
  19. Do recursive make right(?) (details / githubweb)
  20. Assume .md files always start from their unmodified state (details / githubweb)
  21. Type calendar events (details / githubweb)
  22. This is now officially a parser I guess (details / githubweb)
  23. Fix string start position (details / githubweb)
  24. Add default end times to scheduled items (details / githubweb)
  25. Join with empty string rather than comma (details / githubweb)
  26. Parse dates with an existing date library (details / githubweb)
  27. Add schedule updater to front page (details / githubweb)
  28. Remove vestiges of build-only step (details / githubweb)
  29. Remove Events Updater script (details / githubweb)
  30. Move compile_events.py to tools (details / githubweb)
  31. Only sync from website_files (details / githubweb)
  32. Remove dependency on step which is gone (details / githubweb)
  33. Github actions are not run with elevated privileges (details / githubweb)
  34. Use typing list (details / githubweb)
  35. Name s3 step (details / githubweb)
  36. actions: Checkout with LFS support (details / githubweb)
  37. Add run/serve targets to makefile for faster iteration (details / githubweb)
  38. Compare size only to avoid unnecessary PUTs (details / githubweb)
  39. Fix remaining link typos (details / githubweb)
  40. Specify python3 in build (details / githubweb)
  41. Tell GNU make to run the schedule generator only once (details / githubweb)
  42. Pin to v0.5.1 of s3-sync (might speed up builds vs building master each time) (details / githubweb)
  43. Attempt to summarise changes (details / githubweb)
  44. No need to specify div (details / githubweb)
  45. Avoid JQuery in favour of modern javascript (details / githubweb)
  46. Readd compareTimes code to schedule table (details / githubweb)
  47. Split out event parsing code from compile_events (details / githubweb)
  48. Insert event table at templating time (details / githubweb)
  49. Sort events by time at templating time (details / githubweb)
  50. Ignore python cache files (details / githubweb)
  51. Use UTC for all ical timestamps (details / githubweb)
  52. Filter events table from existing values, not from JSON (details / githubweb)
  53. Cleanup some of the python code (details / githubweb)
  54. Use backported zoneinfo on old pythons (like the newest one on ubuntu-latest) (details / githubweb)
  55. pip → pip3 (details / githubweb)
  56. For some reason, the backport doesn't use the original name (details / githubweb)
  57. Terminate all lines in icalendar file (details / githubweb)
  58. Catch a couple of non-updated links (details / githubweb)
  59. Inline the file reading routine; strip line comments from schedule more aggressively (details / githubweb)
  60. Remove commented-out banner image (details / githubweb)
  61. Remove unused line-breaks from res_physics (details / githubweb)
  62. Use visible (backslash) newlines in res_drinking (details / githubweb)
  63. Try out smooth fade for completed events (details / githubweb)
  64. Make borders of faded out cells not vanish (details / githubweb)
  65. Attempt to keep the announcement box the same size before/after JS (details / githubweb)
  66. Allow announcement/schedule scripts to run asynchronously (details / githubweb)
  67. Speed up table animation a little (details / githubweb)
  68. More sensible name for this function (details / githubweb)
  69. Added previous showings & changed button size (details / githubweb)
  70. New explanation of discord & rename chat.md to discord.md (details / githubweb)
  71. capitalise KentANIMEted (details / githubweb)
  72. Switch to a new bucket (details / githubweb)
  73. Add end of term showings to archive (details / githubweb)
  74. Change a little wording (details / githubweb)
  75. Remove unused code (details / githubweb)
  76. Fix a link to the events page not showing (details / githubweb)
  77. Change to a more suitable function name (details / githubweb)
  78. Clear schedule and add example for reference (details / githubweb)
  79. Deploy to populate and stop 403s on new bucket (details / githubweb)
  80. change on push branch name so the action is actually triggered (details / githubweb)
  81. Testing branch workflow doesn't deploy to aws and add main branch workflow (details / githubweb)
  82. Remove comments and unused line (details / githubweb)
  83. Add message on events when there is nothing scheduled (details / githubweb)
  84. Store event JSON directly in announcement.js, saves a GET call (details / githubweb)
  85. Update PRODID Website version (details / githubweb)
  86. Add schedule (details / githubweb)
  87. Update README (details / githubweb)
  88. Clean up unused imports (details / githubweb)
  89. Forgot markdown syntax (details / githubweb)

Started by user score

Revision: 4165ac12ffe39b3d45c05b6525af7db7a0c46aa4
Repository: https://github.com/kentAnimeted/website.git
  • main