jerodsanto just successfully deployed 51ce73830256b3db6e21f3f8df73a4a604c68201
Ok so that worked :sweat_smile:
Now I have to figure out how to get the commit message in a reliable way. Has anyone done this before? I'm not a GH Actions expert by any means...
Also, once you get the message itself, how do you best wrap/format it for Zulip display?
Hmm also can you not mute a specific topic inside a channel? I can see people wanting to mute this one but not all of the other kazen'ing that's going on...
CleanShot 2024-10-16 at 11.09.04@2x.png
Ok it looks like you can mute a topic inside a channel. I was just confused by the wording on this popover...
It looks like Zulip itself sends commits to a channel: https://chat.zulip.org/#narrow/channel/8-commits/topic/zulip.20.2F.20main/near/1963618
Based on https://github.com/zulip/zulip/blob/9.2/.github/workflows/zulip-ci.yml#L258 maybe they use https://github.com/zulip/github-actions-zulip/blob/main/send-message/README.md ?
Oh, send-message is what you're already using. :sweat_smile:
Jerod Santo said:
I was just confused by the wording on this popover...
Ah dang that's unfortunate. On mobile it's much clearer with a "Mute topic" menu option.
Philip Durbin said:
It looks like Zulip itself sends commits to a channel
Seems like they are only reporting failures on that one.
- name: Report status to CZO
if: ${{ failure() && github.repository == 'zulip/zulip' && github.event_name == 'push' }}
uses: zulip/github-actions-zulip/send-message@v1
with:
api-key: ${{ secrets.ZULIP_BOT_KEY }}
email: "github-actions-bot@chat.zulip.org"
organization-url: "https://chat.zulip.org"
to: "automated testing"
topic: ${{ steps.failure_report_string.outputs.topic }}
type: "stream"
content: ${{ steps.failure_report_string.outputs.content }}
jerodsanto just successfully deployed f168c4ea
Attempt to fix short SHA fetching in Actions
@Jerod Santo you fixed it! Seems like ${{ github.event.commits[0].message }}
is working for you based on https://github.com/thechangelog/changelog.com/blob/f168c4ead1da6025f2cc3a52d9973dc781adf0fb/.github/workflows/dagger_on_namespace.yml#L80
jerodsanto just successfully deployed b8343c69:
Tweak Zulip deploy message format
jerodsanto just successfully deployed 1dab3df0:
Blech! (mix deps.get_dev strikes again)
jerodsanto just successfully deployed 50462905:
Fix call to queue an Overcast ping
ok so what's the easiest/best way to have this post "the list of commits since the last deploy"?
jerodsanto just successfully deployed 9d150fd0:
Reduce Overcast ping rate limit
jerodsanto just successfully deployed 19246f72:
Add chapters to Zulip new episode messages
jerodsanto just successfully deployed 49263608:
[admin] Add daily subs chart
jerodsanto just successfully deployed 0db349cc:
Improve header links in News emails
jerodsanto just successfully deployed 622dfe31:
Add Merch link to header nav
jerodsanto just successfully deployed bf0bc864:
Link to the episode before the chapters in Zulip messages
jerodsanto just successfully deployed 86c763cb:
update <itunes:explicit> tag from "no" to "false" (#531)
Signed-off-by: Alex Zamai <zamaialexander@gmail.com>
Signed-off-by: Alex Zamai <zamaialexander@gmail.com>
Signed-off-by: Alex Zamai <zamaialexander@gmail.com>
Signed-off-by: Alex Zamai <zamaialexander@gmail.com>
jerodsanto just successfully deployed f1814e03:
Various episode/news img tweaks
jerodsanto just successfully deployed de716075:
Subtitle size tweak
jerodsanto just successfully deployed d69bc734:
Link up sotl 2024 form
jerodsanto just successfully deployed 3440f5e0:
Enable team members to replace changelog_dev with a prod db dump (#533)
There is a single command to run:
just restore-dev-db-from-prod
This implies that:
direnv.net is hooked into the shell
-just envrc-secrets
has already run & .envrc.secrets
exists
Posgres 16 has been installed using just postgres
Part of this change we exposed a few more private recipes and made it
clear who they are meant for:
contributor
means anyone that wants to play with this repo locallyteam
means Adam, Jerod & GerhardWe also added just add-oban-pro-repo
so that we make this integration
easier for team members - I always forget about it!
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
Single tool to rule them all :fist: icu4c seems to be working on macOS 14.7
ARM now. Checked that the new command works as expected. Also confirmed
that CI works locally.
Also run:
npx browserslist@latest --update-db
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed 7c1500d9:
Enable team members to run dev with a Neon db branch (#534)
Single command:
just dev-with-neon-branch gerhard-2024-11-29
The above uses a branch that I created on the 29th of November. You can
create a new Neon db branch today, using your $USER
, with the following
command:
just neon-create-branch
This will create e.g. USER-YYYY-MM-DD
prod db branch.
Here is a list of all the new commands that go well together:
[team]
dev-with-neon-branch branch # Run app in dev mode with $branch
neon-branch-connection branch *ARGS # Show $branch connection details
neon-branches # List prod db branches
neon-create-branch # Create a new branch off the prod db
This change also removes the now redundant way of creating Neon db branches.
Follow-up to:
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed 5933c0c2:
Improve on the Zulip auth app integration (#535)
We want to reference all secrets from 1Password so that when we need to
rotate anything, we simply update the values in 1Password and restart
the app so that it reads the new values just-in-time, at boot time.
FTR:
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed 2182a223:
Announce deploys in Zulip from GitHub runners too (#536)
If Namespace.so was to fail - Always run 2 of everything™ - we want to
notify Zulip of a deploy when we fallback to the GitHub runner.
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed 3b0af88d:
Linkify chapters in Zulip new episode messages
jerodsanto just successfully deployed 4a30b613:
Ensure post news items receive correct type
jerodsanto just successfully deployed 3d995941:
Back to Elixir 1.16.3, Erlang 26.2.5
adamstac just successfully deployed d1c76d4b:
Update sponsor/pricing and podcasts
adamstac just successfully deployed 6cca8907:
Update sponsor/pricing
jerodsanto just successfully deployed ced8cad4:
Guest guide tweaks for video
jerodsanto just successfully deployed db579669:
Add YouTube ID to top of published episode form
gerhard just successfully deployed 2de2e290:
Fix variable reference
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed 36f46714:
[admin] Add basic YT chapters support
jerodsanto just successfully deployed 43c40273:
Only socialize Changelog pods
jerodsanto just successfully deployed 4b679603:
[admin] Improve YT description output
jerodsanto just successfully deployed 2f540341:
Fix parsing of marker CSVs that have escape chars
gerhard just successfully deployed 0a7b59bb:
Fix runtime deps in ProductionClean
Follow-up to:
A clean-up in this area is long overdue!
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed https://github.com/thechangelog/changelog.com/commit/87a5728901279078b9e4f83c5b0a9a92debe84fc:
Upgrade all mix deps
jerodsanto just successfully deployed 87a57289:
Upgrade all mix deps
jerodsanto just successfully deployed 62a661df:
[admin] Link to people/show instead of edit
jerodsanto just successfully deployed de4700e9:
[admin] Add plusplus label to feed index
jerodsanto just successfully deployed bdf51469:
Add redirect for new Friendly Feud form
adamstac just successfully deployed 29e7d6d0:
Updates to sponsorships
jerodsanto just successfully deployed cbc4df26:
Add "Watch" buttons to episodes with YT videos
jerodsanto just successfully deployed ad2b356f:
Embed and display YT video in page where applicable
gerhard just successfully deployed 754038bc:
Make app resilient to Fly.io IAD region failures (#543)
This is the first learning implemented from
https://status.changelog.com/incident/513790
It's captured as a new just command:
just prod-region-resilient
The second learning is already in the works, but it will take a while
longer to take across the finish line.
As I was doing this, I refreshed INFRASTRUCTURE.md.
Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
jerodsanto just successfully deployed https://github.com/thechangelog/changelog.com/commit/076ca4710b28bf0baea145a3acf4bde22efe9382:
Teach redirector to use regexes, redirect /practicalai
jerodsanto just successfully deployed https://github.com/thechangelog/changelog.com/commit/cd34a1d36a1287b947abd4ff505a58f91cf6987d:
Upgrade to latest mix deps
jerodsanto just successfully deployed cd34a1d3:
Upgrade to latest mix deps
jerodsanto just successfully deployed cd1d6b0c:
Pin Hackney 1.21 to fix Shopify API TLS error
jerodsanto just successfully deployed 15f730ea:
Add another News testimonial
jerodsanto just successfully deployed 8cd8474f:
Minor email ul/ol style tweaks
jerodsanto just successfully deployed 50914ba6:
Only list topics on index that have episodes
Last updated: Apr 04 2025 at 01:15 UTC