Skip to content

Commit 39f962b

Browse files
authored
Merge pull request #21223 from mikesir87/add-metadata-for-guides
Add metadata to WireMock/Pre-seed guides and move to guides folder
2 parents 963bcee + 655927c commit 39f962b

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

content/guides/use-case/pre-seeding.md renamed to content/guides/pre-seeding.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
2-
description: Pre-seeding database with schema and data at startup for development environment
3-
keywords: Pre-seeding, database, postgres, container-supported development
42
title: Pre-seeding database with schema and data at startup for development environment
53
linktitle: Pre-seeding database
4+
description: &desc Pre-seeding database with schema and data at startup for development environment
5+
keywords: Pre-seeding, database, postgres, container-supported development
6+
summary: *desc
7+
levels: [intermediate]
8+
subjects: [databases]
9+
params:
10+
time: 20 minutes
611
---
712

813
Pre-seeding databases with essential data and schema during local development is a common practice to enhance the development and testing workflow. By simulating real-world scenarios, this practice helps catch frontend issues early, ensures alignment between Database Administrators and Software Engineers, and facilitates smoother collaboration. Pre-seeding offers benefits like confident deployments, consistency across environments, and early issue detection, ultimately improving the overall development process.

content/guides/use-case/wiremock.md renamed to content/guides/wiremock.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
2-
description: Mocking API services in development and testing with WireMock
3-
keywords: WireMock, container-supported development
42
title: Mocking API services in development and testing with WireMock
3+
description: &desc Mocking API services in development and testing with WireMock
4+
keywords: WireMock, container-supported development
55
linktitle: Mocking API services with WireMock
6+
summary: *desc
7+
levels: [intermediate]
8+
subjects: [distributed-systems]
9+
params:
10+
time: 20 minutes
611
---
712

813
During local development and testing, it's quite common to encounter situations where your app is dependent on the remote APIs. Network issues, rate limits, or even downtime of the API provider can halt your progress. This can significantly hinder your productivity and make testing more challenging. This is where WireMock comes into play.

0 commit comments

Comments
 (0)