mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
f00b5c9e61
* Add boilerplate functions and handlers for boards insights * Fix function signatures to add 'duration' parameter, fix where clauses in db queries * Fix where clause to include boards of which userId in parameter is a member * Modify queries to work with sqlite, postgres, mysql * Integration tests, and results of make generate * Lint Fixes * Add icons to board insights * Lint fixes * Format insights queries without squirrel to fix parameterization issues * Add tests for sqlstore utility functions * Improve team insights tests by creating 2 boards * Refactor endpoints/app to adhere to developments in 7.0 release * Refactor queries to use squirrel * Lint fixes * Fix client, integration tests * Remove old integration tests * Add storetests, refactor functions to handle authorized board_ids * Make queries compatible with mysql, sqlite * Add app tests * Fix lint errors * Revert makefile changes, fix docstring in api * Lint fixes and doc correction suggested by @wiggin77 * Fix mock store call count error * adding client code * Make the following changes - use serviceAPI to get user.Timezone - rename licenseAndGuestUserCheck to insightPermissionGate, and handle returned error better - validate page, perPage parameters aren't < 0 * Lint fix Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Benjamin Cooke <benjamincooke@Benjamins-MacBook-Pro.local> |
||
---|---|---|
.. | ||
app_test.go | ||
app.go | ||
auth_test.go | ||
auth.go | ||
blocks_test.go | ||
blocks.go | ||
boards_and_blocks.go | ||
boards_test.go | ||
boards.go | ||
category_boards.go | ||
category.go | ||
clientConfig_test.go | ||
clientConfig.go | ||
cloud_test.go | ||
cloud.go | ||
export.go | ||
files_test.go | ||
files.go | ||
helper_test.go | ||
import_test.go | ||
import.go | ||
initialize.go | ||
insights_test.go | ||
insights.go | ||
onboarding_test.go | ||
onboarding.go | ||
sharing_test.go | ||
sharing.go | ||
subscriptions.go | ||
teams_test.go | ||
teams.go | ||
templates_test.go | ||
templates.boardarchive | ||
templates.go | ||
user.go |