Miller Wang
34dcd7b409
Merge pull request #185 from microsoft/hanli/hot-fix
...
Fix possible NPE in telemetry properties
2024-07-01 14:29:26 +08:00
Flanker32
8e2a5f6dcb
Bump version for functions gradle plugin, prepare for hot fix
2024-07-01 14:04:40 +08:00
Flanker32
ef44d586a9
Fix possible NPE in telemetry properties
2024-07-01 14:04:11 +08:00
Hanxiao Liu
dc41470041
Merge pull request #179 from davidlekve/patch-1
...
Update README.md
2024-06-18 14:45:53 +08:00
Hanxiao Liu
33a270d6dd
Merge pull request #180 from davidsalter/telemetry-npe
...
Stop NPE when pricing tier is not specified within build.gradle file
2024-06-05 16:26:49 +08:00
Hanxiao Liu
9296871619
Merge pull request #181 from microsoft/hanli/flex-consumption
...
Support flex consumption function in gradle plugin
2024-06-05 13:45:53 +08:00
Flanker32
cf9c831873
Fix checkstyle and java doc issues
2024-06-03 21:18:11 +08:00
Flanker32
04263c4bb9
Add missing operation properties bundle
2024-06-03 17:05:49 +08:00
Flanker32
e043fdbcf9
Update error message for flex consumption app validation
2024-06-03 17:05:35 +08:00
Flanker32
7cb4273f8c
Remove SNAPSHOT, prepare for release
2024-05-27 15:24:49 +08:00
Flanker32
8eb69f5f24
Upgrade toolkit lib to 0.45.0
2024-05-27 15:23:29 +08:00
Flanker32
577151ef68
Upgrade toolkits lib and add parameters for flex consumption
2024-05-14 13:50:21 +08:00
Flanker32
d3a9d1843c
Bump version, prepare for next release
2024-05-14 09:49:02 +08:00
David Salter
909dc5ac28
Stop NPE when pricing tier is not specified within build.gradle file
2024-05-11 20:57:47 +01:00
davidlekve
1306592bfe
Update README.md
...
Change from maven to gradle
2024-05-08 11:12:39 +02:00
Hanxiao Liu
5902c7744d
Merge pull request #175 from microsoft/hanli/stacks
...
Migrate to stacks API in gradle plugin
2024-01-10 10:33:06 +08:00
Flanker-MSFT
842d33b3d1
Fix checkstyle issues
2024-01-08 21:37:52 +08:00
Flanker-MSFT
566bf31a67
Filter out empty web container and java version, AB#2135472
2024-01-08 21:35:40 +08:00
Flanker-MSFT
1374cb5980
Add up missing web app url after deployment
2024-01-08 13:19:38 +08:00
Flanker-MSFT
da71fd83b8
Do not provide default os when parse configuration
2024-01-08 13:15:09 +08:00
Flanker-MSFT
60ec17d9ec
Fix possible NPE to collect telemetry properties
2024-01-08 11:08:45 +08:00
Flanker-MSFT
ca184aa31a
Load app service runtime before deploy
2024-01-02 16:23:50 +08:00
Flanker-MSFT
f61050cd52
Resolve code conflicts with stable toolkit lib
2024-01-02 16:03:50 +08:00
Flanker-MSFT
18e3cede50
Update change log
2024-01-02 16:03:30 +08:00
Flanker-MSFT
a3944c07a2
Remove SNAPSHOT and bump toolkit lib version
2024-01-02 15:38:11 +08:00
Flanker-MSFT
ea82bae12c
Add validation for runtime parse
2023-12-22 15:00:14 +08:00
Flanker-MSFT
8f57138e9f
Load runtimes from remote before parse runtime config
2023-12-22 14:54:07 +08:00
Flanker-MSFT
9b99b87d58
Upgrade toolkits lib and adapt to new runtime model
2023-12-21 17:17:18 +08:00
Flanker-MSFT
fdc6b0a59c
Bump version for next release
2023-12-21 16:19:30 +08:00
Hanxiao Liu
0df864abdb
Merge pull request #173 from microsoft/hanli/upgrade-lib
...
Upgrade toolkit libs and refactor telemetry related logic
2023-11-05 14:38:55 +08:00
Flanker-MSFT
d8286ab6b5
Remove snapshot, prepare for release
2023-11-01 16:28:26 +08:00
Flanker-MSFT
fae97cbac8
Support flex consumption in gradle function extension
2023-10-23 16:16:06 +08:00
Flanker-MSFT
9a6276ce9f
Upgrade toolkit libs and refactor telemetry related logic
2023-10-23 14:21:58 +08:00
Flanker-MSFT
c115303eb7
Upgrade version, prepare for next release
2023-10-23 13:19:43 +08:00
Hanxiao Liu
3a2f422f72
Merge pull request #171 from microsoft/hanli/gradle-fixes
...
Fix telemetry issue for gradle plugins
2023-10-15 21:54:12 -05:00
Flanker-MSFT
58e83fd912
Bump version for gradle plugins, prepare for hot fixes
2023-10-16 10:49:36 +08:00
Flanker-MSFT
9f1fa3b900
Fix allowTelemetry did not work in web app gradle plugin
2023-10-16 10:49:19 +08:00
Hanxiao Liu
8b2c1b72bf
Merge pull request #169 from enaess/master
...
Fix for issue #166 - make allowTelemetry option to work
2023-10-15 21:01:10 -05:00
Eivind Næss
17f60252be
Fix for issue 166, allowTelemetry can now be configured
...
I've tested this two ways:
- ./gradlew -DallowTelemetry=true|false the property merge function will set the property accordingly
- ./gradlew with azureFunctions { allowTelemetry = true|false } in build.gradle
Also moved the mergeCommandLineParameters() function to execute prior to the check for allowTelemetry allowing the property to be set.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
2023-09-13 11:50:43 -07:00
Eivind Næss
2b4cba70aa
Removing a space before the '=' sign which caused a indentation check to fail
...
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
2023-09-13 10:26:07 -07:00
Hanxiao Liu
64589cecc4
Merge pull request #162 from microsoft/hanli/default-bundle
...
[Task #2038041 ] Update default function extension bundle version to v4
2023-06-27 10:02:32 +08:00
Flanker-MSFT
790351a6eb
Bump version for toolkit lib
2023-06-26 16:23:41 +08:00
Flanker-MSFT
bc96ac1a81
Only compare major version during artifact compile level validation, AB#1952165
2023-06-26 16:06:51 +08:00
Flanker-MSFT
7e38444362
Unify account description message in azure gradle plugin, AB#2071915
2023-06-26 13:45:07 +08:00
Flanker-MSFT
828f6b842f
Restart site during deployment
2023-05-31 10:56:10 +08:00
Flanker-MSFT
34ba888ee3
Upgrade toolkits lib to fix basic auth issue
2023-05-31 10:36:48 +08:00
Flanker-MSFT
ad1eddce7f
Remove SNAPSHOT, prepare for release
2023-05-31 09:42:40 +08:00
Hanxiao Liu
6f546ddfba
Update default function extenison bundle version to v4
2023-03-13 14:03:02 +08:00
Hanxiao Liu
22aa940cb7
Bump version, prepare for next release
2023-03-13 14:02:31 +08:00
Miller Wang
5f7bd472d3
Merge pull request #161 from microsoft/hotfix-202302
...
Fix command line parameters could not overwrite configurations in `build.gradle`
2023-02-28 13:58:57 +08:00