1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-14 09:08:32 +00:00
Commit graph

5576 commits

Author SHA1 Message Date
Bram Wiepjes
8ddbb05d9f Merge branch '52-web-frontend-refactor' into 'develop'
Resolve "Web frontend refactor"

Closes  and 

See merge request 
2020-03-27 13:19:43 +00:00
Bram Wiepjes
be2c5c4d4f Resolve "Web frontend refactor" 2020-03-27 13:19:43 +00:00
Bram Wiepjes
63aa85eaa3 Merge branch '21-fix-error-messages-when-logging-in-or-registering' into 'develop'
Resolve "Fix error messages when logging in or registering"

Closes 

See merge request 
2020-03-24 20:26:16 +00:00
Bram Wiepjes
5a06ff0a11 Resolve "Fix error messages when logging in or registering" 2020-03-24 20:26:16 +00:00
Bram Wiepjes
94b8ea8436 Merge branch '8-add-default-favicon' into 'develop'
Resolve "Add default favicon"

Closes 

See merge request 
2020-03-24 19:39:15 +00:00
Bram Wiepjes
19eda753db added favicons to the base settings 2020-03-24 20:33:05 +01:00
Bram Wiepjes
45ca725bf1 Merge branch '33-manage-rows-and-grid-data' into 'develop'
Resolve "Manage rows and grid data"

Closes 

See merge request 
2020-03-24 19:22:34 +00:00
Bram Wiepjes
59181e4351 Resolve "Manage rows and grid data" 2020-03-24 19:22:34 +00:00
Bram Wiepjes
798b946094 Merge branch '35-add-missing-db_tables-service' into 'develop'
Resolve "Add missing db_tables service"

Closes 

See merge request 
2020-01-27 20:43:23 +00:00
Bram Wiepjes
2f3fccf212 moved the separate database tables config to local files 2020-01-27 21:37:49 +01:00
Bram Wiepjes
ecdeb2fe83 Merge branch '31-use-other-database-for-user-tables' into 'develop'
Resolve "Use other database for user tables"

Closes 

See merge request 
2020-01-27 19:45:58 +00:00
Bram Wiepjes
ccb3822027 made it possible to only store user tables in a different database 2020-01-27 20:38:43 +01:00
Bram Wiepjes
18f9a2a01f Merge branch '29-maintain-actual-table' into 'develop'
Resolve "Create and maintain actual table in the database for each table"

Closes 

See merge request 
2020-01-27 18:39:20 +00:00
Bram Wiepjes
22d4ef8e3b store and maintain table schema in the database for each table 2020-01-26 22:15:04 +01:00
Bram Wiepjes
e155e9eeda Merge branch '25-managing-columns' into 'develop'
Resolve "Implement managing of table columns"

Closes 

See merge request 
2020-01-17 12:38:34 +00:00
Bram Wiepjes
b618670e9d Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
Bram Wiepjes
fbd60e25b6 Merge branch '20-table-views' into 'develop'
Resolve "Implement table views abstraction endpoints and frontend"

Closes 

See merge request 
2019-12-20 10:47:01 +00:00
Bram Wiepjes
32945782c3 Resolve "Implement table views abstraction endpoints and frontend" 2019-12-20 10:47:01 +00:00
Bram Wiepjes
e6c4bbc659 Merge branch '18-clearer-error-messages' into 'develop'
Resolve "Clearer error messages via the API"

Closes 

See merge request 
2019-11-08 08:52:36 +00:00
Bram Wiepjes
38c2a311f6 always raise correct error in the api and handle those error better in the frontend 2019-11-08 08:52:36 +00:00
Bram Wiepjes
6df74e220c Merge branch '17-tables' into 'develop'
Resolve "Make it possible to create, update and delete tables."

Closes 

See merge request 
2019-11-03 10:17:22 +00:00
Bram Wiepjes
497447edb8 made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +00:00
Bram Wiepjes
3b2eb13042 Merge branch '14-split-containers' into 'develop'
gave each project his own container

Closes 

