Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ivanceras/codegenta

Generate source code for your models which corresponds from the database tables
https://github.com/ivanceras/codegenta

Discontinue announcment

77d62c7cbdf25359ca1e2a53b7715ff771ccf03a authored over 8 years ago by ivanceras <[email protected]>
Merge branch 'develop'

a33156a1848118f46d771cb271f5165d99ae7966 authored almost 9 years ago by ivanceras <[email protected]>
Merging develop and master

4e6562a157d85d1bc952ecea3d627a546761d849 authored almost 9 years ago by ivanceras <[email protected]>
Merging to master branch

beb6e30ad0fc45a0ed476415478944ef475c7a32 authored almost 9 years ago by ivanceras <[email protected]>
Releasing 0.0.8

8b0b29275200190a97f6b59d963a09964317c5b4 authored almost 9 years ago by ivanceras <[email protected]>
Update rustorm dependency

8c8dcd81d1ed24fe710bc321dd5d4bd8a80f8da8 authored almost 9 years ago by ivanceras <[email protected]>
TODO in generators

8d257d9763f27e912306aa339cb7a6b9ab594da4 authored almost 9 years ago by ivanceras <[email protected]>
Fixed tests

c34313443bcb6c426efc25a44c00952742355a86 authored almost 9 years ago by ivanceras <[email protected]>
tests corrections

dd11269abb520d01e4d159e60816dc7598ddf4f1 authored almost 9 years ago by ivanceras <[email protected]>
Get the basic API structure working

1087c2b910086bd397d70c10d294de70044c53fa authored almost 9 years ago by ivanceras <[email protected]>
Develop branch, a bunch of breaking changes

2a4a8c6e1a33443183b8345b4e46a79010ace895 authored almost 9 years ago by ivanceras <[email protected]>
Do not include default values

0a2fcb63a8a98ba02c15bf3cc5b6d0b4d3610dc4 authored almost 9 years ago by ivanceras <[email protected]>
change to bazaar_v8

cc026d6f5e4e7840bf404dbbb2adfa433eb623e3 authored almost 9 years ago by ivanceras <[email protected]>
cd ../rustorm

5eb5aae36f0fd9a4d8801e44cf44cc336348d5ca authored almost 9 years ago by ivanceras <[email protected]>
Removed unused scripts

0fe623a0354c4383f8ae6295fc65a98308fceec6 authored almost 9 years ago by ivanceras <[email protected]>
changed format to have foreign as an object with 1 required column

8a3df54438bd42634e2f47527276164e4d0e4cfb authored almost 9 years ago by ivanceras <[email protected]>
refactored for rustorm optional schema, added impl for table conversion from json definition

85429bb8cdb7438f03c5e04838a8be48523c1c17 authored almost 9 years ago by ivanceras <[email protected]>
Releasing 0.0.7

cf859afd45f7aea201f28a678a973821d561daab authored about 9 years ago by ivanceras <[email protected]>
Changed generator in accordance with the change in rustorm data types in enums, instead of string

3412a0ac21ed47664f71f090f1a31d8931d7a71a authored about 9 years ago by ivanceras <[email protected]>
using rustorm 0.3.1

cc990d5e3e61e4b3edc1f3524522ca5b644c2229 authored about 9 years ago by ivanceras <[email protected]>
regenerated sample codes, added new examples

fe73120bc4fbd03188be2d8d46670d3f83630782 authored about 9 years ago by ivanceras <[email protected]>
removed rustcencodable anotations on generated structs, added default impls for structs

5cee15c7812955be9b269350418114ef00948efa authored about 9 years ago by ivanceras <[email protected]>
add examples for using em (EntityManager)

dd30621064b52d7c1ab8ef901a51d633952f1d1b authored about 9 years ago by ivanceras <[email protected]>
update to rustorm 0.2.1

a367d2cd215ad6beeee84cad04c695056df6ffad authored about 9 years ago by ivanceras <[email protected]>
using latest release of rustorm

