Commit Graph

1025 Commits

Author SHA1 Message Date
Hetu Nandu
501800d738 Merge branch 'fix/form-issues' into 'release'
Fix issue with reset on form error

See merge request theappsmith/internal-tools-client!524
2020-05-05 08:23:24 +00:00
Hetu Nandu
1cb5b6bf31 Fix issue with reset on form error 2020-05-05 08:23:22 +00:00
Hetu Nandu
63dacf7346 Merge branch 'fix/increase-request-timeout' into 'release'
Increase timeout of execute action

See merge request theappsmith/internal-tools-client!538
2020-05-05 08:13:40 +00:00
Hetu Nandu
7b6fad5259 Increase timeout of execute action 2020-05-05 08:13:39 +00:00
Hetu Nandu
513d23f6fc Merge branch 'feat/datasources-and-dbquery' into 'release'
DB Queries Pane

See merge request theappsmith/internal-tools-client!525
2020-05-05 07:50:30 +00:00
Hetu Nandu
0bdb9bea4c feat: dynamic post body in api form
- add info icon
- display helper text and placeholders dynamically
2020-05-05 07:50:30 +00:00
Hetu Nandu
6856571643 Merge branch 'feature/release-feature-flag' into 'release'
Env dependent feature flag

See merge request theappsmith/internal-tools-client!535
2020-05-05 06:46:55 +00:00
Hetu Nandu
11dd49b98e Env dependent feature flag 2020-05-05 06:46:54 +00:00
Hetu Nandu
2cc7fc6e11 Merge branch 'fix/updateLayout' into 'release'
Removing wait for updateLayout in code mirror test.

See merge request theappsmith/internal-tools-client!541
2020-05-04 15:02:07 +00:00
Satbir Singh
d13e05164d Commenting out check for updateLayout 2020-05-04 20:03:23 +05:30
Hetu Nandu
275b5cb1c7 Merge branch 'fix/minor-autocomplete-fixes' into 'release'
Hide autocomplete when certain keys are pressed

See merge request theappsmith/internal-tools-client!537
2020-05-04 11:17:25 +00:00
Hetu Nandu
e36f668a90 hide autocomplete when certain keys are pressed 2020-05-04 14:33:41 +05:30
Hetu Nandu
d4c9c94870 Merge branch 'fix/create-api-from-action-creator' into 'release'
Fix Api creation from property pane action creator

See merge request theappsmith/internal-tools-client!534
2020-05-02 06:47:32 +00:00
Hetu Nandu
f38f92d938 fix issue, removed unused calls 2020-05-02 11:24:24 +05:30
Satbir Singh
7510990e88 Merge branch 'fix/Page_creation' into 'release'
Fix/page creation

Summary:

1. Added Creation of page in before fun in index.js
2. Added Deletion of page in after fun in index.js
3. Added dsl dumping in beforeEach() in all the script
4. Added afterEch() in all the script

See merge request theappsmith/internal-tools-client!532
2020-05-01 07:48:33 +00:00
Rashmi P
a544674ecd Fix/page creation 2020-05-01 07:48:33 +00:00
Hetu Nandu
ac4353f076 Merge branch 'fix/plugin-name-usage' into 'release'
Remove references of plugin name

See merge request theappsmith/internal-tools-client!530
2020-04-29 13:17:51 +00:00
Hetu Nandu
2cf1b8d135 Remove references of plugin name 2020-04-29 13:17:51 +00:00
Hetu Nandu
744ce9f5af Merge branch 'feature/form-config-api' into 'release'
Datasource get form config from api

See merge request theappsmith/internal-tools-client!528
2020-04-29 12:08:41 +00:00
Akash N
4cd24112b1 Fix incorrect action type 2020-04-29 17:28:02 +05:30
Akash N
cf0da78dd4 Merge branch 'release' of https://gitlab.com/theappsmith/internal-tools-client into feature/form-config-api 2020-04-29 16:21:11 +05:30
Abhinav Jha
2493c12d62 Merge branch 'fix/map-tab-issues' into 'release'
Fix/map tab issues

*  Chart widget property pane "Add data" renamed to "Add Series"
*  Tabs widgets, display adding tabs in pane configurations
*  Clicking Pick my location will not trigger onMarkerCreated action
* Added generateClassName in tabs widget
* Date picker flicker time after selection issue fix

See merge request theappsmith/internal-tools-client!493
2020-04-29 10:29:02 +00:00
Vicky Bansal
1f9294b608 Fix/map tab issues 2020-04-29 10:29:02 +00:00
Abhinav Jha
3e2dea745f Merge branch 'fix/widget-name-restrictions' into 'release'
Widget Name Restrictions

- Add restrictions to widget name. Conflicts with Widget Names, Page Names and Action Names

