Skip to content

Commit b613472

Browse files
committed
new version
1 parent 4bfc6ed commit b613472

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# ChangeLog
22

3+
## Updates since last changelog entry (2026-02-07 → 2026-02-11)
4+
5+
Coverage: commits from **2026-02-07** through **2026-02-11** (since the prior cutoff of 2026-02-06).
6+
7+
### Highlights
8+
9+
- **Java/ActiveCode execution (JOBE) + unit test results:** wired in JOBE-based submission flow for Java ActiveCode with unit tests, and surfaced results end-to-end. This work primarily touched the personalized-parsons endpoints and ActiveCode client JS.
10+
- **Personalized Parsons cleanup:** removed unused variables and tidied related evaluation code.
11+
- **Question counting fixes:** corrected “number of questions” accounting in both backend CRUD (`question.py`) and frontend book utilities (`bookfuncs.js`).
12+
- **Build output enhancements:** added a new preprocessor to inject **GitHub source links** into generated HTML output (`add_github_links.py`).
13+
- **Repo hygiene:** removed empty placeholder files (`content`, `docker-compose.override.yml`, `pi_attempt_id`).
14+
- **Release/version bump:** bumped interactives version (`projects/interactives/pyproject.toml`).
15+
16+
### Commit notes (for reference)
17+
18+
- 682e940d Applied JOBE for submitting Javacode with unit tests and get results
19+
- bf3b9553 removed unused variables
20+
- 06b5b8da Remove empty placeholder files
21+
- 2ebf9adb preprocessor to add github links to html output
22+
- 30773448 Fix: get number of questions correct
23+
- 6c6d1fa9 Count questions correctly
24+
- 4bfc6ed4 new version
25+
26+
---
27+
328
## 2026 (Year to Date)
429

530
Coverage: commits from **2026-01-01** through **2026-02-06**.

0 commit comments

Comments
 (0)