Skip to content

Commit

Permalink
Merge pull request #2 from etecs-ru/sync-with-latest
Browse files Browse the repository at this point in the history
Sync with latest
  • Loading branch information
franchb authored Dec 5, 2021
2 parents 59d89a7 + 7505b0b commit 9af87d5
Show file tree
Hide file tree
Showing 60 changed files with 901 additions and 4,162 deletions.
12 changes: 5 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ suite. This is accomplished by `make test`. Additionally, if you are adding
new functionality, consider adding tests covering your feature.

## CI
Each push to a branch connected to a PR will be run through GLAuth's
CI system. Please use these to your advantage. In particular, the Travis
integration tests rely on the LDAP queries returning with a set result,
so if your changes will change the output, Travis will likely fail.
Each push to a branch connected to a PR will be run through GLAuth's CI system. Please use these to your advantage. In
particular, the Github Actions integration tests rely on the LDAP queries returning with a set result, so if your
changes will change the output, CI will likely fail.

To update, run `make fast && make updatetest && make test`. This will
delete the output snapshots provided and make new ones. You can then
inspect the changes and commit them.
To update, run `make fast && make updatetest && make test`. This will delete the output snapshots provided and make new
ones. You can then inspect the changes and commit them.

Similarly, check codeclimate and try to fix what you find there if it fails.
41 changes: 0 additions & 41 deletions .github/workflows/docker.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ certs/
# Built binaries
bin

pkg/assets/bindata.go

.*.swp

# Ignoring travis CLI tool logs
*travis.log
certs/

certs/
# Local files
local/
81 changes: 0 additions & 81 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions CODE_OF_CONDUCT.md

This file was deleted.

66 changes: 0 additions & 66 deletions Dockerfile

This file was deleted.

93 changes: 0 additions & 93 deletions Makefile

This file was deleted.

Loading

0 comments on commit 9af87d5

Please sign in to comment.