Skip to content

Commit

Permalink
Update Slate repos
Browse files Browse the repository at this point in the history
- Update Slate repo logo
- Add theme-scripts repo
- Add skeleton-theme repo
- Add starter-theme repo
- Sort optInRepos alphabetically
  • Loading branch information
t-kelly committed Jul 10, 2018
1 parent 8c9a4c0 commit 7ceb744
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 54 deletions.
Binary file removed images/repo-avatars/slate.gif
Binary file not shown.
7 changes: 7 additions & 0 deletions images/repo-avatars/slate.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 57 additions & 54 deletions javascripts/custom-repos.js
@@ -1,83 +1,86 @@
// Opt-in repos (case sensitive)
// - These are all children of Shopify and visible at https://github.com/Shopify
var optInRepos = [
'FunctionalTableData',
'Intro_to_GraphQL_Powered_by_Shopify',
'js-buy-sdk',
'dashing',
'draggable',
'active_fulfillment',
'active_merchant',
'liquid',
'superdb',
'active_shipping',
'shopify_app',
'identity_cache',
'statsd-instrument',
'shopify_theme',
'shopify_api',
'sarama',
'slate',
'shopify-css-import',
'active_fulfillment',
'shopify_python_api',
'wolverine',
'verdict',
'shopify_django_app',
'browser_sniffer',
'active_utils',
'embedded-app-example',
'asset_cloud',
'browser_sniffer',
'connect-googleapps',
'omniauth-shopify-oauth2',
'shopify-fulfillment-integration',
'sysv_mq',
'money',
'sync_app_demo',
'rails_parallel',
'dashing',
'draggable',
'dukpt',
'splunk-auth-proxy',
'magnet',
'embedded-app-example',
'go-lua',
'goluago',
'goreferrer',
'asset_cloud',
'minesweeper',
'toxiproxy',
'toxiproxy-ruby',
'grizzly_ber',
'identity_cache',
'js-buy-sdk',
'kubeaudit',
'liquid',
'magnet',
'minesweeper',
'money',
'omniauth-shopify-oauth2',
'polaris',
'pyreferrer',
'rails_parallel',
'rotoscope',
'sarama',
'semian',
'go-lua',
'goluago',
'shipit-engine',
'pyreferrer',
'shopify-css-import',
'shopify-fulfillment-integration',
'shopify_api',
'shopify_app',
'shopify_django_app',
'shopify_python_api',
'shopify_theme',
'skeleton-theme',
'slate',
'splunk-auth-proxy',
'starter-theme',
'statsd-instrument',
'superdb',
'sync_app_demo',
'sysv_mq',
'themekit',
'theme-scripts',
'toxiproxy',
'toxiproxy-ruby',
'tslint-config-shopify',
'turbograft',
'twine',
'tslint-config-shopify',
'rotoscope',
'polaris',
'kubeaudit',
'FunctionalTableData',
]
'verdict',
'wolverine'
];

// 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 = [
]
var customRepos = [];

// Custom repo language, different than that defined by GitHub
var customRepoLanguage = {
'liquid': 'Liquid',
'slate': 'Liquid',
'dashing': 'Ruby',
'shopify_theme': 'Ruby',
liquid: 'Liquid',
'starter-theme': 'Liquid',
'skeleton-theme': 'Liquid',
dashing: 'Ruby',
shopify_theme: 'Ruby',
'Shopify-Developer-Book': 'Ruby',
'offsite-gateway-sim': 'Ruby',
'shopify.github.com': 'JavaScript',
'rotoscope': 'C',
}
rotoscope: 'C'
};

// Custom repo avatars. Dimensions should be 40x40
// - Be sure a custom repo doesn't have the same name as a Shopify one, or a one will be overridden
var customRepoAvatar = {
'slate': '/images/repo-avatars/slate.gif',
'draggable': '/images/repo-avatars/draggable.png',
'dashing': '/images/repo-avatars/dashing.gif',
'superdb': '/images/repo-avatars/super-debugger.gif',
}
slate: '/images/repo-avatars/slate.svg',
draggable: '/images/repo-avatars/draggable.png',
dashing: '/images/repo-avatars/dashing.gif',
superdb: '/images/repo-avatars/super-debugger.gif'
};

0 comments on commit 7ceb744

Please sign in to comment.