Code Monkey home page Code Monkey logo

lokad-cqrs's People

Contributors

abdullin avatar alexandryz avatar vermorel avatar vsevolodp avatar

lokad-cqrs's Issues

ReadMe.txt in each directory of Lokad.Cqrs.Core

The library Lokad.Cqrs.Core holds most of the key CQRS concepts. I feel it 
would be best to document each namespace to outline the underlying usage 
concepts, as we should expect most of the dev not being familiar with CQRS.

Original issue reported on code.google.com by joannes.vermorel on 3 Jan 2011 at 3:50

Migrate tickets to Git

Just a handfew tickets in Google Code, but they need to be migrated to Git.

Original issue reported on code.google.com by joannes.vermorel on 25 Jul 2011 at 8:30

Backport Front page from Codeplex to GoogleProjects

Alex, please back-port doc page from Codeplex (Joannes improved it a lot) back 
to this Google Code project, keeping the Ohloh widget.

// this is after Azure.SDK 1.4, no rush here.

Original issue reported on code.google.com by rinat.abdullin on 12 Apr 2011 at 5:25

Purpose of CommunicationType is unclear

We have quite a few options in CommunicationType, and yet, it's unclear if 
those are actually used. Are we really using GroupChat? In any case, it would 
be best to document a bit the purpose of this namespace.

Original issue reported on code.google.com by joannes.vermorel on 3 Jan 2011 at 3:37

Implement map-reduce sample

Subj. This will require cleaning up the concurrency protection first.

Original issue reported on code.google.com by rinat.abdullin on 28 Jun 2010 at 10:23

Implement Time Machine Sample

Subj. As described in the following article:

[http://abdullin.com/journal/2010/6/3/time-machines-should-support-linq.html 
Time Machines Should Support LINQ].

It provides nice introduction into the concept of working with domain logs and 
views.


Original issue reported on code.google.com by rinat.abdullin on 10 Jun 2010 at 1:22

Add ReadMe.txt files to each project

It would be very nice to add a ReadMe.txt file to each project. This file would 
outline in a few line the *purpose* of the project.

Original issue reported on code.google.com by joannes.vermorel on 3 Jan 2011 at 3:45

lokad.cqrs.build file missing from source download

I am trying to build a new version of the Lokad.azure.starter library with 
Azure 1.1 library, but am not able to do so as the build file is missing in the 
source download.

Steps to reproduce the problem
1. Follow steps to build the lokad.azure.starter library
2. When running the go.cmd file, it is not able to find the lokad.cqrs.build 
file. 
3. I tried renaming it to lokad.cqrs.sln in the go.cmd file, but was getting 
errors during the build

I downloaded the version from mercurial using hg clone 
https://lokad-cqrs.googlecode.com/hg/ lokad-cqrs


Original issue reported on code.google.com by [email protected] on 9 May 2011 at 2:36

Purpose of CommunicationType is unclear

We have quite a few options in CommunicationType, and yet, it's unclear if 
those are actually used. Are we really using GroupChat? In any case, it would 
be best to document a bit the purpose of this namespace.

Original issue reported on code.google.com by joannes.vermorel on 3 Jan 2011 at 3:38

Verify all tests on the latest tape storage (with the changes)

Subj. There is a failure in the Blob storage. 

Sql tests not run either on my machine for some reason (logins are valid, so 
that's probably SQL glitch). However, as long as they pass in general, we're 
good.

Original issue reported on code.google.com by rinat.abdullin on 4 Jul 2011 at 5:48

Class 'Syntax' has a too generic name

The class 'Syntax' has a much narrower purpose than what its name suggestion. 
Maybe 'BaseBuilder' or 'BaseCqrsBuilder' would be more appropriate. Also, the 
comment on the class definition looks like to be a left-over from Lokad.Shared.

Original issue reported on code.google.com by joannes.vermorel on 25 Mar 2011 at 8:33

Document classes of Cqrs.Shared.Infrastructure namespace

The namespace LOkad.Cqrs.Shared.Infrastructure seems to be holding some rather 
central pieces. It would be nice if some inline documentation was added.

Original issue reported on code.google.com by joannes.vermorel on 3 Jan 2011 at 3:34

Image link broken in Big Picture wiki page

Cosmetic: there is a broken wiki image at 
http://code.google.com/p/lokad-cqrs/wiki/BigPicture

Original issue reported on code.google.com by joannes.vermorel on 28 May 2011 at 6:53

Allow using Autofac contrib libraries

When user tries to use 3rd party Autofac libraries (contribs) they are pretty 
much locked out, since Autofac is merged all the way into the stack.

http://ask.lokad.com/questions/97/how-can-i-use-lokad-cqrs-with-a-project-that-u
ses-autofac-as-a-separate-assembly


Original issue reported on code.google.com by rinat.abdullin on 8 Aug 2010 at 3:56

One message out of 5 or 6 are dropped...

What steps will reproduce the problem?
1. Download the source code. Replace the azure reference to SDK 1.3 and compile
2. Then configure a cloud working process that configure a listener for some 
commands.
3. Launch a test.

What is the expected output? What do you see instead?
I was expecting every command to be pickup. Unfortunately every 5 or 6 
identical commands I get an exception "A first chance exception of type 
'Microsoft.WindowsAzure.StorageClient.StorageClientException' occurred in 
Microsoft.WindowsAzure.StorageClient.dll" With no more information. the thread 
that is suppose to pick the message from the queue dies and the command is 
dropped with the message "AzureQueueTransport.Messages: [Debug] Discarding 
message ProposePublisherCommand - e243d4f9-722f-465a-8184-445cabfc9b64 because 
there are no consumers for it.
Queue[ordomania-message]: [Debug] ProposePublisherCommand - 
e243d4f9-722f-465a-8184-445cabfc9b64"


What version of the product are you using? On what operating system?
Latest version compile on the Windows Azure SDK 1.3. running on the development 
storage from visual studio 2010. .NET Framework 4

Please provide any additional information below.
the error is random. One message out of 5 or 6 gets dropped :( Any idea were I 
should start?

Original issue reported on code.google.com by [email protected] on 31 Jan 2011 at 9:36

Purpose of CommunicationType is unclear

We have quite a few options in CommunicationType, and yet, it's unclear if 
those are actually used. Are we really using GroupChat? In any case, it would 
be best to document a bit the purpose of this namespace.

Original issue reported on code.google.com by joannes.vermorel on 3 Jan 2011 at 3:40

Need to summarize 'how to contribute' infos

We need to expand the front page with some basic information such as 

* Explicitly stating that official Lokad.CQRS homepage is 
http://code.google.com/p/lokad-cqrs/ That might seem a bit obvious, but 
considering the amount of stuff spread in various location, this is not so 
clear actually.
* Indicating the URL of the Hg repository when works is being pushed.
* Indicating where to to post bug / feature requests. Again, it's not so 
obvious because we have such a spread web presence (blogs ...)
* Indicating [email protected] as the private email to contact the core 
development team.

Original issue reported on code.google.com by joannes.vermorel on 25 Jul 2011 at 8:42

Azure SDK v1.3 Released, How can we build new version of Lokad-CQRS

What steps will reproduce the problem?
1. Windows Azure SDK v1.3 released. I cannot use current DLL directly, are you 
going to release a update version?
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Dec 2010 at 6:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.