diff --git a/.gitpod.yml b/.gitpod.yml index ce917c1..dfce6b1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ -image: - file: .gitpod.Dockerfile +image: michaelfliegner/gitpodpgijulia + # file: .gitpod.Dockerfile tasks: - name: Script Task diff --git a/Manifest.toml b/Manifest.toml index ca63af6..8760b57 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -399,9 +399,9 @@ version = "2.3.3" [[deps.SentinelArrays]] deps = ["Dates", "Random"] -git-tree-sha1 = "363c4e82b66be7b9f7c7c7da7478fdae07de44b9" +git-tree-sha1 = "90b4f68892337554d31cdcdbe19e48989f26c7e6" uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c" -version = "1.4.2" +version = "1.4.3" [[deps.Serialization]] uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" @@ -482,9 +482,9 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [[deps.TimeZones]] deps = ["Dates", "Downloads", "InlineStrings", "Mocking", "Printf", "Scratch", "TZJData", "Unicode", "p7zip_jll"] -git-tree-sha1 = "96793c9316d6c9f9be4641f2e5b1319a205e6f27" +git-tree-sha1 = "6505890535a2b2e5145522ac77bddeda85c250c4" uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53" -version = "1.15.0" +version = "1.16.1" weakdeps = ["RecipesBase"] [deps.TimeZones.extensions] diff --git a/README.md b/README.md index 6ac2792..87aaad3 100644 --- a/README.md +++ b/README.md @@ -40,21 +40,20 @@ To generate documentation in the development environment - View generated docs using the link for 8080 under the ports tab # Usage -A web app using this module for persistence is being built at https://github.com/actuarial-sciences-for-africa-asa/BitemporalReactive.jl - - -## This project is a [Julia](https://julialang.org/) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/). -If You start this repo in [gitpod](https://www.gitpod.io/docs/), You can open [this jupyter notebook](./bitemporal_testcase.ipynb) in vscode and execute the included code snippets with julia and postgres up and running. +A web app using this module for persistence is being built at https://github.com/Actuarial-Sciences-for-Africa-ASA/GenieBuiltLifeProto.jl ## Next Steps Click the button below to start a new development environment: -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-julia) +The gitpod workspace uses a Docker a public image: [michaelfliegner/gitpodpgijulia](https://hub.docker.com/repository/docker/michaelfliegner/gitpodpgijulia/general) + +[The Dockerfile for this image resides here](https://github.com/Actuarial-Sciences-for-Africa-ASA/gitpod-pg-ijulia-Dockerfile) + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/?autostart=true#https://github.com/Actuarial-Sciences-for-Africa-ASA/BitemporalPostgres.jl) [On startup vscode will open this jupyter notebook:](bitemporal_testcase.ipynb) ## Get Started With Your Own Project ### A new project -Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project -so you own it. +Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.