Arpit
26c9cc655c
Fix linting errors across the app ( #785 )
...
* eslint-setup: rules for frontend and server
* setup pre-commit:hook
* frontend:eslint fixes
* frontend eslint errors and warning fixed
* eslint:fix for ./server
* fix server/test: expectatin string lint/error
* pre-commit:updated
* removed unwanted install cmd from docker file
* recommended settings and extension for vscode
* husky prepare script added
* updated extension recommendations
* added prettier as recommended extension
* added pre-commit to package.json
* remove .prettierrc file
* resolve changes
* resolve changes
2021-09-21 19:18:28 +05:30
Akshay
52cbec3d4c
Add ability to clone from existing apps ( #743 )
...
* add ability to clone from existing apps
* make use of clone ability to authorize clone requests
* refactor to use seperate service for cloning apps
2021-09-15 21:17:44 +05:30
Akshay
762773770c
Fixes app creation authorization ( #757 )
2021-09-15 21:12:04 +05:30
Akshay
82f76e2799
Feature: app version preview & edit ( #639 )
...
* add ability to preview and edit versions
* add specs for get app versions
* create new app versions from prev definition
* fixes
* move default slug creation outside typeorm transaction
* set slug as app id when null
* fix app creation response
* fix entities not loading on test env
* add e2e test for version creation scenarios
Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-08-30 17:13:27 +05:30
Akshay
e4bcf80af2
Application logger using pino ( #600 )
...
* setup application logger with pino
* remove console.log
2021-08-25 22:13:18 +05:30
Akshay
960bacd0c6
fixes pagination on home page ( #589 )
2021-08-24 11:14:16 +05:30
Sherfin Shamsudeen
54a40176ea
Feature: Ability to delete apps ( #486 )
...
* Add end-point that deletes an application
Deleting an application will also delete its corresponding
data sources, data queries and app versions.
* Add unit test for app deletion end-point
* Additional e2e test for delete app end-point
This test ensures that non-admin user cannot delete apps.
2021-08-10 19:36:37 +05:30
navaneeth
7ab53cd456
Fix for versions not getting saved
2021-08-10 17:26:16 +05:30
navaneeth
ae60c5897b
Serialize app entities
2021-08-10 14:34:27 +05:30
navaneeth
86060557c0
Fix for app versions being saved with incorrect app id
2021-07-27 23:50:54 +05:30
navaneeth
8afdb4917a
Feature: Switch folders on dashboard
2021-07-26 18:15:10 +05:30
navaneeth
35388d8930
Policies and tests for query endpoints
2021-07-24 23:39:25 +05:30
navaneeth
3c24d8a6c5
Endpoints for app viewer
2021-07-24 09:43:45 +05:30
navaneeth
59e0cd62c2
Endpoint for saving app versions
2021-07-23 22:27:59 +05:30
navaneeth
d5dda41c79
Endpoint to create app versions
2021-07-23 21:29:01 +05:30
navaneeth
70546845be
Endpoint for fetching app versions
2021-07-23 20:21:24 +05:30
navaneeth
41cca1e60c
App users endpoint & e2e tests
2021-07-23 11:02:49 +05:30
navaneeth
ad3e627b9c
Endpoint for updating app params
2021-07-22 19:54:18 +05:30
navaneeth
b2adb9144e
Running queries + firestore query service 🚀
2021-07-14 19:44:35 +05:30
navaneeth
aa74cd9b65
Data queries entity
2021-07-11 13:52:05 +05:30
navaneeth
c20c5dd1d9
Fix for current_page metadata of apps endpoint
2021-07-11 11:23:05 +05:30
navaneeth
e537b6073f
Move app module to modules folder
2021-07-11 11:11:45 +05:30
navaneeth
e6361ce49e
Organise modules, controllers & services
2021-07-11 11:09:55 +05:30