Aishwarya-U-R
4bef7f21ad
docs: Update Cypress link in test automation README ( #16952 )
2022-09-27 06:11:01 +05:30
Parthvi
3c3e5fffa2
chore: Update ClientSetup.md with instructions on how to run with TED ( #15411 )
...
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-07-30 00:35:49 +05:30
Ayush Pahwa
4217acbcc4
feat: prevent secrets to be pushed to repo ( #15259 )
...
## Description
Currently, our repository is prone to any dev pushing secrets to the repository by mistake. This can become a major problem very quickly and in the case of services like AWS, an alarm is raised and the key is deactivated causing apps using the key to break.
After this PR is merged, people will need to have [git secrets](https://github.com/awslabs/git-secrets ) installed in their systems and have to register the AWS secrets to the repo.
The setup instructions have been mentioned [here](https://www.notion.so/appsmith/Getting-Started-e81ccc35463343b28e09c200cdbe5f42#c3183e8e6e404701920dd288b8506360 )
Notes:
1. right now, since we are using the pre-commit hooks using husky, the hooks work when we have done yarn install.
2. Also, the scan only checks the directory we are in while making the change or raising the PR. This is because it uses `git ls-files` to get the list of files to scan.
3. If someone doesn't run `git-secrets --register-aws`, the tests will pass automatically since there is no regex registered with the system to scan against.
Fixes #15042
## Type of change
- New feature (non-breaking change which adds functionality)
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-07-20 20:35:18 +05:30
Ankita Kinger
9b7944e7ee
feat: migrate organisation to workspace ( #13863 )
...
* migration from organization to workspace on code level
* updated a few more files
* fixed runtime errors
* update org settings URL
* Renamed organizationId in domain objects
* changed field named from organization to workspace
* Reverted AppsmithRole changes
* fixed migrations
* recreating indexes
* migration update
* seed data runs before migration, undo changes
* mock commit
* seedmongo to populate upgraded data, datasource upgrade
* fixed two test cases
* updated migrations
* updated prop name
* Upgraded AclPermission
* comment
* migrated AppsmithRole
* more changes
* final set of changes
* variable name changes
* update cypress variable name
* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ce/ApplicationControllerCE.java
* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Datasource.java
Co-authored-by: Trisha Anand <trisha@appsmith.com>
* reverting encryption handler change
* migrated a few missed out org to workspace
* migrated a few missed out org to workspace
* migration changes
* Removed Permission import
* fixed AppsmithRole
* mongodb version update
* fixed compile error
* fixed compile issue
* fixed some tests
* simplified embedded mongodb config
* updated a cypress test
Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Sidhant Goel <sidhant@hexcod.in>
2022-06-15 21:07:41 +05:30
Arsalan Yaldram
8d55d6f51d
chore: update node version to 16.14.0 ( #14127 )
2022-05-26 23:39:59 +05:30
Arsalan Yaldram
b28eb3fed8
chore: Update node version to 16.15.0 LTS ( #14094 )
2022-05-26 16:05:02 +05:30
Rimil Dey
ff083054fe
Update docs for global functions
...
Fix styles and broken links for global functions
2022-05-19 19:20:15 +05:30
Rimil Dey
33624baa66
Add docs for adding a global function to appsmith ( #13954 )
2022-05-19 14:24:06 +05:30
Somnath Das Adhikari
53753136fc
Added server setup steps on Windows using WSL ( #13610 )
...
Co-authored-by: adhikari_somnath <somnath.adhikari@digispice.com>
2022-05-08 21:13:16 +05:30
Pranay
2e79006e98
Updating contribution guide for widgets ( #11905 )
2022-03-28 15:05:41 +05:30
Pranay
df38541e4b
Updating contribution guidelines for functions ( #11908 )
2022-03-28 15:05:26 +05:30
imgbot[bot]
81ccdbaede
chore: [ImgBot] Optimize images ( #9544 )
...
*Total -- 1,062.82kb -> 832.92kb (21.63%)
/contributions/assets/widgetConfig.png -- 422.37kb -> 324.12kb (23.26%)
/contributions/assets/propertyConfig.png -- 449.61kb -> 350.59kb (22.02%)
/contributions/assets/widgetFolder.png -- 180.78kb -> 148.29kb (17.97%)
/app/client/src/assets/icons/comments/pin_3.svg -- 0.41kb -> 0.39kb (5.21%)
/app/client/src/assets/icons/comments/unpin.svg -- 0.53kb -> 0.51kb (4.02%)
/app/client/src/assets/icons/form/trash.svg -- 2.81kb -> 2.76kb (1.88%)
/app/client/src/assets/icons/control/copy.svg -- 0.88kb -> 0.87kb (1.55%)
/app/client/src/assets/icons/header/hamburger.svg -- 0.22kb -> 0.21kb (1.35%)
/app/client/src/assets/icons/ads/double-arrow-right.svg -- 1.07kb -> 1.06kb (1.28%)
/app/client/src/assets/icons/widget/text.svg -- 0.26kb -> 0.26kb (1.13%)
/app/client/src/widgets/DocumentViewerWidget/icon.svg -- 0.96kb -> 0.96kb (0.61%)
/app/client/src/assets/icons/ads/double-arrow-left.svg -- 1.05kb -> 1.04kb (0.28%)
/app/client/src/assets/icons/comments/eye.svg -- 1.39kb -> 1.38kb (0.21%)
/app/client/src/assets/icons/control/help.svg -- 0.48kb -> 0.48kb (0.2%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-12-03 12:47:23 +05:30
Confidence Okoghenun
389e972fcd
docs: Makes video thumbnail more obvious ( #9542 )
2021-12-03 10:50:35 +05:30
Abhinav Jha
1bd549029b
docs: widget development contribution guide ( #9292 )
...
* Add widget development guide in contribution guidelines
* Add link to the widget development guidelines
* Fix formatting issue w.r.t to indentation and images
* A few more missed fixes
* Embed video and indent arguments correctly:
* Fix relative paths
* Fix indentation in Blueprint view
2021-11-23 14:55:47 +05:30
Parthiv Makwana
6c44573fb8
chore: Updated Code Blocks in ServerSetup.md ( #8747 )
2021-10-25 11:26:14 +05:30
Confidence Okoghenun
c069fd884e
docs: Adds video instructions for client setup in WSL2 ( #8541 )
2021-10-14 16:27:15 +05:30
Abhishek Choudhary
5bdb530f53
docs: Update ServerSetup.md ( #8255 )
2021-10-07 16:55:45 +05:30
Abhishek Choudhary
47f3df8efc
Update ClientSetup.md ( #8251 )
2021-10-06 21:59:06 +05:30
Pranay
00cf9d4937
docs: Updating doc contribution guides ( #8004 )
2021-10-01 09:56:12 +05:30
Arpit Mohan
c08e56cb44
doc: Updating client contribution to point to release API server
2021-09-28 22:19:42 +05:30
Pranay
b72b963806
docs: Updating contribution guides ( #7763 )
2021-09-24 14:14:34 +05:30
imgbot[bot]
b96b90e634
[ImgBot] Optimize images ( #7014 )
...
*Total -- 456.38kb -> 360.25kb (21.06%)
/contributions/images/intellij_config_2.png -- 51.42kb -> 27.41kb (46.7%)
/contributions/images/intellij_config_1.png -- 43.47kb -> 25.29kb (41.83%)
/deploy/fat_container/images/appsmith_supervisord_ui.png -- 169.18kb -> 117.24kb (30.71%)
/app/client/src/assets/icons/comments/commentCursor.svg -- 0.87kb -> 0.65kb (25.92%)
/app/client/src/assets/icons/menu/function.svg -- 0.21kb -> 0.18kb (11.9%)
/app/client/src/assets/icons/control/border-radius-sharp.svg -- 0.16kb -> 0.15kb (4.91%)
/app/client/src/assets/icons/control/border-radius-circle.svg -- 0.17kb -> 0.16kb (4.68%)
/app/client/src/assets/icons/control/box-shadow-variant4.svg -- 0.80kb -> 0.76kb (4.28%)
/app/client/src/assets/icons/control/box-shadow-variant5.svg -- 0.80kb -> 0.77kb (4.15%)
/app/client/src/assets/icons/control/border-radius-rounded.svg -- 0.17kb -> 0.16kb (4.14%)
/app/client/src/assets/icons/control/arrow_forward.svg -- 0.32kb -> 0.31kb (3.95%)
/app/client/src/assets/icons/control/box-shadow-variant3.svg -- 0.83kb -> 0.79kb (3.79%)
/app/client/src/assets/icons/control/box-shadow-variant2.svg -- 0.83kb -> 0.80kb (3.53%)
/app/client/src/assets/icons/control/box-shadow-variant1.svg -- 0.90kb -> 0.87kb (3.25%)
/app/client/src/assets/images/comments-onboarding/thumbnails/step-2.jpg -- 18.17kb -> 17.63kb (2.97%)
/app/client/src/assets/icons/control/divider_cap_right.svg -- 0.20kb -> 0.19kb (2.5%)
/app/client/src/assets/images/comments-onboarding/thumbnails/step-1.jpg -- 18.53kb -> 18.10kb (2.32%)
/app/client/src/assets/icons/widget/menu-button.svg -- 0.24kb -> 0.23kb (2.07%)
/app/client/src/assets/icons/widget/menu.svg -- 0.31kb -> 0.31kb (1.86%)
/app/client/src/assets/icons/control/add-circle.svg -- 0.28kb -> 0.27kb (1.75%)
/app/client/src/assets/icons/control/line_dashed.svg -- 0.22kb -> 0.22kb (1.75%)
/app/client/src/assets/icons/ads/chevron-down.svg -- 0.18kb -> 0.18kb (1.61%)
/app/client/src/assets/icons/control/divider_cap_left.svg -- 0.21kb -> 0.21kb (1.39%)
/app/client/src/assets/icons/ads/column.svg -- 0.21kb -> 0.21kb (1.37%)
/app/client/src/assets/images/long-arrow-right.svg -- 0.66kb -> 0.65kb (1.33%)
/app/client/src/assets/icons/widget/checkbox-group.svg -- 0.55kb -> 0.54kb (1.25%)
/app/client/src/assets/icons/ads/arrow-left-1.svg -- 0.24kb -> 0.24kb (1.23%)
/app/client/src/assets/icons/widget/icon-button.svg -- 0.32kb -> 0.32kb (1.22%)
/app/client/src/assets/icons/ads/check.svg -- 0.24kb -> 0.24kb (1.22%)
/app/client/src/assets/icons/ads/link_2.svg -- 0.65kb -> 0.65kb (1.19%)
/app/client/src/assets/icons/control/copy2.svg -- 0.25kb -> 0.25kb (1.16%)
/app/client/src/assets/icons/control/cap_solid.svg -- 0.35kb -> 0.35kb (1.11%)
/app/client/src/assets/icons/menu/filter.svg -- 0.28kb -> 0.28kb (1.05%)
/app/client/src/assets/icons/ads/trending-flat.svg -- 0.29kb -> 0.29kb (1.01%)
/app/client/src/assets/icons/control/align_left.svg -- 0.31kb -> 0.31kb (0.95%)
/app/client/src/assets/icons/ads/tables.svg -- 0.35kb -> 0.34kb (0.85%)
/app/client/src/assets/icons/control/align_right.svg -- 0.37kb -> 0.37kb (0.79%)
/app/client/src/assets/images/Plus-logo.svg -- 0.54kb -> 0.53kb (0.73%)
/app/client/src/assets/icons/control/close-circle.svg -- 0.42kb -> 0.42kb (0.7%)
/app/client/src/assets/icons/menu/new-plus.svg -- 0.59kb -> 0.59kb (0.5%)
/app/client/src/assets/images/long-arrow-bottom.svg -- 0.61kb -> 0.60kb (0.48%)
/app/client/src/assets/icons/control/group.svg -- 0.65kb -> 0.64kb (0.45%)
/app/client/src/assets/icons/help/close_blue.svg -- 0.66kb -> 0.66kb (0.45%)
/app/client/src/assets/icons/ads/warning-triangle.svg -- 1.11kb -> 1.10kb (0.44%)
/app/client/src/assets/icons/menu/close-filter.svg -- 0.67kb -> 0.67kb (0.44%)
/app/client/src/assets/icons/control/box-shadow-none.svg -- 0.72kb -> 0.71kb (0.41%)
/app/client/src/assets/icons/ads/expand-more.svg -- 0.73kb -> 0.72kb (0.4%)
/app/client/src/assets/icons/widget/rating.svg -- 0.51kb -> 0.51kb (0.38%)
/app/client/src/assets/icons/ads/book-open-line.svg -- 0.79kb -> 0.79kb (0.37%)
/static/how-it-works.svg -- 121.37kb -> 120.94kb (0.35%)
/app/client/src/assets/icons/menu/play-snippet.svg -- 0.83kb -> 0.83kb (0.35%)
/app/client/src/assets/icons/menu/binding.svg -- 1.13kb -> 1.12kb (0.35%)
/app/client/src/assets/icons/menu/copy-snippet.svg -- 0.91kb -> 0.91kb (0.32%)
/app/client/src/assets/icons/control/cut.svg -- 1.86kb -> 1.86kb (0.16%)
/app/client/src/assets/icons/menu/link.svg -- 2.79kb -> 2.78kb (0.14%)
/app/client/src/assets/icons/ads/git-merge.svg -- 2.43kb -> 2.43kb (0.12%)
/app/client/src/assets/images/Curl-logo.svg -- 3.56kb -> 3.56kb (0.11%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-09-01 07:20:48 +00:00
Ali
49909d24b8
docs: Update server Readme for new Intellij IDEA version ( #5576 )
...
Co-authored-by: Ali Zahir <Ali>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-08-26 11:55:18 +05:30
Confidence Okoghenun
f5f73b47c6
Adds YT Setup Videos to Docs ( #5744 )
2021-07-09 15:54:34 +05:30
Hetu Nandu
f50dfd308b
[Docs] Custom JS library contribution ( #5583 )
...
* Create CustomJsLibrary.md
* Moving the files to appropriate folders
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-07-06 14:16:56 +05:30
Ajinkya Kulkarni
648e57100d
Update/bump node version in the doc ( #5455 )
2021-06-28 21:58:18 +05:30
Arpit Mohan
662076b95d
Correcting typo in plugin contribution guide
2021-06-24 18:58:09 +05:30
Arpit Mohan
6ca1590d15
Adding detailed steps on adding a new plugin ( #5388 )
2021-06-24 17:22:04 +05:30
rahulramesha
a00368d2d8
Changing instruction for better setup
2021-06-16 18:35:24 +05:30
rahulramesha
e8da3d25c9
Added Documentation for Windows WSL2 Client Setup
2021-06-16 15:34:17 +05:30
Raminder Singh
81954182c1
Update ServerSetup.md for clarity ( #4940 )
...
The following changes have been done to improve this document:
* The main change done is to bring the sections `Setting up a local MongoDB instance` and `Setting up a local Redis instance` under the prerequisites section. This improves the structure of the document as the reader can linearly go through it and set up the dependencies before setting up the Appsmith server.
* Apart from this, each section flows much more naturally to the next section as the last sentence of each section sets up the context about what's next.
* Other minor language improvements.
2021-06-14 01:07:53 +06:00
Confidence Okoghenun
8cea1210e4
Updates mkcert installation steps in docs ( #4637 )
2021-06-11 14:25:46 +05:30
Rishabh Saxena
2e6b262f29
Revert specific handling at setup for macs with apple chips ( #4591 )
2021-06-07 16:23:18 +05:30
Confidence Okoghenun
639cba9095
Improve server setup experience documentation ( #4441 )
...
* fix: Updates appsmith server docker-compose
* fix: Updates server docker-compose
* fix: Removes exposed ports
* docs: Adds updates for server docker-compose
* docs: Adds updates for server docker-compose
* docs: Updates app/server/README.md
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* chore: Removes deprecated env vars
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-05-19 19:29:08 +05:30
Confidence Okoghenun
c31a288451
docs: Makes yarn install script more obvious ( #4373 )
2021-05-09 09:46:03 +05:30
Nayan
212678a540
[Docs] Imrove readme file in server, improve client getting started g… ( #4327 )
...
* [Docs] Imrove readme file in server, improve client getting started guide
* -updated the ClientSetup readme as per PR comment
2021-05-07 16:55:48 +06:00
hetunandu
8574b86926
Merge branch 'master' into release
2021-03-05 12:06:14 +05:30
Arpit Mohan
867cfc202f
Removing redundant line from the ServerSetup contribution guide
2021-03-03 13:53:45 +05:30
Arpit Mohan
f1b24c0737
Improving the IntelliJ IDE setup steps
2021-03-03 13:53:05 +05:30
Arpit Mohan
d420518cad
Fixing merge conflicts
2021-02-25 17:29:49 +05:30
Ashok Kumar M
0da3421dc2
Fix Local setup changes to accommodate M1 chip Macbooks. ( #2959 )
...
* Fix Local setup changes to accommodate M1 chip Macbooks.
* escaping quotes.
* formatting start-https.sh
2021-02-10 16:12:01 +05:30
Shrikant Sharat Kandula
95d1717f57
Merge branch 'release'
2021-02-10 14:35:02 +05:30
Nikhil Nandagopal
79d1d6d5af
Update UploadingAssets.md
2021-02-10 11:25:02 +05:30
Sumit Kumar
ac67514d12
Add discord channel link to Server Setup guide. ( #2932 )
2021-02-09 18:05:59 +05:30
Nikhil Nandagopal
912ddc0ca2
Update DB Integrations.md
2021-02-08 11:30:02 +05:30
Nikhil Nandagopal
e91b4de1f1
Update DB Integrations.md
2021-02-08 11:28:58 +05:30
Nikhil Nandagopal
69e2490603
Update DB Integrations.md
2021-02-08 11:28:15 +05:30
Meng Ye
777c4bc891
Improve doc for setting up IntelliJ IDEA ( #2710 )
2021-01-26 12:32:04 +05:30
Sumit Kumar
134f1a9c43
Plugin code contribution guidelines file. ( #2324 )
...
1. Provide guidelines to help external contributors add new plugins.
2020-12-29 13:09:44 +05:30
Nikhil Nandagopal
5eb3d02adc
Update DB Integrations.md
2020-12-17 15:35:51 +05:30