Agniva De Sarker
48f8e2fa44
MM-43753: Go mod tidy for 1.18 ( #20073 )
...
We bump the go.mod version to 1.18
and run go mod tidy.
This is required for using new features.
```release-note
NONE
```
2022-04-27 13:51:49 +05:30
Jesse Hallam
7b5ac343f0
adopt forked squirrel supporting from UPDATE FROM ( #19896 )
...
Fork https://github.com/Masterminds/squirrel as https://github.com/lieut-data/squirrel with the following changes:
* https://github.com/Masterminds/squirrel/pull/256 supporting FROM clause to update builder (Postgres)
* Extension of above to support multiple FROM in UPDATE (Postgres)
* Support for multiple tables in UPDATE (MySQL)
This PR then leverages those changes to simplify a query that previously had to be coded by hand and duplicate for each of MySQL and Postgres.
2022-04-04 09:30:59 -03:00
Agniva De Sarker
57eafbc6ca
MM-40676: Bump dependencies ( #19525 )
...
https://mattermost.atlassian.net/browse/MM-40676
```release-note
NONE
```
2022-02-09 23:05:16 +05:30
Agniva De Sarker
189d447591
MM-39315: Bump dependencies ( #19039 )
...
Note: We keep splitio/go-client untouched
because the dependency is broken.
See https://github.com/mattermost/mattermost-server/pull/18604
```release-note
NONE
```
2021-11-24 19:45:28 +05:30
Agniva De Sarker
091659c8ad
MM-31436: Upgrade dependencies ( #16605 )
...
* MM-31436: Upgrade dependencies
Ran make update-dependencies
https://mattermost.atlassian.net/browse/MM-31436
```release-note
NONE
```
* add missing dep
* fix lru marshaling
2021-01-07 14:39:17 +05:30
Eli Yukelzon
4e9ddd4686
MM-27918 In-Product notices support ( #15316 )
2020-09-21 10:28:46 +03:00
Agniva De Sarker
d3156395a1
MM-25943: Upgrade dependencies for server ( #14932 )
...
* MM-25943: Upgrade dependencies for server
* tmp
2020-06-29 17:49:46 +05:30
Agniva De Sarker
03a55367d9
MM-24312: Fix Dependency updates ( #14391 )
...
Automatic Merge
2020-04-29 14:06:09 -07:00
Jesse Hallam
29fae242e1
Revert "Dependency updates. ( #14033 )" ( #14304 )
...
This reverts commit f14c79f170 .
2020-04-17 14:26:29 -03:00
George Goldberg
f14c79f170
Dependency updates. ( #14033 )
...
* Update dependencies.
* Fix tests.
2020-04-08 10:51:04 +01:00
Jesse Hallam
2c3a2e9235
Query builder ( #10104 )
...
* add query builder to facilitate dynamic SQL construction
* leverage query builder to refactor user store
This is partially setup work for MM-13120, but merged to master to avoid
further conflicts.
* fix unrelated unit test breakage
* documentation tweaks
* Apply suggestions from code review
Co-Authored-By: lieut-data <jesse.hallam@gmail.com >
* prefer comma separated case options to fallthrough
* vendor github.com/Masterminds/squirrel and deps
* switch to using github.com/Masterminds/squirrel
* rm querybuilder
2019-01-29 15:24:57 -05:00