Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 0.2.0-testing.1 #3949

Merged
merged 41 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ce219ab
add release notes
ghislaineguerin Oct 10, 2024
dfc364e
add upgrade instructions placeholder
ghislaineguerin Oct 10, 2024
4d646d9
sort PRs by number
ghislaineguerin Oct 10, 2024
975027b
remove upgrade instructions
ghislaineguerin Oct 11, 2024
d852322
Rewrote release notes.
kgodey Oct 12, 2024
935e01a
Added RPC docs note.
kgodey Oct 12, 2024
17b4e5c
Fixed link.
kgodey Oct 12, 2024
22631ea
Merge branch '0.2.0-testing.1' into release-notes
kgodey Oct 12, 2024
e8f3043
Added missing PRs.
kgodey Oct 12, 2024
46fdb11
Added PRs merged into develop.
kgodey Oct 12, 2024
1417729
Fixed internal links.
kgodey Oct 12, 2024
a7815c8
Added note to main page.
kgodey Oct 12, 2024
4fc486a
Updated admonition type.
kgodey Oct 12, 2024
172f5e7
Update repo for testing release
pavish Oct 14, 2024
70daf2e
Update build from scratch docs on stability of testing release
pavish Oct 14, 2024
ea5b3bd
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
b15cf9d
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
9c77498
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
620ba36
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
2e4dff8
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
c5f687a
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
10064f3
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
2eed4c2
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
fa2f131
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
d416183
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
10665eb
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
0b7a484
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
9f99710
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
623dbb1
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
3478dee
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
f41cc7d
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
aa175f2
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
3448d01
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
20c56dd
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
8929096
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
b4f153e
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
a8e681a
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
aed2078
Update docs/docs/releases/0.2.0-testing.1.md
kgodey Oct 14, 2024
035c2ce
Add back variable name.
kgodey Oct 14, 2024
9d4354e
Added admonition to installation from scratch page.
kgodey Oct 15, 2024
75d5569
Added admonition to Docker Compose install page.
kgodey Oct 15, 2024
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
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
#
service:
container_name: mathesar_service
image: mathesar/mathesar-prod:latest
image: mathesar/mathesar-testing:latest
environment:
# First we load the variables configured above.
<<: *config
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mathesar has an API available at `/api/rpc/v0/` which follows the [JSON-RPC](https://www.jsonrpc.org/specification) spec version 2.0.

!!! caution "Not yet stable"
!!! danger "Not yet stable"
The RPC API is not yet stable and may change in the future. If you build logic that depends on this API, be mindful that it may change in the future without warning or notice.

## Usage
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Mathesar Documentation

!!! question "Help us get our beta out sooner – send us feedback!"
You're looking at the documentation for our **✨ new test build ✨**, see [release notes here](releases/0.2.0-testing.1.md).

For a timely and stable beta release, we need feedback from as many users as possible about how this new version of Mathesar is working for you. Let us know on [this GitHub discussion](https://github.com/mathesar-foundation/mathesar/discussions/3956) or drop us a line at <[email protected]>.

## Welcome!

Mathesar is a self-hostable open source project that provides a spreadsheet-like interface to a PostgreSQL database. Our web-based interface helps you and your collaborators set up data models, edit data, and build custom reports &mdash; no technical skills needed. You can create a new PostgreSQL database while setting up Mathesar or use our UI to interact with an existing database (or do both).
Expand All @@ -17,7 +22,7 @@ This is a quick way to play with Mathesar locally, but is not appropriate for sa
1. With [Docker](https://docs.docker.com/get-docker/) installed, run:

```
docker run -it --name mathesar -p 8000:8000 mathesar/mathesar-prod:latest
docker run -it --name mathesar -p 8000:8000 mathesar/mathesar-testing:latest
```

1. Visit [http://localhost:8000/](http://localhost:8000/) to set up an admin user account and create a database connection.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/installation/build-from-source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ Then press <kbd>Enter</kbd> to customize this guide with your domain name.
git clone https://github.com/mathesar-foundation/mathesar.git .
```

1. Checkout the tag of the latest stable release, `{{mathesar_version}}`.
1. Check out the tag of the release or build you'd like to install, `{{mathesar_version}}`.

```
git checkout {{mathesar_version}}
```

!!! warning "Important"
If you don't run the above command you'll end up installing the latest _development_ version of Mathesar, which will be less stable.
If you don't run the above command you'll end up installing the latest _development_ version of Mathesar.

1. We need to create a python virtual environment for the Mathesar application.

Expand Down
234 changes: 234 additions & 0 deletions docs/docs/releases/0.2.0-testing.1.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ nav:
- API:
- RPC: api/rpc.md
- REST: api/rest.md
- Test Builds:
- '0.2.0-testing.1': releases/0.2.0-testing.1.md
- Releases:
- '0.1.7': releases/0.1.7.md
- '0.1.6': releases/0.1.6.md
Expand Down
Loading