Commit Graph

24 Commits

Author SHA1 Message Date
Landon James 68933b75fd
Renaming gradle task `:aws:sdk:test` to `sdkTest` avoid task name collision (#3650)
It is now called :aws:sdk:sdkTest and the README has been updated to
align with this.

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
The gradle task `:aws:sdk:test` mentioned in our `README` has been
broken for sometime. This seems to be because one of the plugins we are
using (I was unable to determine exactly which one) is registering a
task named `test` and it was conflicting with ours.

## Description
<!--- Describe your changes in detail -->
I changed the name of the broken task to `:aws:sdk:sdkTest`, explicitly
registered it, and added the appropriate dependencies and steps for the
task. I also updated the `README` to reflect this new name and added a
note to indicate that these tests require Go to be installed (because
they tests some FIPS functionality).

## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
I was able to successfully run `./gradlew :aws:sdk:sdkTest` on my local
machine (after installing Go which I was initially missing).

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
No changes to any published code in this PR
----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-05-20 21:51:24 +00:00
Adam Steinberg 3d34cb7c40
Fix broken link in README.md (#3227)
## Motivation and Context
The link to the design documentation in the root-level README is broken.
It produces a 404 error.

## Description
I changed the link in the README from
`https://awslabs.github.io/smithy-rs/design` to
`https://smithy-lang.github.io/smithy-rs/design/`

## Testing
I clicked the new link and it worked :)

## Checklist
N/A

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-11-17 17:46:13 +00:00
John DiSanti 6438a09bef
Fix repo org move issues (#3166)
This PR fixes issues introduced by moving the repository from
awslabs/smithy-rs to smithy-lang/smithy-rs.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-11-10 18:51:04 +00:00
Harry Barber a737694f73
Move examples to root, refactor to workspace, and refactor integration tests (#2481)
* Move examples

* Update documentation

* Add to CI

* Fix CI

* Cleanup

* Fix clippy lints

* Fix documentation

* Bump example dependencies

* Cleanup

* Update documentation

---------

Co-authored-by: Matteo Bigoi <1781140+crisidev@users.noreply.github.com>
2023-03-22 14:00:21 +00:00
Julian Antonielli b8eb3419a0
Use plain cargo to test runtime crates instead of gradle (#1924) 2022-10-31 16:47:27 +00:00
Luca Palmieri aea63544e1
Update MSRV policy state in the README (#1790)
* Update MSRV policy state in the README

* Beautify
2022-09-30 16:50:42 +01:00
John DiSanti 96e9f61fee
Establish the `codegen-core` module (#1697)
* Create the `codegen-core` module
* Move the `Version` class into `codegen-core`
* Rename `codegen` to `codegen-client`
* Rename `codegen-test` to `codegen-client-test`
* Move shared test models to common location
* Fix Smithy validation errors in `misc.smithy`
2022-09-07 09:31:46 -07:00
Russell Cohen edb1394561
Upgrade to Gradle 7 (#1411)
* Upgrade to Gradle 7

* Document the upgrade and update changelogs
2022-06-23 12:27:43 -04:00
John DiSanti 8149106ca2
Fix the CI status badge in the README (#1350) 2022-04-28 09:06:48 -07:00
John DiSanti 4b8381b22c
Remove unused test scripts and update readme (#1136) 2022-02-01 18:15:20 -08:00
John DiSanti bc416716c2
Auto-update design docs in GitHub pages (#1127) 2022-01-27 13:05:31 -08:00
Matteo Bigoi d215bb0815
Update MSRV to 1.54.0 (#844) 2021-11-10 12:51:31 +00:00
Russell Cohen b5a2e4ca8c
Fix design docs link
When the repo became public, the design docs link changed
2021-05-22 20:37:40 -04:00
Russell Cohen 72a5c5b3e8
Add initial set of docs (#313)
* Add initial set of docs

* More design documentation updates

* Updates to the docs

* Update tenets again to remove the dependeny tenet

* Remove `!`

* Add more design documentation

* More updates to tenets

* More tenets updates

* tenets typo

* Rephrase as 'AWS SDK for Rust'

* rephrase tenets
2021-05-06 22:59:12 +00:00
Shing Lyu 521a201e6a
docs: update JDK version requirement (#329)
* docs: update JDK version requirement

* fix: stick with JDK 11

Co-authored-by: Shing Lyu <shinglyu@amazon.nl>
Co-authored-by: Russell Cohen <rcoh@amazon.com>
2021-04-26 09:30:12 +00:00
Russell Cohen f2b3442103
Update README.md 2021-04-22 16:02:22 -04:00
Russell Cohen 7c7640550a
Update README.md (#305) 2021-04-20 23:01:40 +00:00
Doug d75b7605b1
Update README.md (#246) 2021-03-09 18:49:16 -05:00
Russell Cohen edb395f6c7
Update README.md (#170)
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Kerem Kat <keremkat@gmail.com>

Co-authored-by: Kerem Kat <keremkat@gmail.com>
2021-01-26 12:30:42 -05:00
Russell Cohen 88ca4fedd8
[chore] Move AWS codegeneration into its own folder (#166)
This allows us to deliniate AWS runtime vs. Smithy runtime and will make a future separation easier
2021-01-19 15:23:07 -05:00
Russell Cohen 0b6ecac6d5
Update README.md (#58) 2020-12-01 16:45:31 -05:00
Russell Cohen 86dc5db504
Add pre-commit hooks (#17)
* Setup pre-commit

* Run precommit hook across all files

* Update README.md
2020-11-04 22:09:00 -05:00
Russell Cohen 3ba6fe37e7 Add Kotlin codegen 2020-10-28 11:00:49 -04:00
Amazon GitHub Automation 2f8227c6bf Initial commit 2020-10-28 06:37:45 -07:00