You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(104) |
Aug
(30) |
Sep
|
Oct
(2) |
Nov
|
Dec
(28) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
(28) |
Feb
(24) |
Mar
(30) |
Apr
(58) |
May
(17) |
Jun
(24) |
Jul
(30) |
Aug
(4) |
Sep
(3) |
Oct
(26) |
Nov
(17) |
Dec
(21) |
2014 |
Jan
(19) |
Feb
(32) |
Mar
(12) |
Apr
(9) |
May
(19) |
Jun
(7) |
Jul
(15) |
Aug
(6) |
Sep
(4) |
Oct
(2) |
Nov
(11) |
Dec
(5) |
2015 |
Jan
(5) |
Feb
(12) |
Mar
(4) |
Apr
(1) |
May
(15) |
Jun
(1) |
Jul
(8) |
Aug
|
Sep
(7) |
Oct
(7) |
Nov
(2) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2013-10-17 14:32:02
|
4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ba05153460f6/ Changeset: ba05153460f6 Branch: 1.9 User: rvesse Date: 2013-10-17 15:14:13 Summary: Move and refactor URI resolution methods into UriFactory class Affected #: 6 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/26f446822ebf/ Changeset: 26f446822ebf Branch: 1.9 User: rvesse Date: 2013-10-17 15:37:32 Summary: Add a set of tests for URI and prefixed name resolution Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/5742b445b378/ Changeset: 5742b445b378 Branch: 1.9 User: rvesse Date: 2013-10-17 16:11:11 Summary: Change URI interning to be by segment rather than by character to create a more compact interning data structure (CORE-330) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f96080fec6bf/ Changeset: f96080fec6bf Branch: 1.9 User: rvesse Date: 2013-10-17 16:31:42 Summary: Enforce restriction that INamespaceMapper forbids null/relative namespace URIs. Start adding contract tests for INamespaceMapper implementations Affected #: 5 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-17 10:22:52
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/1df41530287f/ Changeset: 1df41530287f Branch: 1.9 User: rvesse Date: 2013-10-17 12:22:33 Summary: Continue fleshing out contract tests for IGraph Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-17 10:10:15
|
3 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c7cb2be7293f/ Changeset: c7cb2be7293f Branch: 1.9 User: rvesse Date: 2013-10-17 11:48:46 Summary: Switch to NUnit for new Core tests Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3f53a015665f/ Changeset: 3f53a015665f Branch: 1.9 User: rvesse Date: 2013-10-17 11:59:53 Summary: Add some basic tests for Find() behaviour on graphs Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c7abd45e121b/ Changeset: c7abd45e121b Branch: 1.9 User: rvesse Date: 2013-10-17 12:09:52 Summary: Simplify many methods of IGraph and IGraphStore to return void rather than bool which makes it easier to support a wider variety of backing implementations since backing storage does not need to report status of the operation other than throwing an exception in the case of failure Affected #: 8 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-17 09:46:07
|
6 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4a2400f35e9e/ Changeset: 4a2400f35e9e Branch: 1.9 User: rvesse Date: 2013-10-17 10:58:09 Summary: Merge latest changes from default Affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/b93d1774c7ad/ Changeset: b93d1774c7ad Branch: 1.9 User: rvesse Date: 2013-10-17 10:58:54 Summary: Reenable pre-build event Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a927456c5b73/ Changeset: a927456c5b73 Branch: 1.9 User: rvesse Date: 2013-10-17 11:37:20 Summary: Refactor Core API classes into more logical namespaces Affected #: 106 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/da1477a4d630/ Changeset: da1477a4d630 Branch: 1.9 User: rvesse Date: 2013-10-17 11:43:35 Summary: Upgrade to latest version of SyncProjects Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4334340c24d5/ Changeset: 4334340c24d5 Branch: 1.9 User: rvesse Date: 2013-10-17 11:44:24 Summary: Enable disk syncing for dotNetRDF.Core.Test project Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/db34093ea658/ Changeset: db34093ea658 Branch: 1.9 User: rvesse Date: 2013-10-17 11:45:41 Summary: Relocate new core tests to desired location in tree Affected #: 7 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-15 11:20:50
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/61b45618a4b2/ Changeset: 61b45618a4b2 User: rvesse Date: 2013-10-15 13:20:24 Summary: Merge in CORE-378 fix Affected #: 10 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-15 11:03:08
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/cf4e300cd40f/ Changeset: cf4e300cd40f Branch: CORE-378 User: rvesse Date: 2013-10-15 13:02:43 Summary: Exlcude .gz from license checks Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-15 11:01:51
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/cbe61e9da6cf/ Changeset: cbe61e9da6cf Branch: CORE-378 User: rvesse Date: 2013-10-15 13:01:30 Summary: Comment out test on portable builds where GZip is not supported (CORE-378) Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-15 11:00:21
|
2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/afb19268eb4c/ Changeset: afb19268eb4c Branch: CORE-378 User: rvesse Date: 2013-10-15 12:51:07 Summary: Fix for the main cause of CORE-378 plus unit test to verify Affected #: 8 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c1c9169f07cf/ Changeset: c1c9169f07cf Branch: CORE-378 User: rvesse Date: 2013-10-15 12:56:51 Summary: Add some remarks to PagingHandler about circumstances when you may see less data than expected (CORE-378) Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-11 11:11:40
|
7 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/dc48c03e72cc/ Changeset: dc48c03e72cc Branch: 1.9 User: rvesse Date: 2013-10-11 12:03:12 Summary: Finish consolidating nodes to a single interface such that core library compiles, add HasLanguage and HasDataType properties (CORE-329), consoliate hash code creation into central static method for reusability Affected #: 12 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/027cb31809b1/ Changeset: 027cb31809b1 Branch: 1.9 User: rvesse Date: 2013-10-11 12:10:51 Summary: Merge in latest changes from default Affected #: 83 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/57b32bc44f70/ Changeset: 57b32bc44f70 Branch: 1.9 User: rvesse Date: 2013-10-11 12:11:18 Summary: Update solution file Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/873e10aaf92a/ Changeset: 873e10aaf92a Branch: 1.9 User: rvesse Date: 2013-10-11 12:25:25 Summary: Refactor Triple and Quad to use auto-properties, also force Quad to always have a non-null Graph field set to a constant DefaultGraphNode for the default graph Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/e27ed1105dd5/ Changeset: e27ed1105dd5 Branch: 1.9 User: rvesse Date: 2013-10-11 12:48:08 Summary: Refactor BaseGraphStore and GraphCollection to reflect the fact that Quad now uses Quad.DefaultGraphNode instead of null for representing quads in the default graph. Add a InDefaultGraph property to Quad Affected #: 7 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3fa006f4c908/ Changeset: 3fa006f4c908 Branch: 1.9 User: rvesse Date: 2013-10-11 12:56:53 Summary: Fix an unintentional StackOverflowException introduced by node refactoring Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a39fd17699ce/ Changeset: a39fd17699ce Branch: 1.9 User: rvesse Date: 2013-10-11 13:11:19 Summary: Fix another possible StackOverflowException in LiteralNode. Simplify ThreadSafeTripleCollection code slightly and startt expanding new core API test suite Affected #: 4 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-11 09:20:31
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6b10dbfa3449/ Changeset: 6b10dbfa3449 User: rvesse Date: 2013-10-11 11:20:12 Summary: Update out of date Copyright year Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-11 09:20:02
|
2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/5b649e05dbb8/ Changeset: 5b649e05dbb8 User: rvesse Date: 2013-10-10 12:16:01 Summary: Post release tidy up Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/02e3f9c33118/ Changeset: 02e3f9c33118 User: rvesse Date: 2013-10-11 11:19:19 Summary: Prep for next dev cycle, bump dev versions to 1.1.0 Affected #: 36 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-09 16:15:50
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/fc2604f099a4/ Changeset: fc2604f099a4 User: rvesse Date: 2013-10-09 18:06:52 Summary: Added tag 1.0.1, 101 for changeset 880a1aab7365 Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-09 16:15:10
|
8 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ffa929ed5a05/ Changeset: ffa929ed5a05 User: rvesse Date: 2013-10-09 15:14:49 Summary: Update ChangeLog, ReadMe and ReleaseNotes in preparation for upcoming release Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/41832f1caeac/ Changeset: 41832f1caeac User: rvesse Date: 2013-10-09 15:18:13 Summary: More release preparation, set version to 1.0.1.2805 Affected #: 35 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f9615f9e32f5/ Changeset: f9615f9e32f5 Branch: stardog-2 User: rvesse Date: 2013-10-09 16:50:02 Summary: Initial incomplete work on adding support for Stardog 2.0 servers Affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f215f29c8b83/ Changeset: f215f29c8b83 Branch: stardog-2 User: rvesse Date: 2013-10-09 16:59:18 Summary: Fix bad assumptions in some Stardog tests, verify that Stardog 2.0 is now appropriately supported Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/2d8385dd1b79/ Changeset: 2d8385dd1b79 Branch: stardog-2 User: rvesse Date: 2013-10-09 17:10:02 Summary: Close Stardog 2.0 branch now Stardog 2.0 support is working Affected #: 0 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/19f9c4f6b003/ Changeset: 19f9c4f6b003 User: rvesse Date: 2013-10-09 17:10:20 Summary: Merge in Stardog 2.0 support Affected #: 10 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/dae860e367c7/ Changeset: dae860e367c7 User: rvesse Date: 2013-10-09 17:11:59 Summary: Bump revision to 2809 as final release preparation Affected #: 33 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/880a1aab7365/ Changeset: 880a1aab7365 User: rvesse Date: 2013-10-09 17:55:53 Summary: Resolve a bug related to loaded Stardog connectors from RDF configuration files, fix a possible cross thread issue with StoreManager Affected #: 7 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-03 15:15:53
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/0ed3151e05f9/ Changeset: 0ed3151e05f9 User: rvesse Date: 2013-10-03 17:15:38 Summary: Tweak to solution file Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-03 15:15:03
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9a83878a0377/ Changeset: 9a83878a0377 User: rvesse Date: 2013-10-03 17:14:45 Summary: Note CORE-374 and VIRT-375 fixes in Change Log Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-03 15:13:16
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/39ff57af4968/ Changeset: 39ff57af4968 Branch: virtuoso-7 User: rvesse Date: 2013-10-03 16:59:12 Summary: Bring Virtuoso 7 branch up to date with default Affected #: 251 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-03 14:57:55
|
4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/213bc5d3b332/ Changeset: 213bc5d3b332 Branch: VIRT-375 User: rvesse Date: 2013-10-03 16:46:52 Summary: Marshal and unmarshal relative URIs that Virtuoso may use for graph names (VIRT-375) Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9495fd968d30/ Changeset: 9495fd968d30 Branch: VIRT-375 User: rvesse Date: 2013-10-03 16:53:48 Summary: Tweak to VIRT-375 fix to get it to work correctly with StoreManager which was where this error was originally discovered Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ba26ab3a776f/ Changeset: ba26ab3a776f Branch: VIRT-375 User: rvesse Date: 2013-10-03 16:54:02 Summary: Close VIRT-375 branch now the issue is resolved Affected #: 0 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/48a8cb5a3612/ Changeset: 48a8cb5a3612 User: rvesse Date: 2013-10-03 16:54:21 Summary: Merge in VIRT-375 fixes Affected #: 3 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-03 14:08:21
|
5 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/2334936ff9cd/ Changeset: 2334936ff9cd Branch: CORE-374 User: rvesse Date: 2013-10-03 16:02:43 Summary: Additional tests and fixes for CORE-374 with actual example that prompted the bug report Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6ef418fd9bb0/ Changeset: 6ef418fd9bb0 Branch: CORE-374 User: rvesse Date: 2013-10-03 16:04:27 Summary: Mark protected field of BaseSesameProtocolConnector as obsolete since all queries are now POSTed regardless (CORE-374) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/8747b56a4357/ Changeset: 8747b56a4357 Branch: CORE-374 User: rvesse Date: 2013-10-03 16:06:47 Summary: Additional test related to CORE-374 Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4277fbe6ed89/ Changeset: 4277fbe6ed89 Branch: CORE-374 User: rvesse Date: 2013-10-03 16:07:03 Summary: Close the CORE-374 branch now the issue is resolved Affected #: 0 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/11b19d6d4f3a/ Changeset: 11b19d6d4f3a User: rvesse Date: 2013-10-03 16:07:22 Summary: Merge fixes for CORE-374 Affected #: 20 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-26 14:38:23
|
2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c9e7043c2203/ Changeset: c9e7043c2203 Branch: 1.9 User: rvesse Date: 2013-09-25 20:28:55 Summary: Refactor Quad to use INode as graph name, refactor IGraphStore and IGraphCollection (plus their implementations) to reflect this change Affected #: 13 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4373a4528785/ Changeset: 4373a4528785 Branch: 1.9 User: rvesse Date: 2013-09-25 21:44:25 Summary: Progress towards unifying node interfaces into single interface, not currently buildable Affected #: 16 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-18 00:22:59
|
5 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/b7fc73ac5264/ Changeset: b7fc73ac5264 Branch: CORE-374 User: rvesse Date: 2013-09-18 01:38:07 Summary: Work towards fixing CORE-374, specify that Content-Type has charset=utf-8 and explicitly set UTF-8 encoding on request stream Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/7d53bb0f987e/ Changeset: 7d53bb0f987e Branch: CORE-374 User: rvesse Date: 2013-09-18 01:48:46 Summary: Fix usage of Form URL Encoded type in Storage Providers to specify charset=utf-8 and encode as UTF-8 explicitly (CORE-374) Affected #: 7 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/94057b9ea2f1/ Changeset: 94057b9ea2f1 Branch: CORE-374 User: rvesse Date: 2013-09-18 02:01:02 Summary: Fix up for NUnit conversion in one of the Sesame tests (CORE-374) Affected #: 8 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/414c3df9f184/ Changeset: 414c3df9f184 Branch: CORE-374 User: rvesse Date: 2013-09-18 02:17:07 Summary: Add additional unit test for Sesame to try and reproduce CORE-374 as reported Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/000f13c7f1cb/ Changeset: 000f13c7f1cb Branch: CORE-374 User: rvesse Date: 2013-09-18 02:21:53 Summary: Further test to try and reproduce CORE-374 as reported Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-09-17 23:30:30
|
5 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/59f1eca58458/ Changeset: 59f1eca58458 Branch: CORE-373 User: rvesse Date: 2013-09-18 01:15:51 Summary: Selection of new unit tests to confirm CORE-373 bug some of which fail demonstrating the bug reported Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/e815e0804894/ Changeset: e815e0804894 Branch: CORE-373 User: rvesse Date: 2013-09-18 01:27:43 Summary: Further tests and fix for CORE-373 Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4d83a2c1c905/ Changeset: 4d83a2c1c905 Branch: CORE-373 User: rvesse Date: 2013-09-18 01:27:54 Summary: Closing CORE-373 branch Affected #: 0 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/5d0483bb2a91/ Changeset: 5d0483bb2a91 User: rvesse Date: 2013-09-18 01:28:10 Summary: Merge CORE-373 fixes to default Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f25e64018826/ Changeset: f25e64018826 User: rvesse Date: 2013-09-18 01:29:05 Summary: Note fix for CORE-373 in Change Log Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-08-19 19:39:07
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9c8098dcd2ed/ Changeset: 9c8098dcd2ed User: rvesse Date: 2013-08-19 21:38:50 Summary: Add base declaration to DOAP file Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-08-19 19:34:57
|
2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ac1dc85f7aa3/ Changeset: ac1dc85f7aa3 User: rvesse Date: 2013-08-19 21:07:37 Summary: Add DOAP file for project Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3371022e80ce/ Changeset: 3371022e80ce User: rvesse Date: 2013-08-19 21:34:41 Summary: Minor tweak to DOAP file Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-08-19 18:42:19
|
4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/62ef76c64a5d/ Changeset: 62ef76c64a5d User: rvesse Date: 2013-08-19 20:20:57 Summary: Import final state of RDF WG Turtle test suite Affected #: 169 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4ba0b4b92471/ Changeset: 4ba0b4b92471 User: rvesse Date: 2013-08-19 20:24:32 Summary: Update project to have latest state of Turtle suite reflected in it Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/37e93bee3561/ Changeset: 37e93bee3561 User: rvesse Date: 2013-08-19 20:37:27 Summary: Fix up a couple of tests which require @base directives or de-UTF-8ing Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ff286bb169ce/ Changeset: ff286bb169ce User: rvesse Date: 2013-08-19 20:41:56 Summary: Fix Turtle tokenizer to allow for comment immediatedly after a Prefixed Name, this brings Turtle test suite compliance back to 100% Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-08-05 22:39:47
|
1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/918d6319cda2/ Changeset: 918d6319cda2 User: rvesse Date: 2013-08-06 00:39:24 Summary: Properly align IsSafeCharacter() with RFC 3986 Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |