Nora Trapp
778885db9f
Fix precommit, git-clang-format doesn't like spaces between extension type
2019-11-15 14:17:46 -08:00
Matthew Chen
9b015a57ff
Combine row ids.
2019-11-12 15:24:02 -03:00
Michael Kirk
583077d94b
skip formatting proto files
2019-11-06 21:24:53 -07:00
Matthew Chen
f5e9a83834
Revert "Merge branch 'charlesmchen/groupsProtos'"
...
This reverts commit ede6b98234 , reversing
changes made to 35271c6d3e .
2019-11-06 17:48:52 -03:00
Matthew Chen
353fca396e
Add Groups protos.
2019-11-06 17:34:56 -03:00
Matthew Chen
ed1fc257a5
Fix property ordering on SignalAccount.
2019-11-05 13:50:43 -03:00
Matthew Chen
5d787da830
Update code generation to ensure consistent property ordering.
2019-11-05 10:59:58 -03:00
Matthew Chen
179131c615
Update code generation to ensure consistent property ordering.
2019-11-05 10:45:16 -03:00
Matthew Chen
af1a74b01d
Update code generation to ensure consistent property ordering.
2019-11-05 10:42:07 -03:00
Matthew Chen
471a54cc64
Update code generation to ensure consistent property ordering.
2019-11-05 10:15:07 -03:00
Michael Kirk
be0190f060
update templates
2019-11-04 14:06:54 -08:00
Michael Kirk
66bb6ed9da
redump schema - Note, this was manually touched up to work around the dropped singal account indices
2019-11-04 14:06:54 -08:00
Michael Kirk
0fca274e62
Sync Groups and Contacts
2019-11-04 14:06:54 -08:00
Michael Kirk
d6353a99a7
rename OWSSyncGroupsRequestMessage -> OWSGroupInfoRequestMessage
...
It's not a sync message.
2019-11-04 14:05:59 -08:00
Michael Kirk
9b69b6bc0b
disable debug logging in script
2019-10-24 13:11:21 -06:00
Nora Trapp
03f3f4aa9a
Don't disable universal support in precommitt
2019-10-23 13:46:31 -07:00
Matthew Chen
64573a3e80
Fix RI check script.
2019-10-17 17:22:23 -03:00
Matthew Chen
553a74b685
Further refine interaction writes.
2019-10-17 10:32:21 -03:00
Matthew Chen
156efd575c
Revert "streamline interaction writes" refinements.
2019-10-17 10:32:21 -03:00
Matthew Chen
f5bc78696a
Fix "record id v. sort id" conflicts.
2019-10-16 16:17:47 -03:00
Matthew Chen
54783c5e40
Fix typo in the "streamline interaction writes" changes.
2019-10-16 14:17:06 -03:00
Matthew Chen
b4c0fc5776
Respond to CR.
2019-10-15 11:05:15 -03:00
Matthew Chen
508b371294
Streamline interaction writes.
2019-10-15 11:01:08 -03:00
Michael Kirk
6d73d01e01
remove some unused columns
2019-10-14 18:23:35 -06:00
Michael Kirk
47c2d1cf70
script to dump formatted schema
2019-10-11 10:50:21 -07:00
Matthew Chen
06e310d391
Rework thread mapping updates.
2019-10-11 09:31:35 -03:00
Nora Trapp
06f66b7cb5
Disable universal device support in precommit check.
2019-10-03 11:54:00 -07:00
Nora Trapp
4f3b109223
Add scripts to enable/disable universal support on all targets
2019-10-03 11:54:00 -07:00
Matthew Chen
813b9f0808
Refine build script to label internal tag commit messages as such.
2019-09-27 13:37:48 -03:00
Matthew Chen
7c169b5f6d
Add --internal command line flag.
2019-09-27 13:03:19 -03:00
Michael Kirk
3868a56b63
update tags_to_ignore
2019-09-25 18:34:08 -07:00
Michael Kirk
a00c1eb8d1
codegen id source
2019-09-20 16:25:55 -07:00
Michael Kirk
ca0179a1f6
fix indent
2019-09-20 16:25:55 -07:00
Nora Trapp
ee4fb20803
Cache audio waveforms to disk.
2019-09-19 12:45:48 -07:00
Matthew Chen
232f65618e
Respond to CR.
2019-09-18 09:07:29 -03:00
Matthew Chen
464df8016b
Respond to CR.
2019-09-18 09:07:28 -03:00
Matthew Chen
cf4ec3f469
Respond to CR.
2019-09-18 09:07:28 -03:00
Matthew Chen
11dfd413e3
Fix numeric/date edge cases in GRDB serialization.
2019-09-18 09:07:28 -03:00
Matthew Chen
a41e204de5
Add TestModel.
2019-09-18 09:04:19 -03:00
Matthew Chen
04b2863311
Add TestModel.
2019-09-18 09:04:19 -03:00
Matthew Chen
dcc3e25829
Unique ids are unique.
2019-09-16 17:18:18 -03:00
Matthew Chen
2c9720263d
Respond to CR.
2019-09-16 13:32:23 -03:00
Matthew Chen
39750ba8a6
Respond to CR.
2019-09-16 13:01:37 -03:00
Matthew Chen
8775dd686d
Respond to CR.
2019-09-16 13:01:37 -03:00
Matthew Chen
0389cdb730
Respond to CR.
2019-09-16 13:01:37 -03:00
Matthew Chen
bf8b632e24
Respond to CR.
2019-09-16 13:01:37 -03:00
Matthew Chen
7cd93cbf05
Add Batching class.
2019-09-16 13:01:36 -03:00
Matthew Chen
7dd1d61552
Batched and unbatched enumerations (generated changes).
2019-09-16 13:01:36 -03:00
Matthew Chen
9dea6069e4
Batched and unbatched enumerations.
2019-09-16 13:01:36 -03:00
Disconnect3d
0fc0377d0c
Fix check_diff_for_keywords in scripts
...
Fixes the `objc_keywords` list in `check_diff_for_keywords`.
This list stores strings and Python automagically concatenates strings if there is no comma between them.
As a result the first two items of the list: `OWSAbstractMethod\(` and `OWSAssert\(` were wrongly conacatenated into `"OWSAbstractMethod\(OWSAssert\("`.
This has been found with LGTM 0ddaedbfad/files/Scripts/precommit.py (x84c147336239d4b6) :1
2019-09-15 09:40:02 -07:00