Commit Graph

372 Commits

Author SHA1 Message Date
Chen-I Lim
7df22fecdb Text and image blocks 2020-10-20 21:21:23 -07:00
chenilim
4ae88bee0b
Merge pull request #18 from mattermost/adding-squirrel-query-builder
Adding squirrel query builder
2020-10-20 19:08:10 -07:00
Chen-I Lim
627f44cb50 Fix color menu css 2020-10-20 18:59:51 -07:00
Chen-I Lim
27f8e77033 Move IBlock to block.ts 2020-10-20 18:58:48 -07:00
Chen-I Lim
fb438ac52c reorganize viewModel folder 2020-10-20 18:54:39 -07:00
Chen-I Lim
ad44082a8b Immutable blocks 2020-10-20 18:47:02 -07:00
Chen-I Lim
61974a1696 Immutable blocks 2020-10-20 18:36:02 -07:00
Chen-I Lim
aa950240d9 Immutable blocks 2020-10-20 18:28:55 -07:00
Chen-I Lim
932de3a17f Immutable view state objects 2020-10-20 14:32:39 -07:00
Chen-I Lim
29fa94a937 Fix some linting issues 2020-10-20 13:36:54 -07:00
Chen-I Lim
c95ab685e4 Cleanup some eslint issues. 2020-10-20 13:26:06 -07:00
Chen-I Lim
9255bd4ded Ran npm run fix 2020-10-20 12:52:56 -07:00
Chen-I Lim
36a104f45b Ran npm run fix 2020-10-20 12:50:53 -07:00
Chen-I Lim
49a7ed2b5d Move package.json and webpack to under webapp 2020-10-20 11:48:22 -07:00
Chen-I Lim
70f9eff13b Move package.json and webpack to under webapp 2020-10-20 11:48:08 -07:00
Chen-I Lim
08e7242ed0 Update config to match new webapp folder 2020-10-20 11:22:57 -07:00
Chen-I Lim
95c704c3f4 Rename src/client to webapp/src 2020-10-20 11:22:33 -07:00
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