Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: Ignore autogenerated docs | albfan | 2018-05-25 | 1 | -0/+8 |
| | |||||
* | Add test utilities for integration tests | Tristan Maat | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | .gitignore: Add rules for various testing directories | Tristan Maat | 2018-02-07 | 1 | -3/+7 |
| | |||||
* | Get version number w/o pkg_resources | Gökçen Nurlu | 2018-01-31 | 1 | -0/+3 |
| | | | | | | | | | | | | This removes most of the usages of pkg_resources from the codebase, helping the goal of getting rid of that completely. With this change, version number is generated during install and embedded into `__version__` which is then imported by root level `__init__`. From there, it is used by other parts of the codebase when needed. Generated `__version__` file is ignored and not tracked by git to prevent unnecessary 'changes' messages and accidental commits of that file. | ||||
* | Merging integration tests into buildstream proper.merging-integration-test | Tristan Van Berkom | 2017-10-14 | 1 | -0/+3 |
| | | | | This fixes #96 | ||||
* | .gitignore: Dont ignore .pyc files in integration-tests/ | Tristan Van Berkom | 2017-10-14 | 1 | -1/+2 |
| | |||||
* | Adding some things to the .gitignore file | Tristan Van Berkom | 2017-01-07 | 1 | -0/+6 |
| | | | | | For now covering the stuff generated by tests, leaving the documentation stuff be for the time being. | ||||
* | Adding .gitignore file | Tristan Van Berkom | 2016-11-08 | 1 | -0/+8 |