* refactor: updated mysql docker image version
* refactor: removed isPlugin code from webapp
* refactor: removed isFocalboardPlugin from test
* refactor: removed package-lock.json from root
* removed unnecessary component
* nit: removed comments
* reverted the mysql docker version to original
* nit
* revert setting.json changes
* Removed `mattermost-plugin` folder (#5029)
* refactor: removed mattermost-plugin folder
* reverted the mysql image version
* Removed `mattermost-plugin` from make rules (#5030)
* removed mattermost-plugin from make rules
* removed: mattermost-plugin code from the repo
* updated snapshot and fix test (#5031)
* updated snapshot and fix test
* Updated snapshot and removed unnecessary tests
* chore: minor fix ci
* refactor: updated the mac-os version supported by github actions
* reverted: mac os version
* refactor: updated mac os version and also changed docker-compose to docker compose
* removed version from docker compose as no long needed
* reverted mysql docker version
* updated mysql version
* testing
* revert testing
* refactor: added version for mysql docker compose file
* test: test commit
* updated snapshot and fix test (#5032)
* removed mattermost-plugin from make rules
* removed: mattermost-plugin code from the repo
* updated snapshot and fix test
* Updated snapshot and removed unnecessary tests
* chore: minor fix ci
* refactor: removed isplugin code from server
* final attempt
* ci: Minor ci tweaks and upgrades
---------
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
* linter fixes
---------
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
* refactor: updated dependency for focalboard server
* chore: more dependency fixes
* refactor: removed the unless code
* refactor: added ctx for login and removed unnessary code
* refactor: bump up go version
* refactor: removed the commented code
* chore: upgraded golinter version
* fix: linter issue
* refactor: removed feature flg fix golinter
* refactor: removed feature flag from code
* revert: statistic and it's function
* refactor: removed ProductLimit related code
* refactor: removed isWithinViewsLimit implementation
* refactor: moved function GetUsedCardsCount to statistics.go from cloud.go
* refactor: removed insight code board
* refactor: removed limit dialog
* refactor: updated dependencies for linux
* chore: golinter fix
* chore: updated helper test function to use newLogger
* fix: go test
* refactor: db ping attempts from config
* revert: feature in action
* revert: feature flag in action
* revert: boardsEditor setting
---------
Co-authored-by: Rajat Dabade <rajat@Rajats-MacBook-Pro.local>
* Use name column to determine if schema_migrations table is correct format
* fix result when table missing
* fix result when table missing
* really fix result when table missing
* fix linter
* more linter
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
* WIP
* Added migrations
* Updating store method
* WIP
* WIP
* Updated DND
* WIP
* WIP
* WIP
* WIP
* WIP
* wip
* WIP
* Adding new DB tool
* Used migration functions in new migrations
* Unique constraint migration
* Unique constraint migration
* Added SQLITE migrations
* Added SQLITE support in few more migrations
* Added SQLITE support in few more migrations
* WIP
* Used old-fashioned way to add unique constraint
* Using oldsqlite method
* Using oldsqlite method
* Fixed all store and app layer tests
* fixed integration tests
* test and lint fix
* Updated migration for MySQL and Postgres on personal server
* Types fix
* sqlite fix
* fix typo
* misc cleanup
* added new tests
* added new tests
* de-duping input for postgres
* integration tests, rmeoved uneeded migration
* Added some migration tests
* Added some migration tests
* Fixed a test
* completed migration tests
* completed migration tests
* Removed leftover debug statements
Co-authored-by: Mattermost Build <build@mattermost.com>
* MM-49703: Bump to Go 1.19
Also fix some gofmt issues
https://mattermost.atlassian.net/browse/MM-49703
* Bump versions in go.mod
* Update go.work as well
* Bump GolangCI to 1.50.1
* Upgraded to new builder image
* implement person filter
* implement groupBy
* cleanup and fix adding filtered values
* fixes for existing unit tests
* add unit tests
* add unit tests
* fix lint issues
* lint, test fixes
* handle unknown and undefined users
* dont allow edit on person options
* add displaying Me, remove bots
* update i18n-extract
* update snapshots from merge, fix unit test failure, add unit test for 'Me'
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Mattermost Build <build@mattermost.com>