See merge request theappsmith/internal-tools-client!509
2020-04-29 10:20:12 +00:00
Abhinav Jha
7b0f659ff2 Widget Name Restrictions 2020-04-29 10:20:12 +00:00
Abhinav Jha
6478f4a4ac Merge branch 'fix/container-colore' into 'release'
Fix Container background color

Fix for issue: Canvas background was being set in templates, as a result, container's background wasn't perceived to be set.

See merge request theappsmith/internal-tools-client!523
2020-04-29 10:09:27 +00:00
Abhinav Jha
d6c1e9b0c7 Fix Container background color 2020-04-29 10:09:27 +00:00
Hetu Nandu
76c722d0a7 Merge branch 'feature/deleteDatasource' into 'release'
Delete datasource

See merge request theappsmith/internal-tools-client!527
2020-04-29 10:03:56 +00:00
Hetu Nandu
061292bd8a Datasource bug fixes
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-29 10:03:56 +00:00
Abhinav Jha
06bc85ac12 Merge branch 'fix/page-name-breadcrumbs' into 'release'
Page Name updates

- Remove use of `reselect` in `editorSelectors`. 
- Rename action from UPDATE_CURRENT_PAGE to SWITCH_CURRENT_PAGE_ID. 
- Update new page name in bread crumbs

See merge request theappsmith/internal-tools-client!503
2020-04-29 09:41:30 +00:00
Abhinav Jha
299c2fbbb2 Remove use of reselect in editorSelectors. Rename action from UPDATE_CURRENT_PAGE to SWITCH_CURRENT_PAGE_ID. Update new page name in bread crumbs 2020-04-29 09:41:30 +00:00
Akash N
9c1991aaa3 Get form configs from api 2020-04-29 14:53:23 +05:30
Hetu Nandu
bca47fb3f5 Merge branch 'feat/apiProviderSearch' into 'release'
Api pane provider search

See merge request theappsmith/internal-tools-client!515
2020-04-29 09:06:31 +00:00
Hetu Nandu
7174ce0a8a fix: search container ui fixes
- remove unwanted imports
2020-04-29 09:06:30 +00:00
Satbir Singh
517f4b7ce0 Merge branch 'feature/nav-dyn-bind' into 'release'
NavigateTo dynamic binding support

See merge request theappsmith/internal-tools-client!498
2020-04-29 05:35:02 +00:00
Satbir Singh
141d556334 NavigateTo dynamic binding support 2020-04-29 05:35:02 +00:00
Satbir Singh
79a597b799 Merge branch 'fix/table-scroll' into 'release'
Fixing table scroll on load issue.

See merge request theappsmith/internal-tools-client!500
2020-04-29 05:13:02 +00:00
Satbir Singh
275518da4c Fixing table scroll on load issue. 2020-04-29 05:13:02 +00:00
Hetu Nandu
20921d4578 Merge branch 'fix/api-pane-fixes' into 'release'
Fix provider cards ui fixes

See merge request theappsmith/internal-tools-client!514
2020-04-28 10:47:59 +00:00
Hetu Nandu
89ab91361e fix: provider cards ui fixes
- alignment of provider cards in api home screen fixes
- do not load the providers if already present
- fix 'Add to page' button moving on cliick in provider templates
2020-04-28 10:47:59 +00:00
Hetu Nandu
b85adb117c Merge branch 'feature/datasources' into 'release'
Datasource Pane

See merge request theappsmith/internal-tools-client!513
2020-04-28 06:52:53 +00:00
Hetu Nandu
13c59ee80f Datasource bug fixes
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-28 06:52:53 +00:00
Hetu Nandu
9e7f6b0756 Merge branch 'fix/data-tree-issues' into 'release'
Fix minor data tree issues

See merge request theappsmith/internal-tools-client!520
2020-04-27 07:31:04 +00:00
Hetu Nandu
91783b840c Fix minor data tree issues 2020-04-27 07:31:04 +00:00
Hetu Nandu
11d938868a Merge branch 'fix/perf-issues' into 'release'
Fix default value replacement issues

See merge request theappsmith/internal-tools-client!516
2020-04-23 14:57:37 +00:00
Hetu Nandu
b346969465 fixed date picker default value down to the ms
fixed sharing of cachedDependency values
2020-04-23 14:57:37 +00:00
Hetu Nandu
8002e93801 Merge branch 'fix/date-picker-default' into 'release'
Fix Date widget default date

See merge request theappsmith/internal-tools-client!512
2020-04-23 06:12:13 +00:00
Hetu Nandu
d36092c089 Fix Date widget default date 2020-04-23 06:12:13 +00:00
Hetu Nandu
21fc20e488 Merge branch 'fix/api-pane-creation' into 'release'
Api pane creation fixes

See merge request theappsmith/internal-tools-client!511
2020-04-22 09:15:24 +00:00
Hetu Nandu
85f57e350f Api pane creation fixes 2020-04-22 09:15:24 +00:00