├── README.md ├── assets └── img │ ├── git │ ├── actions_get_started.png │ ├── actions_run_workflow.png │ ├── actions_workfows.png │ ├── actions_workfows_2.png │ ├── as_actions.png │ ├── as_docker.png │ ├── btn_new.png │ ├── checkbox_template.png │ ├── environment_secrets.png │ ├── file_navigation_add_file.png │ ├── file_navigation_tags.png │ ├── fork.png │ ├── issue.png │ ├── issues_new_issue.png │ ├── new_branch.png │ ├── new_repo.png │ ├── new_repo_from_template.png │ ├── pr.png │ ├── pr_compare.png │ ├── pr_workflow.png │ ├── release.png │ ├── settings_pages.png │ ├── tabs_actions.png │ ├── tabs_issues.png │ ├── tabs_pr.png │ ├── tabs_settings.png │ └── tabs_wiki.png │ ├── slides │ ├── astrcat_transparent.png │ ├── bg1.png │ ├── bg2.png │ ├── bg3.png │ ├── fp2.png │ └── globe.png │ └── workshop-monitor-presenter.png ├── docs ├── links.md ├── notes.md ├── polls.md ├── proposal.md ├── requirements.md └── timing.md ├── slides └── github_fundamentals.pdf └── src ├── .github └── workflows │ └── cicd.yaml ├── Dockerfile ├── README.md └── app ├── db.json ├── rengine.py ├── requirements.txt ├── run.py └── test_app.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/README.md -------------------------------------------------------------------------------- /assets/img/git/actions_get_started.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/actions_get_started.png -------------------------------------------------------------------------------- /assets/img/git/actions_run_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/actions_run_workflow.png -------------------------------------------------------------------------------- /assets/img/git/actions_workfows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/actions_workfows.png -------------------------------------------------------------------------------- /assets/img/git/actions_workfows_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/actions_workfows_2.png -------------------------------------------------------------------------------- /assets/img/git/as_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/as_actions.png -------------------------------------------------------------------------------- /assets/img/git/as_docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/as_docker.png -------------------------------------------------------------------------------- /assets/img/git/btn_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/btn_new.png -------------------------------------------------------------------------------- /assets/img/git/checkbox_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/checkbox_template.png -------------------------------------------------------------------------------- /assets/img/git/environment_secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/environment_secrets.png -------------------------------------------------------------------------------- /assets/img/git/file_navigation_add_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/file_navigation_add_file.png -------------------------------------------------------------------------------- /assets/img/git/file_navigation_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/file_navigation_tags.png -------------------------------------------------------------------------------- /assets/img/git/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/fork.png -------------------------------------------------------------------------------- /assets/img/git/issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/issue.png -------------------------------------------------------------------------------- /assets/img/git/issues_new_issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/issues_new_issue.png -------------------------------------------------------------------------------- /assets/img/git/new_branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/new_branch.png -------------------------------------------------------------------------------- /assets/img/git/new_repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/new_repo.png -------------------------------------------------------------------------------- /assets/img/git/new_repo_from_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/new_repo_from_template.png -------------------------------------------------------------------------------- /assets/img/git/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/pr.png -------------------------------------------------------------------------------- /assets/img/git/pr_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/pr_compare.png -------------------------------------------------------------------------------- /assets/img/git/pr_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/pr_workflow.png -------------------------------------------------------------------------------- /assets/img/git/release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/release.png -------------------------------------------------------------------------------- /assets/img/git/settings_pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/settings_pages.png -------------------------------------------------------------------------------- /assets/img/git/tabs_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/tabs_actions.png -------------------------------------------------------------------------------- /assets/img/git/tabs_issues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/tabs_issues.png -------------------------------------------------------------------------------- /assets/img/git/tabs_pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/tabs_pr.png -------------------------------------------------------------------------------- /assets/img/git/tabs_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/tabs_settings.png -------------------------------------------------------------------------------- /assets/img/git/tabs_wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/git/tabs_wiki.png -------------------------------------------------------------------------------- /assets/img/slides/astrcat_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/slides/astrcat_transparent.png -------------------------------------------------------------------------------- /assets/img/slides/bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/slides/bg1.png -------------------------------------------------------------------------------- /assets/img/slides/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/slides/bg2.png -------------------------------------------------------------------------------- /assets/img/slides/bg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/slides/bg3.png -------------------------------------------------------------------------------- /assets/img/slides/fp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/slides/fp2.png -------------------------------------------------------------------------------- /assets/img/slides/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/slides/globe.png -------------------------------------------------------------------------------- /assets/img/workshop-monitor-presenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/assets/img/workshop-monitor-presenter.png -------------------------------------------------------------------------------- /docs/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/docs/links.md -------------------------------------------------------------------------------- /docs/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/docs/notes.md -------------------------------------------------------------------------------- /docs/polls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/docs/polls.md -------------------------------------------------------------------------------- /docs/proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/docs/proposal.md -------------------------------------------------------------------------------- /docs/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/docs/requirements.md -------------------------------------------------------------------------------- /docs/timing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/docs/timing.md -------------------------------------------------------------------------------- /slides/github_fundamentals.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/slides/github_fundamentals.pdf -------------------------------------------------------------------------------- /src/.github/workflows/cicd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/.github/workflows/cicd.yaml -------------------------------------------------------------------------------- /src/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/Dockerfile -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/README.md -------------------------------------------------------------------------------- /src/app/db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/app/db.json -------------------------------------------------------------------------------- /src/app/rengine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/app/rengine.py -------------------------------------------------------------------------------- /src/app/requirements.txt: -------------------------------------------------------------------------------- 1 | coverage 2 | Flask 3 | pytest -------------------------------------------------------------------------------- /src/app/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/app/run.py -------------------------------------------------------------------------------- /src/app/test_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ldynia/workshop-github-fundamentals/HEAD/src/app/test_app.py --------------------------------------------------------------------------------