3b1f43744c8438678559d6d2082da0959117a9fb authored about 9 years ago by ivanceras <[email protected]>
changed order of after_success

62cff9b12549304b30fd26b531c793aef8323ed8 authored about 9 years ago by ivanceras <[email protected]>
add code coverage badge

7c356c308ff6a1f69adcf66198d6a40c1cd1490f authored about 9 years ago by ivanceras <[email protected]>
fixed version dependencies rather than *, added coverage status setup

4fa30381c27b2d63a5b6846f7063d0a1f35de69f authored about 9 years ago by ivanceras <[email protected]>
releasing 0.0.3

43ceb3e145d99e1d996ef8b1f325ca22ad6f35c4 authored about 9 years ago by ivanceras <[email protected]>
removed unwanted files

b0d63116d49b8b41a518375d3364528e3f5cfe8d authored about 9 years ago by ivanceras <[email protected]>
Merge pull request #2 from kyeah/generator-fmt

Format Generated Code

ee57deca08a8297b4a94a895b1f83350617ff253 authored about 9 years ago by ivanceras <[email protected]>
Merge pull request #1 from kyeah/formatting

Formatting Improvements

1e374342942956806b694f9d47e9b1818ba1cd23 authored about 9 years ago by ivanceras <[email protected]>
Format generated code

df345d4325712e206032e13548eaa125b0bfe440 authored about 9 years ago by Kevin Yeh <[email protected]>
rustfmt

b0aeb9727e684c98ef7b8f8742b91a4e93f9a469 authored about 9 years ago by Kevin Yeh <[email protected]>
Replace to_string with to_owned

caa0748ea3446f17919b560066aa8a945f701494 authored about 9 years ago by Kevin Yeh <[email protected]>
Merge branch 'master' of https://github.com/ivanceras/codegenta

e65c28a6a95e4eeb376a02bc5b29343822872ba1 authored over 9 years ago by ivanceras <[email protected]>
test statics

9c4b1ee2c48959d70db11aff7bde9553056fb332 authored over 9 years ago by ivanceras <[email protected]>
Added more info about this project

8b915178cc9be51d30dfb88b5efbbf83d611a6e0 authored over 9 years ago by ivanceras <[email protected]>
fix test and examples, to conform to api changes in rustorm

0eba27266e1e30c040d23184cc4f755392ace665 authored over 9 years ago by ivanceras <[email protected]>
Using github as dependencies

df7faa755a5e5f96531b85f8e5b53486dd5df298 authored over 9 years ago by ivanceras <[email protected]>
Releasing 0.0.2

ba7d5239335c9835ff7661d39c94e28a01038a40 authored over 9 years ago by ivanceras <[email protected]>
Added enumerated example, used LEFT JOIN instead of LEFT OUTER JOIN

769e452f8813db486f14335d3e9506b27e6d1f39 authored over 9 years ago by ivanceras <[email protected]>
used the generated const column, to minimize fragmentation and additional memory usage

7601b9973e6997cb0774a7e850baf973888975d1 authored over 9 years ago by ivanceras <[email protected]>
should fix the test

b8f6f5c20c419cb78cef069f00ef108e7590e46b authored over 9 years ago by ivanceras <[email protected]>
Update readme

05c25ae712d1f2004accaa24a62cd0525a14f14f authored over 9 years ago by ivanceras <[email protected]>
corrected README to reflect the pretty generated SQL

69c180d40c53fff540ff3ca9fafb5e57c04b1610 authored over 9 years ago by ivanceras <[email protected]>
regenerated, fix examples

4216c0e0b83e213168eabf7827c5694eff1a2e2f authored over 9 years ago by ivanceras <[email protected]>
releasing 0.0.2 on crates.io

a04619c82fee4b4cf9bf60e77627097456012d8e authored over 9 years ago by jcesar <[email protected]>
updated registry

2fa23a08759a29dc4064de01edea721829032b64 authored over 9 years ago by ivan ceras <[email protected]>
releasing 0.0.2

