Abhinav Jha
35159a8729
Disable extreme negative top-left resizing
2019-09-26 03:08:03 +05:30
Abhinav Jha
1edf039e02
Handle component drop collisions
2019-09-26 02:51:04 +05:30
Abhinav Jha
526b12766a
Fix Moving widget from one container to another
2019-09-26 00:03:56 +05:30
Abhinav Jha
b155efe3c0
WIP: Use rows and columns accross the board, cleanup DropTargetMonitor
2019-09-25 22:54:23 +05:30
Trisha Anand
e501de6498
Merge branch 'hotfix/segment-bug' into 'master'
...
Fixing minor bugs in the Segment analytics flow
See merge request theappsmith/internal-tools-server!30
2019-09-25 17:06:28 +00:00
Trisha Anand
51d5c93119
Fixing minor bugs in the Segment analytics flow
2019-09-25 17:06:28 +00:00
Trisha Anand
426f9b53c1
Merge branch 'feature/segment' into 'master'
...
Segment & Rollbar Integration
Closes #39 and #38
See merge request theappsmith/internal-tools-server!27
2019-09-25 16:20:51 +00:00
Trisha Anand
566a245451
Segment & Rollbar Integration
2019-09-25 16:20:51 +00:00
Abhinav Jha
92eb493d62
Fixes for code review comments
2019-09-24 18:06:03 +05:30
Trisha Anand
3a3521a539
Merge branch 'feature/mongo-seed' into 'master'
...
Mongo-seeding
See merge request theappsmith/internal-tools-server!26
2019-09-24 12:14:41 +00:00
Trisha Anand
bec8b2e0a1
Adding the docker-compose up command to the build
...
This should ideally run the mongo-seed container to restore the DB before each run
2019-09-24 12:14:41 +00:00
Nikhil Nandagopal
14bee4aadd
moved property controls
2019-09-24 17:41:32 +05:30
Trisha Anand
4815e6819d
Merge branch 'feature/properties' into 'master'
...
Property Pane for Widget
Closes #51
See merge request theappsmith/internal-tools-server!28
2019-09-24 11:40:53 +00:00
Trisha Anand
de55ec8f8e
Property Pane for Widget
2019-09-24 11:40:53 +00:00
Abhinav Jha
2e2f32b1cd
Fix delete logic. Attempt upgrading blueprintjs. Fixes #7 , #10 , #11 , #12
2019-09-23 17:27:55 +05:30
Abhinav Jha
6c34d4a404
Fixes #7 , #10 , #11 , #12
2019-09-23 16:44:02 +05:30
Abhinav Jha
43c7539137
Canvas Grid Rewrite
...
- Fixes #7 , #10 , #11 , #12
2019-09-23 16:13:22 +05:30
Abhinav Jha
3cb582b7d1
WIP: Fix merge conflicts with release. Add toast to show saving page activity
2019-09-23 15:57:45 +05:30
Abhinav Jha
7ce514d895
WIP: Add Draggable Components. Add Resizable Components. Add Moveable Components. Add Deletable Components.
2019-09-23 01:55:05 +05:30
Abhinav Jha
7237250adc
WIP: Fix positioning bug
2019-09-21 07:22:38 +05:30
Abhinav Jha
5d42a8c909
Merge branch 'feature/actions' into 'release'
...
Feature/actions
See merge request theappsmith/internal-tools-client!26
2019-09-20 09:41:27 +00:00
Abhinav Jha
ffb532fa7a
WIP: Canvas widget drop and positioning
2019-09-20 03:55:37 +05:30
Nikhil Nandagopal
5f6aeb55f8
added new control types
...
removed alert from widget list
added property config values
added input validator
2019-09-19 16:59:24 +05:30
Nikhil Nandagopal
5f3a0274a4
Merge branch 'feature/widget-props' into 'release'
...
added property controls
See merge request theappsmith/internal-tools-client!23
2019-09-18 14:47:46 +00:00
Nikhil Nandagopal
60a1cd6d8e
Merge branch 'release' into 'master'
...
Release
Closes #2 , #9 , and #5
See merge request theappsmith/internal-tools-client!25
2019-09-18 14:47:32 +00:00
Nikhil Nandagopal
60714e19f2
made binding optional
...
re-added mock response
2019-09-18 19:40:57 +05:30
Abhinav Jha
c87552b951
Canvas Grid Fixes #6 and #12
...
- Integrate with Fetch Page and Save Page APIs
- Scaffolding for updating widget properties
- DropTargetComponent
- DraggableComponent
2019-09-18 16:30:15 +05:30
Abhinav Jha
56714c3fa0
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/canvas-grid-rewrite
2019-09-18 16:28:21 +05:30
Abhinav Jha
673cd75a3f
WIP: integrate with fetch pages and save pages APIs
2019-09-18 16:18:56 +05:30
Nikhil Nandagopal
684bbe822e
added property controls
...
added redux dev tools
2019-09-18 15:49:50 +05:30
Arpit Mohan
5a0f92c508
Merge branch 'hotfix/cors' into 'master'
...
Fixing the Cors configuration to ensure that pre-flight requests return the `...
See merge request theappsmith/internal-tools-server!25
2019-09-18 09:45:00 +00:00
Arpit Mohan
280f8d4dcb
Fixing the Cors configuration to ensure that pre-flight requests return the Access-Control-Allow-Origin header
2019-09-18 09:45:00 +00:00
Arpit Mohan
64440cf3e7
Merge branch 'feature/response-meta' into 'master'
...
Modifying the ResponseDTO to contain the ResponseMeta object. Also moving...
See merge request theappsmith/internal-tools-server!22
2019-09-18 08:52:14 +00:00
Arpit Mohan
ac44e2c970
Modifying the ResponseDTO to contain the ResponseMeta object. Also moving ErrorDTO inside ResponseMeta object.
...
This also fixes the logic for multiple ResponseDTOs that were being sent when the service level response was a Flux. Now we only return a single array inside a Mono ResponseDTO object.
2019-09-18 08:52:14 +00:00
Trisha Anand
29bdefdec2
Merge branch 'feature/ci-cd' into 'master'
...
CI/CD with Heroku and docker via gitlab
See merge request theappsmith/internal-tools-server!23
2019-09-18 08:24:03 +00:00
Trisha Anand
3d82809d2a
CI/CD with Heroku and docker via gitlab
2019-09-18 08:24:03 +00:00
Abhinav Jha
3317bed1d9
Canvas Grid
...
- Fix Fetch Page
- Add Save Page Boilerplate
- Refactor Drag and Drop components
- Widget Property update boilerplate
2019-09-17 20:43:21 +05:30
Abhinav Jha
703081154c
WIP: Fix fetch page. Add save page boilerplate. Add widget property change boilerplate.
2019-09-17 20:39:55 +05:30
Arpit Mohan
6f4bfdd728
Ensuring that the plugins directory is in the same path as the jar
2019-09-17 18:02:58 +05:30
Arpit Mohan
352398da68
Adding a very initial version of the RestApiPlugin
...
Requires a bunch of testing for corner cases and error scenarios.
See merge request theappsmith/internal-tools-server!21
2019-09-17 12:24:45 +00:00
Arpit Mohan
b618bfc5d8
Adding a very initial version of the RestApiPlugin
...
Requires a bunch of testing for corner cases and error scenarios.
2019-09-17 12:24:45 +00:00
Arpit Mohan
5d20f170ee
Merge branch 'feature/execute-action' into 'master'
...
Execute Action API
See merge request theappsmith/internal-tools-server!20
2019-09-17 12:18:23 +00:00
Arpit Mohan
0edc0f6363
Adding the executeAction API in the ActionController.
...
Also changed the interface for the PluginExecutor to include the resourceConfig and ActionConfig as well.
2019-09-17 12:18:23 +00:00
Abhinav Jha
d19c747228
Merge branch 'feature/actions' into 'release'
...
Feature/actions
See merge request theappsmith/internal-tools-client!22
2019-09-17 10:31:26 +00:00
Nikhil Nandagopal
930061481b
Merge branch 'release' into feature/actions
...
# Conflicts:
# .lintstagedrc
# package.json
# src/pages/Editor/Canvas.tsx
# src/pages/Editor/index.tsx
# src/sagas/ActionSagas.tsx
# src/sagas/PageSagas.tsx
# src/sagas/index.tsx
2019-09-17 15:48:37 +05:30
Nikhil Nandagopal
751ea339d1
added transformation for requests
...
wired button onclick to execute action saga
split widget props into widget data and widget functions
2019-09-17 15:41:50 +05:30
Abhinav Jha
20a3e19ad3
WIP: code changes to allow for dragging and dropping
2019-09-17 15:39:00 +05:30
Trisha Anand
16dca65a64
Merge branch 'feature/docker-ci-cd' into 'master'
...
Docker
See merge request theappsmith/internal-tools-server!19
2019-09-17 09:35:13 +00:00
Trisha Anand
4498a301a6
Docker
2019-09-17 09:35:13 +00:00
Trisha Anand
b4643dd6fd
Merge branch 'action-changes-review' into 'master'
...
Incorporated review comments from Nikhil on action
See merge request theappsmith/internal-tools-server!18
2019-09-17 07:23:30 +00:00