Commit Graph

5314 Commits

Author SHA1 Message Date
Hetu Nandu
79f8719b4e changes i thought i added 2020-02-21 13:27:28 +05:30
Trisha Anand
a3cd991fd3 Merge branch 'feature/embedded-datasource' into 'release'
Embedding datasource inside Action to get CURL Importer to work

See merge request theappsmith/internal-tools-server!200
2020-02-21 07:19:47 +00:00
Trisha Anand
a7881935da This fixes the bug during refactor of name of a widget/action. This bug is recreatable if in the page there is an action with no jsonPathKeys. Handled the null pointer exception by first checking for the null pointer. 2020-02-21 07:19:46 +00:00
Abhinav Jha
1511cc4b6e Merge branch 'fix/delete-page-refresh' into 'release'
Delete Page

- Remove deleted page from list. 
- Disable setting a page as default when it is already the default. 
- Throw error when deleting the homepage.

See merge request theappsmith/internal-tools-client!305
2020-02-21 07:19:10 +00:00
Abhinav Jha
4045bf4a3d Remove deleted page from list. Disable setting a page as default when it is already the default. Throw error when deleting the homepage. 2020-02-21 07:19:10 +00:00
Arpit Mohan
ccd9a00f50 Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!304
2020-02-21 06:58:49 +00:00
Trisha Anand
92c56c1f42 Merge branch 'feature/template-add-options' into 'release'
Added valueOptions to store the permitted values for a key (which is being sent by rapidApi today)

See merge request theappsmith/internal-tools-server!202
2020-02-21 05:50:01 +00:00
Trisha Anand
6109bd4b6c Added valueOptions to store the permitted values for a key (which is being sent by rapidApi today) 2020-02-21 11:16:07 +05:30
Trisha Anand
608d0c325d Merge branch 'feature/extend-template-save-rapidapi-response-hash' into 'release'
Added hashValue and scraperid to Template

See merge request theappsmith/internal-tools-server!201
2020-02-20 17:51:15 +00:00
Hetu Nandu
ceb2e3c36e Merge branch 'fix/autocomplete-input-issuesA' into 'release'
Fix few p0 issues

See merge request theappsmith/internal-tools-client!306
2020-02-20 15:03:15 +00:00
Hetu Nandu
1447b4f48f Fix few p0 issues 2020-02-20 15:03:14 +00:00
Trisha Anand
977bac62dc Added hashValue and scraperid to Template 2020-02-20 19:18:48 +05:30
Trisha Anand
15e1dff980 Merge branch 'feature/expand-action-route-parameters' into 'release'
Added route parameters to action configuration to handle the scenario of rapid...

See merge request theappsmith/internal-tools-server!199
2020-02-19 12:21:22 +00:00
Trisha Anand
1795be3c76 Added route parameters to action configuration to handle the scenario of rapid api putting variables in the path 2020-02-19 17:47:26 +05:30
Abhinav Jha
933fb2fce5 Merge branch 'fix/resizable' into 'release'
New Resizable Library

- Custom resizable library is now used for resize operations.

See merge request theappsmith/internal-tools-client!298
2020-02-19 10:53:10 +00:00
Abhinav
8fd04cc5e1 Enforce uniform padding in resizable components 2020-02-19 15:56:17 +05:30
Abhinav
b0211049f8 Fix resize flicker. Add resize handles to corners. Enforce minimum width and height for widgets. 2020-02-19 15:30:03 +05:30
Trisha Anand
7372600b82 Merge branch 'feature/filter-provider-templates' into 'release'
Filter templates by name, id, provider and version id to help Primathon test

See merge request theappsmith/internal-tools-server!198
2020-02-19 09:42:25 +00:00
Trisha Anand
8ea5d6663c Making the Templates searchable by name, provider id, versionId, and Id 2020-02-19 14:07:49 +05:30
Abhinav
1eb0b6bcff Fix Visibility issue. Fix widget padding issue. Fix issue where dropzone disappears. 2020-02-19 02:05:52 +05:30
Abhinav
2340250ba0 Fix cherry pick conflicts 2020-02-19 01:33:55 +05:30
Hetu Nandu
ed9cc21d3d Merge branch 'fix/minor-fixes' into 'release'
Fix selected row, add new HTTP method

See merge request theappsmith/internal-tools-client!297
2020-02-18 18:21:02 +00:00
Hetu Nandu
5a95991fbd fixes 2020-02-18 23:43:19 +05:30
Hetu Nandu
6bf57bfa7c Merge branch 'fix/backwards-compatible-action-creator' into 'release'
Handle old action payloads in new Action Creator

See merge request theappsmith/internal-tools-client!296
2020-02-18 11:14:04 +00:00
Hetu Nandu
c312697dd2 handle old actions 2020-02-18 16:33:25 +05:30
Hetu Nandu
23336f93f4 Merge branch 'feature/action-refactor' into 'release'
Action refactor

