Commit Graph

  • 4c870b34e5
    Finished migrating codebase to use Path instead of FilePath. (#72) Martin Šošić 2020-01-21 14:55:49 +0100
  • 717c08c621
    Submit button of a form can be hidden. (#71) Matija Sosic 2020-01-21 14:03:14 +0100
  • e2c200bc6c
    Introduced Path (Rel, Abs) package into part of our code. (#70) Martin Šošić 2020-01-20 11:51:13 +0100
  • b94405a499
    Refactored Entity generator - broke things down into multiple files. (#69) Matija Sosic 2020-01-16 19:05:10 +0100
  • 2e409b2854
    Ext code files are now nicely represented and copied correctly and lazily. (#68) Martin Šošić 2020-01-16 18:32:47 +0100
  • a1213677d0
    Form fields are reset upon form submission. Hardcoded for now. (#67) Matija Sosic 2020-01-16 15:18:43 +0100
  • bc09d894df Refactored copying of external code to use file-by-file approach instead of whole dir. Martin Sosic 2020-01-13 23:25:36 +0100
  • b408d73cd0 Renamed WriteableToFile into Writeable, and FileDraftIO into WriteableMonad. Martin Sosic 2020-01-15 13:08:13 +0100
  • cf8ad33d0c
    Extracted JSON manipulation into Util. (#65) Matija Sosic 2020-01-15 12:45:50 +0100
  • ab70bbccc3
    Entity forms are generated, properties not supported yet. (#63) Matija Sosic 2020-01-14 12:59:56 +0100
  • 74b0517178 Refactored Wasp.hs into smaller modules (App, Page, Entity, ...). Martin Sosic 2020-01-08 15:06:03 +0100
  • 0a5a746a83
    Generation of entity form - set foundations. (#61) Matija Sosic 2020-01-09 10:58:07 +0100
  • 068c4ac60e Implemented importing of external js code. Martin Sosic 2019-12-17 21:40:05 +0100
  • 6dfc2e740f
    Implemented parsing of entity-form with some initial properties. (#58) Matija Sosic 2020-01-04 21:37:57 +0100
  • 62931141cb Tiny build fixes. Martin Sosic 2019-12-17 15:56:51 +0100
  • 66b76a8a04 Language design: deployment (frontend, github). Martin Sosic 2019-11-13 17:50:18 +0100
  • e764e26f25
    Lang design: 'Clear completed' and 'Toggle all' buttons in TODO app. (#55) Matija Sosic 2019-11-08 16:41:47 +0100
  • db37cd0449 Cleaned up .gitignore file. Matija Sosic 2019-11-07 10:40:19 +0100
  • 466a3a7739
    Added proposal for implementing strikethrough feature for TODO app. (#50) Matija Sosic 2019-11-06 16:40:45 +0100
  • 5bc505429f In lang-design proposal for TODO app, added filters to footer. Martin Sosic 2019-11-06 16:10:26 +0100
  • 623181211e Added task count to TODO app. Martin Sosic 2019-11-05 16:50:14 +0100
  • 9f5db188ab Added entity-form and entity-list to lang design. Martin Sosic 2019-11-05 10:11:40 +0100
  • 0a786e7ca5 Added /out to .gitignore so we can direct output of stic there. Martin Sosic 2019-11-05 15:30:34 +0100
  • 6a20e0cc4f Removed redundant folder. Martin Sosic 2019-10-29 17:28:17 +0100
  • 0ca25c2eae Removed landing page. Martin Sosic 2019-10-29 16:59:16 +0100
  • 8f4e402821 Removed CNAME from landing page. Martin Sosic 2019-10-29 16:57:52 +0100
  • ed7d3cbbb9 Removed redundant README. Martin Sosic 2019-10-29 16:40:11 +0100
  • d1e39c9229 Tiny fix on landing page deployment script. Martin Sosic 2019-10-29 16:32:32 +0100
  • 2e5394830d Added README to landing page. Martin Sosic 2019-10-29 16:31:29 +0100
  • 83e325aa61 Moved landing page deployment script to landing page directory. Martin Sosic 2019-10-29 15:57:27 +0100
  • eea735ad0a Small web page fixes Martin Sosic 2019-09-27 15:48:20 +0200
  • e789d359e6 lp: added mailchimp signup form. Matija Sosic 2019-09-09 00:02:47 +0200
  • 3680cf814e lp: removed dead buttons and updated code examples. Matija Sosic 2019-09-08 21:53:37 +0200
  • 41904efa46 Landing page: added Martin's content changes + some style changes. Matija Sosic 2019-09-07 23:02:25 +0200
  • b51d1ef22b
    Implemented 'editable' property for List component. (#37) Matija Sosic 2019-08-26 17:33:04 +0200
  • 4301438dc7 made landing page deploy script executable. Matija Sosic 2019-08-26 14:18:13 +0200
  • a9fe1cc926 fixed path to logo on landing page. Matija Sosic 2019-08-26 13:52:00 +0200
  • 9b9151f81c rebranded landing page from stic to wasp. Matija Sosic 2019-08-26 13:34:56 +0200
  • 044f7ff782 Changed CNAME to wasp-lang.dev. Matija Sosic 2019-08-25 21:27:33 +0200
  • bf2aad62e1
    Rendering checkbox for a boolean value in a list. (#36) Matija Sosic 2019-07-06 12:21:21 +0200
  • 94b46a4088
    Added TODO MVC .wasp example. (#35) Matija Sosic 2019-07-04 21:51:05 +0200
  • 62e01f7f41
    Implemented basic support for Page style (parser + generator). (#34) Martin Šošić 2019-07-02 20:47:16 +0200
  • 591c9bc9c6
    Finalized CreateForm, conditionally rendering input elements. (#33) Matija Sosic 2019-06-12 20:29:47 +0200
  • 46ed578d36
    Implemented List component for entity. (#32) Matija Sosic 2019-06-09 13:04:07 +0200
  • c9d52d6c20
    Partially implemented generation of Entity CreateForm. Inputs generation is missing, code is not clean (TODOs). Martin Šošić 2019-05-31 19:46:37 +0200
  • 12f7eb6e6b
    Removed default dummy landing page. Martin Šošić 2019-05-31 19:35:50 +0200
  • 0079ebc7a1 Moved OverloadedStrings to default extensions list. Martin Sosic 2019-05-20 22:33:25 +0200
  • f872b47bba Cleaned up Entity generation code. Martin Sosic 2019-05-20 19:30:35 +0200
  • 3ff303f6d5
    Page content can now contain jsx. (#29) Matija Sosic 2019-05-24 00:18:37 +0200
  • 8545e34c67
    All js from CDN + CNAME. (#28) Matija Sosic 2019-05-21 20:13:53 +0200
  • 8fafa01504 Implement Entity generator (code needs cleanup). Martin Sosic 2019-05-14 20:50:49 +0200
  • 8396974686 Added Redux store to stic. Martin Sosic 2019-05-12 13:45:08 +0200
  • 237cc1a559
    Update README.md Martin Šošić 2019-05-15 19:52:09 +0200
  • 8d6a4b3967
    Implemented v0 of landing page - wip but basic layout is here. (#23) Matija Sosic 2019-05-14 18:55:27 +0200
  • 27368ee0e7
    Implemented Entity parsing. (#22) Matija Sosic 2019-05-09 22:05:59 +0200
  • d1045d06be Set -Wall and -Werror as ghc options. Martin Sosic 2019-05-05 21:46:06 +0200
  • 6150d01f37 Implemented basic code generation for Page. Martin Sosic 2019-04-22 12:58:31 +0200
  • d44ff4ea7f
    Parsing Page - name, route and content. (#18) Matija Sosic 2019-05-05 17:54:51 +0200
  • 247ee7d2a1
    Implemented task runner script. (#20) Martin Šošić 2019-05-05 13:08:16 +0200
  • 892a0e70c5 Fixed warnings/errors reported by --pedantic build flag. Martin Sosic 2019-05-03 23:24:57 +0200
  • 66e0dc7d50 Refactored Generators (detached from IO) and wrote some basic tests. Martin Sosic 2019-04-10 23:15:52 +0200
  • f75ba86eb3
    Added landing page. (#14) Matija Sosic 2019-04-20 15:18:01 +0200
  • b8b86a29d1
    Implemented App parsing. (#7) Matija Sosic 2019-04-19 15:22:14 +0200
  • 02bd134502 Generator now uses mustache templates to generate first simple version of web app. Martin Sosic 2019-03-29 00:37:41 +0100
  • 7b82858071 Parsing app name, added simple tests. Matija Sosic 2019-03-26 09:56:36 +0100
  • b43bfdfbfe
    First version of dummy generator (WIP, writes just some files with dummy content). (#4) Martin Šošić 2019-03-28 19:16:07 +0100
  • 1fd735ae6a
    Slightly redesigned Wasp AST to follow best practices. (#3) Matija Sosic 2019-03-25 19:39:18 +0100
  • 04ad7bb19b Defined first version of Wasp Martin Sosic 2019-03-24 13:56:50 +0100
  • a44c29994b Made skeleton with parser and generator Martin Sosic 2019-03-24 12:42:36 +0100
  • 852da7a9ae Documented tasty discover in README, polished test suite for Fibonacci. Martin Sosic 2019-03-03 15:45:10 +0100
  • f9e37fdcfe Made tasty-discover to discover only files that match glob *Test.hs Martin Sosic 2019-03-01 22:48:11 +0100
  • 2f64a7bc93 Added tasty-discover. Martin Sosic 2019-02-28 22:41:14 +0100
  • 7c2d42fdfd Added fibonacci function and some tests for it. Still working on organizing tests. Martin Sosic 2019-02-17 19:44:57 +0100
  • b02f9cd914 Updated snapshot/resolver. Martin Sosic 2019-02-17 19:20:19 +0100
  • 4dd9170abd Centered STIC logo. Martin Sosic 2019-02-17 14:10:24 +0100
  • 5602acb487 Created initial Stack project for stic. Martin Sosic 2019-02-17 14:04:24 +0100
  • ae78b53e25 Added some comments. Martin Sosic 2018-09-29 23:41:53 +0200
  • d4fd70fe7b Extracted utility methods. Martin Sosic 2018-09-29 23:20:05 +0200
  • e3153dc233 Implemented very first, extremely simple version of stic! Martin Sosic 2018-09-29 23:03:25 +0200
  • 1686bd304d Made tests more verbose Martin Sosic 2018-09-29 11:31:28 +0200
  • 0b5a88b9ab Simplified definition of tests. Martin Sosic 2018-09-29 11:29:04 +0200
  • 6003d8346f Moved catch2 library to tests. Martin Sosic 2018-09-29 10:59:41 +0200
  • 7620f4c21c Initial setup of stick C++ project, with Bazel and Catch2. Martin Sosic 2018-09-29 10:49:22 +0200
  • 8e412a161f
    Update README.md Martin Šošić 2018-09-25 21:17:39 +0200
  • a52299ba69 Added stick image. Martin Sosic 2018-09-25 21:12:31 +0200
  • c94ada2d5c Added stic folder. Martin Sosic 2018-09-25 21:07:39 +0200
  • 188121a5fc
    Initial commit Martin Šošić 2018-09-25 20:53:40 +0200