Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jan develop fix m2m#133

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sushilshinde merged 14 commits intodevelop-mm-sub-merge-fixfromjan-develop-fix-m2m
Feb 25, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
52ddd0a
Switch to tc-core-library-js for fetching m2m token
ThomasKranitsasMar 18, 2019
2b303e3
Bump npm version
ThomasKranitsasMar 18, 2019
1b91701
Fix tests
ThomasKranitsasDec 3, 2019
0ade41c
Fix build issues
ThomasKranitsasDec 13, 2019
baf0da0
added test tag
sushilshindeDec 18, 2019
69c15ed
merged with develop
sushilshindeDec 18, 2019
9906441
fix dups
sushilshindeJan 6, 2020
f765197
Merge pull request #122 from topcoder-platform/develop-fix-m2m
sushilshindeJan 6, 2020
f02f334
test release npm version
sushilshindeJan 6, 2020
6435cd4
fix m2m token
LieutenantRogerFeb 24, 2020
35915ff
Merge pull request #131 from LieutenantRoger/jan-develop-fix-m2m
sushilshindeFeb 24, 2020
a8db62a
test release npm ver bump up to 1000.8.1
sushilshindeFeb 24, 2020
754b17e
resolved conflicts
sushilshindeFeb 25, 2020
9243403
resolved conflicts
sushilshindeFeb 25, 2020
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.circleci/config.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,7 +28,7 @@ jobs:
- attach_workspace:
at: .
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish
- run: npm publish --tag test-release
# dont change anything
workflows:
version: 2
Expand Down
8 changes: 8 additions & 0 deletionsconfig/test.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,4 +4,12 @@ module.exports = {
V3: 'https://api.topcoder-dev.com/v3',
},
dummyConfigKey: 'Dummy config value',
SECRET: {
TC_M2M: {
AUTH0_URL: '',
AUTH0_AUDIENCE: '',
TOKEN_CACHE_TIME: '',
AUTH0_PROXY_SERVER_URL: '',
},
},
};
17 changes: 10 additions & 7 deletionsconfig/webpack/default.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,10 +2,11 @@
const webpack = require('webpack');

module.exports = {
plugins: [
// eslint-disable-next-line global-require
new webpack.DefinePlugin({ CONFIG: JSON.stringify(require('config')) }),
],
node: {
tls: 'empty',
fs: 'empty',
net: 'empty',
},
// Don't include the dependencies to keep built bundle small,
// they will be provided by the app using this lib
externals: [
Expand All@@ -24,8 +25,10 @@ module.exports = {
'tc-accounts',
'to-capital-case',
'topcoder-react-utils',
'tc-core-library-js',
],
plugins: [
// eslint-disable-next-line global-require
new webpack.DefinePlugin({ CONFIG: JSON.stringify(require('config')) }),
],
node: {
fs: 'empty',
},
};
1,445 changes: 0 additions & 1,445 deletionsdist/dev/index.js
View file
Open in desktop

This file was deleted.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp