diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..99d0190b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tests/*.pyc diff --git a/.travis b/.travis deleted file mode 100644 index 53e915df..00000000 --- a/.travis +++ /dev/null @@ -1,5 +0,0 @@ -language: python -python: - - 3.6 -before_install: - - python -m unittest discover tests diff --git a/.travis.yml b/.travis.yml index c70fe208..8eb377a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - 3.6 -before_install: - - pip install pyyaml +script: - python -m unittest discover tests diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..5762fe18 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,15 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Released] + +## [1.0.0] - 2017-02-26 +### Added +- Tests for invalid YML to build pipeline. +- TravisCI badges. + +### Changed +- NDA Contributor Access to be invite only via additional mozilliansorg group. https://bugzilla.mozilla.org/show_bug.cgi?id=1441214 diff --git a/apps.yml b/apps.yml index 8414084f..3aeb90d4 100644 --- a/apps.yml +++ b/apps.yml @@ -721,7 +721,7 @@ apps: authorized_groups: ['everyone'] display: true vanity_url: ['/treeherder'] - - application: + - application: name: "Workday" client_id: "Hypn042D0cqtqET33nRrnqOwAcIXOqx6" op: auth0 @@ -756,7 +756,7 @@ apps: url: "https://auth.mozilla.auth0.com/samlp/WXVdgVoCca11OtpGlK8Ir3pR9CBAlSA5" logo: "slack.png" authorized_users: [] - authorized_groups: ['mozilliansorg_nda', 'team_moco', 'team_mofo', 'team_mozillaonline'] + authorized_groups: ['mozilliansorg_slack-access', 'team_moco', 'team_mofo', 'team_mozillaonline'] display: true vanity_url: ['/slack'] - application: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..c3726e8b --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pyyaml