Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

0.1 threatening-cleric

Latest
Compare
Choose a tag to compare
@petomalina petomalina released this 22 Jul 10:07
· 40 commits to master since this release

(2016-07-22)

  • docs(tags): Comments for tag implementation. (7a03f78)
  • docs(tags): Missing comments added and/or repaired. (22125c9)
  • test(methods): added test case that covers the copy receiver (6aea4e1)
  • test(simple): added math import (49e3ae0)
  • test(tags): Tag and TagMap tests added. (a71395b)
  • feat(field-type): added field type getter (8ff38e6)
  • feat(field-type): Type function was redefined to return the type and meta type at once (ae005f0)
  • feat(func): build now contains the top level functions and their names (006e22a)
  • feat(generic): struct and interface should now be recognized by the parser (16fc1fb)
  • feat(generic): structures and interfaces are now correctly parsed and saved into the file build (110d55e)
  • feat(methods): methods should now be correctly bound to the structures (bda2f65)
  • feat(methods): structure type now supports manipulation with the methods (968e545)
  • feat(parse): added ParseDir and ParseFile capabilities. Both functions will now return empty Build f (8788484)
  • feat(parse): initialized structure for the file parser (7f1e0d0)
  • feat(struct): structures now support field lists (1d127f0)
  • feat(structs): added getter function for the file structures (af73b0d)
  • feat(tags): Functions can be now filtered by tags. (d5c6141)
  • feat(tags): Gogen now parses tags. (c5e583a)
  • feat(tags): Structures can be now filtered by tags. (d0388d6)
  • feat(tags): Tag and TagMap interface improved. (2082f6e)
  • chore(cleanup): cleaned deprecated files (9565e26)
  • chore(cleanup): cleaned up deprecated parse package (4175d69)
  • chore(cleanup): removed deprecated architect package. Everything is now done by the main gogen packa (3d3e6de)
  • chore(readme): readme revisited. Kickstart missing (db1045c)
  • chore(tags): Renamed the tag source file. (2071fdb)
  • fix(field-type): explicitly defined constants (0ff351b)
  • fix(parse): dir and file parsing is now corrected and covered by the tests (f62ea93)
  • fix(parsedir): corrected name of the file that is being saved into the build (aa3dd76)
  • doc(build): added documentation for the Build and File structs (fee48ff)
  • [Build] Added fixture file and test for the package name (e63d585)
  • [Build] Function and Struct are now interfaces. FunctionImpl and StructImpl are their implementation (03fee9a)
  • [Build] Now includes the imports (ab8e2e4)
  • [Build] Now supports first level function parsing (6048095)
  • [Build] Now supports type, import and value checking (9de3c4a)
  • [Build] Struct implementation has been moved to the separate file. Added tests for the struct (a1959a9)
  • Cleanup
  • Cleanup
  • Documentation
  • [Example] Added hello example (4ffdb15)
  • [Filter] Added concept of filters (3a69341)
  • [Function] implementation and tests are now moved into the separate file (42bfa81)
  • [Function&Struct] Added more doc and json marshaler (e6b4fbc)
  • [Generate()] will now panic instead of returning err (34a6bdb)
  • [Generator] Added generator of generators (652298d)
  • [Generator] Added i/o resources (4d30b0f)
  • [Generator] Added ImportPath and tests (02f27a1)
  • [Generator] Added interface for the generator (2011c33)
  • [Generator] Added model generator (66a1715)
  • [Generator] Added more tests and fixes (10e2a6b)
  • [Generator] Added output and temporary Template map (76960aa)
  • [Generator] Added ResourceContainers integration (daefe78)
  • [Generator] corrected test (12836c7)
  • [Generator] Generated go code is now properly formatted (af13fc4)
  • [Generator] is now using interface resource system (5e2cd67)
  • [Generator] minor fixes (51d107c)
  • [Generator] More tests added (e2e23aa)
  • [Generator] Refactor (23c1437)
  • [Generator] Tests for file names (6319478)
  • [Generator] will now gen .go files instead of .gen.go (8537ef2)
  • [Generators] Added generator structures (0d4fa4a)
  • [Generators] Added more information to resources (c43bcde)
  • [Generators] Are now using builtin logger (6aff9d2)
  • [Generators] Cleaned to proper destinations (b592ccd)
  • [Gitignore] added testing dir to ignore (157d085)
  • [Gogen] Both resource container and piplines are now private (7e521e5)
  • [Gogen] Removed obsolete dependencies to correctly build (8ca0d5b)
  • [Gogen] Will now pass appropriate logger to the generator (5b08653)
  • [Importer] Added source resolving (a2000ed)
  • [Importer] Corrected typo (d8a377d)
  • [Importer] issued first try of interfaces #2 (e823183)
  • [Init] Added initialization files (c0cdf59)
  • [JSON] Minor fixes (abd3151)
  • [Lint&Interface] Corrected linter errors and added Interface usage (3becc9a)
  • Logger
  • [Misc] Added json tags to the struct and field impl. Moved fixture test to the separate folder (bc25c56)
  • [Misc] Field is now correctly named Variable. Variable was moved to its own file. Struct interface n (7bd9305)
  • [Model] Corrected model generator (5e488f5)
  • [ModelGenerator] Added more logic (db2babe)
  • [ModelGenerator] Is now using utilities from BaseGenerator (c1e2ed9)
  • [ModelGenerator] Model renamed to schema (b1047ac)
  • [ModelGenerator] Refactored (c452829)
  • [Models] Added two first model definitions (1e71685)
  • [OutputDir] will now default to current dir (d5ad0d7)
  • [Parse] Corrected tests. Build specific tests should be written in the architect package (bfbaec8)
  • [Parse] File parser is now correctly building ast tree from the Go source files (51ef621)
  • [Pipe] Added pipe for the gogen (bee7402)
  • [Pipeline] Added pipeline integration (00bb677)
  • [Pipeline] Added tests (8fcf3f5)
  • [Prepare] will now not check the path (e666b0e)
  • Readme
  • [Readme] Added more information (7051f66)
  • [Readme] Corrected example (d61d7c2)
  • [RemoteResource] Added specification (15577de)
  • [Repository] Added generator and example (1f703f1)
  • [RepositoryGenerator] Is now using utils from BaseGenerator (bf4d401)
  • [Resource] Added resource (f41501e)
  • [Resource] model folder is now renamed to resource (763a1a8)
  • [ResourceContainer] Added (eea80a6)
  • [ResourceContainer] Added search capability (3fcadf0)
  • [Resources] Gogen is now using interface resources (36e1ad0)
  • [Resources] unk package now stores logic for unknown Resources (fde8990)
  • [ResourceTest] Corrected (1d85b17)
  • [Schema] Corrected repository gen for new schema approach (250a494)
  • [Source] Added tests and resolver (91b74e8)
  • [Struct] Structs are now present in the build (8b372be)
  • [Structure] Parsing structures now also includes their fields. Also some architecture was corrected (5e585d8)
  • [Toolbelt] init (cd55efb)
  • [Transfer] from gophergala to flowup org (f54bd60)
  • Travi
  • Travis
  • Travis
  • [Travis] Banner (e03edc4)
  • [Travis] trying to correct build (4a0fc39)
  • [v1] preparation (9f30c1a)
  • simple resource container add test (d1a3f56)