Feature/lab10#1341
Open
Ten-Do wants to merge 15 commits into
Open
Conversation
Signed-off-by: yury <rybenko.urii@gmail.com>
Signed-off-by: yury <rybenko.urii@gmail.com>
* docs(lab1): start submission Signed-off-by: yury <rybenko.urii@gmail.com> * add docker * fill lab1.md for task 1 * docs(lab1): finish submission Signed-off-by: yury <rybenko.urii@gmail.com> --------- Signed-off-by: yury <rybenko.urii@gmail.com>
* ci(lab3): add PR-gate Signed-off-by: yury <rybenko.urii@gmail.com> * breaking changes Signed-off-by: yury <rybenko.urii@gmail.com> * Revert "breaking changes" This reverts commit 3cfdf80. * upd lab3 submission Signed-off-by: yury <rybenko.urii@gmail.com> * add ci cache and paths Signed-off-by: yury <rybenko.urii@gmail.com> * upd ci yml name Signed-off-by: yury <rybenko.urii@gmail.com> * set cache to false Signed-off-by: yury <rybenko.urii@gmail.com> * set cache to true & add matrix Signed-off-by: yury <rybenko.urii@gmail.com> * add aggregation job Signed-off-by: yury <rybenko.urii@gmail.com> * add ci-with-matrix img Signed-off-by: yury <rybenko.urii@gmail.com> --------- Signed-off-by: yury <rybenko.urii@gmail.com>
Signed-off-by: yury <rybenko.urii@gmail.com>
Signed-off-by: Yuru <rybenko.urii@gmail.com>
Signed-off-by: Yuru <rybenko.urii@gmail.com>
* feat(lab7): add Ansible playbook deploying QuickNotes to Vagrant VM - idempotent deploy: user, dirs, binary, systemd unit via Jinja2 template - handler restarts service only on binary or unit file change - bonus: ansible-pull systemd timer for 5-min GitOps convergence Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore(lab7): change RestartSec 5s→3s to demo ansible-pull convergence Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * submit lab7.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(lab8): add Prometheus + Grafana golden-signals monitoring stack - prometheus scrapes quicknotes /metrics every 15s - grafana provisioned with 4-panel golden-signals dashboard - HighErrorRate alert: error ratio > 5% for 5 min, severity: page - runbook: docs/runbook/high-error-rate.md - bonus: synthetic monitoring section (pending Checkly data) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs(lab8): add Checkly bonus data — p50 588ms, p95 922ms, 100% availability Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * add checklyhq img Signed-off-by: Yuru <rybenko.urii@gmail.com> --------- Signed-off-by: Yuru <rybenko.urii@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Yuru <rybenko.urii@gmail.com>
Signed-off-by: Yuru <rybenko.urii@gmail.com>
Signed-off-by: Yuru <rybenko.urii@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Ship QuickNotes to ghcr.io via CI on tag push and deploy it to a public Hugging Face Space.
Changes
.github/workflows/release.yml- builds and pushes the image toghcr.ioonv*tagscloud/space/- Dockerfile and README (HF Space config) that run QuickNotes from the ghcr.io imagesubmissions/lab10.md- Task 1 and Task 2 writeup with design questionsTesting
v0.1.0, release workflow ran green, image pulled with no auth from a clean machine/healthand/notesverified, warm and cold latency measuredChecklist
git log --show-signature)submissions/lab10.mdupdated