Commit Graph

420 Commits

Author SHA1 Message Date
DavidMazarro
2aa784e71b
build(nix): added pre-commit to dev shell 2024-11-12 14:17:56 +01:00
DavidMazarro
fa5d3fe755
chore: added pre-commit hooks file 2024-11-12 14:16:52 +01:00
Gautier DI FOLCO
745b439758
feat: add --dry-run flag (#226) (#246)
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
2024-10-18 16:40:37 -05:00
Franz Guzmán
159e7a1413
Refactor GitHub Actions draft workflow and Dockerfile to use upx to compress binary (#247)
* Refactor GitHub Actions draft workflow and Dockerfile to use upx to compress binary

* Update missing logic to move file to gh actions runner
2024-10-18 13:32:03 -05:00
Fabricio Mera
8161615c65
chore: Run build workflow on PR (#248) 2024-10-18 12:52:14 -05:00
David Mazarro
e91090242d
Simplification of Nix flake and removal of GHC 8 (#245)
Co-authored-by: CristhianMotoche <cristhian.motoche@gmail.com>
Co-authored-by: Sebastián Estrella <2049686+sestrella@users.noreply.github.com>
2024-10-01 10:14:44 -05:00
Cristhian Motoche
0cf8b7019a
Merge pull request #243 from stackbuilders/all-contributors/add-oscar-izval
add oscar-izval as a contributor for code
2024-08-23 11:05:04 -05:00
Cristhian Motoche
52d6aeb140
Merge branch 'main' into all-contributors/add-oscar-izval 2024-08-22 09:57:20 -05:00
Óscar Izquierdo Valentín
233e9b9567
Merge pull request #244 from stackbuilders/increase-timeout-build
Increate timeout for build
2024-08-20 17:28:04 +02:00
Óscar Izquierdo Valentín
44b5b1351a
Increate timeout for build 2024-08-20 17:10:46 +02:00
allcontributors[bot]
31141178b0
update .all-contributorsrc 2024-08-19 15:27:41 +00:00
allcontributors[bot]
c4a84ec2de
update README.md 2024-08-19 15:27:40 +00:00
Óscar Izquierdo Valentín
dea0bec840
Merge pull request #241 from stackbuilders/ci-ghc902
Added ghc902 to CI build
2024-08-08 11:30:23 +02:00
Oscar Izquierdo
dca8e4fb1c Expose minimal flake and use matrix on build code 2024-08-06 15:27:08 -05:00
Oscar Izquierdo
b87f959b89 Add alternative approach for multiple versions of the compiler 2024-08-06 15:27:08 -05:00
Oscar Izquierdo
1ba26f81f5 Build both ghc8107 and ghc902 2024-08-06 15:27:08 -05:00
Oscar Izquierdo
58c8830c1f Added zw3rk cache for ghc902 2024-08-06 15:27:08 -05:00
Cristhian Motoche
6f61598fbb
Merge pull request #236 from stackbuilders/alexis/issue-225
[225] Refactor init command
2024-07-19 11:20:42 -05:00
Alexis Crespo
0871cf0214 Update stdout function 2024-07-18 22:04:25 -05:00
Alexis Crespo
5051e6b4fe Upodate code and megaparsec boundaries 2024-07-18 21:51:49 -05:00
Alexis Crespo
b56813143f
Update src/System/Hapistrano.hs
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
2024-07-18 21:34:45 -05:00
Alexis Crespo
74a4442543
Update src/System/Hapistrano.hs
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
2024-07-18 21:34:13 -05:00
Alexis Crespo
5b56f2fc9c
Update src/System/Hapistrano.hs
Co-authored-by: Cristhian Motoche <CristhianMotoche@users.noreply.github.com>
2024-07-18 21:32:45 -05:00
Alexis Crespo
de1c4235f9 Not required all 2024-07-11 15:57:05 -05:00
Alexis Crespo
d5356d3967 Remove redundant import 2024-07-11 15:57:05 -05:00
Alexis Crespo
c428982035 Update command 2024-07-11 15:57:05 -05:00
Alexis Crespo
98e8e96884 Add yn parser 2024-07-11 15:57:05 -05:00
Alexis Crespo
535d747a9b Add uri parser 2024-07-11 15:57:05 -05:00
Alexis Crespo
3b365f0bd8 Add port parser 2024-07-11 15:57:05 -05:00
Alexis Crespo
d31c706561 Test megaparsec 2024-07-11 15:57:05 -05:00
Sebastián Estrella
3d57576ac9
ci: Fix build workflow (#240) 2024-07-11 14:57:49 -05:00
Franz Guzmán
b7fd5361b1
Lint and grammar fixes (#237)
* Apply hlint suggestions

* Fix spelling error

* chore: Fix spelling error and update release identifier comments

* Undo change not needed
2024-06-20 21:32:27 -05:00
Cristhian Motoche
e8ec435b2b
Merge pull request #234 from stackbuilders/master
chore:  Bring last changes to main
2024-01-23 13:17:31 -05:00
Cristhian Motoche
f679be765f
chore: Update default branch name (#233) 2024-01-21 20:48:10 -05:00
allcontributors[bot]
9eb8ded15d
add blackheaven as a contributor for code (#230)
* update README.md

* update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-18 09:59:15 -05:00
Cristhian Motoche
27511ae969
doc: Include docs for initConfig (#231)
* doc: Include docs for initConfig

* doc: Update missing documentation

* ref: Increase boundaries for some dependencies

* doc: Modify documentation
2024-01-16 07:46:48 -05:00
Gautier DI FOLCO
a2aa3dba43
Add interactive init command (#224) (#227)
* Add interactive init command (#224)

* fixup! Add interactive init command (#224)

* fixup! Add interactive init command (#224)
2023-10-24 21:03:44 -05:00
Cristhian Motoche
ccb8d7c3ba
chore: Add All Contributors (#222)
* Add @juanpaucar as a contributor

* Add @jsl as a contributor

* Add @DavidMazarro as a contributor

* Add @sestrella as a contributor

* Add @mrkkrp as a contributor

* Add @jpvillaisaza as a contributor

* Add @CristhianMotoche as a contributor

* Add @psibi as a contributor

* Add @ibarrae as a contributor

* Add @cptrodolfox as a contributor

* Add @goetzc as a contributor

* Add @javcasas as a contributor

* Add @darthdeus as a contributor

* Add @nickovivar as a contributor

* Add @felixminom as a contributor

* Add @elcuy as a contributor

* Add @fefi95 as a contributor

* Add @alexisbcc as a contributor

* Add @GioDavid as a contributor

* Add @FranzGB as a contributor

* Add @hughjfchen as a contributor

* Add @boceto1 as a contributor

* Add @ng29 as a contributor

* Add @nebtrx as a contributor

* Add @wanderer163 as a contributor

* docs: Update README

* fix: Update install-nix-action
2023-07-31 17:21:33 -05:00
Sebastián Estrella
d0c08771c4
Reproducible development and test environments (#212)
* Setting up Nix / Running the build using Nix

* Delete other CI workflows (temporarily)

* Add cabal update

* Cache dependencies

* Run tests

* Add missing dependency required for testing

* Add macos-latest runner

* Exclude GHC 8.10 on macos-latest

* Trying something with haskell.nix overlays

* Trying to compile the project with an external flake

* Pass --accept-flake-config flag

* Install GHC package provided by haskell-nix

* Pass --accept-flake-config and enable ubuntu-latest

* Remove hello project

* Update substituters

* Test with ubuntu

* Disable macos

* Add stdenv.cc.cc.lib

* Testing ghc90 running on ubuntu-latest

* Install GMP dev

* Remove .dev from gmp

* Use propagatedBuildInputs

* Install stdenv

* Add --verbose=3

* Test ghc810 running on ubuntu-latest

* Install libstdc++6

* Fix typo

* Run nix-info

* Add nix-path

* List /usr/lib/x86_64-linux-gnu

* Run cabal clean before cabal build

* Run without cache

* Turn on cache again

* Run all builds

* Run ghc90 on ubuntu-latest only

* Install ghc from haskell on Linux and haskell-nix on Mac

* Re-enable cache

* Add labels to steps

* Add scripts to run nix-shells

* Install zsh

* Exclude GHC 8.10 from macOS

* Install zsh only on Linux

* Minor refactoring

* Merge nix workflow into build

* Remove nix workflow

* Update README file

* Fix merge conflicts

* Fix runs-on

* Add cache.nixos.org config

* Exclude ghc90 on macos-latest

* Add note about GHC 9.0 running on macOS

* Update flake.lock

* Run GHC 9.0 (macOS)

* Print GHC and cabal versions

* Disable docker job (temp change)

* Fix compilation issue

* Refactor documentation

* Re-enable docker job

* Update comment in the .cabal file

* Revert .cabal file changes

* Extract nix content to a separate file

* Extract nix content to a separate file

* Update README file

* Update TODO section

* Remove .tmuxinator.yml

* Remove table of content from the README file

* Fix typo in command

* Update Nix docs

* Update restart instructions
2023-04-18 08:27:59 -05:00
Sebastián Estrella
e6a279966a
[NO STORY] Update information about Docker images (#191) 2023-04-04 16:00:33 -05:00
Sebastián Estrella
caf471f478
Add support for lead target commands (#219) 2023-02-24 08:59:59 -05:00
Cristhian Motoche
1bfe38eb03
bump version 0.4.8.0 (#217) 2023-02-16 07:51:20 -05:00
Cristhian Motoche
05c194375e
fix: Error on release path activation (#216)
* fix: Change place where validation happens

* chore: Change error message
2023-02-15 16:13:53 -05:00
Cristhian Motoche
dcd59383d7
doc: Update cabal Intro (#215) 2023-02-15 08:24:22 -05:00
Cristhian Motoche
ac67c38c34
bump version 0.4.7.0 (#214) 2023-02-14 16:07:22 -05:00
Cristhian Motoche
c0950f3c23
fix: Filter for multiple targets (#213)
* fix: Fix filter

* ref: Use eitherDecode to get the parse error message
2023-02-14 13:54:53 -05:00
Cristhian Motoche
49e66cde51
chore: Update CI (#211)
* fix: Typo on cabal packages

* force run

* fix: Follow suggestion

* chore: Get status from master branch

* chore: Remove cabal packages from cache
2023-02-11 17:21:57 -05:00
Cristhian Motoche
d4ebd86db5
chore: Change error message (#209) 2022-11-15 15:57:45 -05:00
Hugh JF Chen
78d215bb63
check if the path exists before rollback to a specific release. (#207)
* check if the path exists before rollback to a specific release.

* fix #206

* update upstream and create the fix for #206 based on updated upstream.
2022-11-15 15:43:50 -05:00
Cristhian Motoche
12f0ae8720
docs(readme): Change footer image URL (#208) 2022-11-15 10:16:38 -05:00