Commit Graph

1855 Commits

Author SHA1 Message Date
Jesús Espino
6f82a8a095 Adding squirrel query builder 2020-10-20 20:00:46 +02:00
Jesús Espino
136e995f78
Merge pull request #17 from mattermost/json-fields
Change fields type in Postgres to JSON
2020-10-20 19:12:06 +02:00
Chen-I Lim
6a8247b735 Fix CSS: .name -> .menu-name 2020-10-19 13:06:04 -07:00
Chen-I Lim
d2a8f20390 Fix: missing boardId state after showView 2020-10-19 12:44:26 -07:00
Chen-I Lim
2c594854a0 Change fields type in Postgres to JSON 2020-10-19 12:10:26 -07:00
Jesús Espino
982a8edfc5 Add scheduler tests 2020-10-19 15:30:15 +02:00
Jesús Espino
94bfa840e8 Add initial telemetry code, system_settings table and the task scheduler 2020-10-19 14:55:31 +02:00
chenilim
572c6d1969
Merge pull request #12 from mattermost/split-dialog-and-card-detail
Splitting cardDialog in to dialog, cardDialog and cardDetail
2020-10-18 19:39:11 -07:00
Chen-I Lim
43faeaab35 cleanup merge 2020-10-18 19:35:24 -07:00
Chen-I Lim
83bc16184a Merge branch 'main' into split-dialog-and-card-detail 2020-10-18 19:35:09 -07:00
Jesús Espino
7c94602c11 Using a more standard way to serve static files 2020-10-18 02:46:25 +02:00
Jesús Espino
53b051816c Passing an initial golangci-lint pass 2020-10-18 02:07:35 +02:00
Jesús Espino
e6a9333987 Add code generation task to the make file 2020-10-18 01:17:17 +02:00
Jesús Espino
868be73d5b Making the migrations embeded, and add an initial store test 2020-10-18 01:09:12 +02:00
Jesús Espino
c4a3fe9cba Fixing makefile and executing go mod tidy 2020-10-17 20:48:54 +02:00
Jesús Espino
61cdfecef9 Adding missed files 2020-10-16 22:27:16 +02:00
Jesús Espino
3c15957e3d Adding golang migrate to handle database migrations 2020-10-16 22:26:47 +02:00
Jesús Espino
4f0351a8ab Using FilesStore service from mattermost-server code directly 2020-10-16 20:16:52 +02:00
Jesús Espino
55e49bea51 Abstracting more the store concept 2020-10-16 19:20:43 +02:00
Jesús Espino
19ab85b329 Splitting the server in multiple packages 2020-10-16 19:12:53 +02:00
Jesús Espino
5fc5281967 Removing entirely global variables 2020-10-16 16:36:08 +02:00
Jesús Espino
0cdde971c0 Improving server code organization 2020-10-16 16:21:42 +02:00
Jesús Espino
dc4ad05122 Splitting webserver and api from main 2020-10-16 11:41:56 +02:00
Chen-I Lim
c12ecdf3d7 Set random icon on new cards 2020-10-15 19:38:00 -07:00
Chen-I Lim
dbcbe286e7 Test: randomize icons 2020-10-15 19:36:49 -07:00
Chen-I Lim
fd2f7ceb11 Menu text color 2020-10-15 19:33:46 -07:00
Chen-I Lim
63384838a5 Fix icon css, fix random icon option 2020-10-15 19:31:02 -07:00
Chen-I Lim
44084ea23b Update database delete 2020-10-15 19:21:44 -07:00
Chen-I Lim
15c4c98cd3 Refactor database to store Block fields 2020-10-15 14:56:15 -07:00
Jesús Espino
67932238bd Small fixes and reformating 2020-10-15 22:46:20 +02:00
Jesús Espino
60fe66dd2d Fixing some details 2020-10-15 22:43:16 +02:00
Jesús Espino
bd2eb7bc82 Merge remote-tracking branch 'origin/main' into split-dialog-and-card-detail 2020-10-15 22:34:53 +02:00
chenilim
4f7272ebd1
Merge pull request #9 from mattermost/coding-styling
Adding initial coding style checking
2020-10-15 13:26:49 -07:00
Chen-I Lim
fccade93ec Refactor Blocks - each with its own class 2020-10-15 13:23:33 -07:00
Chen-I Lim
469887f6fe Move blocks to subfolder 2020-10-15 12:22:38 -07:00
Chen-I Lim
73c6218222 Give SQLite milisecond precision 2020-10-15 12:10:04 -07:00
Chen-I Lim
23dc06d392 Minor cleanup 2020-10-15 12:03:35 -07:00
Chen-I Lim
fdc30d003a minor cleanup 2020-10-15 11:59:56 -07:00
chenilim
93d3dd6ee2
Merge pull request #15 from mattermost/remove-text-property-from-button
Remove text property from Button because children is enough
2020-10-15 11:49:33 -07:00
chenilim
d8cda273e4
Merge pull request #14 from mattermost/login-page-improvements
Some improvements in the login page
2020-10-15 11:48:33 -07:00
chenilim
3192271e7b
Merge pull request #13 from mattermost/sidebar-menu-migration
Sidebar menus migrated to the new menus system
2020-10-15 11:47:31 -07:00
Jesús Espino
c905673317 Some improvements in the login page 2020-10-15 20:43:51 +02:00
Jesús Espino
b801cd84f0 Remove text property from Button because children is enough 2020-10-15 20:42:58 +02:00
chenilim
c19d49ccff
Merge pull request #8 from mattermost/remove-show-card
Removing the need of the global showCard
2020-10-15 11:33:13 -07:00
Jesús Espino
5139ee4ac6 Using tabs instead of spaces 2020-10-15 20:24:02 +02:00
Jesús Espino
cc1c7be1f4 Sidebar menus migrated to the new menus system 2020-10-15 20:22:42 +02:00
Jesús Espino
91a3a6e33a Removing | null usage 2020-10-15 19:56:09 +02:00
Jesús Espino
e740ce43d5 Merge branch 'main' into remove-show-card 2020-10-15 19:52:36 +02:00
Jesús Espino
f45924c073 Splitting cardDialog in to dialog, cardDialog and cardDetail 2020-10-15 19:46:32 +02:00
Chen-I Lim
a43ea02616 Fix menu css 2020-10-15 08:53:38 -07:00