Commit Graph

5314 Commits

Author SHA1 Message Date
Automated Github Action
e9041d66de Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-04 06:06:49 +00:00
Nikhil Nandagopal
4e325bcf3e
Update ---bug-report.md 2020-09-04 11:29:01 +05:30
Shrikant Sharat Kandula
3353962719
Fix MongoDB plugin update commands produce an empty response (#469) 2020-09-04 10:56:09 +05:30
Automated Github Action
9728e772b2 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-03 15:06:24 +00:00
Nikhil Nandagopal
7c31e24eb8
Merge pull request #41 from appsmithorg/release
Release
2020-09-03 20:10:48 +05:30
Abhinav Jha
7944ad535a
Fixes: Reset search on widget search clear (#497) 2020-09-03 19:52:08 +05:30
Nikhil Nandagopal
350ea64ab6
Release (#492)
* added deploy environment for sentry

* added capture message

* fixed sentry performance monitoring

* Feature - Column type displayed in column options of table widget filters (#411)

* Table widget filter type attribute displayed in column options

* minor fix

* removed initialised event

* Updated sentry sdk (#461)

Integrated react router for better performance reporting
Added Sentry Profiler for editor, appviewer and widgets

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>

* Members and org settings page (#424)

* Members and org settings page.

* Adding link back to applications

* Making UI look better.

* Fixing some more css

* Table dropdown onBlur, UI transparency, Popover issue fixed. Added sort arrow (#413)

* table dropdown ui issue and onblur click fixed

* position props value fixed

* tabs tripple click fixed

* Position props in table dropdown made optional

* tabs background color bug removed

* General settings page is bug free.

* Getting the manage users page to work.

* Moving general settings into its own file.

* Removing some unwanted URLs

* User cant change their role or remove themselves

* Changing onClick prop for Icon.

* Fixing tests

* Added loading states to text inputs.

* Added validators for text input

* Fixed border of skeleton for text input

* Adding a loader for Members screen

* Adding Noop to icon button

* Removing console.log

* Fixing imports.

* Moving org reducer to immer.

* Using utils email validator.

* Removing placeholder from text input props.

Co-authored-by: devrk96 <rohit.kumawat@primathon.in>

* Feature-Icon enum added and size updated. (#463)

* appIcon color, icon enums and size fixed

* icon import updated

* Show validation errors if any for keyvalue fields (#445)

* Update host field with validation properties

* Performance:entity explorer (#395)

* Entity explorer performance enhancements

* Feature: Text component props and enum values in stories updated (#468)

* text component props updated

* case prop updated

* className added in text component and used enum values as array in stories

* Add duplicate application option (#465)

* Feature: Icon component icon names, props and className updated (#471)

* className added in icon component and used icon names as an array in stories

* button component semicolon fixed

* fill prop added in button component

* name prop and iconName import updated.

* Remove `@appsmith` alias that causes build errors (#479)

* Add API for uploading logo images for organizations (#376)

* Start with new controller for assets

* Progress on uploading logo image

* Saving and loading organization logo assets now works

* Remove existing logo asset before saving a new one

* Fix 500 when uploading logo for the first time

* Fix URL in response for uploading logo image

* Add test for uploading logo for ogranization

* Mild refactoring in tests

* Add validation for host values in DB datasources (#444)

* Add validation for host values in DB datasources

* Mild refactoring, for a dummy commit

* Add test for host name validation in datasources

* Fix: Datasource name not getting updated from the entity explorer (#478)

* Fix: Other page widget props are not shown on the entity explorer (#480)

* Feature: Add widgets from explorer (#464)

* Deprecate Navbar. Sidebar becomes a panelStack. It now has two panels, WidgetSidebar and Explorer

Co-authored-by: Nandan <nandan@thinkify.io>

* Feature: Dropdown component (#477)

* dropdown with text and icon implemented

* dropdown with lable implemented and story updated

* Icon import and storyWrapper import updated

* onclick cleaned

* button height issue fixed in all sizes (#483)

* Menu item disabled UI fixed (#484)

* Add watchtower for auto updates to Appsmith containers (#456)

* Trying to move horizontal rules into separate function

* Delete install_dir if exists already, after confirmation

* Add confirm function to take user conformations

* Resolve warnings on read command without -r option

* Use temporary directory for downloaded templates

* Fix inverted calls to confirm

* nginx template doesn't use global variables now

* docker compose template doesn't depend on global vars now

* Fix port checking for CentOS

* Fix encryption.env to not use global variables

* Fix mongo-init to not use global variables

* Fix docker.env file to not use any global variables

* Fix letsencrypt script to not use any global variables

* Set mongo_database in the docker-compose file

Spotted this after global variables were reduced. The `mongo_database`
was not being used anywhere.

* Move password generation into a function

* Attempt to add watchtower

* Fix port checking in install script for CentOS

* Don't offer to delete install dir if it already exists

* Remove vagrant source for templates (it's a dev-time thing only)

* Add a node.js script to dump examples organization (#448)

* Add a node.js script to dump examples organization

This dump file is used to setup initial examples organization
in a self-hosted setup.

* Remove unused variable

* Add npm run shortcut for dump script

* Returning an error in case the user tries to get all users. (#472)

* Fix column alias names in MySQL actions (#466)

* Fix aliases not showing up for MySQL actions

* Fix date column display for MySQL actions

* Fix datetime columns for MySQL actions

* Add support for timestamp and year data types for MySQL actions

* Fix column label for MySQL plugin

* Add tests for MySQL temporal data types

* Add tests for alias columns in MySQL and Postgres

* query and datasource related tests (#423)

* query and datasource related tests

* review comment incorporated

* Adding multiple widgets test

* Table widget related search/filter/compact mode tests

* Added tests related to visiblity funvtionality in table widget

* Validate action type in explorer

* updated test

* Test updated in accordance with new UI

* removed sentrycli and release from webpack plugin

* re-added sentry cli

* removed sentry cli again
increased redux depth

* re-added release to webpack plugin

* moved sentry plugin to the end so sourcemaps are generated correctly

* hide edit icon issue fixed (#494)

* Fixing Storybook deploy (#493)

* fixed nginx template for mac
added error boundary for sentry

* icon size prop fixed (#485)

* Fix Let's Encrypt certificate generation for self-hosted (#491)

* Creating SSL certificates now works

* Work with single domain

* Move certificate generation into install script

* Download templates from master branch, not release

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: vicky-primathon <67091118+vicky-primathon@users.noreply.github.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Nandan <nandan@thinkify.io>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
2020-09-03 19:36:12 +05:30
Automated Github Action
66333d06c6 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-03 13:05:58 +00:00
Shrikant Sharat Kandula
681a4bdcc9
Fix Let's Encrypt certificate generation for self-hosted (#491)
* Creating SSL certificates now works

* Work with single domain

* Move certificate generation into install script

* Download templates from master branch, not release
2020-09-03 18:04:58 +05:30
Automated Github Action
f2ae7d209e Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-03 10:06:22 +00:00
devrk96
e99efcf108
icon size prop fixed (#485) 2020-09-03 15:11:20 +05:30
Automated Github Action
7f4c2c907f Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-03 08:13:23 +00:00
Nikhil Nandagopal
c66aa1fa7d Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-09-03 13:38:27 +05:30
Nikhil Nandagopal
4d48b18060 fixed nginx template for mac
added error boundary for sentry
2020-09-03 13:38:04 +05:30
Automated Github Action
9d3bd4a36d Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-03 08:07:00 +00:00
satbir121
3e88578318
Fixing Storybook deploy (#493) 2020-09-03 12:42:22 +05:30
Automated Github Action
0c7a6026db Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-03 07:06:15 +00:00
devrk96
78f7039e85
hide edit icon issue fixed (#494) 2020-09-03 11:51:36 +05:30
Nikhil Nandagopal
ef7a15c7be Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release 2020-09-03 11:09:07 +05:30
Automated Github Action
516765e99e Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-02 19:51:36 +00:00
Nikhil Nandagopal
828be2f268 Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release 2020-09-03 01:18:52 +05:30
Nikhil Nandagopal
a5f88ff760 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-09-03 01:18:39 +05:30
Nikhil Nandagopal
28f70e911f moved sentry plugin to the end so sourcemaps are generated correctly 2020-09-03 01:17:49 +05:30
Nikhil Nandagopal
04f9cad376
Merge pull request #40 from appsmithorg/Nikhil-Nandagopal-patch-1
Update AppsmithUtils.tsx
2020-09-03 01:16:48 +05:30
Nikhil Nandagopal
fcf3b35df6
Update netlify.toml 2020-09-03 01:15:30 +05:30
Nikhil Nandagopal
43b59d5a4f
Update AppsmithUtils.tsx 2020-09-03 01:14:22 +05:30
Nikhil Nandagopal
2168583a73
Update AppsmithUtils.tsx 2020-09-03 01:01:04 +05:30
Nikhil Nandagopal
24bf4cc44c
Update netlify.toml 2020-09-03 00:50:18 +05:30
Nikhil Nandagopal
83539b819f
Update netlify.toml 2020-09-03 00:40:34 +05:30
Nikhil Nandagopal
a24f17bf2c
Update netlify.toml 2020-09-02 23:57:03 +05:30
Automated Github Action
5b445939ab Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-02 18:22:07 +00:00
Nikhil Nandagopal
5949ad8343 re-added release to webpack plugin 2020-09-02 23:49:15 +05:30
Nikhil Nandagopal
a69f25c61e Merge branch 'release' of github.com:appsmithorg/appsmith into release
# Conflicts:
#	app/client/.sentryclirc
2020-09-02 22:21:43 +05:30
Nikhil Nandagopal
750e48977d removed sentry cli again
increased redux depth
2020-09-02 22:15:42 +05:30
Nikhil Nandagopal
704497832b
Update netlify.toml 2020-09-02 22:05:39 +05:30
Nikhil Nandagopal
07d6b66610
Update netlify.toml 2020-09-02 21:53:06 +05:30
Nikhil Nandagopal
8d11952c9e
Update netlify.toml 2020-09-02 21:52:49 +05:30
Nikhil Nandagopal
174383a71b
Update netlify.toml 2020-09-02 21:46:27 +05:30
Nikhil Nandagopal
6da9839d90
Update netlify.toml 2020-09-02 21:44:46 +05:30
Automated Github Action
3507a85841 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-02 16:06:39 +00:00
Nikhil Nandagopal
57fef66144
Update .sentryclirc 2020-09-02 21:30:31 +05:30
Nikhil Nandagopal
be8b1e9220 re-added sentry cli 2020-09-02 21:25:14 +05:30
Nikhil Nandagopal
0d190d41e7 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-09-02 20:57:51 +05:30
Nikhil Nandagopal
2028b36ff2 removed sentrycli and release from webpack plugin 2020-09-02 20:57:33 +05:30
Automated Github Action
fe62029c63 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-02 14:08:27 +00:00
NandanAnantharamu
762dd5a450
query and datasource related tests (#423)
* query and datasource related tests

* review comment incorporated

* Adding multiple widgets test

* Table widget related search/filter/compact mode tests

* Added tests related to visiblity funvtionality in table widget

* Validate action type in explorer

* updated test

* Test updated in accordance with new UI
2020-09-02 18:43:06 +05:30
Automated Github Action
0f978b487d Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-02 12:08:11 +00:00
Shrikant Sharat Kandula
59349fd03e
Fix column alias names in MySQL actions (#466)
* Fix aliases not showing up for MySQL actions

* Fix date column display for MySQL actions

* Fix datetime columns for MySQL actions

* Add support for timestamp and year data types for MySQL actions

* Fix column label for MySQL plugin

* Add tests for MySQL temporal data types

* Add tests for alias columns in MySQL and Postgres
2020-09-02 17:19:41 +05:30
Trisha Anand
3648a2b804
Returning an error in case the user tries to get all users. (#472) 2020-09-02 17:18:22 +05:30
Shrikant Sharat Kandula
54c75b26dd
Add a node.js script to dump examples organization (#448)
* Add a node.js script to dump examples organization

This dump file is used to setup initial examples organization
in a self-hosted setup.

* Remove unused variable

* Add npm run shortcut for dump script
2020-09-02 17:15:55 +05:30