Commit Graph

22 Commits

Author SHA1 Message Date
Shayne Czyzewski
f06e9894a9
[docs] Updates READMEs with new branching and merging model (#695)
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-08-17 11:42:32 -04:00
Craig McIlwrath
0de0855787
Integrate new error resilient parser into waspc (#684)
* Add CST parsing code into waspc

* Implement CST -> AST conversion

* Implement parseExpression & isValidWaspIdentifier

* Implement golden tests for Parser

* Configure CI git checkout to always use LF line endings
2022-08-11 12:26:12 -04:00
Shayne Czyzewski
d5a9039722
Work around versioned package NPM bug (#661) 2022-07-07 10:37:48 -04:00
Martin Šošić
62f0a76937
Limited Wasp version to ^16.0.0 && <=16.15.0 (#634)
* Limited Wasp node version to ^16.0.0 && <=16.15.0.

In the process, I removed .nvmrc files from generated code and
refactored SemanticVersion to follow npm spec.
I also updated CI to use node 16.15.0, and not any 16.
I also updated docs.
2022-06-17 17:02:54 +02:00
Shayne Czyzewski
a4a2b03a81
Swap cabal freeze file for index-state (#519) 2022-03-24 08:50:14 -04:00
Filip Sodić
8a3fba8831
Require LTS version of Node for Wasp (#504)
* Require LTS node and npm on client and server

* Update node and npm versions in the docs

* Add npmrc and nvmrc to WebAppGenerator

* Change function name in test

* Add newline to nvmrc

* Add newline to Common.hs

* Remove extra empty line in nvmrc

* Remove extra empty line in Common.hs

* Update end to end tests for node LTS

* Add newline at the end of server/nvmrc

* Ensure Node version 16 in CI

* Fix broken ci file

* Change how Wasp specifies required versions

* Fix formatting

* Use type alias for semantic versions

* Remove incorrect comment on Prisma LTS

* Update e2e checksums

* Fix typo in gitignore

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Sort e2e checksums

* Extract semantic version to its module

* Fix formatting

* Fix formatting again

* Add comment explaining nvmrc

* Add tests and change semver naming

* Add natural numbers and formatting to semver

* Add newline at the end of semver module

* Add missing space to node mismatch message

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-03-21 15:00:19 +01:00
Martin Šošić
da8d3a1d85
Check in CI that cabal freeze file is up to date. (#508) 2022-03-17 14:22:58 +01:00
Martin Šošić
857912c2cc
Migrated Wasp from Stack to Cabal (#471)
Co-authored-by: shayneczyzewski <shayne.czyzewski@gmail.com>
2022-03-16 16:00:18 +01:00
Shayne Czyzewski
84821005f4
Adds E2E CLI testing support via Golden Tests (Part 1) (#470) 2022-03-01 15:00:51 -05:00
Shayne Czyzewski
0a7a8cdd38
Enables CI on all PRs, not just those targeting main (#483) 2022-02-28 14:04:45 -05:00
Martin Sosic
a0b7477d19 Renamed all references to master branch into main branch. 2022-02-08 15:34:32 +01:00
Martin Sosic
b6f024cb27 Updated Github CI workflow to use different cache key in order to clear it. 2021-11-11 17:21:46 +01:00
Martin Sosic
369ab16586 Added ormolu to CI. 2021-04-28 17:44:00 +02:00
Martin Sosic
c755f3b7cc Small optimizations/comments on github CI workflow caching. 2021-04-25 09:49:29 +02:00
Martin Sosic
0d98334c88 Fixed GH actions. They now fully work, with releases. 2021-04-25 08:44:48 +02:00
Martin Sosic
08c08d3067 Updated GH actions and added release to them. 2021-04-23 23:06:35 +02:00
Martin Sosic
6419b21598 Fixed ci.yaml when deleting non existent folder. 2020-11-14 12:49:01 +01:00
Martin Šošić
64e4685bc0
Fixed how we do caching in GA. (#139) 2020-11-14 12:44:52 +01:00
Martin Šošić
b30dfe9079
Fixed previous mistake 2020-11-14 10:41:02 +01:00
Martin Šošić
516e7d510b
Made versions in ci.yaml more flexible. 2020-11-14 10:39:26 +01:00
Yanis Zafirópulos
ab1b59557e
Added Github actions CI workflow, to replace Travis/Appveyor in near future (#133).
* added previous ci.yaml

* removed redundant comments

* renamed job: cleanup -> cancel

* removed `--no-terminal`

* removed Checkout step

* switched to cancel-workflow-action@0.6.0 + removed the need for a workflow_id

* removed cache-dependencies id (if you don't test for the cache, there's no need for a step id either)

* Update .github/workflows/ci.yaml

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Various fixes

* Final polish.

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2020-11-12 17:21:44 +01:00
Yanis Zafirópulos
bf160e23bb
Generic templates and Code of Conduct (#131)
* added code_of_conduct

* added generic issue templates (for bugs & feature requests)

* added generic PR template

* Update CODE_OF_CONDUCT.md

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2020-11-11 16:34:29 +01:00