Miguel de la Cruz
4c61ae9623
Update focalboard endpoints to v2 namespace ( #2781 )
2022-04-13 15:24:32 -05:00
Andrew Zigler
a9d4a7457c
Streamline docs and fix broken links ( #2656 )
...
- reduce redundancy
- update Ubuntu install guide version
- update mattermost-plugin README for consistency
2022-03-29 10:14:10 +02:00
Varghese Jose
6007d68424
Update index.md ( #2192 )
...
Fix:Community channel Link
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
2022-03-01 19:15:09 +02:00
Justine Geffen
86b920ccd2
Update _index.md ( #2366 )
...
Updated based on https://github.com/mattermost/focalboard/pull/2192/
2022-02-24 12:03:08 +02:00
Chen-I Lim
16120e43d4
GH-Pages: Move contributors guide to GitHub ( #2298 )
...
* GH-Pages: Move contributors guide to GitHub
* Fix URL
2022-02-09 08:17:46 -08:00
Chen-I Lim
ad9e83e8fd
Port contributors guide to GitHub pages ( #2296 )
...
* Port contributor's guide to GitHub
* Fix #2178 . Port contributors guide to GitHub pages
* Fix wrong file change
* typo
* Fix link
* Replace PR with pull request
* Remove comment
* Doc at-mention, headings
* Add sudo apt-get install autoconf dh-autoreconf
* database typo
* Update docs/dev-tips.md
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
* Update docs/index.md
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
* Update index.md
* Update dev-tips.md
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
2022-02-08 13:46:14 -08:00
ChaseKnowlden
0828cc5591
Add linode links ( #2202 )
2022-01-31 12:03:50 -08:00
Chen-I Lim
b337392d0d
Website 012422 download links ( #2171 )
...
* Add Win direct download links to website.
* Update download links
2022-01-25 11:53:01 -08:00
Miguel de la Cruz
78bdf3ccc2
Add a note to enable reliable websockets on plugin install ( #1758 )
...
* Add a note to enable reliable websockets on plugin install
* Update _index.md
Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
2021-12-07 15:52:37 +02:00
Chen-I Lim
206bb98800
Fix #1908 . Pass version to feedback form. ( #1909 )
2021-12-03 07:56:40 -08:00
Chen-I Lim
ccf4dc6c23
Add utm_source and campaign for links to main site ( #1779 )
2021-11-09 07:24:25 +02:00
Chen-I Lim
acc81da719
Website: Add links to Mattermost Boards ( #1563 )
2021-10-14 18:17:22 +02:00
Justine Geffen
50e4305a92
Update _index.md ( #1560 )
...
Some rewording and formatting changes to align with our product docs.
2021-10-14 08:38:01 -07:00
Chen-I Lim
341febe84a
Update website for v0.9.2 ( #1534 )
2021-10-13 11:01:39 -07:00
Chen-I Lim
fd9b75a9d5
Update dev tips ( #1504 )
2021-10-11 08:23:07 -07:00
Conor O'Callaghan
f6299e5116
Update _index.md ( #1233 )
...
Updating to add details of useSSL configuration detailed in https://github.com/mattermost/focalboard/blob/main/docker/server_config.json .
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
2021-09-20 08:58:50 +05:30
Sayanta Banerjee
a50ee95c03
Updated links ( #1188 )
...
Updated the links which got updated externally
Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-09-13 13:17:46 +02:00
Chen-I Lim
7c65953ed9
Fix #1034 . Update help link. ( #1163 )
...
* Fix #1034 . Update help link.
* npm test -- -u
2021-09-08 16:49:08 -07:00
Chen-I Lim
33f7b246be
Fix #1161 . Add Give Feedback link. ( #1162 )
...
* Fix #1161 . Add Give Feedback link.
* Pass version to feedback link
* npm run i18n-extract
2021-09-08 16:34:02 -07:00
Harshil Sharma
08db4fed61
Workspace switcher ( #1052 )
...
* API WIP
* WIP
* Finished changes
* Fixed colors:
* Don't enforce charset adn collation in migration, pick from database DSN
* Added MySQL query
* Updated mocks
* Added tests
* Lint fixes
* Fixed typo and removed unsed style
* Checked in a snapshot
* Updated snapshot
* Updated Cypress test
* Updated Cypress test
* Updated Cypress test
* Fixed review comments
* Fixed tests
* Added default collation for MySQL
* Added documentation for ensuring correct database collation
* Updated migrations
* Fixed a bug with collation
* Fixed lint errors
* Used correct collation
* debugging
* Updating css
* Minor UI changes
* USe inbuilt default collation
* Used only charset for mysql
* Fixed linter issue:
* Added migration for matching collation
* Reverted local config changes
* Reverted local config changes
* Handled the case of personal server running on MySQL
* WIP
* Now running collation matching migration onlyt for plugins
* Minor optimization
* Multiple review fixes
* Added group by clause to primary query
* Supported for subpacth
Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
2021-09-08 10:22:03 +05:30
ctlaltdieliet
e6ff1d8aa6
Update links to 0.7.3 ( #689 )
...
* Update _index.md
* change to 0.7.3
* Undo
Thanks @chenilim. I'll know this now for the future!
* Oops, forgot another to undo
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-08-02 21:17:25 +02:00
kamre
b2346fcacf
Use cross-env instead of win-node-env ( #656 )
...
* File `package-lock.json` updated.
* Use `cross-env` for setting environment variables in npm scripts.
* Remove all the mentions of `win-node-env` because it is no longer needed for running npm scripts.
Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
2021-07-15 19:30:22 -07:00
Chen-I Lim
155f703ac8
Website: Improve NGINX and DB setup docs
2021-07-15 13:55:46 -07:00
ctlaltdieliet
71fe928dd2
Adding MySQL to the documentation ( #515 )
...
* Update _index.md
* Adding Mysql to Ubuntu.md and Personal Server configuration
* Update website/site/content/guide/admin/_index.md
Co-authored-by: Jesús Espino <jespinog@gmail.com>
* removed typo
Unneeded 16)
* Fixing error
* Update _index.md
In-doc editing for formatting and style.
* Update website/site/content/download/personal-edition/ubuntu.md
LGTM
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
* Update website/site/content/download/personal-edition/ubuntu.md
LGTM
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
* Update website/site/content/download/personal-edition/ubuntu.md
LGTM
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
* Update website/site/content/download/personal-edition/ubuntu.md
LGTM
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
* Update website/site/content/download/personal-edition/ubuntu.md
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
* replacing <pre>
replacing <pre> with ```
* Removed the last <pre>
Thank you @jespino for noticing the last <pre>
* Update ubuntu.md
Reviewed the code samples and added additional backticks. Also added linebreaks.
* Update _index.md
Minor addition: oxford comma in table.
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
2021-07-06 19:21:43 +02:00
Justine Geffen
1349e3b50b
Update _index.md ( #573 )
...
* Update _index.md
Added install steps, light formatting changes.
* Update website/site/content/guide/user/_index.md
* Update website/site/content/guide/user/_index.md
* Update _index.md
Removed "Enabling Focalboard" as it's been moved to a different section.
2021-06-21 16:11:05 +02:00
Chen-I Lim
81192418d6
Website: Mattermost release, url update
2021-06-18 11:17:42 -07:00
Chen-I Lim
9fd20ccb2c
Website: Update upgrade version url
2021-06-18 09:43:53 -07:00
ctlaltdieliet
f990d2efb3
Updated download link to 0.7.0 ( #595 )
2021-06-18 09:38:50 -07:00
Chen-I Lim
d7c5825c02
Website: Instructions to install latest plugin
2021-06-17 10:38:48 -07:00
Chen-I Lim
2e544f9ddc
Website: fwlink for v1-focalboard
2021-06-15 12:16:24 -07:00
Chen-I Lim
62f61b227b
Update website
2021-06-14 11:14:08 -07:00
Chen-I Lim
5e202f346a
Website: websocket-connect-error fwlink
2021-06-12 06:59:02 -07:00
Chen-I Lim
3e88347825
Add fwlink for v5.36 setup steps
2021-06-11 15:24:50 -07:00
Chen-I Lim
d60a10ce6b
Update website urls to 0.6.7
2021-05-24 12:02:02 -07:00
Chen-I Lim
5416939b36
Blog discussion cross-posts
2021-05-18 15:24:21 -07:00
Spiros Economakis
8f746a44bd
Enable prometheus metrics for Focalboard to enable observability ( #414 )
...
As an SRE team we would like to expose standard metrics and grouped by version
of the application. Right now will expose only metrics related to Go but instrumentor
should be used in other parts of the codebase so we can track other metrics, eg.
number of tasks, boards, users etc. Similar as we do in MM.
It will run in port `localhost:9092` and it is a new config `prometheus_address`.
Also in the commit we introduced, `group.Add` which helps us to handle gracefully
errors for goroutines. It's a good practice and there are couple of articles by
Golang for this.
2021-05-18 17:12:51 +03:00
Chen-I Lim
fecab6f291
Add blog and v0.6.5 release to website
2021-04-23 13:41:11 -07:00
Chen-I Lim
c8606e5a12
Add docker instructions to download guide
2021-04-21 12:53:27 -07:00
Chen-I Lim
32489b8999
Update url in upgrade guide
2021-04-21 11:16:33 -07:00
Chen-I Lim
acd2a89d5a
Update dockerfile and docs to v0.6.5 release
2021-04-21 10:37:06 -07:00
Haardik Dharma
3ff1547384
Update _index.md
2021-04-14 17:45:56 +05:30
Haardik Dharma
f92cb1787a
Create share board menu.png
2021-04-14 17:45:52 +05:30
Haardik Dharma
3598347c6d
Create share board.png
2021-04-14 17:45:50 +05:30
Chen-I Lim
b8ea3c2f34
Fix #268 : Personal Server upgrade guide
2021-04-13 14:09:00 -07:00
Chen-I Lim
535c7a4a2d
Update website feedback page
2021-03-24 18:37:31 -07:00
Hasta Dhana
dbd27be202
Fix typo
...
Fix "already" sentence.
2021-03-19 14:01:25 +07:00
Chen-I Lim
3dec02086b
Fix #114 : Update server install url to GitHub
2021-03-18 14:24:18 -07:00
Jesús Espino
2abe55149b
Fixing wrong documentation
2021-03-18 14:39:08 +01:00
Jesús Espino
e9d4810123
Fixing wrong documentation
2021-03-18 14:37:04 +01:00
Jesús Espino
e7849ce3ac
Merge pull request #80 from mantlecurve/patch-1
...
updated the document to include `dbtype` in dbconfig
2021-03-18 11:38:43 +01:00