Skip to content

Releases: securenative/packman

v0.5

21 Jun 07:01
1bf191f
Compare
Choose a tag to compare

Changelog

1bf191f Update template_service.go
e35af68 Update packman.go
ee8195b Update packman.go
6bc167f Update template_service.go
f957697 Update packman.go
e1d9fcc Update README.md
ffe1fbb Dev (#7)

v0.4

26 Nov 07:33
Compare
Choose a tag to compare

Changelog

bce6c33 Fixing bug where the script should have run from its own directory
5542ce9 Changing version to 0.3
791fcda Adding package_path and package_name to the flags when trying to render a project (backwards-compatibility issue)
936e949 Adding release pipeline to github actions
a9fccf2 Adding release pipeline to github actions
ba72fbd Adding release pipeline to github actions
7469ab3 Adding release pipeline to github actions
54f074f Adding release pipeline to github actions
7694d99 Adding release pipeline to github actions
7c2d792 Adding release pipeline to github actions
fcf2e5e Adding release pipeline to github actions
a4b3260 Adding release pipeline to github actions
a3f25d3 Adding release pipeline to github actions
905800d Adding release pipeline to github actions
037b21c Adding release pipeline to github actions
81eb424 Adding release pipeline to github actions
87a6071 Adding release pipeline to github actions
64b3f5e Merge remote-tracking branch 'origin/master'
ea914f5 Fixing bug on go1.12 cmd.String() does not exists
c0f3b5e Create go.yml
fcbea04 Adding Makefile
e74a5ff When templating files ignore dirs and dot paths
8d9b5ff Merge pull request #6 from securenative/v2
dae74cb When templating files ignore dirs and dot paths
f430a94 Adding support for branches
ec18220 Bug fixes from testing the actual cli
2244877 Refactor to the cli controllers
ceae1e0 Refactor to the internal components
ffa10e6 Update README.md
d9f8e3f Create LICENSE
187e99f Merge pull request #3 from securenative/dev
e0c6716 - Readme update
20dae22 - Changing the template delimiters to {{{ }}}
4f090dc - Adding prompts
754ee50 - Adding install instructions
49dea5b - Adding github pack image to the README file
a629129 - Adding readme
3fd8dfd - Adding prompts
6246c83 - Fixing bug where flags weren't passed to the script file - Adding dry unpack to quickly test templates - Modifying the init file structure
8344d84 - Sending the package name and dest path from unpack to the script file
3fe465d - Sending the package name and dest path from unpack to the script file
09c8d5a - Adding helper method to parse the incoming flags array into map
880dd45 - Adding helper method to parse the incoming flags array into map
ed980d7 - removing the .git and packman folders when unpacking
900f887 - adding git add + commit when packing a module.
173b188 - Fixing bug in github backend, wrong error handling
6bf8ec2 - Adding impl to the config command
22292da - Adding impl to the pack command - Adding impl to the unpack command
4365993 - Adding the controllers layer - Adding impl to the init command
3064ed6 "First Commit"
4c4cea5 - Fixing the unpacker to work with env variable instead of pwd
0859208 - Adding the business layer
bcd9d56 - Adding the business layer
f884b26 - Grouping the data layer files
6d44b3e - Renaming the data module to internal
71f91eb - Adding the concept of script engine - Creating impl to the script engine based on go run
e2d8dfc - Adding the concept of a template engine - Creating impl to the template engine based on go's template engine
e580db7 - Adding the concept of ConfigStore - Creating impl of ConfigStore that saves configuration on the local file system. - Adding the concept of a Backend - Creating impl of a Backend that uses github to store the actual packages.
45fe944 First Commit