Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
docs: deprecate everything
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Oct 15, 2019
1 parent db80eff commit 5141034
Show file tree
Hide file tree
Showing 72 changed files with 16 additions and 3,688 deletions.
77 changes: 0 additions & 77 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@ orbs:
linter: thekevjames/[email protected]

jobs:
# TODO: Remove old_nox when everything is split into modules
old_nox:
docker:
- image: thekevjames/nox:2019.8.20
environment:
GOOGLE_APPLICATION_CREDENTIALS: /key.json
steps:
- run: echo ${GOOGLE_SERVICE_PUBLIC} | base64 -d > ${GOOGLE_APPLICATION_CREDENTIALS}
- checkout
- run: nox

nox:
docker:
- image: thekevjames/nox:2019.8.20
environment:
GOOGLE_APPLICATION_CREDENTIALS: /key.json
parameters:
folder:
type: string
steps:
- run: echo ${GOOGLE_SERVICE_PUBLIC} | base64 -d > ${GOOGLE_APPLICATION_CREDENTIALS}
- checkout
- run: nox -f <<parameters.folder>>/noxfile.py

pypi:
docker:
- image: python:3.7.4-slim
Expand Down Expand Up @@ -87,45 +63,6 @@ jobs:
workflows:
run-jobs:
jobs:
- linter/pre-commit:
name: lint-py27
config_file: .pre-commit-config.py27.yaml
python_version: 2.7.14
filters:
tags:
only: /.*/
- linter/pre-commit:
name: lint-py35
python_version: 3.5.7
filters:
tags:
only: /.*/
- linter/pre-commit:
name: lint-py36
python_version: 3.6.8
filters:
tags:
only: /.*/
- linter/pre-commit:
name: lint-py37
python_version: 3.7.3
filters:
tags:
only: /.*/

- old_nox:
name: test
filters:
tags:
only: /.*/

- nox:
name: test-datastore
folder: datastore
filters:
tags:
only: /.*/

- pypi:
context: org-global
filters:
Expand All @@ -134,13 +71,6 @@ workflows:
tags:
# TODO make project name mandatory when split into modules
only: /([a-z]+-)?[0-9]+\.[0-9]+\.[0-9]+/
requires:
- lint-py27
- lint-py35
- lint-py36
- lint-py37
- test
- test-datastore
- github:
context: org-global
filters:
Expand All @@ -149,10 +79,3 @@ workflows:
tags:
# TODO make project name mandatory when split into modules
only: /([a-z]+-)?[0-9]+\.[0-9]+\.[0-9]+/
requires:
- lint-py27
- lint-py35
- lint-py36
- lint-py37
- test
- test-datastore
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

25 changes: 0 additions & 25 deletions .github/RELEASE.rst

This file was deleted.

8 changes: 0 additions & 8 deletions .github/renovate.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repository:
name: gcloud-rest
description: RESTful Google Cloud Client Library for Python
homepage: https://pypi.org/project/gcloud-rest/
description: [deprecated] RESTful Google Cloud Client Library for Python
homepage: https://pypi.org/project/gcloud-aio/
private: false

has_issues: true
Expand Down
60 changes: 0 additions & 60 deletions .pre-commit-config.py27.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions .pre-commit-config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 TalkIQ
Copyright (c) 2017-2019 TalkIQ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include README.rst LICENSE
recursive-include gcloud
recursive-include tests
global-exclude *.pyc __pycache__
Loading

0 comments on commit 5141034

Please sign in to comment.