Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f172de2
All the files required for running the PHP - Laravel Aurora Work Item…
beqqrry-aws Jun 21, 2022
93267c6
Merge branch 'main' into php-rds-backend
beqqrry-aws Jun 21, 2022
158734c
All the files required for running the PHP - Laravel Aurora Work Item…
beqqrry-aws Jun 21, 2022
7f52f0c
Lint fixes and some other minor changes.
beqqrry-aws Jun 21, 2022
5ee644f
Merge conflicts
beqqrry-aws Jun 21, 2022
e67a2d0
Linting fixes.
beqqrry-aws Jun 21, 2022
c2b4ca4
Create phpcs.xml
beqqrry-aws Jun 21, 2022
376b706
One missed linting item.
beqqrry-aws Jun 21, 2022
47fa826
Merge branch 'php-rds-backend' of github.com:beqqrry-aws/aws-doc-sdk-…
beqqrry-aws Jun 21, 2022
00227d6
Merge branch 'main' into php-rds-backend
beqqrry-aws Jun 21, 2022
53d53bc
Removed unneeded files and added some tests.
beqqrry-aws Jun 22, 2022
24580c2
Merge branch 'php-rds-backend' of github.com:beqqrry-aws/aws-doc-sdk-…
beqqrry-aws Jun 22, 2022
f15d950
Removed the PHP built in linter since it's just a syntax checker, whi…
beqqrry-aws Jun 22, 2022
9f7dbbd
Linting.
beqqrry-aws Jun 22, 2022
86f0c0d
Fixes the replacement text.
beqqrry-aws Jun 23, 2022
d8359eb
Updated gitignore
beqqrry-aws Jun 23, 2022
a9d9c9f
Requested changes, mostly trimmed up superfluous files and functions.
beqqrry-aws Jun 23, 2022
3ffb6b9
Merge branch 'main' into php-rds-backend
beqqrry-aws Jun 23, 2022
9437f88
Fixes from reviews.
beqqrry-aws Jul 5, 2022
1dd811e
Merge branch 'php-rds-backend' of github.com:beqqrry-aws/aws-doc-sdk-…
beqqrry-aws Jul 5, 2022
69ac005
Review comments, sos cross service metadata, parameterized sql execute.
beqqrry-aws Jul 8, 2022
0607e9b
Misnamed xml file.
beqqrry-aws Jul 8, 2022
abb7a07
Merge branch 'main' into php-rds-backend
beqqrry-aws Jul 8, 2022
952b516
More comments.
beqqrry-aws Jul 8, 2022
690b5e4
Merge branch 'php-rds-backend' of github.com:beqqrry-aws/aws-doc-sdk-…
beqqrry-aws Jul 8, 2022
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
Prev Previous commit
Next Next commit
Fixes the replacement text.
  • Loading branch information
beqqrry-aws committed Jun 23, 2022
commit 86f0c0d6394b4b8a87055d2740fe8befc4ec55b5
32 changes: 0 additions & 32 deletions php/cross_service/aurora_item_tracker/app/Console/Kernel.php

This file was deleted.

50 changes: 0 additions & 50 deletions php/cross_service/aurora_item_tracker/app/Exceptions/Handler.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions php/cross_service/aurora_item_tracker/routes/channels.php

This file was deleted.

19 changes: 0 additions & 19 deletions php/cross_service/aurora_item_tracker/routes/console.php

This file was deleted.

18 changes: 0 additions & 18 deletions php/cross_service/aurora_item_tracker/routes/web.php

This file was deleted.

2 changes: 1 addition & 1 deletion resources/clients/react/item-tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The web client sends the following REST requests to the REST endpoint:
#### GET /items
#### GET /items/<state>

Retries a list of work items. The default route returns all active items. Optional states are `archive`
Retrieves a list of work items. The default route returns all active items. Optional states are `archive`
for archived items and `all` for all items regardless of state.
*
* Items are expected to be a JSON array of items that each have the following fields:
Expand Down
2 changes: 1 addition & 1 deletion resources/clients/react/item-tracker/src/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"BASE_URL": "http://localhost:8000/api"
"BASE_URL": "http://REPLACE_WITH_YOUR_REST_ENDPOINT"
}