Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create website redesign repo #40

Merged
merged 1 commit into from
Jan 31, 2024
Merged

create website redesign repo #40

merged 1 commit into from
Jan 31, 2024

Conversation

gdams
Copy link
Member

@gdams gdams commented Jan 31, 2024

No description provided.

@gdams gdams requested review from a team as code owners January 31, 2024 10:28
Copy link

Diff for 5e70e91:
Printing local diff:

Actions are indicated with the following symbols:
+   create
!   modify
!   forced update
-   delete

Organization adoptium[id=adoptium]
  there have been 4 validation infos, enable verbose output with '-v' to to display them.

+   add repository[name="adoptium.net-redesign"] {
+     allow_auto_merge                  = true
+     allow_forking                     = true
+     allow_merge_commit                = false
+     allow_rebase_merge                = true
+     allow_squash_merge                = true
+     allow_update_branch               = false
+     archived                          = false
+     default_branch                    = "main"
+     delete_branch_on_merge            = true
+     dependabot_alerts_enabled         = true
+     dependabot_security_updates_enabled = true
+     description                       = "Adoptium Website"
+     gh_pages_build_type               = "disabled"
+     has_discussions                   = false
+     has_issues                        = true
+     has_projects                      = true
+     has_wiki                          = true
+     homepage                          = "https://adoptium.net"
+     is_template                       = false
+     merge_commit_message              = "PR_TITLE"
+     merge_commit_title                = "MERGE_MESSAGE"
+     name                              = "adoptium.net-redesign"
+     private                           = false
+     secret_scanning                   = "enabled"
+     secret_scanning_push_protection   = "enabled"
+     squash_merge_commit_message       = "COMMIT_MESSAGES"
+     squash_merge_commit_title         = "COMMIT_OR_PR_TITLE"
+     template_repository               = null
+     topics                            = [
+       "hacktoberfest"
+     ],
+     web_commit_signoff_required       = false
+   }

+   add repo_workflow_settings[repository="adoptium.net-redesign"] {
+     actions_can_approve_pull_request_reviews = true
+     default_workflow_permissions      = "read"
+     enabled                           = true
+   }

+   add branch_protection_rule[pattern="main", repository="adoptium.net-redesign"] {
+     allows_deletions                  = false
+     allows_force_pushes               = false
+     blocks_creations                  = false
+     bypass_force_push_allowances      = []
+     bypass_pull_request_allowances    = []
+     dismisses_stale_reviews           = false
+     is_admin_enforced                 = false
+     lock_allows_fetch_and_merge       = false
+     lock_branch                       = false
+     pattern                           = "main"
+     require_last_push_approval        = false
+     required_approving_review_count   = "1"
+     required_status_checks            = [
+       "eclipse-eca-validation:eclipsefdn/eca"
+     ],
+     requires_code_owner_reviews       = false
+     requires_commit_signatures        = false
+     requires_conversation_resolution  = false
+     requires_deployments              = false
+     requires_linear_history           = false
+     requires_pull_request             = true
+     requires_status_checks            = true
+     requires_strict_status_checks     = false
+     restricts_pushes                  = false
+     restricts_review_dismissals       = false
+   }
  
  Plan: 3 to add, 0 to change, 0 to delete.
Canonical Diff for 5e70e91:
Showing canonical diff:

Organization adoptium[id=adoptium]

--- canonical
+++ original
@@ -1,56 +1,7 @@
 local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
 
-local newMirrorRepo(repoName) = orgs.newRepo(repoName) {
-
-  allow_merge_commit: true
-  allow_update_branch: false
-  auto_init: false
-  default_branch: "master"
-  delete_branch_on_merge: false
-  dependabot_alerts_enabled: false
-  description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-  has_issues: false
-  has_projects: false
-  has_wiki: false
-  homepage: "https://adoptium.net"
-  secret_scanning: "disabled"
-  secret_scanning_push_protection: "disabled"
-  web_commit_signoff_required: false
-  workflows+: {
-    enabled: false
-  }
 orgs.newOrg('adoptium') {
   _repositories+:: [
-    newMirrorRepo('alpine-jdk8u') {}
-    newMirrorRepo('jdk') {
-      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
-    }
-    newMirrorRepo('jdk11u') {
-    }
-    newMirrorRepo('jdk16u') {}
-    newMirrorRepo('jdk17') {
-      archived: true
-    }
-    newMirrorRepo('jdk17u') {}
-    newMirrorRepo('jdk18') {
-      archived: true
-    }
-    newMirrorRepo('jdk18u') {}
-    newMirrorRepo('jdk19') {
-      archived: true
-    }
-    newMirrorRepo('jdk19u') {}
-    newMirrorRepo('jdk20') {
-      archived: true
-    }
-    newMirrorRepo('jdk20u') {}
-    newMirrorRepo('jdk21') {}
-    newMirrorRepo('jdk21u') {}
-    newMirrorRepo('jdk22') {}
-    newMirrorRepo('jdk8u') {}
-    newMirrorRepo('jdk8u_hg') {
-      archived: true
-    }
     orgs.newRepo('.github') {
       allow_auto_merge: true
       allow_update_branch: false
@@ -183,11 +134,6 @@
       allow_update_branch: false
       branch_protection_rules: [
         orgs.newBranchProtectionRule('main') {
-          // required_status_checks+: [
-          //   "Lint Code Base"
-          //   "Run CI"
-          //   "netlify:netlify/eclipsefdn-adoptium/deploy-preview"
-          // ]
           required_approving_review_count: 1
         }
       ]
@@ -199,6 +145,24 @@
       ]
       web_commit_signoff_required: false
     }
+    orgs.newRepo('alpine-jdk8u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
     orgs.newRepo('api.adoptium.net') {
       allow_merge_commit: true
       allow_squash_merge: false
@@ -611,6 +575,42 @@
         default_workflow_permissions: "write"
       }
     }
+    orgs.newRepo('jdk') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk11u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
     orgs.newRepo('jdk11u-fast-startup-incubator') {
       allow_merge_commit: true
       allow_update_branch: false
@@ -622,6 +622,263 @@
         default_workflow_permissions: "write"
       }
     }
+    orgs.newRepo('jdk16u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk17') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      archived: true
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk17u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk18') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      archived: true
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk18u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk19') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      archived: true
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk19u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk20') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      archived: true
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk20u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk21') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk21u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk22') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk8u') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
+    orgs.newRepo('jdk8u_hg') {
+      allow_merge_commit: true
+      allow_update_branch: false
+      archived: true
+      default_branch: "master"
+      delete_branch_on_merge: false
+      dependabot_alerts_enabled: false
+      description: "This repo is an unmodified mirror of source code obtained from OpenJDK. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version that is available at https://adoptium.net."
+      has_issues: false
+      has_projects: false
+      has_wiki: false
+      homepage: "https://adoptium.net"
+      secret_scanning: "disabled"
+      secret_scanning_push_protection: "disabled"
+      web_commit_signoff_required: false
+      workflows+: {
+        enabled: false
+      }
+    }
     orgs.newRepo('jenkins-helper') {
       allow_update_branch: false
       branch_protection_rules: [
@@ -1035,4 +1292,3 @@
     }
   ]
 }
-};

@netomi netomi merged commit 08b97dd into adoptium:main Jan 31, 2024
2 checks passed
@gdams gdams deleted the webredesign branch January 31, 2024 10:31
@netomi
Copy link
Contributor

netomi commented Jan 31, 2024

changes are live and repo has been configured in PMI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants