The Deployer documentation
After you're live: the Dashboard

Searching & filtering your activity

Once your app has been running for a while, the Activity card can hold a long history of deployments. Rather than scroll forever, you can search and filter it to find exactly the deployment you're after — and the same search idea applies to a couple of other cards too. This page walks through every control.

The Activity card

The Activity card lists every deployment: manual deploys, pull & restarts, and automatic redeploys. Each row shows an id (like #42), a TYPE chip, a label, a timestamp, and a STATUS badge. Click any row to open that deployment's live logs.

Search box

Type in the Search activity… box to narrow the list to deployments whose label matches what you typed. It searches the whole history — not just the page you're looking at — so you'll find old entries too. There's a short pause after you stop typing while results load.

Filters

Click the Filters button (top-right of the card) to open three filters:

  1. Type — show only one kind of deployment: All, Manual (you clicked deploy), Auto (an automatic redeploy), Env (an environment-variable change), Push (a code push), or Domain (a domain change).
  2. Status — show only All, Succeeded, Failed, Cancelled, or In progress.
  3. On date — pick a single calendar date to see only deployments from that day.

You can combine filters — for example, Failed deployments of type Push on a specific date.

Active filters, result count, and Clear all

Whenever a search or filter is active, a row appears just below showing:

  • A result count (for example, "12 results").
  • A small removable chip for each active filter (Type, Status, date, and your search term). Click the little x on any chip to drop just that one filter.
  • A Clear all link that removes every filter at once and returns you to the full history.

If nothing matches, you'll see a friendly "No activity matches your filters" message with a quick link to clear them.

Pages

The card shows 5 entries per page to keep things tidy. Use the Prev and Next controls at the bottom to move between pages. Whenever you change your search or filters, you're taken back to the first page automatically.

Search on other cards

Two more cards have their own search boxes that work the same way:

  • Live services — search your app and tool URLs by name or domain. Handy when a project serves several addresses.
  • Service logins — search your bundled tool sign-ins by name. See service logins.

Both are paged the same way (5 per page), so a project with lots of services still stays easy to scan.

Tip

Searching and filtering never changes anything about your app — it only changes what you see. Feel free to explore; you can always hit Clear all to get the complete picture back.