Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

CaseyMcGuire

CaseyMcGuire starred facebook/stylex
CaseyMcGuire pushed 1 commit to master CaseyMcGuire/caseymcguire.com
  • - Update dependencies - update projects page. 8cbc509

View on GitHub

CaseyMcGuire pushed 2 commits to master CaseyMcGuire/caseymcguire.com
  • Replace 'react-router-dom' with 'react-router' since the former has been deprecated. b1c70c9
  • Use esm 13d5b6c

View on GitHub

CaseyMcGuire pushed 1 commit to master CaseyMcGuire/caseymcguire.com

View on GitHub

CaseyMcGuire pushed 1 commit to master CaseyMcGuire/caseymcguire.com
  • Remove Thymeleaf dependency and use kotlinx.html exclusively. 23b1c02

View on GitHub

CaseyMcGuire pushed 1 commit to master CaseyMcGuire/caseymcguire.com

View on GitHub

CaseyMcGuire pushed 5 commits to master CaseyMcGuire/caseymcguire.com
  • - Delete some files that got inadvertently merged. - Make it so we longer save GraphQL schema file since I kept getti... 9ec9e9b
  • Added some utilities for displaying React pages. ef7c833
  • Move gradle submodules to their own folder. 0e1abd9
  • Switch over to using router functions for workout tracker. 35c157a
  • - Make it so we preload images. - Change home page to use stylex. c839520

View on GitHub

CaseyMcGuire pushed 3 commits to master CaseyMcGuire/Spring-Full-Stack-Web-Application-Template
  • Move classes to correct package. 8f8fb47
  • Add custom graphiql page since DGS's default one doesn't play well with Spring Security and CSRF tokens. 3f52d57
  • Update Jooq dependencies and added custom generator. 9d63d19

View on GitHub

CaseyMcGuire created a branch on CaseyMcGuire/caseymcguire.com

annotation-route-generation

CaseyMcGuire pushed 3 commits to master CaseyMcGuire/Spring-Full-Stack-Web-Application-Template
  • Add Spring security as a dependency and set it up. cd1ab34
  • Make it so we delete existing temporary schema file used by Relay compiler. I was getting too many merge conflicts wh... 36c0b15
  • - Make it so we now use kotlinx.html instead of Thymeleaf for server-side rendering. - Swap out React-JSS for Stylex ... 0e7d09b

View on GitHub

CaseyMcGuire pushed 2 commits to master CaseyMcGuire/caseymcguire.com
  • Add the Stylex library as a dependency. Since JSS is no longer being maintained, this is an alternative that I used t... 1d0322b
  • Convert webpack to typescript. 0ccaeee

View on GitHub

CaseyMcGuire pushed 2 commits to master CaseyMcGuire/caseymcguire.com
  • Update resume and home page. d8ef31f
  • Update home page description. 2c49088

View on GitHub

CaseyMcGuire closed a pull request on CaseyMcGuire/caseymcguire.com
Add workout page
CaseyMcGuire pushed 27 commits to master CaseyMcGuire/caseymcguire.com
  • Create workout tracker tables. 532b59c
  • Generate new database models. 340845b
  • Add implementation for retrieving workouts. bfebee6
  • Add CRUD operations for workout tracker. 25b76c3
  • Added basic workout tracker page. - Also added kotlinx-html dependency for rendering webpages. d7b9580
  • Add ability to compile Relay queries from multiple GraphQL files. 4dade8e
  • Port over functionality to support compiling Relay from multiple schema files. 993af97
  • Add ability to compile Relay queries from multiple GraphQL files. 1316ced
  • Add exercise table and generated JOOQ models. a477b94
  • Add GraphQL API for exercises. 748e8ac
  • Add parameter to base page API. 20c36b5
  • Upgrade React Router version. 3f063cd
  • Add basic pages to workout tracker app. 20f4ab2
  • Add basic dashboard page and fixed some styling. c8b898f
  • Add page to create a workout. Also fixed up some config stuff. ef9f830
  • Add functionality to show details of a single workout. f29ae74
  • Made it so I can create an exercise. 6cb2e3f
  • Port over functionality to support compiling Relay from multiple schema files. a0d30ae
  • Add ability to compile Relay queries from multiple GraphQL files. eba3dc5
  • Port over functionality to support compiling Relay from multiple schema files. dc7f8f8
  • and 7 more ...

View on GitHub

CaseyMcGuire pushed 1 commit to add-workout-page CaseyMcGuire/caseymcguire.com
  • Added separate Gradle project so that I can specify a different generator strategy as a class when generating Jooq PO... 927d5c6

View on GitHub

CaseyMcGuire pushed 8 commits to add-workout-page CaseyMcGuire/caseymcguire.com
  • Port over functionality to support compiling Relay from multiple schema files. a0d30ae
  • Add ability to compile Relay queries from multiple GraphQL files. eba3dc5
  • Port over functionality to support compiling Relay from multiple schema files. dc7f8f8
  • Add ability to compile Relay queries from multiple GraphQL files. cfabc1a
  • Make it so a user is redirected to the previous page when they're redirected to login. d5b47d7
  • Got basic page for showing a workout working but still need to add mutation. 8464a97
  • - Updated Jooq version. - Made it so we now use Jooq's official Gradle plugin instead of community one. - Added custo... 4ee1fb8
  • Added separate Gradle project so that I can specify a different generator strategy as a class when generating Jooq PO... 410cf0e

View on GitHub

CaseyMcGuire opened a pull request on CaseyMcGuire/caseymcguire.com
Add workout page