* 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
* Update en.json
Some minor casing changes and updates for 7.7 limits changes.
* update cypress tests for text change
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
* fix: menu closing on toggling random icons
* Also fixed for plugin
Co-authored-by: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com>
* 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>
* change board serverRoot from '/plugins/focalboard' to '/boards'
* update based on feature flag
* Update mattermost-plugin/server/boards/boardsapp_util.go
Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
* allow empty dates returned from date property
* implement a date property type
* handle when property is not set, default create date
* update to remove unneeded fields, updated how dateTo is returned
* fix creating new date
* remove unused constant
* update unit tests
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
* implement a date property type
* handle when property is not set, default create date
* update to remove unneeded fields, updated how dateTo is returned
* fix creating new date
* remove unused constant
* update unit tests
* implement date filter
* add unit tests for all files
* some cleanup
* fix unit tests, update snapshots
* date fix for unit tests
* add log to determine unit test issue
* update snapshot
* minor cleanup
* add class name
* Revert "add class name"
This reverts commit fec9308812.
* add class name
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Mattermost Build <build@mattermost.com>