Abhinav Jha
94b28311c6
Use injected configuration from Nginx at runtime instead of build time ( #30 )
...
* Use envsubst and nginx templates to generate nginx configs which can substitute environment variables and inject into the index.html file
* Fix path in dockerfile. Add .gitignore and .env.example files. Fix nginx-linux template.
* Add all environment variables. Add prefix to all environment variables. Update scripts to attempt to substitute all environment variables with the prefix
* Setup dockerfile to execute a bash script. use env.example for fetching environment variables in development
* Toggle features based on injected configs. Fix nginx template substitution script.
* Update env.example file
* Remove debug code from start-nginx.sh
* Fix nginx config templates by adding quotes by default. Fix sed regex to include numerals. Toggle social login buttons on Login page based on the config.
* Update rapid api environment variable name. Toggle oauth buttons based on config in SignUp page. Update .env.example to be a union of server and client environment variables
* Adding a Map disabled message on Map widget
* Adding links to Privacy policy and TNC
* Use REACT_APP_ env variables with higher priority over injected config variables for toggling features
* Update netlify.toml by commenting out the build environment variables
* Remove env variables not required by the client
* Remove start-storybook entry from package.json
* Fix netlify.toml. Fallback algolia configs
* Add contexts to netlify.toml for successful deploys. Swith to using APPSMITH_MARKETPLACE_URL as the toggle for RapidAPI feature on the client. Remove comments in nginx config templates. Fix template used in dockerfile.
Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-07-07 15:52:17 +05:30
Hetu Nandu
13e173fa77
Action save fixes ( #33 )
...
- Increased timeout for move action
- Table header typescript fix
- Fix data tree selectors for better performance
- Debounce update action saga by 500 ms
- Query delete fix
- Query save fix
2020-07-06 19:05:31 +05:30
Hetu Nandu
38aafb5027
Fix embedded datasource path ( #2 )
...
* Refactor CodeMirror component to be more configurable and testable (hints, markings)
* Update the existing datasource path component
* Better text highlighting for JSON fields
* Case insensitive hinting in autocomplete
2020-07-01 15:31:07 +05:30
Hetu Nandu
fb65b204a8
JSON stringify fixes
2020-06-25 10:04:57 +00:00
Satbir Singh
6def10319e
Adding type for request.
2020-06-19 23:03:02 +05:30
Satbir Singh
bf0c0d737f
Changing response request structure.
2020-06-19 21:57:12 +05:30
Tejaaswini
0ffff9db4f
merge 'release' into 'fix/minor-bugs'
2020-06-18 17:46:46 +05:30
Tejaaswini Narendra
4f34b2c502
fix: Send organizationId for embedded datasources
...
- show organization title in invite form
- show form when clicking on share in dropdown
- show org name in org settings page
- remove the deleted application from the UI when delete is successful
- fix role update in user list table
2020-06-10 08:29:21 +00:00
Tejaaswini Narendra
91efefee09
fix: Minor change
...
- remove return
2020-06-09 12:10:55 +00:00
Tejaaswini
5b9f4ad16f
fix: Add orgId to datasource, 3P import and plugins API
2020-06-08 14:21:53 +05:30
Tejaaswini
926a6caed4
fix: Create API and curl import flow
2020-06-05 18:52:30 +05:30
Tejaaswini
81c1e0d5f4
feat: pass orgId to createDatasource APIs
...
- Set Current Organization Id based on the application that the user is accessing
- Send saved organization id in datasource creation APIs.
2020-06-05 14:13:01 +05:30
Tejaaswini
d33188adc1
Merge branch 'release' into feature/acl
2020-06-05 13:39:01 +05:30
Tejaaswini Narendra
d3718bc28e
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-05-29 13:21:05 +00:00
Tejaaswini Narendra
913d5123b4
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-05-27 13:36:06 +00:00
Akash N
1850b8f6b3
Bug fixes
...
- Show request body instead of request headers
- Get httpMethod directly.
- Add padding at the right for tabs
2020-05-22 03:43:01 +00:00
Hetu Nandu
859abb0443
Action execution success is determined by "data.isExecutionSuccess" field
2020-05-14 06:33:23 +00:00
Hetu Nandu
8572d02b91
Api timeout changes
2020-05-07 08:07:29 +00:00
Hetu Nandu
9b6e483475
Merge branch 'feature/apiAnalytics' into 'release'
...
Add api analytic events
See merge request theappsmith/internal-tools-client!545
2020-05-05 13:21:17 +00:00
Hetu Nandu
18b3de2eff
Add api analytic events
...
- IMPORT_API
- EXPAND_API
- IMPORT_API_CLICK
- DUPLICATE_API_CLICK
- MOVE_API_CLICK
- ADD_API_PAGE
- 3P_PROVIDER_CLICK
2020-05-05 13:21:17 +00:00
Hetu Nandu
12078bd590
Merge branch 'fix/add-extra-timeout-ds-test' into 'release'
...
Use extended timeout for Datasource test api call
See merge request theappsmith/internal-tools-client!546
2020-05-05 12:45:26 +00:00
Abhinav Jha
f57cf9d903
Service workers : Caching
2020-05-05 12:16:51 +00:00
Hetu Nandu
93f17d6ba2
use 15 seconds
2020-05-05 17:46:16 +05:30
Hetu Nandu
2426d2cac9
Filter plugins
2020-05-05 09:03:03 +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
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
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
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
Akash N
9c1991aaa3
Get form configs from api
2020-04-29 14:53:23 +05:30
Hetu Nandu
7174ce0a8a
fix: search container ui fixes
...
- remove unwanted imports
2020-04-29 09:06:30 +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
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
f0d805cf52
Adding pluginId in datasource instead of action
2020-04-17 16:05:36 +05:30
Abhinav Jha
f3cccd9aee
Remove errors when 401 unauthorized.
2020-04-15 19:49:39 +05:30
Hetu Nandu
af3b5d212f
fix: ui fixes and type defination fixes
...
- avoid using any or undefined types in the code
- fix ui issues for api home screen
- update naming convensions
- remove unwanted code
- use color variables
2020-04-14 12:34:14 +00:00
Hetu Nandu
1bd5a8c5e7
fix page load actions issues
2020-03-13 01:57:39 +05:30
Satbir Singh
0b9a0cc6ab
More events
2020-03-06 04:59:24 +00:00
Abhinav Jha
8024fe5131
Feature - update widget name
2020-02-21 12:16:49 +00:00
Satbir Singh
84d35aced6
Feature/server side pagination
2020-02-07 02:32:52 +00:00
Abhinav Jha
f787e18bb5
Widget Styles
2020-02-06 07:01:25 +00:00
Satbir Singh
6987b392d7
Revert "Merge branch 'feature/server-side-pagination' into 'release'"
...
This reverts merge request !271
2020-02-04 09:41:12 +00:00
Satbir Singh
7edad01821
Server side pagination
2020-02-04 08:59:46 +00:00
Abhinav Jha
ae13b079ec
Create and Switch Organizations
2020-02-03 10:37:03 +00:00
Nikhil Nandagopal
11a33f2119
Merge branch 'master' into release
...
# Conflicts:
# src/api/Api.tsx
# src/pages/common/CustomizedDropdown/OrgDropdownData.tsx
2020-01-28 13:58:11 +05:30
Abhinav Jha
156565c65e
Page Management
2020-01-27 08:24:58 +00:00
Hetu Nandu
729599009a
Api page association
2020-01-24 09:54:40 +00:00
Abhinav Jha
de5fead89b
Hotfix/baseurl env
2020-01-22 12:26:25 +00:00
Abhinav Jha
99d660370d
Cleanup
...
DragLayerComponent
2020-01-16 11:46:21 +00:00
Abhinav Jha
8c66983b9b
New User (Invite) API based modifications
2020-01-06 09:07:30 +00:00
Abhinav Jha
6c17a6e66d
Logout feature
2020-01-03 08:49:47 +00:00
Hetu Nandu
0f908de645
Feature/api cached response autocomplete
2020-01-02 13:46:36 +00:00
Abhinav Jha
3a5aae9b97
Add favicon. Connect Nav Dropdown. Fix TagInputComponent. Fetch org and user details. Navigate to applications from /, Check for login
2019-12-23 12:16:33 +00:00
Hetu Nandu
e82f5f3988
Sync path and params in api pane
2019-12-23 12:12:58 +00:00
Abhinav Jha
ed2ecadbc4
User Auth Flow
2019-12-16 08:49:10 +00:00
Hetu Nandu
dd03093834
Execute page load actions when loading page
2019-12-11 15:24:27 +00:00
Hetu Nandu
6cea0e80ad
Add support for plugin name based filtering
2019-11-29 05:22:49 +00:00
Abhinav Jha
144ea65ca3
Update API Environment URLs based on environment variables
2019-11-25 12:22:05 +00:00
Hetu Nandu
fbb7742f0e
moved to absolute paths for all fiels
2019-11-25 10:37:27 +05:30
Abhinav Jha
d64bbc4015
Use applicationId and pageId to render pages
2019-11-22 14:02:55 +00:00
Abhinav Jha
f9e9f0fe55
Configs API Update
2019-11-22 12:15:33 +00:00
Hetu Nandu
7beb7fa40c
Fixes for dry run
2019-11-20 10:57:05 +00:00
Hetu Nandu
8c8312928a
Fix various api pane bugs
2019-11-13 07:34:59 +00:00
Hetu Nandu
c9914c4246
Api Dry Run
2019-11-12 09:43:13 +00:00
Hetu Nandu
7687d68b61
Rename "resources" to "datasources"
2019-11-07 09:32:38 +00:00
Abhinav Jha
9ba528830d
Feature - Applications Scaffold Page - Create Application
2019-11-07 04:59:40 +00:00
Hetu Nandu
e380c489fb
Dynamic binding scaffold
2019-11-01 07:11:32 +00:00
Abhinav Jha
ffb9b89620
WIP: Page Creation, Page Switching, Published Application Viewer, DropdownComponent
...
- Fixes #22 , #151 , #166 , #167 , #168 , #169
2019-10-31 08:36:04 +00:00
Hetu Nandu
4c5850499d
Few more api pane fixes
...
Fixes : #165 #164 #163 #162 #161 #160 #157 #133 #119 #118 #115 #114
2019-10-29 12:02:58 +00:00
Abhinav Jha
78513b0298
WIP: Trigger Preview and Publish Api
2019-10-24 14:53:50 +05:30
Abhinav Jha
4f38d28bd5
WIP: Preview page and Publish Application
...
- Integrate with Publish Application API
- Integrate with Fetch published page API
2019-10-24 12:33:59 +05:30
Hetu Nandu
8312c48f83
Populate resources in the API Pane ( #106 )
2019-10-22 14:59:58 +00:00
Hetu Nandu
1c0854ac02
Fix key value field ( #105 )
2019-10-22 14:54:23 +00:00
Hetu Nandu
e0348cc1f3
API form
2019-10-21 15:12:45 +00:00
Abhinav Jha
b950ede2b1
Use re-select and re-re-select. Fetch property pane configs from appsmith API. Refactor code to use reselect and re-reselect
2019-10-21 11:40:24 +00:00
Hetu Nandu
7d56e10f8f
Add Navbar and API Pane ( #79 )
2019-10-18 08:16:26 +00:00
Abhinav Jha
062540e838
Add global Saga to handle errors
2019-09-27 21:35:33 +05:30
Abhinav Jha
b155efe3c0
WIP: Use rows and columns accross the board, cleanup DropTargetMonitor
2019-09-25 22:54:23 +05:30
Abhinav Jha
92eb493d62
Fixes for code review comments
2019-09-24 18:06:03 +05:30
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
3cb582b7d1
WIP: Fix merge conflicts with release. Add toast to show saving page activity
2019-09-23 15:57:45 +05:30
Nikhil Nandagopal
60714e19f2
made binding optional
...
re-added mock response
2019-09-18 19:40:57 +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
Abhinav Jha
703081154c
WIP: Fix fetch page. Add save page boilerplate. Add widget property change boilerplate.
2019-09-17 20:39:55 +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
Nikhil Nandagopal
a8adc4e5f3
ran lint & prettier manually
2019-09-16 16:07:38 +05:30
Nikhil Nandagopal
4aa07970d7
minor fix
2019-09-13 17:32:28 +05:30
Nikhil Nandagopal
1baff6d93c
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/actions
...
# Conflicts:
# package.json
# src/actions/pageActions.tsx
# src/actions/widgetCardsPaneActions.tsx
# src/api/Api.tsx
# src/api/ApiRequests.tsx
# src/api/ApiResponses.tsx
# src/api/WidgetCardsPaneApi.tsx
# src/constants/ActionConstants.tsx
# src/constants/ApiConstants.tsx
# src/normalizers/CanvasWidgetsNormalizer.tsx
# src/reducers/entityReducers/canvasWidgetsReducer.tsx
# src/reducers/entityReducers/index.tsx
# src/reducers/entityReducers/widgetConfigReducer.tsx.tsx
# src/reducers/index.tsx
# src/reducers/uiReducers/canvasReducer.tsx
# src/reducers/uiReducers/editorReducer.tsx
# src/reducers/uiReducers/widgetCardsPaneReducer.tsx
# src/sagas/PageSagas.tsx
# src/sagas/WidgetCardsPaneSagas.tsx
# src/sagas/index.tsx
# src/utils/AppsmithUtils.tsx
# src/widgets/AlertWidget.tsx
# src/widgets/ButtonWidget.tsx
# src/widgets/CheckboxWidget.tsx
# src/widgets/DatePickerWidget.tsx
# src/widgets/DropdownWidget.tsx
# src/widgets/RadioGroupWidget.tsx
# src/widgets/TableWidget.tsx
2019-09-13 17:29:45 +05:30
Nikhil Nandagopal
f905417242
added actions & executor sagas
2019-09-13 15:26:11 +05:30
Nikhil Nandagopal
cbc23349c7
added api & query data in entities
2019-09-12 19:14:25 +05:30
Nikhil Nandagopal
6bd89d65a1
added action events to widgets
2019-09-12 17:49:46 +05:30
Nikhil Nandagopal
a33074af79
added action API & interfaces
2019-09-12 17:14:18 +05:30
Nikhil Nandagopal
be5c516db8
added json path
...
added action interfaces
2019-09-12 16:49:38 +05:30
Abhinav Jha
6f19e0d17a
WIP: Fix Prettier formatting issues and add precommit hook
2019-09-09 16:00:22 +05:30
Abhinav Jha
b9718bdaec
WIP: Fix eslint errors
2019-09-09 14:38:54 +05:30
Abhinav Jha
c23724effe
Resolve #2 Basic Editor Styling
...
- Add Widget Icons
- Font face observer
- Widget Pane styling based on Theme
2019-09-06 15:00:22 +05:30
Abhinav Jha
babc8fcfcd
Linting, fixes, dragpreview fix
2019-08-29 16:52:09 +05:30
Abhinav Jha
02af80d3dc
Implement Drag and Drop of components
2019-08-26 18:11:21 +05:30
Abhinav Jha
57ad5991c3
[WIP] Add widget cards pane component
2019-08-21 18:19:16 +05:30
Nikhil Nandgopal
e3ecb9974a
added action creators to pass actions to sagas
2019-03-30 18:00:42 +05:30
Nikhil Nandgopal
d83f3d9308
added axios type script
...
added api calls from a mock server
added redux saga
2019-03-26 20:58:24 +05:30