Ecosyste.ms: Timeline

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

rensPols/ex-dock

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 2e54d7d

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 6be1605

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs acfbf24

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 51e52b4

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 98db2bb

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 6f485d8

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 14095b2

View on GitHub

Moltensnor pushed 2 commits to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs ae7188f
  • Merge remote-tracking branch 'origin/convert-AccountJdbcVerticle-to-generic-codec-github-test-fix' into convert-Accou... 80a6943

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 8bece1f

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs 0dc8b15

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs a974bab

View on GitHub

Moltensnor pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec-github-test-fix rensPols/ex-dock
  • Changes to the workflow so the database runs aed27ec

View on GitHub

Moltensnor opened a pull request on rensPols/ex-dock
Changes to the workflow so the database runs
Added the database docker file to the workflow
Moltensnor created a branch on rensPols/ex-dock

convert-AccountJdbcVerticle-to-generic-codec-github-test-fix - An ecommerce platform build with Vert.x Kotlin and Docker

rensPols opened a pull request on rensPols/ex-dock
Initialises BackendRouter
Fixes #30
rensPols created a branch on rensPols/ex-dock

initialise-backend-router - An ecommerce platform build with Vert.x Kotlin and Docker

Moltensnor created a review on a pull request on rensPols/ex-dock
Everythign works and nice that all the typos are gone. The new helper function also really helps with clearing op some coding space and knowing what the classes are for.

View on GitHub

rensPols opened an issue on rensPols/ex-dock
Initialise backend Router
Initialise the backend Router. It should be mounted on the /api sub-path and then /vX.
rensPols opened a pull request on rensPols/ex-dock
Moved getConnection() outside of class
rensPols created a branch on rensPols/ex-dock

move-getConnection-out-of-class - An ecommerce platform build with Vert.x Kotlin and Docker

rensPols opened an issue on rensPols/ex-dock
Move getConnection() outside of class
rensPols closed an issue on rensPols/ex-dock
Implement templating engine
An engine has to be implemented (or designed) that can quickly insert data into an HTML, CSS, or JS template
rensPols pushed 1 commit to 2-create-jdbc-connection-to-database rensPols/ex-dock
  • Changed "test-codecs" to "tests" 4caa84b

View on GitHub

rensPols pushed 33 commits to 2-create-jdbc-connection-to-database rensPols/ex-dock
  • Added Pebble to pom.xml #25 ba88f56
  • Created SingleUseTemplateDataCodec.kt #25 1991862
  • Created SingleUseTemplateData.kt #25 a0a4849
  • Initialised the TemplateEngineVerticle and created a singleUseTemplate() function #25 70d42fb
  • Added comments to SingleUseTemplateDataCodec.kt #25 62ae731
  • Implemented SingleUseTemplateDataCodecTest.kt #25 8917227
  • Moved modules.iml to .idea 1850e03
  • Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 bed421c
  • Fix 1: Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 eab136c
  • Added the Kotlin libraries to the pom.xml 5cff73a
  • Fix 1 (try to use maven for the tests): Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 bdeac8a
  • Fix 3 (splitted the dependencies and test part): Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 d921885
  • Fix 3.1 (only run specified tests): Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 d75dd92
  • Fix 4 (muted progress): Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 c6a3460
  • Fix 4.1 (splitted tests from test dependencies installation): Made a tests.yml workflow file for SingleUseTemplateDat... c906b33
  • Fix 5 (mute transfer progress on tests itself): Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 d4ea9f3
  • Fix 5 (mute everything before test output): Made a tests.yml workflow file for SingleUseTemplateDataCodecTest #25 7338763
  • Created TemplateEngineVerticleTest.kt #25 4c88533
  • Corrected comment syntax in tests.yml #25 e8c6a12
  • Temp remove filter on mvn test 10da2d0
  • and 13 more ...

View on GitHub

rensPols pushed 3 commits to convert-AccountJdbcVerticle-to-generic-codec rensPols/ex-dock
  • Made VerticleDeployHelper.kt use specific imports 10f2c9e
  • Made VerticleDeployHelper.kt failed to deploy messages include the cause c34e63f
  • Added getAllUsersEmpty() test to AccountJdbcVerticleTest.kt (currently doesn't work) 9678c0f

View on GitHub

rensPols pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec rensPols/ex-dock
  • Remove types on "on: pull_request" in tests.yml 8945895

View on GitHub

rensPols pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec rensPols/ex-dock
  • Attempt at fixing AccountJdbcVerticleTest.kt 2c46c7a

View on GitHub

rensPols pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec rensPols/ex-dock

View on GitHub

rensPols pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec rensPols/ex-dock
  • Attempt 4 to fix tests.yml 8d8b2a3

View on GitHub

rensPols pushed 1 commit to convert-AccountJdbcVerticle-to-generic-codec rensPols/ex-dock
  • Attempt 2 to fix tests.yml eba7d09

View on GitHub

Load more