Skip to content

Commit

Permalink
Merge commit '59bf7fdd8bc1a497b2347eb3610612b97ded3023'
Browse files Browse the repository at this point in the history
* commit '59bf7fdd8bc1a497b2347eb3610612b97ded3023': (234 commits)
  Chore/config env upgrade pip (uc-cdis#1448)
  Chore/remove pylib2 (uc-cdis#1447)
  add new dependency (uc-cdis#1446)
  Chore/wts fail fast (uc-cdis#1445)
  feat(sftp-server): Added terraform to create sftp server (uc-cdis#1437)
  Feat/mariner storage (uc-cdis#1442)
  chore(useryaml): only in usersync (uc-cdis#1440)
  Whitelist opportunityinsights.org (uc-cdis#1441)
  Fix/tform eks (uc-cdis#1439)
  Pybase: don't wait for wsgi.sock (uc-cdis#1438)
  chore(dashboard/open-links): new dash app (uc-cdis#1436)
  Chore/update calico 1.7 (uc-cdis#1427)
  fix(jenkinx-pv-size): Updated the size of the persistent volume to match manual size increase (uc-cdis#1417)
  Fix/configmaps del (uc-cdis#1434)
  Chore/vpn signed url (uc-cdis#1433)
  feat(access-roll): Added access-backend to kube-roll-all (uc-cdis#1431)
  (PXP-6861): configure Metadata Service creds in kube-setup-ssjdispatcher (uc-cdis#1428)
  Chore/tform  custom (uc-cdis#1426)
  Update maintenance.md (uc-cdis#1425)
  fix(qa): Define submission order for gentestdata (uc-cdis#1424)
  ...
  • Loading branch information
jacquayj committed Nov 10, 2020
2 parents dd81517 + 59bf7fd commit 5a86104
Show file tree
Hide file tree
Showing 682 changed files with 26,268 additions and 8,055 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v0.13.1
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]
Loading

0 comments on commit 5a86104

Please sign in to comment.