From 285f0c0761acc07f1b1ccdddafc1c6ffe467b1b4 Mon Sep 17 00:00:00 2001 From: Brandyn Friedly Date: Tue, 27 Oct 2020 09:55:37 -0500 Subject: [PATCH 001/243] Authorize dockerhub to prevent anonymous pulls (avoid rate limiting) This commit adds authorizes circleci with dockerhub to adapt to Dockerhub's Nov. 1st change in policy, which will rate limit anonymous pulls. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ff87b60..36edbe20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,9 @@ jobs: working_directory: /app docker: - image: docker + auth: + username: ttcircleci + password: $DOCKERHUB_TTCIRCLECI_PASSWORD steps: - checkout - setup_remote_docker From af38bb6f86e412a2fa86004eeec8b0f69ce953fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:13:14 +0000 Subject: [PATCH 002/243] Bump pytz from 2020.1 to 2020.4 Bumps [pytz](https://github.com/stub42/pytz) from 2020.1 to 2020.4. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2020.1...release_2020.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50840efc..836d3a77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Flask==1.0.2 gunicorn==19.9.0 -pytz==2020.1 +pytz==2020.4 Flask-WTF==0.14.3 WTForms==2.2.1 stripe==2.54.0 From 4ae656e6ca81bf34948589a4cc4b335f4cc252fb Mon Sep 17 00:00:00 2001 From: ashley-hebler Date: Thu, 5 Nov 2020 15:08:20 -0600 Subject: [PATCH 003/243] Try adding a version to fix ci --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36edbe20..56d6dda3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,7 @@ jobs: steps: - checkout - setup_remote_docker + version: 19.03.13 - run: | docker info docker build -f Dockerfile -t texastribune/checkout:dev . From fb577457d4b2426815e9791d1efdf4652b9d6869 Mon Sep 17 00:00:00 2001 From: ashley-hebler Date: Thu, 5 Nov 2020 15:11:44 -0600 Subject: [PATCH 004/243] Fix syntax error --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56d6dda3..f2280bb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: password: $DOCKERHUB_TTCIRCLECI_PASSWORD steps: - checkout - - setup_remote_docker + - setup_remote_docker: version: 19.03.13 - run: | docker info From 6c0acc89c28378d04118068714c8c9277499d181 Mon Sep 17 00:00:00 2001 From: ashley-hebler Date: Thu, 5 Nov 2020 14:14:54 -0600 Subject: [PATCH 005/243] Revert 10 year anniversary logo --- static/sass/6-components/_footer.scss | 6 ++---- templates/includes/footer.html | 2 +- templates/includes/logo.html | 2 +- templates/includes/logo_bu.html | 5 ----- 4 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 templates/includes/logo_bu.html diff --git a/static/sass/6-components/_footer.scss b/static/sass/6-components/_footer.scss index 7aaed398..4a64458e 100644 --- a/static/sass/6-components/_footer.scss +++ b/static/sass/6-components/_footer.scss @@ -5,10 +5,8 @@ &__links { list-style: none; } - - // remove after 10yr treatment &__logo { - // hack: nudge 10yr bug left for alignment of square - margin-left: -$size-xxs; + // hack: nudge bug left for alignment of square + margin-left: -$size-tiny; } } diff --git a/templates/includes/footer.html b/templates/includes/footer.html index 62d5fc71..35fe17b6 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -4,7 +4,7 @@