Граф коммитов

11166 Коммитов

Автор SHA1 Сообщение Дата
chrwend a53b39d187 Create class for file helper 2016-06-29 17:06:41 -07:00
chrwend ef27775cf5 Merge branch 'feature/pipeline-protocols' into develop 2016-06-29 17:04:00 -07:00
Mehrdad Mozafari e92cf98be1 Merge pull request #12 from Microsoft/feature/channel-implementation
Feature/channel implementation
2016-06-29 16:52:49 -07:00
chrwend d41c83fff6 Reformat code 2016-06-29 15:52:10 -07:00
chrwend 20ae111a12 Add channel tests 2016-06-29 14:57:40 -07:00
chrwend 3c25449e1d Add completion block to enqueueItem: to support expectations in unit tests 2016-06-29 14:57:34 -07:00
chrwend 4056ce6bf0 Use default batch size if value is <= 0 2016-06-29 10:50:34 -07:00
chrwend f4d1eeb271 Do not use timer if flush interval <= 0 2016-06-29 10:49:59 -07:00
chrwend 5dda22ac40 Reset queue after timer has finished 2016-06-29 10:49:14 -07:00
chrwend 409cfd84bf Implement timer logic 2016-06-29 10:42:30 -07:00
chrwend f86e1d2417 Expose batch size and flush interval 2016-06-29 10:42:01 -07:00
Mehrdad Mozafari 48c3769955 Merge pull request #7 from Microsoft/feature/documentation
Feature/documentation
2016-06-29 10:35:58 -07:00
chrwend 70cafadf69 Add basic implementation of enqueueItem: 2016-06-29 10:16:07 -07:00
chrwend 3ebcb5e43a Initialize channel 2016-06-29 10:15:09 -07:00
chrwend deea30ede8 Define public and private interface of channel 2016-06-28 19:05:39 -07:00
chrwend c757e544a5 Add base protocol for log objects 2016-06-28 18:46:45 -07:00
chrwend 62e625771f Add targets to automatically generate docs 2016-06-28 18:08:19 -07:00
Mehrdad Mozafari e40aedef22 Added the initial protocols/classes
-Sender
-Channel
-Storage
2016-06-28 17:52:45 -07:00
chrwend 239e64b4d4 Add jazzy yaml for AvalancheCrashes documentation 2016-06-28 17:27:31 -07:00
chrwend 65b99a5616 Add jazzy yaml for AvalancheHub documentation 2016-06-28 17:27:23 -07:00
chrwend ed914b0248 Add placeholder file for common guides 2016-06-28 17:26:50 -07:00
chrwend 725e0317dd Add theme for jazzy documentation 2016-06-28 17:26:32 -07:00
chrwend 1467886faf Update gitignore to exclude generated html documentation 2016-06-28 17:25:45 -07:00
Mehrdad Mozafari c57f2940c8 Merge pull request #8 from Microsoft/feature/contact-models
Add generated contract files for base module
2016-06-28 17:18:10 -07:00
Mehrdad Mozafari 9244de6a11 Removed warning 2016-06-28 17:17:07 -07:00
chrwend b89fc112a4 Remove warnings 2016-06-28 17:10:43 -07:00
chrwend fe020277a3 Add contract files 2016-06-28 17:01:51 -07:00
Mehrdad Mozafari 89e437943f Merge pull request #10 from Microsoft/feature/demo-binary-dependencies
Feature/demo binary dependencies
2016-06-28 12:21:01 -07:00
Mehrdad Mozafari 33c4c0d5b0 Merge pull request #11 from Microsoft/feature/infrastructure-testing
Feature/infrastructure testing
2016-06-28 12:18:40 -07:00
chrwend 72b88f5d90 Set up test teargets to use OHHTTPStubs 2016-06-28 11:56:33 -07:00
chrwend 3beec4b851 Build OHHTTPStubs fat library and add it to test targets 2016-06-28 11:56:17 -07:00
chrwend 097d9d1946 Set up test teargets to use OCMock 2016-06-28 11:43:33 -07:00
chrwend a55745b5d0 Add OCMock library to project 2016-06-28 11:43:07 -07:00
chrwend d1dff5430c Setup test targets to use OCHamcrest 2016-06-28 11:27:23 -07:00
chrwend 680af3b2a7 Add OCHamcrest framework to project 2016-06-28 11:27:01 -07:00
chrwend 7c7e3fe73a Add setup code 2016-06-27 19:03:01 -07:00
chrwend a1f99da7f5 Reference binaries 2016-06-27 19:02:52 -07:00
chrwend 19d8abd527 Add SDK binaries as dependencies 2016-06-27 18:21:04 -07:00
chrwend 96769b0dbd Create demo project 2016-06-27 18:20:15 -07:00
Mehrdad Mozafari 6f7e231283 Merge pull request #9 from Microsoft/feature/static-libraries
Feature/static libraries
2016-06-27 11:53:39 -07:00
Mehrdad Mozafari 535f8ade43 Fixed Puppet app 2016-06-27 11:42:55 -07:00
Mehrdad Mozafari 0059a766f5 Revert "Fix Puppet application"
This reverts commit 3711eed8fb.
2016-06-27 11:19:47 -07:00
chrwend 3711eed8fb Fix Puppet application 2016-06-24 17:13:18 -07:00
chrwend 31f143693a Support Fat Framework (AvalancheCrashes) 2016-06-24 16:00:58 -07:00
chrwend 87b0967f49 Add crashes target to AvalancheCrashes 2016-06-24 15:13:18 -07:00
chrwend 18b6f4dae9 Remove temp build folder after creating fat framework 2016-06-24 15:12:23 -07:00
chrwend 58747d2f0d Support Fat Framework creation 2016-06-24 15:10:13 -07:00
Mehrdad Mozafari 55f3e95ca6 Introducing the Puppet app
-Puppet application enables using and debugging the libs in a separate application
2016-06-23 17:08:18 -07:00
chrwend ac42444b17 Create basic project structure 2016-06-23 16:08:16 -07:00
Mehrdad Mozafari c9ae2f0c94 Merge pull request #4 from Microsoft/feature/project-based-modules
Fix build script
2016-06-22 15:37:29 -07:00