Skip to content

Commit dbc034f

Browse files
authored
Merge pull request #1804 from EnterpriseDB/release/2021-08-26
2 parents 29c55da + 1391572 commit dbc034f

File tree

103 files changed

+142
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+142
-110
lines changed

.github/workflows/sync-files.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: sync files from another repo
2+
on:
3+
repository_dispatch:
4+
types: [sync_files]
5+
jobs:
6+
sync-files:
7+
env:
8+
# The body text of the PR requests that will be created
9+
PR_BODY: Automated changes to pull in updates from ${{ github.event.client_payload.repo }} repo
10+
11+
# The name of the branch that will be created
12+
PR_BRANCH_NAME: ${{ github.workflow }}/${{ github.event.client_payload.repo }}
13+
14+
# The title of the PR request that will be created
15+
PR_TITLE: Automated changes from ${{ github.event.client_payload.repo }}
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout destination
19+
uses: actions/checkout@v2
20+
with:
21+
path: destination
22+
23+
- name: Checkout source repo
24+
uses: actions/checkout@v2
25+
with:
26+
repository: ${{ github.event.client_payload.repo }}
27+
ref: feat/icons-placeholder
28+
token: ${{ secrets.GH_TOKEN }}
29+
path: source
30+
31+
- name: Process changes
32+
run: |
33+
case ${{ github.event.client_payload.repo }} in
34+
35+
EnterpriseDB/fe)
36+
cp -f utils/icons-placeholder/output/* ${{ github.workspace }}/icons-pkg/
37+
;;
38+
39+
*)
40+
echo "The workflow has not been configured for the ${{ github.event.client_payload.repo }} repo"
41+
exit 1
42+
;;
43+
esac
44+
working-directory: source
45+
46+
- name: Create pull request
47+
uses: peter-evans/[email protected]
48+
with:
49+
body: ${{ env.PR_BODY }}
50+
branch: ${{ env.PR_BRANCH_NAME }}
51+
path: destination/
52+
title: ${{ env.PR_TITLE }}

icons-pkg/ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IGNORE THIS FILE

product_docs/docs/edbcloud/beta/using_cluster/04_backup_and_restore.mdx

Lines changed: 6 additions & 10 deletions

product_docs/docs/eprs/6.2/02_overview/04_design_replication_system/03_restrictions_on_replicated_database_objects.mdx

Lines changed: 2 additions & 2 deletions

product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki.png

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 40 additions & 0 deletions

product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx renamed to product_docs/docs/migration_portal/3.3.0/02_supported_platforms.mdx

Lines changed: 1 addition & 0 deletions

product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/01_mp_overview_home.mdx renamed to product_docs/docs/migration_portal/3.3.0/03_mp_using_portal/01_mp_overview_home.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx renamed to product_docs/docs/migration_portal/3.3.0/03_mp_using_portal/02_mp_overview_project.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx renamed to product_docs/docs/migration_portal/3.3.0/03_mp_using_portal/03_mp_overview_wiki.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/index.mdx renamed to product_docs/docs/migration_portal/3.3.0/03_mp_using_portal/index.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/01_mp_schema_extraction.mdx renamed to product_docs/docs/migration_portal/3.3.0/04_mp_migrating_database/01_mp_schema_extraction.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/02_mp_schema_assessment.mdx renamed to product_docs/docs/migration_portal/3.3.0/04_mp_migrating_database/02_mp_schema_assessment.mdx

Lines changed: 3 additions & 5 deletions

product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/03_mp_schema_migration.mdx renamed to product_docs/docs/migration_portal/3.3.0/04_mp_migrating_database/03_mp_schema_migration.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/04_mp_data_migration.mdx renamed to product_docs/docs/migration_portal/3.3.0/04_mp_migrating_database/04_mp_data_migration.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/index.mdx renamed to product_docs/docs/migration_portal/3.3.0/04_mp_migrating_database/index.mdx

Lines changed: 1 addition & 3 deletions

product_docs/docs/migration_portal/3.2.0/05_mp_advanced_data_migration.mdx renamed to product_docs/docs/migration_portal/3.3.0/05_mp_advanced_data_migration.mdx

Lines changed: 1 addition & 3 deletions
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions

product_docs/docs/migration_portal/3.2.0/index.mdx renamed to product_docs/docs/migration_portal/3.3.0/index.mdx

Lines changed: 1 addition & 7 deletions

0 commit comments

Comments
 (0)