Wassim Chegham
f62b9d3562
docs: fix broken links
2019-10-01 16:47:25 +02:00
Shmuela Jacobs
8c391d3d95
fix: run build target before deploy, with an option to change it ( #75 )
2019-09-29 14:38:08 +03:00
Frank Ellis
3cc74b79d2
docs: fix typos in README ( #78 )
2019-09-22 21:01:02 +02:00
Shmuela Jacobs
4ff58c8721
fix: change default resource group and storage account names ( #77 )
2019-09-18 16:02:56 +01:00
chris
91e90d5eca
Update README.md
2019-09-10 13:02:04 +01:00
chris
8565db959b
Update package.json
2019-09-06 11:41:30 +01:00
Yohan Lasorsa
ff4f4c01af
chore: enforce conventional commits ( #68 )
2019-09-06 12:21:45 +02:00
Yohan Lasorsa
c8492e9db1
doc: update readme ( #69 )
2019-09-06 12:21:25 +02:00
Yohan Lasorsa
8b63d0b084
fix: crash when using saved credentials ( #67 )
...
* fix: crash when using saved credentials
* fix: remove credentials saving for CI
2019-09-06 12:21:01 +02:00
chris
192f38bc21
fix: avoid generating names in an infinite loop ( #62 )
...
* without this fix it will keep generating names for all eternity
* fix: without this fix it will keep generating names for all eternity
2019-09-05 14:18:19 +02:00
chris
c0bba39518
fix: lowercase and max account name to adhere to Azure rules ( #63 )
...
* fixing lowercase and max account name to adhere to Azure rules
* fix: fixing lowercase and max account name to adhere to Azure rules
2019-09-05 14:17:21 +02:00
chris
49b8f675b5
fix: checking the storage accounts on the whole subscription ( #65 )
...
* fix: ensuring we are checking the storage accounts on the whole subscription instead of by resource group
* fix: removing yield, replace with await
* fix: remove not used code, fixing missing}, fixing how to retrieve account now that we look at all storage accounts rather than by resource group
2019-09-05 14:16:08 +02:00
Wassim Chegham
060b503c52
fix: guard against corrupted getToken function ( #58 )
2019-09-05 11:21:03 +01:00
Wassim Chegham
0e0198ab5c
chore: add CODEOWNERS file ( #59 )
2019-09-04 13:18:36 +01:00
chris
d03515bd53
Update package.json
2019-09-02 14:36:22 +01:00
chris
357040b315
correcting usage instruction by removing reference to beta version of ng-deploy
2019-09-02 13:22:17 +01:00
Shmuela Jacobs
d12b5a5040
Add quotes to $CWD to allow paths with spaces. ( #49 )
...
Fixes #48
2019-09-02 12:50:35 +01:00
Wassim Chegham
7e3e496a06
fix: guard against corrupted user creds ( #57 )
...
Somehow the underlying SDK is keeping a copy of the cache from previous auth processes. However, that cache is corrupted and some creds were undefined (`username` and `tokenAudience`).
2019-09-02 07:25:50 -04:00
Wassim Chegham
01dcc82b38
feat: add support for CI ( #54 )
...
Closes #52
2019-08-30 17:55:30 +01:00
Shmuela Jacobs
dd1a83c237
Merge pull request #47 from Azure/test/e2e
...
test: add e2e test and multi-platform CI matrix
2019-08-18 08:37:43 -04:00
Yohan Lasorsa
3077283e3e
Merge branch 'master' into test/e2e
2019-08-16 10:33:18 +02:00
Shmuela Jacobs
063db8c334
Merge pull request #46 from Azure/doc/local-dev
...
doc: fix local development instructions
2019-08-15 11:10:54 -04:00
Shmuela Jacobs
3a6bacedff
Merge pull request #45 from Azure/chore/cleanup
...
style: add prettier + cleanups
2019-08-15 11:08:54 -04:00
Yohan Lasorsa
18ae776d13
test: add multiple env matrix
2019-08-08 16:38:35 +02:00
Yohan Lasorsa
2f7de1501a
test: add e2e test scenario
2019-08-08 16:37:55 +02:00
Yohan Lasorsa
1ebac2cd0e
fix: exclude tests from build
2019-08-08 12:25:41 +02:00
Yohan Lasorsa
60d155220c
test: remove useless manual mock
2019-08-08 12:25:39 +02:00
Yohan Lasorsa
ba46cbec08
test: add coverage
2019-08-08 12:25:38 +02:00
Yohan Lasorsa
6dbe28aad5
test: uniformize test format
2019-08-08 12:25:37 +02:00
Yohan Lasorsa
29070e385c
style: add prettier formatting
2019-08-08 12:25:34 +02:00
Yohan Lasorsa
a79b09d93d
refactor: use @types/progress
2019-08-08 12:25:30 +02:00
Yohan Lasorsa
af7cda391a
test: move jest config to package.json
2019-08-08 12:25:28 +02:00
Yohan Lasorsa
6a730cc967
chore: add keywords & contributor
2019-08-08 12:25:27 +02:00
Yohan Lasorsa
6131357739
chore: remove unused packages and files
2019-08-08 12:25:26 +02:00
Yohan Lasorsa
fda89bf622
doc: fix local development instructions
2019-08-08 10:57:12 +02:00
Yohan Lasorsa
39e824487c
Merge pull request #27 from Azure/shmool-patch-1
...
fix logout instructions
2019-08-08 10:10:07 +02:00
Yohan Lasorsa
7493a22248
Merge pull request #38 from santoshyadav198613/DOC--Move-local-dev-and-testing-instructions-to-Contributing.md
...
doc: move local dev and testing to Contributing Fixes #35
2019-08-08 10:09:44 +02:00
Yohan Lasorsa
c74dedddf4
feature: allow overwriting existing Azure config ( #42 )
...
* fix: letter casing
* feature: allow to overwrite existing azure config
* test: add ng-add unit tests
2019-08-07 22:15:12 +01:00
chris
7b361ea22d
adding fixes to pipeline file ( #44 )
...
* adding fixes to pipeline file
* fixing offending tab
* reverting to old config
* correcting test task and add watcher task as separate thing
2019-08-06 16:29:43 +01:00
Yohan Lasorsa
f536456ee6
fix: package name in angular.json file ( #37 )
2019-08-06 15:51:10 +01:00
Yohan Lasorsa
971bc91e8b
fix: install & windows deployment ( #36 )
...
* fix: replace `ascii-progress` with `progress` to fix install
* chore: add missing spinner mocks
* chore: bump @angular-devkit/architect
* fix: deployment on windows platforms
2019-08-06 15:50:36 +01:00
Santosh Yadav
2f4b5b8ef4
doc: move local dev and testing to Contributing
2019-08-01 00:14:29 +05:30
Shmuela Jacobs
8e4b3866f6
Merge pull request #19 from softchris/feature/out-dir-and-main-entry-for-npm
...
adding out as outdir and adding entrypoint for npm
2019-07-18 11:53:47 -04:00
chris
5ec14ebe97
Merge branch 'master' into feature/out-dir-and-main-entry-for-npm
2019-07-16 16:44:44 +01:00
softchris
2c0a560460
reverting version of arm-resources
2019-07-16 16:43:58 +01:00
softchris
f69e01add9
updating package.json refs
2019-07-16 16:40:48 +01:00
softchris
826aa95afb
fixing the compiler process so it compiles, copies and then runs compiler in watch mode, second change is fixing a wrongly named mock that broke the tests
2019-07-16 16:38:27 +01:00
softchris
373e5f9bbe
fixing package.json and compile error
2019-07-16 16:21:35 +01:00
chris
0e6e0c0c45
Update README.md
2019-06-27 13:00:00 +01:00
chris
2d3851454a
Update README.md
2019-06-27 12:37:17 +01:00