From e8b6e29573ddf205f1d656ff4b679bbe2efc98a7 Mon Sep 17 00:00:00 2001 From: Apolo Pena <3060702+apolopena@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:29:55 -0700 Subject: [PATCH] Added Gitpod Caveats to TOC in README (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📖 DOC: https://github.com/apolopena/gitpod-laravel8-starter/issues/58 Readme: Revamp and add TOC * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/45 * 🤖 TEST: phpmyadmin * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/45 * 🐛 FIX: path * 🐛 FIX: typo in path * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/45 * 🐛 FIX: remove quotes in sed for phpmyadmin * 🤖 TEST: special chars * 🤖 TEST: restore test back to dynamic state * 🐛 FIX: phpmyadmin config * 🐛 FIX: @ breaks things when generated string starts with one * 🐛 FIX: create phpmyadmin db * 🐛 FIX: spinner * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/45 * 🐛 FIX: credentials * 🐛 FIX: go back to cp of config.sample.inc.php * 🤖 TEST: rsync progress * 👌 IMPROVE: https://github.com/apolopena/gitpod-laravel8-starter/issues/62 * 🐛 FIX: tweak rsync progress * 🐛 FIX: tweak rsync progress * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: use native rsync progress option * 🐛 FIX: rsync stats, restored spinner for speed * 🐛 FIX: use native rsync progress option * 🐛 FIX: colorized rsync stats * 🐛 FIX: log messages * 👌 IMPROVE: remove auth, edit comments * 👌 IMPROVE: Installtion information API for https://github.com/apolopena/gitpod-laravel8-starter/issues/61 * 📖 DOC: comments * 🤖 TEST: call yarn installs less * 🤖 TEST: call yarn installs less * 🐛 FIX: refactor to save calls to yarn install * 🐛 FIX: refactor to save calls to yarn install * 🤖 TEST: refactor to save calls to yarn install * 🐛 FIX: load spinner * 🐛 FIX: error mix not found * 🐛 FIX: tweak order * 🐛 FIX: line 130: printf: --: invalid option * 🐛 FIX: line 130: printf: --: invalid option * 🐛 FIX: tweaks * 🤖 TEST: fix npm error * 🤖 TEST: error in npm when install react scaffolding * 🤖 TEST: with no yarn run dev after node modules are installed * 🤖 TEST: installs * 🐛 FIX: tweaks for less npm installs can rless running of laravel mix * 🤖 TEST: tweaks for installs * 🐛 FIX: install info API, bad regexp * 🐛 FIX: new logic for installs * 🐛 FIX: run_laraval_mix_twice * 🐛 FIX: run_laravel_mix twice in the wrong spot * 🤖 TEST: run larvel mix twice * 🤖 TEST: run larvel mix twice * 🐛 FIX: fresh start on getting out of this hole * 🤖 TEST: vue install * 🤖 TEST: adding in laravel mix run when installing laravel/ui * 🤖 TEST: adding in laravel mix run when installing laravel/ui, remove extraneous condition * 🤖 TEST: no npm install after install of larvel/ui * 🤖 TEST: remove inistal npm install * 🤖 TEST: remove inistal npm install * 🤖 TEST: remove inistal npm install * 🤖 TEST: react install * 🤖 TEST: no front end scaffolding installs, still install node modules * 🐛 FIX: typo * 🤖 TEST: no front end scaffolding installs * 🐛 FIX: conditional * 📖 DOC: comments * 🐛 FIX: make successes a silent log * 🐛 FIX: install conditions, ready to test * 📖 DOC: fixed and tested one-liners for project creation * 🐛 FIX: typo in condition * 🐛 FIX: install node modules blindly to avoid frontend scaffolding overwrite * 🐛 FIX: remove uneccessary function * 🐛 FIX: phpmyadmin install * 🐛 FIX: path to public/phpmyadmin/config.inc.php * 👌 IMPROVE: enhanced phpmyadmin setup logic * 👌 IMPROVE: https://github.com/apolopena/gitpod-laravel8-starter/issues/64 Support .starter.env for sensitive data like phpmyadmin credentials * 🐛 FIX: refactor https://github.com/apolopena/gitpod-laravel8-starter/issues/64, works good * 🐛 FIX: rename and fix * 🐛 FIX: path * 🐛 FIX: file name * 📖 DOC: https://github.com/apolopena/gitpod-laravel8-starter/issues/66 Add phpMyAdmin section to README.md * 👌 IMPROVE: no trailing newline for .txt files * 👌 IMPROVE: https://github.com/apolopena/gitpod-laravel8-starter/issues/65 Add log message to summary * 📖 DOC: improve message * 📖 DOC: improve message * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/67 'before' tasks should be logged to file but not to the console * 👌 IMPROVE: log messages * 👌 IMPROVE: https://github.com/apolopena/gitpod-laravel8-starter/issues/68 Add help alias * 👌 IMPROVE: success messages are logged silently * 👌 IMPROVE: add silent log * 🐛 FIX: log messages * 🐛 FIX: logs and comments * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/63 * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/41 Rename test-app to laravel8-starter * 🤖 TEST: force workspace image build * 🐛 FIX: rsync path * 🐛 FIX: log message * 🐛 FIX: message * 🐛 FIX: message * 🐛 FIX: message * 👌 IMPROVE: https://github.com/apolopena/gitpod-laravel8-starter/issues/39 Expand Gitlog with additional emoji and git aliases * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/39 change add to ad, add noadd aliases * 📖 DOC: update as per https://github.com/apolopena/gitpod-laravel8-starter/issues/39 * 🐛 FIX: summary message * 🐛 FIX: messaging * 🐛 FIX: https://github.com/apolopena/gitpod-laravel8-starter/issues/69 * 🐛 FIX: fine tune, logic and logs * 🐛 FIX: wording * 🐛 FIX: edit log message * 🐛 FIX: alias: add changed to ad * 🐛 FIX: log silent on env injection success * 🐛 FIX: log msg * 🤖 TEST: fix broken web preview spinner * 🤖 TEST: fix for hung preview * 👌 IMPROVE: hung preview fix * 🤖 TEST: preview browser fix * 🤖 TEST: phpmyadmin install=0 * ♻️ REFACTOR: preview browser * 👌 IMPROVE: preview browser message * 🐛 FIX: removed preview browser open msg since https://github.com/apolopena/gitpod-laravel8-starter/issues/19 is a gitpod internal bug * 🤖 TEST: barebones install * 🤖 TEST: changelog generator * 🤖 TEST: force workspace image build * 🤖 TEST: changelog generator * ⚰️ REMOVE: workaround code for https://github.com/apolopena/gitpod-laravel8-starter/issues/46 * 🤖 TEST: force workspace image build * 🐛 FIX: init scripts should not depend on eachothers success * 🤖 TEST: force workspace image build * 📖 DOC: edit and enhance README * 🐛 FIX: removed ... from log messages * 📖 DOC: Gitpod Caveats --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a2a5621..0eb2212c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Just [copy this repository](#tldr-quick-setup---create-a-new-project-repository- 12. [Emoji-log and Gitmoji](#emoji-log-and-gitmoji) 13. [Local Development Outside of Gitpod](#local-development-outside-of-gitpod) 14. [Deployment Outside of Gitpod](#deployment-outside-of-gitpod) -15. [Thanks](#thanks) +15. [Gitpod Caveats](#gitpod-caveats) +16. [Thanks](#thanks)
@@ -377,7 +378,7 @@ For now this will be something you need to figure out. Eventually some guideline
## Gitpod Caveats -Gitpod is an amazing and dynamic platform however at times, and especially during it's peak hours, latency can affect the workspace. Here are a few symptoms that you can try to remedy by recreating the workspace or waiting for some time before trying to open or create a workspace. This section will be updated as Gitpod progresses. +Gitpod is an amazing and dynamic platform however at times, and especially during it's peak hours latency can affect the workspace. Here are a few symptoms that you can try to remedy by recreating the workspace or waiting for some time before trying to open or create a workspace. This section will be updated as Gitpod progresses. - **Symptom**: Workspace loads, IDE displays, however one or more terminals are blank. - **Possible Fix**: Delete the workspace in your Gitpod dashboard and then [recreate the workspace](#creating-a-new-workspace-in-gitpod-from-your-new-github-project-repository). - **Symptom**: Workspace loads, IDE displays, however no ports become available and or the spinner stays spinning in the terminal even after a couple of minutes.