Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
39 changes: 16 additions & 23 deletions javascripts/custom-repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
// - 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',
'ejson',
'ejson2env',
'embedded-app-example',
'flash-list',
Expand All @@ -29,12 +27,12 @@ var optInRepos = [
'kubeaudit',
'liquid',
'magnet',
'minesweeper',
'money',
'omniauth-shopify-oauth2',
'packwerk',
'polaris-react',
'polaris-icons',
'polaris',
'pyreferrer',
'rails_parallel',
'rbi',
Expand All @@ -45,59 +43,54 @@ 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'
'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',
'skeleton-theme': 'Liquid',
shopify_theme: 'Ruby',
'Shopify-Developer-Book': 'Ruby',
'offsite-gateway-sim': 'Ruby',
'shopify.github.com': 'JavaScript',
rotoscope: 'C'
Expand Down