Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Cleaning up v0.3 (#214)
Browse files Browse the repository at this point in the history
The code for v0.3 has been moved to branch v0.3. See pull request #214 for details
  • Loading branch information
narehayrapetyan committed Aug 3, 2017
1 parent 0f3999b commit 4d36972
Show file tree
Hide file tree
Showing 1,533 changed files with 10 additions and 509,734 deletions.
9 changes: 1 addition & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

TODO
#### Summary
<!-- What does this pull request do? -->

Expand All @@ -7,10 +7,6 @@

#### Testing
<!-- How was this tested? -->
- [ ] cluster-state-service binary built locally and unit-tests pass (`cd cluster-state-service; make; cd ../`)
- [ ] cluster-state-service build in Docker succeeds (`cd cluster-state-service; make release; cd ../`)
- [ ] daemon-scheduler binary built locally and unit-tests pass (`cd daemon-scheduler; make; cd ../`)
- [ ] daemon-scheduler build in Docker succeeds (`cd daemon-scheduler; make release; cd ../`)

New tests cover the changes: <!-- yes|no -->

Expand All @@ -26,6 +22,3 @@ This contribution is under the terms of the Apache 2.0 License: Yes

#### Before merging
<!-- Run integration and end-to-end tests before merging -->
- [ ] cluster-state-service end-to-end tests pass. Required setup details are listed [here](https://github.com/blox/blox/blob/dev/cluster-state-service/internal/Readme.md).
- [ ] daemon-scheduler integration tests pass. Required setup details are listed [here](https://github.com/blox/blox/blob/dev/daemon-scheduler/internal/features/README.md).
- [ ] daemon-scheduler end-to-end tests pass. Required setup details are listed [here](https://github.com/blox/blox/blob/dev/daemon-scheduler/internal/features/README.md).
13 changes: 0 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
*/misc/certs/ca-certificates.crt
*/out/
amazon-ecs-event-stream-handler
*coverage.out
/var/
/bin/
*.swp
.idea/
*.iml
/internal/features/e2einstancesteps/importmarker__.go
/internal/features/e2etasksteps/importmarker__.go
/internal/features/wrappers/importmarker__.go
/internal/features/_test/
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
language: go
go_import_path: github.com/blox/blox
go:
- 1.7
install:
- cd ${TRAVIS_BUILD_DIR}/cluster-state-service && make get-deps
- cd ${TRAVIS_BUILD_DIR}/daemon-scheduler && make get-deps
script:
- cd ${TRAVIS_BUILD_DIR}/cluster-state-service && make
- cd ${TRAVIS_BUILD_DIR}/daemon-scheduler && make
language: java
37 changes: 0 additions & 37 deletions CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Development takes place against the dev branch of this repository and pull reque

### Testing
Any contributions should pass all tests.
You may run all tests by running `make` inside cluster-state-service and daemon-scheduler (requires go, go-swagger to be installed). If you have golang installed, you may run `make get-deps` to install dependencies.

### Licensing
Blox is released under an Apache 2.0 license. Any code that you submit will be released under that license.
Expand Down
Loading

0 comments on commit 4d36972

Please sign in to comment.