1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 15:47:32 +00:00
No description
Find a file
Nigel Gott e9d0dbbd09 Merge branch '1208-introduce-a-keyboard-shortcut-to-create-a-new-row-grid-view' into 'develop'
Resolve "Introduce a keyboard shortcut to create a new row grid view"

Closes , , and 

See merge request 
2023-01-04 11:38:00 +00:00
.gitlab Add enterprise plugin 2022-09-22 10:00:59 +02:00
backend Bump to 1.13.3 2022-12-21 13:56:06 +00:00
config Various doc and plugin fixes. 2022-10-03 08:01:50 +00:00
deploy Bump to 1.13.3 2022-12-21 13:56:06 +00:00
docs Bump to 1.13.3 2022-12-21 13:56:06 +00:00
enterprise Merge branch 'unregister-share-toggle' into 'develop' 2023-01-04 10:36:17 +00:00
formula Spelling 2022-07-29 09:12:43 +00:00
integrations/zapier Minor rename to pass Zapier validation 2022-10-11 19:39:47 +00:00
plugin-boilerplate Bump to 1.13.3 2022-12-21 13:56:06 +00:00
premium Latest translations for 1.13.3 2022-12-22 08:57:32 +00:00
web-frontend Merge branch '1208-introduce-a-keyboard-shortcut-to-create-a-new-row-grid-view' into 'develop' 2023-01-04 11:38:00 +00:00
.dockerignore Add all-in-one image used as a base by cloudron/heroku. 2022-02-28 13:56:55 +00:00
.editorconfig Footer calculations/aggregations in grid view v0.1 - Aggregation API only 2022-02-09 08:11:33 +00:00
.env.dev.example Various doc and plugin fixes. 2022-10-03 08:01:50 +00:00
.env.example Resolve "Fix the refresh_token for longer user sessions" 2022-10-27 09:45:34 +00:00
.git-blame-ignore-revs Update lint and ci to automatically check that black has been run + update docs + add config file to hide the formatting commit. 2021-04-12 10:46:40 +02:00
.gitattributes Rename various error messages to make them non enterprise license specific. 2022-09-28 09:29:38 +01:00
.gitignore 3️⃣ Enterprise License: Frontend License Type Registry Refactor 2022-10-13 10:24:55 +00:00
.gitlab-ci.yml one liner for docker login && CI_REGISTRY var ( useful if it's used on self-hosted gitlab ) 2022-12-27 12:58:38 +00:00
.nvmrc Add enterprise plugin 2022-09-22 10:00:59 +02:00
app.json Resolve "Template for installation on Heroku does not work." 2022-12-07 13:56:41 +00:00
Caddyfile Fix collision between nuxt and caddy. 2022-11-02 15:35:42 +00:00
Caddyfile.dev Switch dev mode to how it worked before, fix celery beat throwing errors on... 2022-03-03 14:12:20 +00:00
changelog.md Merge branch '1208-introduce-a-keyboard-shortcut-to-create-a-new-row-grid-view' into 'develop' 2023-01-04 11:38:00 +00:00
CONTRIBUTING.md Spelling 2022-07-29 09:12:43 +00:00
dev.sh Various self-hosting QOL fixes 2022-07-01 15:43:28 +00:00
docker-compose.all-in-one.yml Bump to 1.13.3 2022-12-21 13:56:06 +00:00
docker-compose.dev.yml Resolve "Also check role assignments when deciding if a user is free" 2022-12-19 17:50:44 +00:00
docker-compose.local-build.yml Add RBAC to Baserow. 2022-10-28 18:45:34 +01:00
docker-compose.no-caddy.yml Bump to 1.13.3 2022-12-21 13:56:06 +00:00
docker-compose.yml Bump to 1.13.3 2022-12-21 13:56:06 +00:00
FUNDING.yml added githubs funding yaml 2020-08-28 14:11:20 +02:00
heroku.Dockerfile Bump to 1.13.3 2022-12-21 13:56:06 +00:00
heroku.yml Various docker ci fixes 2022-03-01 21:49:49 +00:00
LICENSE Add enterprise plugin 2022-09-22 10:00:59 +02:00
README.md Bump to 1.13.3 2022-12-21 13:56:06 +00:00
render.yaml Add more self hosting docs 2022-07-05 13:45:31 +00:00
SECURITY.md Heroku fixes, updated docs, fix build. 2022-03-01 15:22:47 +00:00

Baserow is an open source no-code database tool and Airtable alternative.

Create your own online database without technical experience. Our user-friendly no-code tool gives you the powers of a developer without leaving your browser.

  • A spreadsheet database hybrid combining ease of use and powerful data organization.
  • Easily self-hosted with no storage restrictions or sign-up on https://baserow.io to get started immediately.
  • Alternative to Airtable.
  • Open-core with all non-premium and non-enterprise features under the MIT License allowing commercial and private use.
  • Headless and API first.
  • Uses popular frameworks and tools like Django, Vue.js and PostgreSQL.

Deploy to Heroku

docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.13.3

Baserow screenshot

Get Involved

We're hiring remotely! More information at https://baserow.io/jobs.

Join our forum on https://community.baserow.io/ or on Gitter via https://gitter.im/bramw-baserow/community. See CONTRIBUTING.md on how to become a contributor.

Installation

Official documentation

The official documentation can be found on the website at https://baserow.io/docs/index or here inside the repository. The API docs can be found here at https://api.baserow.io/api/redoc/ or if you are looking for the OpenAPI schema here https://api.baserow.io/api/schema.json.

Become a sponsor

If you would like to get new features faster, then you might want to consider becoming a sponsor. By becoming a sponsor we can spend more time on Baserow which means faster development.

Become a GitHub Sponsor

Development environment

If you want to contribute to Baserow you can setup a development environment like so:

$ git clone https://gitlab.com/bramw/baserow.git
$ cd baserow
$ ./dev.sh --build

The Baserow development environment is now running. Visit http://localhost:3000 in your browser to see a working version in development mode with hot code reloading and other dev features enabled.

More detailed instructions and more information about the development environment can be found at https://baserow.io/docs/development/development-environment .

Plugin development

Because of the modular architecture of Baserow it is possible to create plugins. Make your own fields, views, applications, pages or endpoints. We also have a plugin boilerplate to get you started right away. More information can be found in the plugin introduction and in the plugin boilerplate docs.

Meta

Created by Baserow B.V. - bram@baserow.io.

Distributes under the MIT license. See LICENSE for more information.

Version: 1.13.3

The official repository can be found at https://gitlab.com/bramw/baserow.

The changelog can be found here.

Become a GitHub Sponsor here.

Community chat via https://gitter.im/bramw-baserow/community.