See merge request theappsmith/internal-tools-client!288
2020-02-18 10:41:52 +00:00
Hetu Nandu
fb80c4b576 Action refactor 2020-02-18 10:41:52 +00:00
Trisha Anand
58f0d3da97 Merge branch 'bug/provider-subscribe-status' into 'release'
Extending Provider to support pricing plans.

See merge request theappsmith/internal-tools-server!197
2020-02-17 10:08:35 +00:00
Trisha Anand
634a625906 1. Adding provider plan subscribed to and list of all the plans to Provider
2. Curl Importer should call create action instead of saving it directly so that all the defaults can be set up properly.
2020-02-17 10:08:35 +00:00
Trisha Anand
78bae54f55 Instead of using the latest docker image, using a particular docker image to overcome the latest docker bbuild being brocken issue. 2020-02-17 10:44:18 +05:30
Trisha Anand
62fba19011 Checking if the docker packaging step in CI/CD pipeline has fixed itself over the weekend. 2020-02-17 10:36:14 +05:30
Trisha Anand
88e1ce26e2 Removing docker packaging from release branch because it's getting stuck in Gitlab CI
Don't know why this is happening
2020-02-14 18:23:46 +05:30
Arpit Mohan
f76d40482d Merge branch 'release' of gitlab.com:theappsmith/internal-tools-server into release 2020-02-14 14:23:13 +05:30
Arpit Mohan
a05adf4293 Adding checks to ensure that we can remove the oauth2 allowed domains from the properties file
We now create another list from the value provided in the properties file. All checks in the codebase are performed against this list. This ensures that there are no NPE and exceptions when the property oauth2.allowed-domains is removed from the properties file.
2020-02-14 14:22:59 +05:30
Trisha Anand
48f50ba42f Merge branch 'feature/3p-extended' into 'release'
Extended the ActionConfiguration & Property

See merge request theappsmith/internal-tools-server!196
2020-02-14 08:22:12 +00:00
Hetu Nandu
b22478e96e Merge branch 'fix/p0-issues' into 'release'
Dropdown widget fixes

See merge request theappsmith/internal-tools-client!295
2020-02-14 07:48:33 +00:00
Hetu Nandu
4343d7bdd8 Dropdown widget fixes 2020-02-14 07:48:33 +00:00
Trisha Anand
96cd15e9ce Extended the ActionConfiguration to accept rest api body in the form of key-value for form-data input. Also extended Property to include fields which would help the user in configuring the API (like description, mandatory, etc.) 2020-02-14 13:18:26 +05:30
Trisha Anand
a68aaf352b Merge branch 'feature/temp-3p-integrated' into 'release'
CRUD for Providers and Templates

See merge request theappsmith/internal-tools-server!195
2020-02-14 06:32:35 +00:00
Trisha Anand
2e11a5c2d5 Added datasource configuration to the provider to support the provider level configurations in rapid api 2020-02-14 06:32:34 +00:00
Hetu Nandu
893e8d1b37 Merge branch 'fix/few-issues' into 'release'
Fix api pane fixes

- Fix Api Run button not going in loading state
- Fix Api onSuccess and onError not being called

See merge request theappsmith/internal-tools-client!294
2020-02-13 11:48:27 +00:00
Hetu Nandu
a00e53c70d api fixes 2020-02-13 17:08:34 +05:30
Abhinav Jha
aaf79c3804 Merge branch 'experiment/transparent-canvas' into 'release'
Transparent Canvas - Template 1

- Add default template to use when creating a new page
- Fix property pane status before and after drag/resize
- Make Canvas transparent
- Canvas width is 90% of viewport - sidebar.

See merge request theappsmith/internal-tools-client!293
2020-02-13 09:32:24 +00:00
Abhinav Jha
dac746d1e6 Transparent Canvas - Template 1 2020-02-13 09:32:24 +00:00
Arpit Mohan
23641a7e9a Removing Google Auth domain restrictions for all environments
In the SaaS version, we want folks from all domains to be able to sign up to the platform
2020-02-13 10:03:25 +05:30
Abhinav Jha
90d58f04f5 Merge branch 'fix/widget-focus' into 'release'
Misc Fixes

See merge request theappsmith/internal-tools-client!292
2020-02-12 09:46:07 +00:00
Abhinav Jha
12c8bfe374 Focus widget only if not already focused. Remove routerparams reducer, we have the info in editorReducer. Change anchor link to button to remove accessibility warnings. 2020-02-12 15:06:08 +05:30
Satbir Singh
14f66a261a Merge branch 'fix/api-page-css' into 'release'
Api pane css fixes.

See merge request theappsmith/internal-tools-client!291
2020-02-12 08:23:50 +00:00
Satbir Singh
3feb8a33e7 Api pane css fixes. 2020-02-12 08:23:50 +00:00
Satbir Singh
87fd118c91 Merge branch 'fix/dd' into 'release'
Fixed dropdown option delete issues.

See merge request theappsmith/internal-tools-client!289
2020-02-11 11:03:10 +00:00