See merge request 
2019-10-13 11:29:00 +00:00
Bram Wiepjes
3a43ba4eb0 gave each project his own container 2019-10-13 11:29:00 +00:00
Bram Wiepjes
c710b66caf Merge branch '16-style-guide' into 'develop'
added a scss components style guide

Closes 

See merge request 
2019-10-13 10:45:50 +00:00
Bram Wiepjes
ca5cf7fb60 added a scss components style guide 2019-10-13 10:45:49 +00:00
Bram Wiepjes
47738ba019 Merge branch '13-application-web-frontend' into 'develop'
Resolve "Create application web frontend"

Closes 

See merge request 
2019-10-13 08:58:48 +00:00
Bram Wiepjes
57b5b4e237 made it possible to list, rename, delete and select an application. 2019-10-13 08:58:48 +00:00
Bram Wiepjes
6d97ef428a Merge branch '12-split-makefiles' into 'develop'
splitted makefile to the backend and web-frontend

Closes 

See merge request 
2019-09-23 09:59:42 +00:00
Bram Wiepjes
651393bc62 splitted makefile to the backend and web-frontend 2019-09-23 09:59:42 +00:00
Bram Wiepjes
e1fc7ac922 Merge branch '11-add-application-abstraction-and-possibility-to-add-application-instances-in-the-frontend' into 'develop'
Resolve "Add application abstraction and possibility to add application instances in the frontend."

Closes 

See merge request 
2019-09-22 13:48:32 +00:00
Bram Wiepjes
18e8c24eef added application abstraction and exposed endpoints to manage then. 2019-09-22 13:48:32 +00:00
Bram Wiepjes
efd73d2d97 Merge branch '10-investigate-if-the-left-part-of-the-grid-can-be-replaced-with-position-sticky' into 'develop'
Created proof of concept grid with position sticky

Closes 

See merge request 
2019-08-30 10:37:35 +00:00
Bram Wiepjes
13c4650751 Created proof of concept grid with position sticky 2019-08-30 10:37:35 +00:00
Bram Wiepjes
ff9ca7a2b5 Merge branch '9-bug-redirects-to-login' into 'develop'
fixed bug where content of the previous page would show after refresh

Closes 

See merge request 
2019-08-26 19:10:25 +00:00
Bram Wiepjes
647097fa29 fixed bug where content of the previous page would show after refresh 2019-08-26 19:10:25 +00:00
Bram Wiepjes
8fcfbd957b Merge branch '7-base-application' into 'develop'
Resolve "Create base application template"

Closes 

See merge request 
2019-08-26 17:49:28 +00:00
Bram Wiepjes
46a27b3fff made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
Bram Wiepjes
9b19908914 Merge branch 'feature/authentication' into 'develop'
Authentication

See merge request 
2019-07-11 17:23:10 +00:00
Bram Wiepjes
977af261b6 implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +00:00
Bram Wiepjes
0a884058df Merge branch 'feature/sandbox-environment' into 'develop'
Created sandbox environment where you can run the dev servers as dependencies

See merge request 
2019-06-21 10:07:16 +00:00
Bram Wiepjes
2820be03fb Created sandbox environment where you can run the dev servers as dependencies 2019-06-21 10:07:16 +00:00
Bram Wiepjes
44168af4dd foxed gitlab-ci 2019-06-20 19:49:30 +02:00
Bram Wiepjes
97441b7c09 started django backend project 2019-06-20 19:46:40 +02:00
Bram Wiepjes
5b95994cac created vue login and register pages with validation only 2019-06-10 16:58:28 +02:00
Bram Wiepjes
2c7ee656e0 created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
Bram Wiepjes
f968309d54 created context form and dropdown component 2019-04-12 13:50:44 +02:00
Bram Wiepjes
257b4a2f67 added icon and max-height to select 2019-04-12 12:22:22 +02:00
Bram Wiepjes
5538fc76e5 moved select context to a separate component 2019-04-10 21:46:28 +02:00
Bram Wiepjes
bad7c0bb14 added context search and footer button styling 2019-04-01 22:04:08 +02:00