From f7a13ac0fd3c8f021bde6b6cf3312377039d887a Mon Sep 17 00:00:00 2001 From: James Lepp Date: Wed, 31 Jan 2024 14:25:54 -0500 Subject: [PATCH 1/3] Removing archived or unsupported repos --- javascripts/custom-repos.js | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/javascripts/custom-repos.js b/javascripts/custom-repos.js index 905d30a..6a4ab20 100644 --- a/javascripts/custom-repos.js +++ b/javascripts/custom-repos.js @@ -2,17 +2,14 @@ // - These are all children of Shopify and visible at https://github.com/Shopify var optInRepos = [ 'FunctionalTableData', - 'Intro_to_GraphQL_Powered_by_Shopify', 'active_fulfillment', 'active_merchant', - 'active_shipping', 'active_utils', 'app_profiler', 'asset_cloud', 'browser_sniffer', 'connect-googleapps', 'discount-app-components', - 'draggable', 'dukpt', 'ejson2env', 'embedded-app-example', @@ -29,7 +26,6 @@ var optInRepos = [ 'kubeaudit', 'liquid', 'magnet', - 'minesweeper', 'money', 'omniauth-shopify-oauth2', 'packwerk', @@ -45,44 +41,32 @@ var optInRepos = [ 'rotoscope', 'rubocop-sorbet', 'ruby-lsp', - 'sarama', 'semian', 'shipit-engine', 'shopify-css-import', - 'shopify-fulfillment-integration', 'shopify_api', 'shopify_app', 'shopify_django_app', 'shopify_python_api', - 'shopify_theme', 'skeleton-theme', - 'slate', 'splunk-auth-proxy', 'spoom', - 'starter-theme', 'statsd-instrument', - 'superdb', 'sync_app_demo', 'sysv_mq', 'tapioca', 'themekit', - 'theme-scripts', 'toxiproxy', 'toxiproxy-ruby', - 'tslint-config-shopify', + 'web-configs', 'turbograft', 'twine', 'voucher', - 'vouch4cluster', 'vscode-ruby-lsp', 'vscode-shopify-ruby', - 'wolverine', 'promise-kotlin', - 'promise-swift', - 'android-testify', 'krane', 'quilt', - 'graphql-tools-web', 'handy', 'tracky' ]; @@ -95,7 +79,6 @@ var customRepos = []; var customRepoLanguage = { liquid: 'Liquid', 'starter-theme': 'Liquid', - 'skeleton-theme': 'Liquid', shopify_theme: 'Ruby', 'Shopify-Developer-Book': 'Ruby', 'offsite-gateway-sim': 'Ruby', From c4b4bfe05e91a0829b3f1be958129d2815b6f8be Mon Sep 17 00:00:00 2001 From: James Lepp Date: Wed, 31 Jan 2024 15:44:37 -0500 Subject: [PATCH 2/3] Adding repos with more than 1000 stars on github --- javascripts/custom-repos.js | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/javascripts/custom-repos.js b/javascripts/custom-repos.js index 6a4ab20..4db1b85 100644 --- a/javascripts/custom-repos.js +++ b/javascripts/custom-repos.js @@ -11,6 +11,7 @@ var optInRepos = [ 'connect-googleapps', 'discount-app-components', 'dukpt', + 'ejson', 'ejson2env', 'embedded-app-example', 'flash-list', @@ -31,6 +32,7 @@ var optInRepos = [ 'packwerk', 'polaris-react', 'polaris-icons', + 'polaris', 'pyreferrer', 'rails_parallel', 'rbi', @@ -68,19 +70,27 @@ var optInRepos = [ 'krane', 'quilt', 'handy', - 'tracky' + 'tracky', + 'bootsnap', + 'dawn', + 'graphql-batch', + 'shopify-ruby-api', + 'job-iteration' ]; // Add custom repos by full_name. Take the org/user and repo name // - e.g. batmanjs/batman from https://github.com/batmanjs/batman -var customRepos = []; +// Shopify originated open source projects hosted elsewhere now +var customRepos = [ + 'https://github.com/bytecodealliance/javy', + 'https://github.com/activemerchant/active_merchant', + 'https://github.com/IBM/sarama', + 'https://github.com/ndtp/android-testify' +]; // Custom repo language, different than that defined by GitHub var customRepoLanguage = { liquid: 'Liquid', - 'starter-theme': 'Liquid', - shopify_theme: 'Ruby', - 'Shopify-Developer-Book': 'Ruby', 'offsite-gateway-sim': 'Ruby', 'shopify.github.com': 'JavaScript', rotoscope: 'C' From f833e0eb9c9452c188d73014c604e1ff386e02dd Mon Sep 17 00:00:00 2001 From: James Lepp Date: Wed, 31 Jan 2024 16:25:58 -0500 Subject: [PATCH 3/3] Nominal update to index.html to trigger rebuild --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4bd248d..5d6500a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Open Source Software Projects - Shopify +title: Open Source Software - Shopify description: As a team that greatly benefits from open-source software, these are the projects that we have contributed back to the community. ---