* 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
* 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>