Skip to content
Open

V4 #233

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
3cb8f87
fix(auth): Don't redirect to org select when identity provider is 360.
cb1kenobi Apr 22, 2022
26f8a2e
fix(test): Fixed pm install test
cb1kenobi Apr 23, 2022
cc299fa
chore: Updated npm dependencies
cb1kenobi Apr 23, 2022
009155b
Attempting to debug acs test
cb1kenobi Apr 25, 2022
46076e5
Attempting to debug acs test
cb1kenobi Apr 25, 2022
084376f
Enabling more debug logging
cb1kenobi Apr 25, 2022
85cdb86
Merge branch 'updatedeps' into APIGOV-21467
cb1kenobi Apr 25, 2022
02eacaf
Refactored amplify-utils to ES modules.
cb1kenobi Apr 26, 2022
e0f63ef
More work
cb1kenobi Apr 29, 2022
165240d
More work on the amplify-utils package
cb1kenobi May 6, 2022
58a89b9
Merge branch 'master' into v4
cb1kenobi May 11, 2022
56dca74
Merge branch 'master' into v4
cb1kenobi May 11, 2022
8106dc3
chore: Updated deps
cb1kenobi May 11, 2022
3ed4da8
Wired up transpilation, testing, and linting
cb1kenobi May 18, 2022
0db2bf8
The big rename
cb1kenobi May 19, 2022
b2ba5f5
Add snooplogg definition, syncd all package scripts, finished amplify…
cb1kenobi May 19, 2022
9f33bbd
Added snooplogg type defs
cb1kenobi May 19, 2022
f3fddc4
Finished amplify-config, updated to latest config-kit api, moved all …
cb1kenobi May 20, 2022
66e04b7
Work on cleaning up Amplify SDK, fixed got timeout and retry, fixed s…
cb1kenobi May 23, 2022
37f739a
More work on the amplify sdk, updated deps
cb1kenobi May 25, 2022
15f7a39
More work on AmplifySDK
cb1kenobi May 26, 2022
6539f5f
More work on the Amplify SDK
cb1kenobi May 29, 2022
f32694c
Added types for platform results
cb1kenobi Jun 2, 2022
0b8a4e6
More work on the amplify sdk
cb1kenobi Jun 4, 2022
e122684
Finished all but client apis. Updated deps.
cb1kenobi Jun 6, 2022
677d11b
Finished amplify sdk src, working on tests
cb1kenobi Jun 7, 2022
339f02a
Working on getting the tests to pass
cb1kenobi Jun 8, 2022
deb271e
Fixed all lint errors in the Amplify SDK, working on getting the test…
cb1kenobi Jun 9, 2022
3907ac2
More amplify sdk test fixes
cb1kenobi Jun 10, 2022
45479ed
Finished amplify-sdk
cb1kenobi Jun 15, 2022
e8936f7
Work on cli utils and updated deps
cb1kenobi Jun 15, 2022
1821242
Finished amplify-cli-utils
cb1kenobi Jun 16, 2022
269be46
Removed unused gulp-task dev dep
cb1kenobi Jun 16, 2022
e95ba71
Adding back old environments.js file
cb1kenobi Jun 16, 2022
dff20f0
Removed new environments.ts
cb1kenobi Jun 16, 2022
8d190b6
Renamed environments file
cb1kenobi Jun 16, 2022
22c09f9
Added check-kit types. More work on the Axway CLI package.
cb1kenobi Jun 16, 2022
e13dba0
Finished the Axway CLI, working on auth cmd
cb1kenobi Jun 17, 2022
4e6e479
Updated deps
cb1kenobi Jun 17, 2022
edb3721
Fixed up auth cli and most of pm cli
cb1kenobi Jun 22, 2022
f04d142
Updated the oum commands
cb1kenobi Jun 23, 2022
092f7f8
oum fixes
cb1kenobi Jun 27, 2022
97c5526
Reset package versions
cb1kenobi Jun 28, 2022
11e1b7c
Updated deps
cb1kenobi Jun 28, 2022
eee67bb
Added release notes script
cb1kenobi Jun 28, 2022
88f14f1
more work
cb1kenobi Jun 30, 2022
bc9adaa
Fixed up CLI extension exports and work on the test runner
cb1kenobi Jul 1, 2022
4ff1c29
Work on the tests
cb1kenobi Jul 5, 2022
9c53b7d
Fixed merge conflicts
cb1kenobi Jul 5, 2022
563cc24
Cleanup, test fixes
cb1kenobi Jul 6, 2022
ad8ce54
More fixes
cb1kenobi Jul 6, 2022
363f358
More test fixes
cb1kenobi Jul 6, 2022
6b8ac9d
More test fixes
cb1kenobi Jul 6, 2022
2b500f9
More test and bug fixes
cb1kenobi Jul 7, 2022
131724b
Fixed pm tests and updated deps
cb1kenobi Jul 7, 2022
02461c5
Fixed service account tests
cb1kenobi Jul 7, 2022
d5fd841
Fixed merge conflicts
cb1kenobi Jul 7, 2022
287d710
Fixed more tests
cb1kenobi Jul 7, 2022
a287d3e
Added build to test script
cb1kenobi Jul 7, 2022
cc08d50
Fixed amplify sdk tests, fixed telemetry bug on windows, fixed lint e…
cb1kenobi Jul 8, 2022
aa81bed
Fixed cli-utils test
cb1kenobi Jul 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": [
"axway/env-node",
"axway/+mocha",
"axway/+chai",
"axway/+typescript"
],
"rules": {
"no-confusing-arrow": "off",
"no-ex-assign": "off",
"node/no-unsupported-features/es-syntax": "off",
"node/no-unsupported-features/node-builtins": [
"warn",
{
"version": ">=14.15.0"
}
],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-empty-function": "off"
}
}
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.js text eol=lf
*.md text eol=lf
*.mustache text eol=lf
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn run gulp lint
run: yarn run lint

Test:
needs: Lint
Expand All @@ -25,13 +25,13 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: [ '12.18.0', '14.15.1', '16.8.0' ]
nodeVersion: [ '14.19.3', '16.15.1', '18.4.0' ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodeVersion }}
- name: Install dependencies
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
.DS_Store*
.npm-info
.nyc_output
/coverage
.turbo
coverage/**
build/**
dist
gulpfile.tmp.*
junit.xml
lerna-debug.log
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
library 'pipeline-library'

runNPMPackage {
nodeVersions = [ '12.18.0', '14.15.1' ]
nodeVersions = [ '14.15.1' ]
packageJsonPath = 'packages/axway-cli/package.json'
platforms = [ 'linux', 'osx' ]
publish = false
Expand Down
Loading