|
2 | 2 | title: Application |
3 | 3 | --- |
4 | 4 |
|
5 | | -Applications (or "Pacticipants") are at the center of the PactFlow experience. From this page, you can: |
| 5 | +## Application |
6 | 6 |
|
7 | | -1. See all versions of your application. |
8 | | -2. Discover all integrated applications and their contracts. |
9 | | -3. See the health of the application at a glance. |
10 | | -4. Check if your application is deployable. |
11 | | -5. Configure your application settings. |
| 7 | +Applications—also called **Pacticipants**—are central to the PactFlow experience. |
12 | 8 |
|
13 | | -### Version Details |
| 9 | +From this page, you can: |
14 | 10 |
|
15 | | -In the left-hand panel, you can see all versions of the currently selected application. Select a version to view its details. |
| 11 | +1. View all versions of your application. |
| 12 | +2. Discover all integrated applications and their contracts. |
| 13 | +3. See the application's overall health. |
| 14 | +4. Check if the application is deployable. |
| 15 | +5. Configure application settings. |
16 | 16 |
|
17 | | - |
| 17 | +### Application Versions |
| 18 | + |
| 19 | +The **Application Versions** tab shows the latest version of the selected application, based on the designated main branch. Recent versions appear in adjacent tabs. |
| 20 | + |
| 21 | +- Click a tab to view details for that version. |
| 22 | +- To view older versions, select **View All**. |
| 23 | +- To filter by branch or tag, click the corresponding label and update the filter. You can only filter by one at a time. |
| 24 | + |
| 25 | +Your filter preferences are preserved when you return to this page. |
| 26 | + |
| 27 | +Accessing this page updates the **Recent** list under **Applications** in the navigation panel. |
| 28 | + |
| 29 | + |
18 | 30 |
|
19 | 31 | ### Compatibility |
20 | 32 |
|
21 | | -This tab displays each of the integrated applications as tiles, showing a summary of the verification status for each. Each tile has a historical bar chart showing the compatibility of previous versions. Hover over the bar chart to see details, or click to pin them. |
| 33 | +The **Compatibility** tab shows integrated applications as tiles, each summarizing verification status. |
| 34 | + |
| 35 | +- Each tile includes tabs for previous verification results, ordered left to right with the most recent result first. |
| 36 | +- Integrated applications may act as either a **consumer** or a **provider**. |
| 37 | + |
| 38 | +To update the data: |
22 | 39 |
|
23 | | -Select a branch in each tile to see versions related to that branch, or use the toggle at the top to quickly change all tiles to the latest updated or main branch. |
| 40 | +- Filter by **branch**, **tag**, or **environment** (only one at a time). |
| 41 | +- Select a branch within a tile to filter its versions. |
| 42 | +- Use the **toggle** at the top to apply the latest updated or main branch across all tiles. |
24 | 43 |
|
25 | | -Click "View contract" to see a contract for a specific version. |
| 44 | +Click: |
26 | 45 |
|
27 | | - |
| 46 | +- **View contract** to see contract details for a specific version. |
| 47 | +- **Triggered Webhooks** to view webhook events related to the integration. |
| 48 | + |
| 49 | + |
28 | 50 |
|
29 | 51 | ### Can I Deploy |
30 | 52 |
|
31 | | -This tab shows the current deployability to a given environment (see the [`can-i-deploy`](https://docs.pact.io/pact_broker/can_i_deploy) documentation for more information). You must select a team from the drop-down menu to fetch environments related to the selected team before the results can be displayed. |
| 53 | +The **Can I Deploy** tab shows the current deployability status for the application in a selected environment. |
32 | 54 |
|
33 | | - |
| 55 | +- Select a **team** from the drop-down to load the associated environments. |
| 56 | +- View the results to determine whether deployment is possible. |
| 57 | + |
| 58 | +For details, see the [`can-i-deploy`](https://docs.pact.io/pact_broker/can_i_deploy) documentation. |
34 | 59 |
|
35 | | -Click on the link in the row to navigate to the specific verification result for a given entry. |
| 60 | +Click a link in the table to navigate to the corresponding verification result. |
| 61 | + |
| 62 | + |
36 | 63 |
|
37 | 64 | ### Network |
38 | 65 |
|
39 | | -This tab shows all applications directly integrated with the currently selected application. Click on a node to navigate to the collaborating application. |
| 66 | +The **Network** tab displays all applications directly integrated with the current application. |
| 67 | + |
| 68 | +- Click a node to navigate to the collaborating application. |
40 | 69 |
|
41 | | - |
| 70 | + |
42 | 71 |
|
43 | | -### Settings |
| 72 | +## Settings |
44 | 73 |
|
45 | | -#### General |
| 74 | +### General |
46 | 75 |
|
47 | | -This tab allows you to see and modify the display name of the application. |
| 76 | +Update the **display name** of the application in the **General** tab. |
48 | 77 |
|
49 | | - |
| 78 | + |
50 | 79 |
|
51 | | -#### Version Control |
| 80 | +### Version Control |
52 | 81 |
|
53 | | -This tab allows you to specify the main branch and repository URL (e.g., a GitHub URL) for the application. |
| 82 | +Specify the **main branch** and **repository URL** (for example, a GitHub URL) in the **Version Control** tab. |
54 | 83 |
|
55 | | - |
| 84 | + |
56 | 85 |
|
57 | | -#### Badge |
| 86 | +### Badge |
58 | 87 |
|
59 | | -This tab allows you to generate `can-i-deploy` build badges for the current application. |
| 88 | +Generate `can-i-deploy` build badges in the **Badge** tab. |
60 | 89 |
|
61 | | - |
| 90 | + |
0 commit comments