d8831dd6c15ee2559d9096b40355303027bb3f28 authored over 9 years ago by ivan ceras <[email protected]>
modified examples to use immutable db borrow rather than mutable

4bdc31d5f3b0bf07cfc653cec468267140442a34 authored over 9 years ago by ivan ceras <[email protected]>
added generation for tables and columns

be0e3a530b7dafa5f270401883868e75c9481ec8 authored over 9 years ago by ivan ceras <[email protected]>
fixed tests and examples

025d5f49ed8501f5aa6088aff753da457dd1027d authored over 9 years ago by ivan ceras <[email protected]>
fix generated code for test

f7f093c4f756c58bd5e4ce57992b886420ea5f3b authored over 9 years ago by ivan ceras <[email protected]>
adding git checkout for rustorm project

82fa533ddb12142ca8e9015251fe090354f3f94c authored over 9 years ago by ivan ceras <[email protected]>
added logo in the readme

3e600a9aa478ab2e99db32bc721545ee5d0df4d3 authored over 9 years ago by ivan ceras <[email protected]>
added codegeneration of to_dao conversion of structs to Dao objects

62b3d41ed77931036f17c0acb4c32b9f28655127 authored over 9 years ago by ivan ceras <[email protected]>
dependency of rustorm is on latest master commit on github.com

3add350d80f53859da2ff9085d3a9e8ed6d813db authored over 9 years ago by jcesar <[email protected]>
fix test

5c658d850c25cf68d5b52c9babf7044f7026e603 authored over 9 years ago by jcesar <[email protected]>
added example for renamed conflicting columns

f0e6470bdcf4c2464aac2080b6899a3310a4ea2a authored over 9 years ago by jcesar <[email protected]>
Merge branch 'master' of https://github.com/ivanceras/codegenta

4cd8e5abc5de7f6f4687b9f398f1bda766f026b6 authored over 9 years ago by ivan ceras <[email protected]>
Added scripts folder

145efc2e2c733157dd79da6e0702d997d966b911 authored over 9 years ago by ivan ceras <[email protected]>
Create .travis.yml

b8bd2ecade9c378ffd7d4cb26b3c154a2527e2e7 authored over 9 years ago by ivanceras <[email protected]>
Added badges

7012ebcc799d6bdbe392477eefdb6a4f4439b4f4 authored over 9 years ago by ivanceras <[email protected]>
corrected doc link

7d57c52420725fc35fd171cd7f9c91bf0625f754 authored over 9 years ago by jcesar <[email protected]>
added doc github pages script

5970aad272ccec4c252a0f379a4cad74e792368f authored over 9 years ago by jcesar <[email protected]>
publishing to crates.io

9e8f5fd2dc87bab91878ba7257ff673c329b5d90 authored over 9 years ago by jcesar <[email protected]>
remove .project

6dae06445628e47d8a4639167b6f72f0971b57eb authored over 9 years ago by ivan ceras <[email protected]>
used corrected name when generating fields

f20fa4ec5cd792c81a2f0a958e2af0ab1b492581 authored over 9 years ago by jcesar <[email protected]>
fixed rustorm_codegen to codegenta

dc43ef3c9dcef5da7570a3e4a213ad7cb7bf575e authored over 9 years ago by jcesar <[email protected]>
Added example for making a complex query

cd689a6b3399e6d11c48d2e86ed0a0bfead27e8a authored over 9 years ago by ivan ceras <[email protected]>
put back implementation of ToTableName for Table

e904029d3685b3045bb20c39ac696eb15d946abc authored over 9 years ago by ivan ceras <[email protected]>
remove compile codes

a1ae1ec2cc50aa5b265a4c981f86743a0e1dc287 authored over 9 years ago by ivan ceras <[email protected]>
ignore files

d11816583a50163a4f1c0853924efb880bdc1f99 authored over 9 years ago by ivan ceras <[email protected]>
Decoupled code generator from rustorm

1ff42d2d19fe34583d249419c0d58d061dc3068d authored over 9 years ago by ivan ceras <[email protected]>