Skip to content

Commit

Permalink
major refactor to add saml support and enhanced configuration parsing…
Browse files Browse the repository at this point in the history
… a la the concept of flows
  • Loading branch information
Russell Endicott committed Jan 4, 2020
1 parent 6c8872c commit 502c71d
Show file tree
Hide file tree
Showing 20 changed files with 1,533 additions and 1,655 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
.vscode/
Jecrets
*.swp
*.log.json
output*/

3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -30,7 +30,6 @@ testlite:
go get github.com/mattn/goveralls
go get github.com/sozorogami/gover

go test -v "github.com/GESkunkworks/gossamer/acfmgr" -covermode=count -coverprofile=acfmgr.coverprofile
go test -v "github.com/GESkunkworks/gossamer/gossamer" -covermode=count -coverprofile=gossamer.coverprofile
gover

Expand Down Expand Up @@ -61,4 +60,4 @@ clean:
rm -rf $(build_dir)
rm -rf $(build_dir_linux)
rm -rf $(build_dir_mac)
rm -rf $(build_dir_windows)
rm -rf $(build_dir_windows)
251 changes: 0 additions & 251 deletions acfmgr/acfmgr.go

This file was deleted.

0 comments on commit 502c71d

Please sign in to comment.