1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
focalboard/server/app
Rajat Dabade c8e729b6fe
[Refactor]: updated dependency for focalboard server (#5009)
* 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>
2024-06-07 23:30:08 +05:30
..
app_test.go Config for share board (#1187) 2021-09-16 13:31:02 -06:00
app.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
auth_test.go Update user store to return the updated entities after inserting / patching them (#3843) 2022-09-15 13:58:20 +02:00
auth.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
blocks_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
blocks.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
boards_and_blocks.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
boards_test.go lint fixes 2023-03-07 11:01:52 -07:00
boards.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
cards_test.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
cards.go Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
category_boards_test.go initial implementation of SysAdmin/TeamAdmin feature (#4537) 2023-02-14 09:17:33 -07:00
category_boards.go Hide board feature (#4409) 2023-01-24 15:41:54 +05:30
category_test.go Hide board feature (#4409) 2023-01-24 15:41:54 +05:30
category.go Hide board feature (#4409) 2023-01-24 15:41:54 +05:30
clientConfig_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
clientConfig.go File attachment in the card (#4053) 2022-11-24 17:16:59 +05:30
compliance.go address review comments; return pointers to all structs; implement DBVersion 2023-01-26 12:12:28 -05:00
content_blocks_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
content_blocks.go Adding the new blocks based editor (#3825) 2022-11-15 16:59:07 +01:00
export.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
files_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
files.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
helper_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
import_test.go Backport fixes for import/export attachments and fixes (#4741) 2023-05-22 10:31:24 -06:00
import.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
initialize.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
onboarding_test.go initial implementation of SysAdmin/TeamAdmin feature (#4537) 2023-02-14 09:17:33 -07:00
onboarding.go Update user store to return the updated entities after inserting / patching them (#3843) 2022-09-15 13:58:20 +02:00
permissions.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
server_metadata_test.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
server_metadata.go [GH-3410] Healthcheck Endpoint with Server Metadata (#4151) 2022-11-14 14:37:06 -05:00
sharing_test.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
sharing.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
statistics.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
subscriptions.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
teams_test.go Fix mock early finish issue on test helpers (#3374) 2022-07-15 08:34:36 -04:00
teams.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
templates_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
templates.boardarchive remove invalid assigned settings 2022-05-17 14:14:48 -06:00
templates.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
user_test.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30
user.go [Refactor]: updated dependency for focalboard server (#5009) 2024-06-07 23:30:08 +05:30