Satbir Singh
5d3c6a642c
Fixing create new api from action selector.
2020-05-19 14:28:22 +05:30
Arpit Mohan
57e4112780
Merge branch 'fix/datasourceBugs' into 'release'
...
Datasource bug fixes
See merge request theappsmith/internal-tools-client!586
2020-05-19 07:03:11 +00:00
Akash N
b00e1fd5e5
Datasource bug fixes
...
- Fix search in datasource sidebar
- Minimum of 1 row in KEY_VAL_ARRAY and KEY_VAL_INPUT fields
- Fix collapse icon
- Datasource form title improvements
2020-05-19 07:03:11 +00:00
vicky_primathon.in
eb0b4b918d
passing ref to dynamic auto complete
2020-05-19 12:23:37 +05:30
Aditya Acharya
6c8ced943d
Merge branch 'feature/Logout' into 'release'
...
Feature/logout
See merge request theappsmith/internal-tools-client!605
2020-05-19 06:13:15 +00:00
Aditya Acharya
16e4262123
Feature/logout
2020-05-19 06:13:15 +00:00
Arpit Mohan
7e173fc2a7
Merge branch 'feature/datasourcesDraft' into 'release'
...
Feature/datasources draft
Add drafts for the datasource pane.
See merge request theappsmith/internal-tools-client!600
2020-05-19 06:10:59 +00:00
Akash N
2630eaa4ca
Feature/datasources draft
2020-05-19 06:10:59 +00:00
Arpit Mohan
2c0a09a93a
Merge branch 'release' into 'master'
...
Release
See merge request theappsmith/internal-tools-client!606
2020-05-19 06:09:23 +00:00
Arpit Mohan
ac7e6cc8ee
Ensuring the Nginx configurations work for yarn tests and for local development as well
...
Had to remove the upstream configuration as that was causing Nginx not to be able to perform SSL handshake with Heroku environment.
2020-05-19 10:36:41 +05:30
Arpit Mohan
14c1778645
Merge branch 'bug/curl-auto-add-protocol' into 'release'
...
Automatically add protocol to URL provided to cURL command.
Notion ref: <https://www.notion.so/appsmith/CURL-import-for-incomplete-but-valid-URLs-like-www-google-com-leads-to-the-URL-not-getting-read-Th-9191456cb1b24cd68b92072c1a6f3ab6 >.
See merge request theappsmith/internal-tools-server!343
2020-05-19 04:23:59 +00:00
Shrikant Kandula
db0532941d
Automatically add protocol to URL provided to cURL command.
2020-05-19 04:23:58 +00:00
Arpit Mohan
63414f98d5
Adding custom headers to redirect rules in netlify.toml.
...
This is required for the backend servers to process the OAuth2 login properly
2020-05-19 09:44:19 +05:30
Arpit Mohan
bacf594620
Adding proxy x-forwarded-* headers to all the forwarded requests in Nginx
...
Also adding an upstream block to make it easier to switch from release -> local environments.
2020-05-19 09:40:01 +05:30
Arpit Mohan
85ea6563db
Merge branch 'hotfix/server-use-forward-headers' into 'release'
...
Adding the ForwardedHeaderTransform bean to enable spring to parse...
Adding the ForwardedHeaderTransform bean to enable spring to parse X-Forwarded-* headers from Nginx proxy
See merge request theappsmith/internal-tools-server!344
2020-05-19 03:56:40 +00:00
Arpit Mohan
158f5c8203
Adding the ForwardedHeaderTransform bean to enable spring to parse X-Forwarded-* headers from Nginx proxy
2020-05-19 09:22:33 +05:30
Arpit Mohan
a49e8269aa
Reversing the proxy changes to netlify.toml and nginx config files
...
This is not working in Heroku environment.
Note to self: Debug on local properly before pushing.
2020-05-18 19:22:16 +05:30
Shrikant Kandula
bffd68b1a9
Merge branch 'bug/postgres-empty-result' into 'release'
...
Don't fail after executing a non-SELECT query on Postgres.
See merge request theappsmith/internal-tools-server!341
2020-05-18 13:42:24 +00:00
Arpit Mohan
c3734235a5
Correcting the APP_HOST to hostname instead of URL
2020-05-18 17:55:24 +05:30
Arpit Mohan
48f1a66bcb
Adding the Host header to the netlify.toml file for each environment.
...
This ensures that when we proxy the request to the backend API, the API is able to redirect properly for Google & Github OAuth2 providers.
2020-05-18 17:45:23 +05:30
Shrikant Kandula
54febe1779
Merge branch 'feat/onload-actions' into 'release'
...
Added a boolean field to Actions to explicitly mark them for execution on page-load.
See merge request theappsmith/internal-tools-server!332
2020-05-18 12:13:54 +00:00
Shrikant Kandula
c4d3d535a1
Rename isExecuteOnLoad to executeOnLoad.
...
The `is` prefix apparently makes Spring unhappy.
2020-05-18 12:13:54 +00:00
Nikhil Nandagopal
b32ef1b62f
minor tweaks
2020-05-18 16:35:57 +05:30
Arpit Mohan
19d2039277
Merge branch 'release' into 'master'
...
Release
See merge request theappsmith/internal-tools-client!603
2020-05-18 08:45:54 +00:00
Abhinav Jha
0fec4b765d
Add onSelect prop to lightning menu
2020-05-18 14:07:58 +05:30
Hetu Nandu
e258e2cd00
add new pane feature flags in prod config
2020-05-18 13:47:19 +05:30
Abhinav Jha
f529de8d1e
Add lightning menu items
2020-05-18 12:17:45 +05:30
Rashmi P
f15fc7dfda
Merge branch 'add/Smoke-test-cases' into 'release'
...
Added Table with Api Bind test case
See merge request theappsmith/internal-tools-client!593
2020-05-18 06:43:16 +00:00
rashminagarajp
02eb352258
fixed file name
2020-05-18 11:51:24 +05:30
rashminagarajp
f46e30a4e1
resolved json conflict
2020-05-18 11:26:27 +05:30
rashminagarajp
56414e3d2c
resolved conflicts
2020-05-18 11:04:49 +05:30
rashminagarajp
261ac07367
fixed date picker issue
2020-05-18 09:58:41 +05:30
Arpit Mohan
a54a68832b
Merge branch 'newTest/create' into 'release'
...
Adding UI binding test cases for widgets
See merge request theappsmith/internal-tools-client!592
2020-05-16 07:28:13 +00:00
Aditya Acharya
3286b7f808
Adding UI binding test cases for widgets
2020-05-16 07:28:13 +00:00
Arpit Mohan
be113dd069
Merge branch 'fix/queryPane' into 'release'
...
Fix/query pane
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
See merge request theappsmith/internal-tools-client!595
2020-05-16 07:22:25 +00:00
rashminagarajp
3a506e133c
comments ressolved
2020-05-15 18:15:08 +05:30
Shrikant Kandula
c18c344f4b
Don't fail after executing a non-SELECT query on Postgres.
2020-05-15 18:13:36 +05:30
rashminagarajp
31ca946199
ressolved comments
2020-05-15 17:50:09 +05:30
Abhinav Jha
8de960bd91
Merge branch 'fix/clear-date' into 'release'
...
app crashing on date clear issue fix
Fixed app crash issue on clearing date from date widget
See merge request theappsmith/internal-tools-client!596
2020-05-15 07:02:02 +00:00
Shrikant Kandula
98c38df397
Merge branch 'bug/stale-database-connections' into 'release'
...
Destroy connections in stale datasource contexts and create new ones.
See merge request theappsmith/internal-tools-server!338
2020-05-15 03:26:35 +00:00
Shrikant Kandula
180002a984
Handle errors when destroying stale connections.
...
This happens when the stale connection is an invalid connection object,
like when if it's created with invalid credentials etc.
2020-05-15 03:26:35 +00:00
Rashmi P
0928af03b0
separated the tests in Bind_tableApi_spec.js
2020-05-14 16:06:47 +00:00
Rashmi P
f674c1db1b
changed the table dsl tableWidgetDsl.json
2020-05-14 14:26:52 +00:00
vicky_primathon.in
8b90cbd577
app crashing on date clear issue fix
2020-05-14 19:30:22 +05:30
Akash N
5db021d8d3
Merge branch 'release' of https://gitlab.com/theappsmith/internal-tools-client into fix/queryPane
2020-05-14 18:11:35 +05:30
Akash N
6bd79982fb
Query pane fixes
...
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-05-14 18:03:44 +05:30
Rashmi P
c8ec8c9032
debug Bind_tableApi_spec.js
2020-05-14 12:20:12 +00:00
Trisha Anand
ad07c8bd6f
Merge branch 'feat/acl-frontend' into 'feature/acl'
...
feat: Use mock response to display org and applications
See merge request theappsmith/internal-tools-client!594
2020-05-14 11:58:30 +00:00
Trisha Anand
a4da0142e3
Merge branch 'release' into feature/acl
2020-05-14 17:04:26 +05:30
Rashmi P
d5a24cd03c
Replaced create api fun commands.js
2020-05-14 11:02:41 +00:00