Граф коммитов

124 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] e68882ffd3 Microsoft mandatory file 2023-01-24 17:05:18 +01:00
Wassim Chegham 5c915670bc
chore: rename AZURE_TENANT_ID to TENANT_ID 2022-06-10 17:13:33 +02:00
Roger Gammans 4899bde6f8
feat(auth): allow to login to specific tenant (#96)
* feat(auth): allow to login to specific tenant
* chore: use AZURE_TENANT_ID

Co-authored-by: Wassim Chegham <1699357+manekinekko@users.noreply.github.com>
2022-06-10 15:57:32 +02:00
Wassim Chegham 53a8968ceb
chore: fix unit tests 2022-06-10 15:50:19 +02:00
Wassim Chegham 8e85790001
fix: use utf-8 instead of UTF-8 2022-06-10 15:21:15 +02:00
Wassim Chegham 3f81844618
chore: npm audit 2022-06-10 15:21:15 +02:00
Wassim Chegham c5dbf1bccf
chore: update schematic to Angular v14 2022-06-10 15:21:15 +02:00
shmool 2149211ff7
chore: remove commented out code 2022-06-10 15:21:15 +02:00
shmool a2e38f9042
fix: add (back) deploy architect 2022-06-10 15:21:15 +02:00
shmool 7dd53082bc
fix: refactoring typos 2022-06-10 15:21:15 +02:00
shmool 7f96d69c0b
fix: update typescript 2022-06-10 15:21:15 +02:00
shmool e4bca17337
fix: update angular libs 2022-06-10 15:21:15 +02:00
Shmuela Jacobs 80b10c99af
fix: fix readme typos and links (#76)
Co-authored-by: Wassim Chegham <1699357+manekinekko@users.noreply.github.com>
2022-05-15 15:11:32 +02:00
Will 保哥 95b8b57bac
fix: An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID (#104)
fixes: #102
2022-05-15 15:07:36 +02:00
Will 保哥 d3fca7cf43
Option "--prod" is deprecated (#105) 2022-05-15 15:04:15 +02:00
Alan Agius 8cedc51554
fix: save package in devDependencies (#86)
In the latest versions of the CLI `ng-add` packages can be added to `devDependencies` and this package is perfect for such use case since it's only needed for development.

See: https://github.com/angular/angular-cli/pull/15815
2022-04-14 17:17:32 +02:00
Shmuela Jacobs 25bba3dc01
Update dependencies and fix no subscriptions issue #55 (#92)
* chore: update packages

Angular 8 to 9
Others - minor

* chore: update builder with new angular workspace API

* chore: update Azure libs

* fix: add second login with actual tenant

resolves #55

* fix: update tests with new CLI version

* fix: update tests with new CLI version

* chore: update schematics

* chore: update dependencies

* fix: imports and typings

* fix: ts import

* chore: bump min node version to v10

BREAKING CHANGE

* ci: fix job names

* refactor: prettier formatting

Co-authored-by: sinedied <noda@free.fr>
2020-05-17 08:15:31 +02:00
Manuel Carrier-Nunes 647ea3768d
Fix small typos (#90) 2020-04-15 17:25:03 +02:00
Wassim Chegham 84bcf6eb5c
docs: fix broken links (#80) 2020-02-09 02:08:39 +01: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