Skip to content

Commit 8a7bb39

Browse files
authored
Merge pull request #118 from Shopify/Feb-2024-Updates
Feb 2024 updates
2 parents ee2e535 + f833e0e commit 8a7bb39

2 files changed

Lines changed: 17 additions & 24 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Open Source Software Projects - Shopify
3+
title: Open Source Software - Shopify
44
description: As a team that greatly benefits from open-source software, these are the projects that we have contributed back to the community.
55
---
66

javascripts/custom-repos.js

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
// - These are all children of Shopify and visible at https://github.com/Shopify
33
var optInRepos = [
44
'FunctionalTableData',
5-
'Intro_to_GraphQL_Powered_by_Shopify',
65
'active_fulfillment',
76
'active_merchant',
8-
'active_shipping',
97
'active_utils',
108
'app_profiler',
119
'asset_cloud',
1210
'browser_sniffer',
1311
'connect-googleapps',
1412
'discount-app-components',
15-
'draggable',
1613
'dukpt',
14+
'ejson',
1715
'ejson2env',
1816
'embedded-app-example',
1917
'flash-list',
@@ -29,12 +27,12 @@ var optInRepos = [
2927
'kubeaudit',
3028
'liquid',
3129
'magnet',
32-
'minesweeper',
3330
'money',
3431
'omniauth-shopify-oauth2',
3532
'packwerk',
3633
'polaris-react',
3734
'polaris-icons',
35+
'polaris',
3836
'pyreferrer',
3937
'rails_parallel',
4038
'rbi',
@@ -45,59 +43,54 @@ var optInRepos = [
4543
'rotoscope',
4644
'rubocop-sorbet',
4745
'ruby-lsp',
48-
'sarama',
4946
'semian',
5047
'shipit-engine',
5148
'shopify-css-import',
52-
'shopify-fulfillment-integration',
5349
'shopify_api',
5450
'shopify_app',
5551
'shopify_django_app',
5652
'shopify_python_api',
57-
'shopify_theme',
5853
'skeleton-theme',
59-
'slate',
6054
'splunk-auth-proxy',
6155
'spoom',
62-
'starter-theme',
6356
'statsd-instrument',
64-
'superdb',
6557
'sync_app_demo',
6658
'sysv_mq',
6759
'tapioca',
6860
'themekit',
69-
'theme-scripts',
7061
'toxiproxy',
7162
'toxiproxy-ruby',
72-
'tslint-config-shopify',
63+
'web-configs',
7364
'turbograft',
7465
'twine',
7566
'voucher',
76-
'vouch4cluster',
7767
'vscode-ruby-lsp',
7868
'vscode-shopify-ruby',
79-
'wolverine',
8069
'promise-kotlin',
81-
'promise-swift',
82-
'android-testify',
8370
'krane',
8471
'quilt',
85-
'graphql-tools-web',
8672
'handy',
87-
'tracky'
73+
'tracky',
74+
'bootsnap',
75+
'dawn',
76+
'graphql-batch',
77+
'shopify-ruby-api',
78+
'job-iteration'
8879
];
8980

9081
// Add custom repos by full_name. Take the org/user and repo name
9182
// - e.g. batmanjs/batman from https://github.com/batmanjs/batman
92-
var customRepos = [];
83+
// Shopify originated open source projects hosted elsewhere now
84+
var customRepos = [
85+
'https://github.com/bytecodealliance/javy',
86+
'https://github.com/activemerchant/active_merchant',
87+
'https://github.com/IBM/sarama',
88+
'https://github.com/ndtp/android-testify'
89+
];
9390

9491
// Custom repo language, different than that defined by GitHub
9592
var customRepoLanguage = {
9693
liquid: 'Liquid',
97-
'starter-theme': 'Liquid',
98-
'skeleton-theme': 'Liquid',
99-
shopify_theme: 'Ruby',
100-
'Shopify-Developer-Book': 'Ruby',
10194
'offsite-gateway-sim': 'Ruby',
10295
'shopify.github.com': 'JavaScript',
10396
rotoscope: 'C'

0 commit comments

Comments
 (0)