66 Commits

Author SHA1 Message Date
Stephan Behnke
ae71eedd6b Refresh README (#7584)
## What changed?
<!-- Describe what has changed in this PR -->

A refresh of our README.

| Before | After |
|--------|--------|
| <img width="919" alt="Screenshot 2025-04-07 at 2 48 07 PM"
src="https://github.com/user-attachments/assets/92485c3d-770a-493d-86a3-ca2331d19a55"
/> | <img width="929" alt="Screenshot 2025-04-07 at 2 49 21 PM"
src="https://github.com/user-attachments/assets/f0dc4b4f-4a6f-4037-b789-a0fa027901b6"
/> |
 
[See it
here](https://github.com/stephanos/temporal/tree/readme-refresh).

## Why?
<!-- Tell your future self why have you made these changes -->

I saw the https://github.com/jj-vcs/jj README and felt our README could
learn a thing or two from that one.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2025-04-07 18:42:37 -07:00
Stephan Behnke
856ab9fab8 Add README badge links (#7499)
## What changed?
<!-- Describe what has changed in this PR -->

Fixed README badge links to not only look pretty but also redirect you.

Try it here:
dcabb2df65/README.md
2025-03-25 13:07:48 -07:00
Stephan Behnke
bb7428840a Overhaul badges (#7471)
## What changed?
<!-- Describe what has changed in this PR -->

Before

<img width="919" alt="Screenshot 2025-03-14 at 10 04 00 AM"
src="https://github.com/user-attachments/assets/71372c24-f489-4cd0-b823-45155587839b"
/>


After

<img width="928" alt="Screenshot 2025-03-14 at 10 04 20 AM"
src="https://github.com/user-attachments/assets/142f074e-78ae-49e8-8331-733b1360a1ea"
/>

## Why?
<!-- Tell your future self why have you made these changes -->

Improve the first impression of a visitor:

- "All Tests" badge is either green (which doesn't really mean much); or
is red due to a flaky test (which looks bad)
- "Codecov" badge looks worse than it is: it should be yellow but is
orange.
- "Codecov" badge updates in real-time; meaning it shows lower numbers
during a test run
- use consistent lowercase letters
2025-03-14 18:29:04 +00:00
Stephan Behnke
fe99786421 Consolidate README (#7465)
## What changed?
<!-- Describe what has changed in this PR -->

Consolidate links for contributors in the README.

## Why?
<!-- Tell your future self why have you made these changes -->

Remove dead links and streamline link discovery.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2025-03-14 10:00:06 -07:00
Stephan Behnke
b77bc37569 Codecov badge (#7461)
## What changed?
<!-- Describe what has changed in this PR -->

Replaced Coveralls code coverage badge with CodeCov's.

## Why?
<!-- Tell your future self why have you made these changes -->

We're replacing Coveralls with CodeCov.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2025-03-13 17:34:51 +00:00
Dan Davison
e32f4d6c1a Make link to CONTRIBUTING.md slightly more explicit (#5804)
## What changed?
Make link to CONTRIBUTING.md in the README slightly more explicit.

## Why?
People outside server team sometimes need to run the server against
`main` and it's not obvious how to.
2024-04-26 16:54:20 +00:00
Michael Snowden
676657cbf4 Reorganize docs (#5535)
## What changed?
<!-- Describe what has changed in this PR -->
I reorganized our docs into `docs/{admin,architecture,development}`.

## Why?
<!-- Tell your future self why have you made these changes -->
We discussed this internally, but I believe this is a better
segmentation for the different audiences looking at our docs. I plan on
adding more stuff to docs/admin like metrics and dynamic config docs.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
I'm mainly looking for broken links.
- I went through each markdown file in docs manually. 
- I looked through all inspection errors in the IDE.
- I looked at all references to "docs/" or "develop/" in our code.

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2024-03-18 23:13:02 -07:00
Rodrigo Zhou
c2365968f2 Remove buildkite configs and references (#5467)
## What changed?
<!-- Describe what has changed in this PR -->
Remove buildkite configs and references.

## Why?
<!-- Tell your future self why have you made these changes -->
Buildkite is no longer used.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
Existing tests.

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
No.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->
N/A

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
No.
2024-02-29 18:05:03 -06:00
Dan Davison
60a5c66e5b Initial docs draft: Overview, History Service, Workflow Lifecycle (#4950)
System architecture / internal implementation docs

- Temporal overview
- History Service
- Workflow lifecycle
2023-11-16 17:42:37 -05:00
Yujun Zhang
8bb1792e65 Fix typo in README.md (#5060) 2023-11-03 10:40:06 -05:00
Loren ☺️
4a0be5e670 Update broken Slack link in README.md (#4865) 2023-09-12 16:36:28 +00:00
Alex Shtin
0ce1234eea Rename leftover master to main (#4768)
<!-- Describe what has changed in this PR -->
**What changed?**
Rename leftover `master` to `main`.

<!-- Tell your future self why have you made these changes -->
**Why?**
`master` branch was renamed to `main` but some places still reference
`master`.

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
N/A

<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
No risks.

<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
No.
2023-08-11 10:39:14 -07:00
Ruslan
5285b80b4f Update running server locally README (#4723)
<!-- Describe what has changed in this PR -->
**What changed?**

Replaced docker based server startup with Temporal CLI dev server

<!-- Tell your future self why have you made these changes -->
**Why?**

Aligning server readme with the docs  

<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**


<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**


<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
2023-08-03 22:02:36 +00:00
Samantha Santiago
bd13fc6b38 TW 219 - update links across repos (#3785)
some links changed/shortened
2023-01-11 12:51:59 -08:00
Michael Snowden
7d66087495 Fix gofmt and add Go report card (#3751) 2022-12-23 22:26:51 -08:00
Ruslan
fa2e06cb67 Update UI readme to v2 (#2936) 2022-06-04 11:25:18 -07:00
Yimin Chen
208391f717 Remove fossa from buildkite (#2843)
* Remove fossa from buildkite

* Remove fossa from Makefile

* remove fossa from README
2022-05-12 22:25:47 -07:00
Yimin Chen
f68d9f700e update slack link (#2818) 2022-05-07 19:04:31 -07:00
Ruslan
b7100aeabb Remove docker files (#2456)
* Remove docker files

* Update docker/README.md

Co-authored-by: Alex Shtin <alex@temporal.io>

* address comments

* update docker readme

* Update develop/buildkite/pipeline.yml

Co-authored-by: Alex Shtin <alex@shtin.com>

* Update README.md

Co-authored-by: Alex Shtin <alex@shtin.com>

Co-authored-by: Alex Shtin <alex@temporal.io>
Co-authored-by: Alex Shtin <alex@shtin.com>
2022-03-21 14:22:36 -07:00
Mikhail Gryzykhin
fdea070501 Remove video.png (#2028)
* Remove video.png
* Place video.png in usercontent.
2021-10-07 10:54:39 -07:00
wxing1292
4741ef1bc1 Update link to buildkite badge (#1823) 2021-08-13 16:18:28 -07:00
Mikhail Gryzykhin
d2c5477113 Add fossa badge to readme (#1533) 2021-05-07 14:48:55 -07:00
swyx
476a12f697 Fix readme slack invite link (#1527) 2021-05-06 19:56:37 -07:00
Cully
fee1c43823 Update README.md (#1487)
Co-authored-by: wxing1292 <wxing1292@users.noreply.github.com>
2021-04-26 08:29:44 -06:00
Alex Shtin
af60aeacdc Move development files to develop (#1377) 2021-03-15 17:06:19 -07:00
Christian Franco
537030875e Update README.md (#1163) 2021-02-01 16:55:01 -08:00
Alex Shtin
2bcc0d37ad Replace docker.tar.gz with docker-compose repo 2021-01-11 23:18:57 -08:00
Alex Shtin
7372223fc2 Move docker-compose files to separate repo (#1171) 2021-01-08 18:08:04 -08:00
Ryland Goldstein
4231ace2c0 Fix Slack link (#1026) 2020-11-24 16:48:32 -08:00
Alex Shtin
d4190ce45c Change docker tctl to admin-tools (#933) 2020-11-02 10:10:34 -08:00
Alex Shtin
91e20d8827 Fix space 2020-10-30 17:56:19 -07:00
Alex Shtin
66c3f7153e Fix build badge 2020-10-29 10:17:48 -07:00
Sergey Bykov
764b9e4798 Update readme (#861)
* Update readme

* Fix casing

* Add a better video still

* Address feedback

* Update statement about samples

* Recommit video.png with LFS settings.

* Cut a sentence to make intro more concise
2020-10-15 08:16:55 -07:00
Derek Wilson
c96713eb6b Remove docs dir (#846)
* remove docs dir

because docs are now external and these are outdated.

* Remove in-repo docs links in readme

and PROPOSALS.md along with adding a pointer to the proposals repo

* remove doc added after docs removal

because this isn't where docs go now

* add feature request link to README

in the section about contributing and our proposals repo
2020-10-13 21:36:13 +00:00
Alex Shtin
1410257d6c Fix repo URLs in README.md
Use new URLs in `README.md` instead of obsolete ones.
2020-09-27 10:26:54 -07:00
Ringo De Smet
da056decc8 Replace Slack with Discourse info (#501) 2020-07-07 10:27:34 -07:00
Alex Shtin
1914182e4a Fix contribution docs (#349) 2020-05-02 14:41:52 -07:00
Samar Abbas
783086e39d Update readme to reference Temporal (#197)
Update all references to Temporal.

Use links to Temporal resources
- docs
- buildkite
- slack
2020-03-09 18:37:21 -07:00
Samar Abbas
7005b7bc88 Rename all executables from cadence- to temporal- (#195)
Rename generated binaries:
- cadence -> temporal
- cadence-server -> temporal-server
- cadence-canary -> temporal-canary
- cadence-sql-tool -> temporal-sql-tool
- cadecne-cassandra-tool -> temporal-cassandra-tool

Moved core schema files for all database implementation to be under temporal folder.

Also used 'temporal' as keyspace or database name for core schema.

Renamed all environment variable to use TEMPORAL instead of CADENCE.

Renamed all docker scripts to references to point to new executables and mention
temporal.

Change reference to buildkite pipelines for temporal.
2020-03-09 12:43:13 -07:00
Samar Abbas
8e92b60833 Renaming of package uber/cadence to temporalio/temporal (#4)
* Rename IDL files to move then under temporalio/temporal
* Rename ProjectRoot in makefile represent new repository
* Update go.mod to represent new repository
* Update all imports to temporalio/temporal package
* Fix tests to work after renaming
2019-10-26 10:26:07 -07:00
Quanzheng Long
951eb793de Delete unused folder/files (#2676) 2019-10-16 15:48:45 -07:00
Dounan Shi
e126ebebc6 Fix Slack invite link in README (#2619)
* Update Slack invitation link
2019-09-28 09:23:39 -07:00
Maxim Fateev
0f2d7f11b0 Removed outdated description from README.md (#2581) 2019-09-22 18:05:40 -07:00
Bowei Xu
fc2d286512 Add slack channel to readme page (#2426) 2019-08-22 10:13:58 -07:00
Dustin Metzgar
f17fb18784 Change code coverage badge 2019-08-16 10:12:14 -07:00
Maxim Fateev
ba415ba505 Updated readme (#2348) 2019-08-06 11:50:39 -07:00
Dustin Metzgar
25e7aca859 Fixing links to samples 2019-07-30 12:20:29 -07:00
Dustin Metzgar
c3f265f06c Add proposal process documentation (#2127) 2019-07-02 13:16:52 -07:00
Dustin Metzgar
251a5ccb35 Changing build badge to BuildKite 2019-05-30 08:55:50 -07:00
Joe
545b9e887d Update README.md (#1882) 2019-05-28 18:58:42 -07:00