Commit Graph
60 Commits
Author SHA1 Message Date
Pranav Raj SandGitHub dd0d221cfc 2022 -> 2023 2023-01-01 22:12:22 -08:00
afe31a3156 chore: parallel runs in circle (#2810)
- Enable parallel runs in circle

Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-09-06 19:17:33 +05:30
Vishnu NarayananandGitHub a2204cf269 chore: add artifact hub shield to README (#4904)
https://artifacthub.io/packages/helm/chatwoot/chatwoot
2022-06-21 20:02:35 +05:30
Nayan PatelandGitHub a61dae0bb2 General updates and add CODEOWNERS (#3685) 2022-01-05 12:37:22 +05:30
Vishnu NarayananandGitHub ac372f188d chore: add line messenger in readme (#3552) 2021-12-13 14:19:12 +05:30
Pranav Raj SandGitHub dcdeaa7954 chore: Remove license tag from Readme 2021-12-09 02:30:33 -08:00
Pranav Raj SandGitHub 2defe4a8fe chore: Fix line breaks in Readme.md 2021-12-09 02:19:16 -08:00
Pranav Raj SandGitHub b0af3f2498 chore: Update Readme.md 2021-12-09 02:16:05 -08:00
Vishnu NarayananandGitHub 1be7c2d72c chore: add DigitialOcean 1-click deployment button (#3421) 2021-11-22 13:20:35 +05:30
Vishnu NarayananandGitHub 7cd3cef0a2 chore: add uptime and response time badges (#2842) 2021-08-20 21:28:16 +05:30
Vishnu NarayananandGitHub b58ca21f0b docs: Update README to add question/support sub-section (#2764)
- add questions sub-section and mention discord
- improve formatting
2021-08-07 00:44:07 +05:30
Vishnu NarayananandGitHub 9b01b82cc7 docs: update chatwoot VDP guidelines (#2740) 2021-08-03 16:13:44 +05:30
Sojan JoseandGitHub 2140443f07 chore: Add huntr.dev badge (#2069) 2021-04-08 19:41:26 +05:30
24fea5fbe0 chore(docs): Add docker pull count badge (#2005)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-03-29 13:05:51 +05:30
Pranav Raj SandGitHub ea08fbcac4 chore: Update license year and company name (#1575) 2021-01-03 19:56:06 +05:30
Muhsin KelothandGitHub 090b716ec1 chore: Fix translation link in readme (#1525) 2020-12-18 12:42:14 +05:30
Pranav Raj SandGitHub 29bd05ccfb chore: Add documentation on translation process (#1424) 2020-11-18 15:27:50 +05:30
Pranav Raj SandGitHub 4b70e4e3d6 chore: Update Readme with feature details (#1149) 2020-08-15 13:13:49 +05:30
Bharat PatodiandGitHub a8ce9ae59c Chore: grammatical changes to readme (#1035) 2020-07-14 22:52:48 +05:30
Jean TraulléandGitHub 8ccc00b5ba Add crowdin badge on README.md (#889) 2020-05-22 19:59:26 +05:30
Pranav Raj SandGitHub 48f603798b Chore: Fix URLs in README 2020-04-08 22:46:58 +05:30
Sony MathewandGitHub c7a4550477 Updated Docker documentation
* Removed the links to docker hub
2020-02-23 23:11:11 +05:30
Pranav Raj SandMuhsin.K b00e13f9db Docs: Add brancing model (#410) 2020-01-08 23:10:46 +05:30
Pranav Raj SandSojan Jose f178429df2 Docs: Update year in license file (#401) 2020-01-02 12:27:22 +05:30
Anto DominicandPranav Raj S 335e7487e6 Docs: Update docker guide to use website docs (#383) 2019-12-25 00:10:36 +05:30
Sojan JoseandPranav Raj S 9c7d8bb60d [Docs] Update docker documentation (#377) 2019-12-23 11:56:25 +05:30
Anto DominicandSojan Jose 1ee17cc826 [Enhancement] Docker support Debugging (byebug & pry) and receive emails to MailHog via smtp (#371)
* updated development docker setup

* turned on yarn integrity check

* create test docker compose and update development dockerfile

* create docker Readme.md file

* fix README.md file

* create docker-copmose and dockerfile for production/staging environment setup

* added mailhog to catch email

* remove yarn integrity check in development mode!

* Update Readme.md file to support mailhog inbox

* update link to docker development guide from mail README

* remove .env.development and use .env.example for docker as .env.development was mixing with circleci config

* make the dockerfile configurable like before

* update docker-compose as per suggesion in PR

* create docker setup docs

* Revert accidental deletion

* fix: typo for branding consistency

* fix typo

* update the code as per recommendation in PR

* remove package-lock and add gitignore

* fix vulnerability AND update env for tests to pass

* Fix yarn integrity check across different docker services

* update code based on rubocop and PR suggestions

* remove redundant test docker-compose and dockerfile

* update rails entrypoint, update docs and Gemfile

* [Rubocop] order Gemfile alphabetically

* Reordering Gemfile
2019-12-22 22:53:18 +05:30
Pranav Raj SandSojan Jose 070f762293 Updated docs for docker configuration (#322) 2019-11-29 00:57:49 +05:30
Sony MathewandPranav Raj S 6c653e9ef3 [#311] Added link to env variables documentation (#312)
* Added link to env variables documentation right below the Heroku one click deploy button so that people dont get confused with broken app on deploying without the env variables set correctly
2019-11-27 14:06:39 +05:30
Sojan JoseandPranav Raj S 97a814cb7e [Chore] Add docker build status to repo #287
ref: #287
2019-11-26 14:56:09 +05:30
Sojan JoseandPranav Raj S 0ba001427e Display deploy to heroku button more prominently in Readme (#285) 2019-11-26 11:17:34 +05:30
Sony MathewandGitHub 70e4cc08b6 [#260] One click deploy to heroku (#275)
* [#260] One click deploy to heroku

* Added app.json file for Heroku deployment
* Made changes in Procfile to accept the PORT as env variable
* Added the one click button in README.md

* Change readme and link

* Alignment of button in Readme

* Changing redis to free plan

* Removed node-js build-pack

* Changed the post-deploy script to be rake db:migrate

* Removed web concurrency variable from app.json for heroku

* Changed the link to chatwoot logo referenced in app.json

* Changed postdeploy hook

* Changed logo to be raw content from github

* Changed the SMTP variables

* Added optional conditional for sending mail
* Changed the naming of SMTP variables

* Having logo as base 64 encoded image for heroku deploy page

* Fixed key not found error for SMTP variables

* Correcting the specs for conversation assignment mailer

* Spec rubocop fixes

* Spec rubocop fixes
* Added the link to master for heroku app.json
2019-11-24 17:19:14 +05:30
Sony MathewandPranav Raj S da9ac8b26d 🔥Docker and environment variables cleanup (#270)
* Added dotenv-rails gem to manage environment variables

* Added dotenv-rails gem to manage environment variables
* Removed figaro which was used earlier for this purpose

* Standardized variable names

* Changed all env variables to be upper case. This included changes in files referencing env variables.
* Added example env file with all variables set to empty value
* Removed the earlier setup of copying application.yml and database.yml and the scripts and documentation associated to this

* Docker setup

* Added docker file for building the docker images
* Added entrypoint.sh script which is referenced inside the Docker image
* Cloned the Procfile for development using docker which has slight change compared to regular procfile
* Added the docker-compose.yml which has 3 service's configuration, postgres, redis and chatwoot server and a mounted volume for postgres

* Added docker related info to documentation

* Added the docker setup info in the documentation
* Added info for using`rbenv` instead of rvm for managing ruby versions
* Updated the documentation for environment variables to have one about `dotenv-rails` gem and removed the documentation about the old copy paste method used by figaro

* Changing the postgres database, username and password as environment variables

* Removed database.yml from gitignore
* Made the postgres databse, username and password as environemnt variables
* Added this in documentation

* Added a quick setup page

* Added quick setup page
* Removed the docs from README and added link to the docs in website
* Removed the figaro related things from circle.ci config

* Adding external volume for redis in docker compose

* Added instructions for adding the redis volume in docs
2019-11-24 01:27:39 +05:30
Pranav Raj SandSojan Jose c96e2c334c Add background story (#269) 2019-11-23 23:44:44 +05:30
Jithin DasandPranav Raj S 8e0570ff87 Update contributors link (#220)
* update Readme.md

Fix the anchor tag of contributors

* update contributors.md

Fix the anchor tag redirecting to 404 page
2019-11-18 14:16:35 +05:30
Juraj MasarandNithin David Thomas bc0f29344e Fix typo in readme (#212)
- ImageMagik => ImageMagick
2019-11-18 06:32:06 +05:30
Pranav Raj SandGitHub c080f6c429 Update docs to use open collective (#200) 2019-11-04 12:49:01 +05:30
rojaceandPranav Raj S 10d3ab295c Use centralized bash file to copy configurations. (#169)
* Use centralized bash file to copy configurations.

* Typo.

* EOF.
2019-10-22 11:07:29 +05:30
Sojan JoseandGitHub 2099dc01a6 Routine weeding of the codebase (#163)
* Routine weeding of the codebase
* fix the spec
2019-10-20 16:19:12 +05:30
Pranav Raj SandGitHub 14c5a304b3 [docs] Update contributors list (#136) 2019-10-13 09:58:32 +05:30
Pranav Raj Sreepuram 1625929193 [docs] Update documentation URL 2019-10-09 17:58:14 +05:30
Sojan Jose 728c23aefd Bump up versions 2019-10-07 00:46:13 +05:30
Pranav Raj Sreepuram 6e19659e88 Add missing screenshot 2019-10-06 21:18:01 +05:30
Pranav Raj SandGitHub 84e0eb2441 Update README.md 2019-10-06 09:23:51 +05:30
Pranav Raj SandGitHub 902b8e855e [docs] Move contributors section to docs (#120) 2019-10-06 09:23:24 +05:30
Pranav Raj Sreepuram 83c7e0b2f1 Add docs.chatwoot.com link in Readme 2019-10-02 11:41:16 +08:00
Pranav Raj Sreepuram 2b60c58b5a Fix pixelated logo in readme 2019-09-05 13:25:41 +05:30
allcontributors[bot]andPranav Raj S 129febf29e docs: add sojan-official as a contributor (#28)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:24:01 +05:30
allcontributors[bot]andPranav Raj S a14472c378 docs: add manojmj92 as a contributor (#29)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:22:00 +05:30
allcontributors[bot]andPranav Raj S a46385ee25 docs: add subintp as a contributor (#30)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:20:45 +05:30