Commit graph

3361 commits

Author SHA1 Message Date
Oliver Davies 132def2419 Use yarn 2019-11-01 19:30:02 +00:00
Oliver Davies bfbcda8697 Refactor 2019-11-01 19:17:53 +00:00
Oliver Davies 9032987d20 Add Drupal Edinburgh talk 2019-11-01 19:09:29 +00:00
Oliver Davies eb67a4d88e Allow for marking events as online 2019-11-01 19:09:29 +00:00
Oliver Davies 9b2106e586 Add talkEventLocation macro 2019-11-01 19:09:29 +00:00
dependabot-preview[bot] 9d63ec82a7 Bump phpunit/phpunit from 8.4.1 to 8.4.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.4.1...8.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 23:07:03 +00:00
Oliver Davies d192b04aef Enable versioning of assets in production 2019-10-25 01:28:03 +01:00
Oliver Davies 052f4dd521 Re-structure App directory 2019-10-25 01:28:03 +01:00
Oliver Davies 3ceb11e089 Re-structure App directory 2019-10-25 00:07:13 +01:00
dependabot-preview[bot] 9d2c99736b Bump tightenco/collect from 6.3.0 to 6.4.0
Bumps [tightenco/collect](https://github.com/tightenco/collect) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/tightenco/collect/releases)
- [Commits](https://github.com/tightenco/collect/compare/v6.3.0...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 20:04:55 +01:00
dependabot-preview[bot] 9e319c0cb9 Bump tailwindcss from 1.1.2 to 1.1.3
Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/tailwindcss/tailwindcss/releases)
- [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 19:45:13 +01:00
dependabot-preview[bot] 17f8ce33f1 Bump phpstan/phpstan from 0.11.18 to 0.11.19
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.18 to 0.11.19.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.18...0.11.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 19:44:57 +01:00
dependabot-preview[bot] c6438944ab Bump phpstan/phpstan from 0.11.16 to 0.11.18
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.16 to 0.11.18.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.16...0.11.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-22 17:35:47 +01:00
dependabot-preview[bot] 0a539bbf8b Bump phpunit/phpunit from 8.4.0 to 8.4.1
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-18 20:23:52 +01:00
dependabot-preview[bot] 8752f4e5d4 Bump tightenco/collect from 6.1.0 to 6.3.0
Bumps [tightenco/collect](https://github.com/tightenco/collect) from 6.1.0 to 6.3.0.
- [Release notes](https://github.com/tightenco/collect/releases)
- [Commits](https://github.com/tightenco/collect/compare/v6.1.0...v6.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-18 20:00:15 +01:00
Oliver Davies 61a439a7bb Fix build failures 2019-10-18 19:50:34 +01:00
Oliver Davies 10f0f7fd11 Move custom app code
Move custom app code (the `src` and `tests` directories) into `app`.
2019-10-18 07:40:14 +01:00
Oliver Davies b9830f8386 Move data partials for config 2019-10-18 07:36:13 +01:00
Oliver Davies d97621c42c Group pages within their own directory
Add `pages` as it's own content type, and move all page content into
the appropriate directory.

Any references to `layout` in the YAML front matter has also been
removed as it's implied by the content type. Except for `about.md`
which does explicity use a different layout.
2019-10-18 07:15:55 +01:00
Oliver Davies a9132738af Re-add lint command 2019-10-18 07:04:33 +01:00
Oliver Davies c9bdf4dbd1 WIP add dev page 2019-10-18 07:04:26 +01:00
Oliver Davies 88fffa77d2 Remove unused packages
Remove josephlavin/tap and tsphethean/sculpin-related-posts-bundle
2019-10-16 14:58:23 +01:00
Oliver Davies 774cf8086a Ignore .phpunit.result.cache 2019-10-16 14:57:06 +01:00
Oliver Davies c7cc4f0216 Fix composer commands 2019-10-06 22:30:35 +01:00
Oliver Davies e7d6059cea Delete components.css, move into tailwind.css 2019-10-06 22:30:19 +01:00
Oliver Davies ab6e0d2df5 Add and use sugarss 2019-10-06 22:29:11 +01:00
Oliver Davies 906e4c1938 Fix PHPUnit compatibility
Add `void` return types to the `setUp()` methods.
2019-10-05 19:20:35 +01:00
dependabot-preview[bot] 27e0694872 Bump phpunit/phpunit from 5.7.27 to 8.4.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 5.7.27 to 8.4.0.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.7.27...8.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-05 19:20:35 +01:00
dependabot-preview[bot] 167ccbe89d Bump tightenco/collect from 5.8.35 to 6.1.0
Bumps [tightenco/collect](https://github.com/tightenco/collect) from 5.8.35 to 6.1.0.
- [Release notes](https://github.com/tightenco/collect/releases)
- [Commits](https://github.com/tightenco/collect/compare/v5.8.35...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-05 19:15:18 +01:00
Oliver Davies 00164bbb3c Update build command 2019-10-04 08:27:01 +01:00
Oliver Davies c9d7e7b8d4 Rename prod to build 2019-10-04 08:26:54 +01:00
Oliver Davies 99244c8018 Update watch command to prevent timeouts 2019-10-04 08:26:44 +01:00
Oliver Davies 5c8daf3054 Replace Mix with Encore 2019-10-04 08:19:56 +01:00
Oliver Davies 95450f2719 Remove sugarss 2019-10-04 02:32:57 +01:00
Oliver Davies a1cb32c693 Hide empty playlists for now 2019-10-01 20:57:28 +01:00
Oliver Davies 642c279c0e Add Gmail Filter Builder playlist 2019-10-01 20:51:27 +01:00
Oliver Davies b1c73a054a Add stream page 2019-10-01 19:46:50 +01:00
Oliver Davies 57d9fc0bb9 Add page layout 2019-10-01 19:44:32 +01:00
Oliver Davies cd3d654616 Add stream URL 2019-10-01 19:44:25 +01:00
Oliver Davies ba7ca0f9b0 Redirect to new CV page 2019-09-30 23:25:07 +01:00
Oliver Davies a30750ff61 Delete cv.html.twig 2019-09-30 23:24:40 +01:00
Oliver Davies ed4133b573 Remove bundle, add services in sculpin_kernel.yml 2019-09-30 18:38:25 +01:00
Oliver Davies 278c7a1d44 Use 'new Collection' rather than global collect function 2019-09-27 01:54:13 +01:00
Oliver Davies eac0cba9ae Return Collections rather than arrays 2019-09-27 01:51:32 +01:00
Oliver Davies 3ec494d693 Live blogging from SymfonyLive London 2019 2019-09-13 17:25:57 +01:00
Oliver Davies cd9a857fed Live blogging from SymfonyLive London 2019 2019-09-13 17:17:54 +01:00
Oliver Davies ad8b013cd0 Live blogging from SymfonyLive London 2019 2019-09-13 17:16:06 +01:00
Oliver Davies 3c01fdf383 Live blogging from SymfonyLive London 2019 2019-09-13 17:15:05 +01:00
Oliver Davies 7e6856d12f Live blogging from SymfonyLive London 2019 2019-09-13 17:14:28 +01:00
Oliver Davies 7f33dab4a5 Live blogging from SymfonyLive London 2019 2019-09-13 17:13:04 +01:00