Skip to content
Open
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
0ec68c5
regenerate identity client w/deprecation
sbSteveK Aug 13, 2025
b6c699b
Merge branch 'main' into soft-deprecation
sbSteveK Aug 13, 2025
9316188
point crt to the soft-deprecation branch
sbSteveK Aug 13, 2025
c274beb
set fail-fast to false and begin adding --cmake-extra=-DAWS_CRT_DISAB…
sbSteveK Aug 13, 2025
45c547b
try adding the AWS_CRT_SOFT_DEPRECATED header to identity
sbSteveK Aug 13, 2025
54ff899
forgot to close the parenthesis
sbSteveK Aug 13, 2025
264eb85
add the deprecation option to identity CMakeLists.txt
sbSteveK Aug 13, 2025
f4a5252
add deprecation warning option to sdk CMakeLists.txt
sbSteveK Aug 13, 2025
5d21c35
add deprecation warning option to commands-sandbox
sbSteveK Aug 13, 2025
ae82e3b
remove mqtt311 and v1 service client samples
sbSteveK Aug 13, 2025
e4459de
remove samples from .builder action
sbSteveK Aug 13, 2025
6223fa8
add deprecation warning setting to more samples
sbSteveK Aug 13, 2025
c346981
commandlineutils uses deprecated mqtt for some reason...
sbSteveK Aug 13, 2025
88aeb82
all other samples using command line utils
sbSteveK Aug 13, 2025
8eb389b
jobs and shadow apparently
sbSteveK Aug 13, 2025
88f0687
tests need definition too
sbSteveK Aug 13, 2025
23b7aa4
handle the option instead
sbSteveK Aug 13, 2025
da04237
losing my mind. more cmake lists
sbSteveK Aug 13, 2025
84a3126
add more deprecation warning options to ci.yml
sbSteveK Aug 13, 2025
d3b2307
add deprecation suppression to windows ci
sbSteveK Aug 13, 2025
c7565d2
omg more cmake lists
sbSteveK Aug 13, 2025
a6a9f84
device defender sample...
sbSteveK Aug 13, 2025
90888a7
remove mqtt3 sample runs from ci
sbSteveK Aug 13, 2025
75ab3f6
remove mqtt3 related smoke tests and files
sbSteveK Aug 13, 2025
9e08fd5
try to add the deprecation option to macos in ci
sbSteveK Aug 13, 2025
94e8d5f
try to add deprecation option to linux-smoke-tests
sbSteveK Aug 13, 2025
4d6394b
sanatizers and git actions deprecation option
sbSteveK Aug 13, 2025
ed6fe6a
remove windows-app-verifier job
sbSteveK Aug 14, 2025
4c9cf84
clang
sbSteveK Aug 14, 2025
e68724f
clang
sbSteveK Aug 14, 2025
06ed104
remove samples used as tests from codebuild job
sbSteveK Aug 14, 2025
6c6a2a7
remove appverifier unused files
sbSteveK Aug 14, 2025
ba001db
doxygen settings updated to handle deprecation
sbSteveK Aug 14, 2025
5d15262
get the deprecation warning off for codebuild
sbSteveK Aug 14, 2025
f1471cc
updated jobs client
sbSteveK Aug 14, 2025
1064e26
generated shadow update
sbSteveK Aug 14, 2025
32e456c
cmake lists update
sbSteveK Aug 14, 2025
1518b40
regen jobs/shadow headers
sbSteveK Aug 14, 2025
ee2f1e9
first main merge attempt
sbSteveK Sep 29, 2025
95d2ecf
remove dupe fail-fast and get output in text for secrets in codebuild…
sbSteveK Sep 29, 2025
ccd49db
manually point to crt branch for now
sbSteveK Sep 29, 2025
5dff558
disable deprecation warnings on macos ci job
sbSteveK Sep 29, 2025
98c0177
restore cmake list files
sbSteveK Sep 29, 2025
af0a3c9
more cmake fixes
sbSteveK Sep 29, 2025
f064adc
re-remove app-verifier
sbSteveK Sep 29, 2025
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
17 changes: 0 additions & 17 deletions .builder/actions/build_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,13 @@ def run(self, env):
steps = []
samples = [
'samples/commands/commands-sandbox',
'samples/deprecated/fleet_provisioning/fleet_provisioning',
'samples/deprecated/fleet_provisioning/mqtt5_fleet_provisioning',
'samples/deprecated/jobs/job_execution',
'samples/deprecated/jobs/mqtt5_job_execution',
'samples/deprecated/shadow/shadow_sync',
'samples/deprecated/shadow/mqtt5_shadow_sync',
'samples/greengrass/basic_discovery',
'samples/greengrass/ipc',
'samples/fleet_provisioning/provision-basic',
'samples/fleet_provisioning/provision-csr',
'samples/jobs/jobs-sandbox',
'samples/mqtt/basic_connect',
'samples/mqtt/custom_authorizer_connect',
'samples/mqtt/pkcs11_connect',
'samples/mqtt/pkcs12_connect',
'samples/mqtt/websocket_connect',
'samples/mqtt/windows_cert_connect',
'samples/mqtt/x509_credentials_provider_connect',
'samples/mqtt/custom_authorizer_connect',
'samples/mqtt/cognito_connect',
'samples/mqtt5/mqtt5_pubsub',
'samples/mqtt5/mqtt5_shared_subscription',
"samples/pub_sub/basic_pub_sub",
"samples/pub_sub/cycle_pub_sub",
'samples/secure_tunneling/secure_tunnel',
'samples/secure_tunneling/tunnel_notification',
'samples/shadow/shadow-sandbox',
Expand Down
316 changes: 30 additions & 286 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions .github/workflows/ci_run_basic_connect_cfg.json

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/ci_run_cognito_connect_cfg.json

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/ci_run_custom_authorizer_connect_cfg.json

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/ci_run_fleet_provisioning_cfg.json

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/ci_run_fleet_provisioning_mqtt5_cfg.json

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/ci_run_jobs_cfg.json

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/ci_run_jobs_mqtt5_cfg.json

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/ci_run_pkcs11_connect_cfg.json

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/ci_run_pkcs12_connect_cfg.json

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ci_run_pubsub_cfg.json

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/ci_run_shadow_cfg.json

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/ci_run_shadow_mqtt5_cfg.json

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/ci_run_websocket_connect_cfg.json

This file was deleted.

Loading
Loading