Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Add license and fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Dec 13, 2023
1 parent dd44782 commit 1502656
Show file tree
Hide file tree
Showing 48 changed files with 279 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Have a look at the [Tour of Restate tutorial](https://docs.restate.dev/tour) in
## Releasing

To create a new release, push a tag of the form `vX.Y.Z`.
Then [create a release via GitHub](https://github.com/restatedev/tour-of-restate-typescript/releases).
Then [create a release via GitHub](https://github.com/restatedev/tour-of-restate/releases).

Releases of this repository are referred to by the [documentation](https://github.com/restatedev/documentation).
Please update the version tag referenced on the [Tour of Restate](https://github.com/restatedev/documentation/blob/main/docs/tour.mdx) documentation page.
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/app/AppMain.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.app;

import dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/app/Checkout.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.app;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/app/TicketService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.app;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/app/UserSession.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.app;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/auxiliary/EmailClient.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.auxiliary;

public class EmailClient {
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/auxiliary/PaymentClient.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.auxiliary;

public class PaymentClient {
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/auxiliary/TicketStatus.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.auxiliary;

public enum TicketStatus {
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part1/AppMain.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part1;

import dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part1/Checkout.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part1;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part1/TicketService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part1;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part1/UserSession.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part1;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part2/AppMain.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part2;

import dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part2/Checkout.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part2;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part2/TicketService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part2;

import com.fasterxml.jackson.core.type.TypeReference;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part2/UserSession.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part2;

import com.fasterxml.jackson.core.type.TypeReference;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part3/AppMain.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part3;

import dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part3/Checkout.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part3;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part3/TicketService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part3;

import com.fasterxml.jackson.core.type.TypeReference;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part3/UserSession.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part3;

import com.fasterxml.jackson.core.type.TypeReference;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part4/AppMain.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part4;

import dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part4/Checkout.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part4;

import com.google.protobuf.BoolValue;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part4/TicketService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part4;

import com.fasterxml.jackson.core.type.TypeReference;
Expand Down
11 changes: 11 additions & 0 deletions java/src/main/java/dev/restate/tour/part4/UserSession.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Tour of Restate Java,
* which is released under the MIT license.
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate
*/

package dev.restate.tour.part4;

import com.fasterxml.jackson.core.type.TypeReference;
Expand Down
4 changes: 2 additions & 2 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@restatedev/tour-of-restate-typescript",
"name": "@restatedev/tour-of-restate",
"version": "0.0.1",
"description": "Tour of Restate's key features with the Typescript handler API",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate-typescript
* https://github.com/restatedev/tour-of-restate
*/

import * as restate from "@restatedev/restate-sdk";
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/app/checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* You can find a copy of the license in the file LICENSE
* in the root directory of this repository or package or at
* https://github.com/restatedev/tour-of-restate-typescript
* https://github.com/restatedev/tour-of-restate
*/

import * as restate from "@restatedev/restate-sdk";
Expand Down
Loading

0 comments on commit 1502656

Please sign in to comment.