RepoJournal

@anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

144 stories across 32 days in 2021

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

Submodule configuration and Vercel deployment setup

By RepoJournal , from @anurag629's public GitHub activity

Backfilled

Anurag Verma spent the day wiring up the codercops-site project for deployment, updating submodule references, configuring build scripts, and adding deployment platform integrations.

The work centered on codercops-site, a project using git submodules to pull in content from a separate repository. Verma updated .gitmodules [1] and merged the changes [2], then pushed multiple submodule pointer updates [3][4][20][21] to track the latest commits from codercops-content. He created a .vercelignore file [5][6][7] to control what Vercel would build, and updated package.json multiple times [8][9][10][14][15][16][17][18][19] to adjust build dependencies and scripts. A key piece was refining vercel-submodule-workaround.sh [11][12][13], a build-time helper to handle git submodule initialization on the Vercel platform. Later in the day, Verma added an Azure Static Web Apps workflow file [24] to support deployment to that platform as well, and integrated Google Analytics into the site [26][27]. He worked through several issues along the way, fixing directory paths [22], resolving permission problems , and debugging the build configuration [23][25].

One email a day. Unsubscribe in one click.

References

  1. [1] Update .gitmodules anurag629/codercops-site
  2. [2] Merge pull request #31 from anurag629/anurag629-patch-2 anurag629/codercops-site
  3. [3] Update submodule to codercops-content commit anurag629/codercops-site
  4. [4] Update submodule to codercops-content commit anurag629/codercops-site
  5. [5] Create .vercelignore anurag629/codercops-site
  6. [6] Merge pull request #32 from anurag629/anurag629-patch-1 anurag629/codercops-site
  7. [7] Create .vercelignore ↗ anurag629/codercops-site
  8. [8] Update package.json anurag629/codercops-site
  9. [9] Merge pull request #33 from anurag629/anurag629-patch-2 anurag629/codercops-site
  10. [10] Update package.json ↗ anurag629/codercops-site
  11. [11] Update vercel-submodule-workaround.sh anurag629/codercops-site
  12. [12] Merge pull request #34 from anurag629/anurag629-patch-3 anurag629/codercops-site
  13. [13] Update vercel-submodule-workaround.sh ↗ anurag629/codercops-site
  14. [14] Update package.json anurag629/codercops-site
  15. [15] Merge pull request #35 from anurag629/anurag629-patch-1 anurag629/codercops-site
  16. [16] Update package.json ↗ anurag629/codercops-site
  17. [17] Update package.json anurag629/codercops-site
  18. [18] Merge pull request #36 from anurag629/anurag629-patch-2 anurag629/codercops-site
  19. [19] Update package.json ↗ anurag629/codercops-site
  20. [20] Update submodule to codercops-content commit anurag629/codercops-site
  21. [21] Update submodule to codercops-content commit anurag629/codercops-site
  22. [22] fixed the directory name anurag629/codercops-site
  23. [23] maybe fixed anurag629/codercops-site
  24. [24] ci: add Azure Static Web Apps workflow file anurag629/codercops-site
  25. [25] fixed error anurag629/codercops-site
  26. [26] added google analytics anurag629/codercops-site
  27. [27] added google analytics anurag629/codercops-site

Quick answers

What shipped in anurag629 on August 1, 2024?
Anurag Verma spent the day wiring up the codercops-site project for deployment, updating submodule references, configuring build scripts, and adding deployment platform integrations. In total, 27 commits and 6 pull requests landed.
Who contributed to anurag629 on August 1, 2024?
1 developer shipped this update, including Anurag Verma.
What were the notable anurag629 updates?
Update .gitmodules, Merge pull request #31 from anurag629/anurag629-patch-2, and Update submodule to codercops-content commit.