diff --git a/.old.git/COMMIT_EDITMSG b/.old.git/COMMIT_EDITMSG deleted file mode 100644 index 91f117c..0000000 --- a/.old.git/COMMIT_EDITMSG +++ /dev/null @@ -1,20 +0,0 @@ -feat(ci): add gitlab CI for build, test and validation - -The CI now has jobs for build and testing the Go service, building and -pushing the docker image along with linting and validating the helm chart. - -Closes #5 - -# Please enter the commit message for your changes. Lines starting -# with '#' will be ignored, and an empty message aborts the commit. -# -# interactive rebase in progress; onto 4e45344 -# Last command done (1 command done): -# pick 2a23fb1 feat(ci): add gitlab CI for build, test and validation -# Next command to do (1 remaining command): -# pick 1a67ef1 feat(README): Update README to reflect recent commits -# You are currently rebasing branch '4-document-go-application' on '4e45344'. -# -# Changes to be committed: -# modified: .gitlab-ci.yml -# diff --git a/.old.git/FETCH_HEAD b/.old.git/FETCH_HEAD deleted file mode 100644 index 4d17794..0000000 --- a/.old.git/FETCH_HEAD +++ /dev/null @@ -1,9 +0,0 @@ -b6a801720d7653823d15c1d53e5dd2d96613030d branch '4-document-go-application' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -be723bf91dbc13af52d7f73b5f15467cef0c7f1b not-for-merge branch '0001/add-go-webserver' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -2994726718040e9b7d1f95b5957ada28d5b03b8e not-for-merge branch '2-create-a-simple-go-webserver' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 not-for-merge branch '3-containerize-service' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c not-for-merge branch '3-create-docker-image' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -4e45344d9401565cf82acb82932ccb11635a2b48 not-for-merge branch '5-implement-ci-pipeline' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -1f83c1106dcd22a7e34bd38e57933d06b87c7968 not-for-merge branch '6-create-a-helm-chart-for-deployment' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -4077c05cfb9fe153e27aedacdb61a7761fa12920 not-for-merge branch 'fix/ci' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 not-for-merge branch 'main' of gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002 diff --git a/.old.git/HEAD b/.old.git/HEAD deleted file mode 100644 index 9460edf..0000000 --- a/.old.git/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/heads/4-document-go-application diff --git a/.old.git/ORIG_HEAD b/.old.git/ORIG_HEAD deleted file mode 100644 index b3ebf4d..0000000 --- a/.old.git/ORIG_HEAD +++ /dev/null @@ -1 +0,0 @@ -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd diff --git a/.old.git/config b/.old.git/config deleted file mode 100644 index e423532..0000000 --- a/.old.git/config +++ /dev/null @@ -1,46 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true -[remote "gitlab"] - url = git@gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002.git - fetch = +refs/heads/*:refs/remotes/gitlab/* -[branch "main"] - remote = gitlab - merge = refs/heads/main - vscode-merge-base = origin/main -[branch "0001/add-go-webserver"] - vscode-merge-base = origin/main - remote = gitlab - merge = refs/heads/0001/add-go-webserver -[branch "2-create-a-simple-go-webserver"] - remote = gitlab - merge = refs/heads/2-create-a-simple-go-webserver - vscode-merge-base = origin/2-create-a-simple-go-webserver -[branch "3-containerize-service"] - vscode-merge-base = origin/2-create-a-simple-go-webserver - remote = gitlab - merge = refs/heads/3-containerize-service -[branch "3-create-docker-image"] - vscode-merge-base = origin/2-create-a-simple-go-webserver - remote = gitlab - merge = refs/heads/3-create-docker-image -[branch "6-create-a-helm-chart-for-deployment"] - vscode-merge-base = origin/3-create-docker-image - remote = gitlab - merge = refs/heads/6-create-a-helm-chart-for-deployment -[branch "5-implement-ci-pipeline"] - vscode-merge-base = origin/6-create-a-helm-chart-for-deployment - remote = gitlab - merge = refs/heads/5-implement-ci-pipeline -[branch "4-document-go-application"] - vscode-merge-base = origin/5-implement-ci-pipeline - remote = gitlab - merge = refs/heads/4-document-go-application -[branch "fix/ci"] - remote = gitlab - merge = refs/heads/fix/ci -[remote "gitea"] - url = git@gitea.greatape.dev:username/your-repo-name.git - fetch = +refs/heads/*:refs/remotes/gitea/* diff --git a/.old.git/description b/.old.git/description deleted file mode 100644 index 498b267..0000000 --- a/.old.git/description +++ /dev/null @@ -1 +0,0 @@ -Unnamed repository; edit this file 'description' to name the repository. diff --git a/.old.git/hooks/applypatch-msg.sample b/.old.git/hooks/applypatch-msg.sample deleted file mode 100755 index a5d7b84..0000000 --- a/.old.git/hooks/applypatch-msg.sample +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# An example hook script to check the commit log message taken by -# applypatch from an e-mail message. -# -# The hook should exit with non-zero status after issuing an -# appropriate message if it wants to stop the commit. The hook is -# allowed to edit the commit message file. -# -# To enable this hook, rename this file to "applypatch-msg". - -. git-sh-setup -commitmsg="$(git rev-parse --git-path hooks/commit-msg)" -test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} -: diff --git a/.old.git/hooks/commit-msg.sample b/.old.git/hooks/commit-msg.sample deleted file mode 100755 index b58d118..0000000 --- a/.old.git/hooks/commit-msg.sample +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# An example hook script to check the commit log message. -# Called by "git commit" with one argument, the name of the file -# that has the commit message. The hook should exit with non-zero -# status after issuing an appropriate message if it wants to stop the -# commit. The hook is allowed to edit the commit message file. -# -# To enable this hook, rename this file to "commit-msg". - -# Uncomment the below to add a Signed-off-by line to the message. -# Doing this in a hook is a bad idea in general, but the prepare-commit-msg -# hook is more suited to it. -# -# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') -# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" - -# This example catches duplicate Signed-off-by lines. - -test "" = "$(grep '^Signed-off-by: ' "$1" | - sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { - echo >&2 Duplicate Signed-off-by lines. - exit 1 -} diff --git a/.old.git/hooks/fsmonitor-watchman.sample b/.old.git/hooks/fsmonitor-watchman.sample deleted file mode 100755 index 14ed0aa..0000000 --- a/.old.git/hooks/fsmonitor-watchman.sample +++ /dev/null @@ -1,173 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; -use IPC::Open2; - -# An example hook script to integrate Watchman -# (https://facebook.github.io/watchman/) with git to speed up detecting -# new and modified files. -# -# The hook is passed a version (currently 2) and last update token -# formatted as a string and outputs to stdout a new update token and -# all files that have been modified since the update token. Paths must -# be relative to the root of the working tree and separated by a single NUL. -# -# To enable this hook, rename this file to "query-watchman" and set -# 'git config core.fsmonitor .git/hooks/query-watchman' -# -my ($version, $last_update_token) = @ARGV; - -# Uncomment for debugging -# print STDERR "$0 $version $last_update_token\n"; - -# Check the hook interface version -if ($version ne 2) { - die "Unsupported query-fsmonitor hook version '$version'.\n" . - "Falling back to scanning...\n"; -} - -my $git_work_tree = get_working_dir(); - -my $retry = 1; - -my $json_pkg; -eval { - require JSON::XS; - $json_pkg = "JSON::XS"; - 1; -} or do { - require JSON::PP; - $json_pkg = "JSON::PP"; -}; - -launch_watchman(); - -sub launch_watchman { - my $o = watchman_query(); - if (is_work_tree_watched($o)) { - output_result($o->{clock}, @{$o->{files}}); - } -} - -sub output_result { - my ($clockid, @files) = @_; - - # Uncomment for debugging watchman output - # open (my $fh, ">", ".git/watchman-output.out"); - # binmode $fh, ":utf8"; - # print $fh "$clockid\n@files\n"; - # close $fh; - - binmode STDOUT, ":utf8"; - print $clockid; - print "\0"; - local $, = "\0"; - print @files; -} - -sub watchman_clock { - my $response = qx/watchman clock "$git_work_tree"/; - die "Failed to get clock id on '$git_work_tree'.\n" . - "Falling back to scanning...\n" if $? != 0; - - return $json_pkg->new->utf8->decode($response); -} - -sub watchman_query { - my $pid = open2(\*CHLD_OUT, \*CHLD_IN, 'watchman -j --no-pretty') - or die "open2() failed: $!\n" . - "Falling back to scanning...\n"; - - # In the query expression below we're asking for names of files that - # changed since $last_update_token but not from the .git folder. - # - # To accomplish this, we're using the "since" generator to use the - # recency index to select candidate nodes and "fields" to limit the - # output to file names only. Then we're using the "expression" term to - # further constrain the results. - if (substr($last_update_token, 0, 1) eq "c") { - $last_update_token = "\"$last_update_token\""; - } - my $query = <<" END"; - ["query", "$git_work_tree", { - "since": $last_update_token, - "fields": ["name"], - "expression": ["not", ["dirname", ".git"]] - }] - END - - # Uncomment for debugging the watchman query - # open (my $fh, ">", ".git/watchman-query.json"); - # print $fh $query; - # close $fh; - - print CHLD_IN $query; - close CHLD_IN; - my $response = do {local $/; }; - - # Uncomment for debugging the watch response - # open ($fh, ">", ".git/watchman-response.json"); - # print $fh $response; - # close $fh; - - die "Watchman: command returned no output.\n" . - "Falling back to scanning...\n" if $response eq ""; - die "Watchman: command returned invalid output: $response\n" . - "Falling back to scanning...\n" unless $response =~ /^\{/; - - return $json_pkg->new->utf8->decode($response); -} - -sub is_work_tree_watched { - my ($output) = @_; - my $error = $output->{error}; - if ($retry > 0 and $error and $error =~ m/unable to resolve root .* directory (.*) is not watched/) { - $retry--; - my $response = qx/watchman watch "$git_work_tree"/; - die "Failed to make watchman watch '$git_work_tree'.\n" . - "Falling back to scanning...\n" if $? != 0; - $output = $json_pkg->new->utf8->decode($response); - $error = $output->{error}; - die "Watchman: $error.\n" . - "Falling back to scanning...\n" if $error; - - # Uncomment for debugging watchman output - # open (my $fh, ">", ".git/watchman-output.out"); - # close $fh; - - # Watchman will always return all files on the first query so - # return the fast "everything is dirty" flag to git and do the - # Watchman query just to get it over with now so we won't pay - # the cost in git to look up each individual file. - my $o = watchman_clock(); - $error = $output->{error}; - - die "Watchman: $error.\n" . - "Falling back to scanning...\n" if $error; - - output_result($o->{clock}, ("/")); - $last_update_token = $o->{clock}; - - eval { launch_watchman() }; - return 0; - } - - die "Watchman: $error.\n" . - "Falling back to scanning...\n" if $error; - - return 1; -} - -sub get_working_dir { - my $working_dir; - if ($^O =~ 'msys' || $^O =~ 'cygwin') { - $working_dir = Win32::GetCwd(); - $working_dir =~ tr/\\/\//; - } else { - require Cwd; - $working_dir = Cwd::cwd(); - } - - return $working_dir; -} diff --git a/.old.git/hooks/post-update.sample b/.old.git/hooks/post-update.sample deleted file mode 100755 index ec17ec1..0000000 --- a/.old.git/hooks/post-update.sample +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# An example hook script to prepare a packed repository for use over -# dumb transports. -# -# To enable this hook, rename this file to "post-update". - -exec git update-server-info diff --git a/.old.git/hooks/pre-applypatch.sample b/.old.git/hooks/pre-applypatch.sample deleted file mode 100755 index 4142082..0000000 --- a/.old.git/hooks/pre-applypatch.sample +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed -# by applypatch from an e-mail message. -# -# The hook should exit with non-zero status after issuing an -# appropriate message if it wants to stop the commit. -# -# To enable this hook, rename this file to "pre-applypatch". - -. git-sh-setup -precommit="$(git rev-parse --git-path hooks/pre-commit)" -test -x "$precommit" && exec "$precommit" ${1+"$@"} -: diff --git a/.old.git/hooks/pre-commit.sample b/.old.git/hooks/pre-commit.sample deleted file mode 100755 index e144712..0000000 --- a/.old.git/hooks/pre-commit.sample +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed. -# Called by "git commit" with no arguments. The hook should -# exit with non-zero status after issuing an appropriate message if -# it wants to stop the commit. -# -# To enable this hook, rename this file to "pre-commit". - -if git rev-parse --verify HEAD >/dev/null 2>&1 -then - against=HEAD -else - # Initial commit: diff against an empty tree object - against=$(git hash-object -t tree /dev/null) -fi - -# If you want to allow non-ASCII filenames set this variable to true. -allownonascii=$(git config --type=bool hooks.allownonascii) - -# Redirect output to stderr. -exec 1>&2 - -# Cross platform projects tend to avoid non-ASCII filenames; prevent -# them from being added to the repository. We exploit the fact that the -# printable range starts at the space character and ends with tilde. -if [ "$allownonascii" != "true" ] && - # Note that the use of brackets around a tr range is ok here, (it's - # even required, for portability to Solaris 10's /usr/bin/tr), since - # the square bracket bytes happen to fall in the designated range. - test $(git diff --cached --name-only --diff-filter=A -z $against | - LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 -then - cat <<\EOF -Error: Attempt to add a non-ASCII file name. - -This can cause problems if you want to work with people on other platforms. - -To be portable it is advisable to rename the file. - -If you know what you are doing you can disable this check using: - - git config hooks.allownonascii true -EOF - exit 1 -fi - -# If there are whitespace errors, print the offending file names and fail. -exec git diff-index --check --cached $against -- diff --git a/.old.git/hooks/pre-merge-commit.sample b/.old.git/hooks/pre-merge-commit.sample deleted file mode 100755 index 399eab1..0000000 --- a/.old.git/hooks/pre-merge-commit.sample +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed. -# Called by "git merge" with no arguments. The hook should -# exit with non-zero status after issuing an appropriate message to -# stderr if it wants to stop the merge commit. -# -# To enable this hook, rename this file to "pre-merge-commit". - -. git-sh-setup -test -x "$GIT_DIR/hooks/pre-commit" && - exec "$GIT_DIR/hooks/pre-commit" -: diff --git a/.old.git/hooks/pre-push.sample b/.old.git/hooks/pre-push.sample deleted file mode 100755 index 4ce688d..0000000 --- a/.old.git/hooks/pre-push.sample +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# An example hook script to verify what is about to be pushed. Called by "git -# push" after it has checked the remote status, but before anything has been -# pushed. If this script exits with a non-zero status nothing will be pushed. -# -# This hook is called with the following parameters: -# -# $1 -- Name of the remote to which the push is being done -# $2 -- URL to which the push is being done -# -# If pushing without using a named remote those arguments will be equal. -# -# Information about the commits which are being pushed is supplied as lines to -# the standard input in the form: -# -# -# -# This sample shows how to prevent push of commits where the log message starts -# with "WIP" (work in progress). - -remote="$1" -url="$2" - -zero=$(git hash-object --stdin &2 "Found WIP commit in $local_ref, not pushing" - exit 1 - fi - fi -done - -exit 0 diff --git a/.old.git/hooks/pre-rebase.sample b/.old.git/hooks/pre-rebase.sample deleted file mode 100755 index 6cbef5c..0000000 --- a/.old.git/hooks/pre-rebase.sample +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# Copyright (c) 2006, 2008 Junio C Hamano -# -# The "pre-rebase" hook is run just before "git rebase" starts doing -# its job, and can prevent the command from running by exiting with -# non-zero status. -# -# The hook is called with the following parameters: -# -# $1 -- the upstream the series was forked from. -# $2 -- the branch being rebased (or empty when rebasing the current branch). -# -# This sample shows how to prevent topic branches that are already -# merged to 'next' branch from getting rebased, because allowing it -# would result in rebasing already published history. - -publish=next -basebranch="$1" -if test "$#" = 2 -then - topic="refs/heads/$2" -else - topic=`git symbolic-ref HEAD` || - exit 0 ;# we do not interrupt rebasing detached HEAD -fi - -case "$topic" in -refs/heads/??/*) - ;; -*) - exit 0 ;# we do not interrupt others. - ;; -esac - -# Now we are dealing with a topic branch being rebased -# on top of master. Is it OK to rebase it? - -# Does the topic really exist? -git show-ref -q "$topic" || { - echo >&2 "No such branch $topic" - exit 1 -} - -# Is topic fully merged to master? -not_in_master=`git rev-list --pretty=oneline ^master "$topic"` -if test -z "$not_in_master" -then - echo >&2 "$topic is fully merged to master; better remove it." - exit 1 ;# we could allow it, but there is no point. -fi - -# Is topic ever merged to next? If so you should not be rebasing it. -only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` -only_next_2=`git rev-list ^master ${publish} | sort` -if test "$only_next_1" = "$only_next_2" -then - not_in_topic=`git rev-list "^$topic" master` - if test -z "$not_in_topic" - then - echo >&2 "$topic is already up to date with master" - exit 1 ;# we could allow it, but there is no point. - else - exit 0 - fi -else - not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` - /usr/bin/perl -e ' - my $topic = $ARGV[0]; - my $msg = "* $topic has commits already merged to public branch:\n"; - my (%not_in_next) = map { - /^([0-9a-f]+) /; - ($1 => 1); - } split(/\n/, $ARGV[1]); - for my $elem (map { - /^([0-9a-f]+) (.*)$/; - [$1 => $2]; - } split(/\n/, $ARGV[2])) { - if (!exists $not_in_next{$elem->[0]}) { - if ($msg) { - print STDERR $msg; - undef $msg; - } - print STDERR " $elem->[1]\n"; - } - } - ' "$topic" "$not_in_next" "$not_in_master" - exit 1 -fi - -<<\DOC_END - -This sample hook safeguards topic branches that have been -published from being rewound. - -The workflow assumed here is: - - * Once a topic branch forks from "master", "master" is never - merged into it again (either directly or indirectly). - - * Once a topic branch is fully cooked and merged into "master", - it is deleted. If you need to build on top of it to correct - earlier mistakes, a new topic branch is created by forking at - the tip of the "master". This is not strictly necessary, but - it makes it easier to keep your history simple. - - * Whenever you need to test or publish your changes to topic - branches, merge them into "next" branch. - -The script, being an example, hardcodes the publish branch name -to be "next", but it is trivial to make it configurable via -$GIT_DIR/config mechanism. - -With this workflow, you would want to know: - -(1) ... if a topic branch has ever been merged to "next". Young - topic branches can have stupid mistakes you would rather - clean up before publishing, and things that have not been - merged into other branches can be easily rebased without - affecting other people. But once it is published, you would - not want to rewind it. - -(2) ... if a topic branch has been fully merged to "master". - Then you can delete it. More importantly, you should not - build on top of it -- other people may already want to - change things related to the topic as patches against your - "master", so if you need further changes, it is better to - fork the topic (perhaps with the same name) afresh from the - tip of "master". - -Let's look at this example: - - o---o---o---o---o---o---o---o---o---o "next" - / / / / - / a---a---b A / / - / / / / - / / c---c---c---c B / - / / / \ / - / / / b---b C \ / - / / / / \ / - ---o---o---o---o---o---o---o---o---o---o---o "master" - - -A, B and C are topic branches. - - * A has one fix since it was merged up to "next". - - * B has finished. It has been fully merged up to "master" and "next", - and is ready to be deleted. - - * C has not merged to "next" at all. - -We would want to allow C to be rebased, refuse A, and encourage -B to be deleted. - -To compute (1): - - git rev-list ^master ^topic next - git rev-list ^master next - - if these match, topic has not merged in next at all. - -To compute (2): - - git rev-list master..topic - - if this is empty, it is fully merged to "master". - -DOC_END diff --git a/.old.git/hooks/pre-receive.sample b/.old.git/hooks/pre-receive.sample deleted file mode 100755 index a1fd29e..0000000 --- a/.old.git/hooks/pre-receive.sample +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# An example hook script to make use of push options. -# The example simply echoes all push options that start with 'echoback=' -# and rejects all pushes when the "reject" push option is used. -# -# To enable this hook, rename this file to "pre-receive". - -if test -n "$GIT_PUSH_OPTION_COUNT" -then - i=0 - while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" - do - eval "value=\$GIT_PUSH_OPTION_$i" - case "$value" in - echoback=*) - echo "echo from the pre-receive-hook: ${value#*=}" >&2 - ;; - reject) - exit 1 - esac - i=$((i + 1)) - done -fi diff --git a/.old.git/hooks/prepare-commit-msg.sample b/.old.git/hooks/prepare-commit-msg.sample deleted file mode 100755 index 10fa14c..0000000 --- a/.old.git/hooks/prepare-commit-msg.sample +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# -# An example hook script to prepare the commit log message. -# Called by "git commit" with the name of the file that has the -# commit message, followed by the description of the commit -# message's source. The hook's purpose is to edit the commit -# message file. If the hook fails with a non-zero status, -# the commit is aborted. -# -# To enable this hook, rename this file to "prepare-commit-msg". - -# This hook includes three examples. The first one removes the -# "# Please enter the commit message..." help message. -# -# The second includes the output of "git diff --name-status -r" -# into the message, just before the "git status" output. It is -# commented because it doesn't cope with --amend or with squashed -# commits. -# -# The third example adds a Signed-off-by line to the message, that can -# still be edited. This is rarely a good idea. - -COMMIT_MSG_FILE=$1 -COMMIT_SOURCE=$2 -SHA1=$3 - -/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE" - -# case "$COMMIT_SOURCE,$SHA1" in -# ,|template,) -# /usr/bin/perl -i.bak -pe ' -# print "\n" . `git diff --cached --name-status -r` -# if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;; -# *) ;; -# esac - -# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') -# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE" -# if test -z "$COMMIT_SOURCE" -# then -# /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE" -# fi diff --git a/.old.git/hooks/push-to-checkout.sample b/.old.git/hooks/push-to-checkout.sample deleted file mode 100755 index af5a0c0..0000000 --- a/.old.git/hooks/push-to-checkout.sample +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# An example hook script to update a checked-out tree on a git push. -# -# This hook is invoked by git-receive-pack(1) when it reacts to git -# push and updates reference(s) in its repository, and when the push -# tries to update the branch that is currently checked out and the -# receive.denyCurrentBranch configuration variable is set to -# updateInstead. -# -# By default, such a push is refused if the working tree and the index -# of the remote repository has any difference from the currently -# checked out commit; when both the working tree and the index match -# the current commit, they are updated to match the newly pushed tip -# of the branch. This hook is to be used to override the default -# behaviour; however the code below reimplements the default behaviour -# as a starting point for convenient modification. -# -# The hook receives the commit with which the tip of the current -# branch is going to be updated: -commit=$1 - -# It can exit with a non-zero status to refuse the push (when it does -# so, it must not modify the index or the working tree). -die () { - echo >&2 "$*" - exit 1 -} - -# Or it can make any necessary changes to the working tree and to the -# index to bring them to the desired state when the tip of the current -# branch is updated to the new commit, and exit with a zero status. -# -# For example, the hook can simply run git read-tree -u -m HEAD "$1" -# in order to emulate git fetch that is run in the reverse direction -# with git push, as the two-tree form of git read-tree -u -m is -# essentially the same as git switch or git checkout that switches -# branches while keeping the local changes in the working tree that do -# not interfere with the difference between the branches. - -# The below is a more-or-less exact translation to shell of the C code -# for the default behaviour for git's push-to-checkout hook defined in -# the push_to_deploy() function in builtin/receive-pack.c. -# -# Note that the hook will be executed from the repository directory, -# not from the working tree, so if you want to perform operations on -# the working tree, you will have to adapt your code accordingly, e.g. -# by adding "cd .." or using relative paths. - -if ! git update-index -q --ignore-submodules --refresh -then - die "Up-to-date check failed" -fi - -if ! git diff-files --quiet --ignore-submodules -- -then - die "Working directory has unstaged changes" -fi - -# This is a rough translation of: -# -# head_has_history() ? "HEAD" : EMPTY_TREE_SHA1_HEX -if git cat-file -e HEAD 2>/dev/null -then - head=HEAD -else - head=$(git hash-object -t tree --stdin &2 - echo " (if you want, you could supply GIT_DIR then run" >&2 - echo " $0 )" >&2 - exit 1 -fi - -if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then - echo "usage: $0 " >&2 - exit 1 -fi - -# --- Config -allowunannotated=$(git config --type=bool hooks.allowunannotated) -allowdeletebranch=$(git config --type=bool hooks.allowdeletebranch) -denycreatebranch=$(git config --type=bool hooks.denycreatebranch) -allowdeletetag=$(git config --type=bool hooks.allowdeletetag) -allowmodifytag=$(git config --type=bool hooks.allowmodifytag) - -# check for no description -projectdesc=$(sed -e '1q' "$GIT_DIR/description") -case "$projectdesc" in -"Unnamed repository"* | "") - echo "*** Project description file hasn't been set" >&2 - exit 1 - ;; -esac - -# --- Check types -# if $newrev is 0000...0000, it's a commit to delete a ref. -zero=$(git hash-object --stdin &2 - echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 - exit 1 - fi - ;; - refs/tags/*,delete) - # delete tag - if [ "$allowdeletetag" != "true" ]; then - echo "*** Deleting a tag is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/tags/*,tag) - # annotated tag - if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 - then - echo "*** Tag '$refname' already exists." >&2 - echo "*** Modifying a tag is not allowed in this repository." >&2 - exit 1 - fi - ;; - refs/heads/*,commit) - # branch - if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then - echo "*** Creating a branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/heads/*,delete) - # delete branch - if [ "$allowdeletebranch" != "true" ]; then - echo "*** Deleting a branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/remotes/*,commit) - # tracking branch - ;; - refs/remotes/*,delete) - # delete tracking branch - if [ "$allowdeletebranch" != "true" ]; then - echo "*** Deleting a tracking branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - *) - # Anything else (is there anything else?) - echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 - exit 1 - ;; -esac - -# --- Finished -exit 0 diff --git a/.old.git/index b/.old.git/index deleted file mode 100644 index 4644bbe..0000000 Binary files a/.old.git/index and /dev/null differ diff --git a/.old.git/info/exclude b/.old.git/info/exclude deleted file mode 100644 index a5196d1..0000000 --- a/.old.git/info/exclude +++ /dev/null @@ -1,6 +0,0 @@ -# git ls-files --others --exclude-from=.git/info/exclude -# Lines that start with '#' are comments. -# For a project mostly in C, the following would be a good set of -# exclude patterns (uncomment them if you want to use them): -# *.[oa] -# *~ diff --git a/.old.git/logs/HEAD b/.old.git/logs/HEAD deleted file mode 100644 index d5cc24b..0000000 --- a/.old.git/logs/HEAD +++ /dev/null @@ -1,90 +0,0 @@ -0000000000000000000000000000000000000000 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768348076 -0600 clone: from gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002.git -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768350271 -0600 checkout: moving from main to 0001/add-go-webserver -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 be723bf91dbc13af52d7f73b5f15467cef0c7f1b uhryniuk 1768350423 -0600 commit: feat(webserver): add initial go webserver -be723bf91dbc13af52d7f73b5f15467cef0c7f1b 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768350623 -0600 checkout: moving from 0001/add-go-webserver to main -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768350629 -0600 checkout: moving from main to 2-create-a-simple-go-webserver -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768350645 -0600 commit: feat(webserver): add initial go webserver -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768350805 -0600 checkout: moving from 2-create-a-simple-go-webserver to 3-containerize-service -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 7bf2a817f97e785d0b1682202df37f5934d4e153 uhryniuk 1768351674 -0600 commit: feat(docker): add Dockerfile to run Go webserver -7bf2a817f97e785d0b1682202df37f5934d4e153 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768351680 -0600 checkout: moving from 3-containerize-service to 2-create-a-simple-go-webserver -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351690 -0600 commit (amend): feat(webserver): add initial go webserver -2994726718040e9b7d1f95b5957ada28d5b03b8e 7bf2a817f97e785d0b1682202df37f5934d4e153 uhryniuk 1768351696 -0600 checkout: moving from 2-create-a-simple-go-webserver to 3-containerize-service -7bf2a817f97e785d0b1682202df37f5934d4e153 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351702 -0600 checkout: moving from 3-containerize-service to 2-create-a-simple-go-webserver -2994726718040e9b7d1f95b5957ada28d5b03b8e 7bf2a817f97e785d0b1682202df37f5934d4e153 uhryniuk 1768351708 -0600 checkout: moving from 2-create-a-simple-go-webserver to 3-containerize-service -7bf2a817f97e785d0b1682202df37f5934d4e153 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351711 -0600 rebase (start): checkout 2-create-a-simple-go-webserver -2994726718040e9b7d1f95b5957ada28d5b03b8e d56866897ff630c6a6027cd434006d575d5b70d4 uhryniuk 1768351711 -0600 rebase (pick): feat(webserver): add initial go webserver -d56866897ff630c6a6027cd434006d575d5b70d4 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351711 -0600 rebase (pick): feat(docker): add Dockerfile to run Go webserver -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351711 -0600 rebase (finish): returning to refs/heads/3-containerize-service -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351739 -0600 rebase (start): checkout 2-create-a-simple-go-webserver -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351739 -0600 rebase (finish): returning to refs/heads/3-containerize-service -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351751 -0600 checkout: moving from 3-containerize-service to 2-create-a-simple-go-webserver -2994726718040e9b7d1f95b5957ada28d5b03b8e 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351756 -0600 checkout: moving from 2-create-a-simple-go-webserver to 3-containerize-service -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 d56866897ff630c6a6027cd434006d575d5b70d4 uhryniuk 1768351778 -0600 rebase (start): checkout 2-create-a-simple-go-webserver -d56866897ff630c6a6027cd434006d575d5b70d4 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351778 -0600 rebase: fast-forward -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 uhryniuk 1768351778 -0600 rebase (reword): feat(docker): add Dockerfile to run Go webserver -832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 uhryniuk 1768351778 -0600 rebase (finish): returning to refs/heads/3-containerize-service -832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351888 -0600 checkout: moving from 3-containerize-service to 2-create-a-simple-go-webserver -2994726718040e9b7d1f95b5957ada28d5b03b8e 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351906 -0600 checkout: moving from 2-create-a-simple-go-webserver to 3-create-docker-image -2994726718040e9b7d1f95b5957ada28d5b03b8e 0e9ab644abb82b38dc6b0cd348176b7435f93cc4 uhryniuk 1768351922 -0600 commit: feat(docker): add Dockerfile to run Go webserver -0e9ab644abb82b38dc6b0cd348176b7435f93cc4 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351935 -0600 rebase (start): checkout 2-create-a-simple-go-webserver -2994726718040e9b7d1f95b5957ada28d5b03b8e 0e9ab644abb82b38dc6b0cd348176b7435f93cc4 uhryniuk 1768351935 -0600 rebase: fast-forward -0e9ab644abb82b38dc6b0cd348176b7435f93cc4 215114744cd70b97ece95891cef7f207a746af49 uhryniuk 1768351935 -0600 rebase (reword): feat(docker): add Dockerfile to run Go webserver -215114744cd70b97ece95891cef7f207a746af49 215114744cd70b97ece95891cef7f207a746af49 uhryniuk 1768351935 -0600 rebase (finish): returning to refs/heads/3-create-docker-image -215114744cd70b97ece95891cef7f207a746af49 fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768352100 -0600 commit (amend): feat(docker): add Dockerfile to run Go webserver -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768352198 -0600 checkout: moving from 3-create-docker-image to 6-create-a-helm-chart-for-deployment -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768353565 -0600 commit: feat(helm): add helm chart and update README -1f83c1106dcd22a7e34bd38e57933d06b87c7968 3c64f1f7d13cc02274aae52b595637091cab62f6 uhryniuk 1768353865 -0600 commit: feat(ci): add gitlab CI for build, test and validation -3c64f1f7d13cc02274aae52b595637091cab62f6 7a6466e794b8df0c6d5402a87baa995ff5763e56 uhryniuk 1768354058 -0600 commit (amend): feat(ci): add gitlab CI for build, test and validation -7a6466e794b8df0c6d5402a87baa995ff5763e56 7a6466e794b8df0c6d5402a87baa995ff5763e56 uhryniuk 1768354098 -0600 rebase (start): checkout refs/remotes/origin/6-create-a-helm-chart-for-deployment -7a6466e794b8df0c6d5402a87baa995ff5763e56 7a6466e794b8df0c6d5402a87baa995ff5763e56 uhryniuk 1768354098 -0600 rebase (finish): returning to refs/heads/6-create-a-helm-chart-for-deployment -7a6466e794b8df0c6d5402a87baa995ff5763e56 fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768354101 -0600 checkout: moving from 6-create-a-helm-chart-for-deployment to 3-create-docker-image -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c 7a6466e794b8df0c6d5402a87baa995ff5763e56 uhryniuk 1768354109 -0600 checkout: moving from 3-create-docker-image to 6-create-a-helm-chart-for-deployment -7a6466e794b8df0c6d5402a87baa995ff5763e56 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354165 -0600 reset: moving to HEAD~1 -1f83c1106dcd22a7e34bd38e57933d06b87c7968 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354226 -0600 checkout: moving from 6-create-a-helm-chart-for-deployment to 5-implement-ci-pipeline -1f83c1106dcd22a7e34bd38e57933d06b87c7968 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354240 -0600 commit: feat(ci): add gitlab CI for build, test and validation -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354267 -0600 checkout: moving from 5-implement-ci-pipeline to 6-create-a-helm-chart-for-deployment -1f83c1106dcd22a7e34bd38e57933d06b87c7968 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354275 -0600 checkout: moving from 6-create-a-helm-chart-for-deployment to 5-implement-ci-pipeline -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354278 -0600 rebase (start): checkout refs/remotes/origin/5-implement-ci-pipeline -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354278 -0600 rebase (finish): returning to refs/heads/5-implement-ci-pipeline -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354284 -0600 rebase (start): checkout 6-create-a-helm-chart-for-deployment -1f83c1106dcd22a7e34bd38e57933d06b87c7968 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354284 -0600 rebase: fast-forward -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354284 -0600 rebase (reword): feat(ci): add gitlab CI for build, test and validation -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354284 -0600 rebase (finish): returning to refs/heads/5-implement-ci-pipeline -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354863 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768355090 -0600 commit: feat(README): Update README to reflect recent commits -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768424775 -0600 checkout: moving from 4-document-go-application to 5-implement-ci-pipeline -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768424784 -0600 checkout: moving from 5-implement-ci-pipeline to fix/ci -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 a6f70088c336a5ab9817abbad58c18c7e6e3b4f9 uhryniuk 1768424799 -0600 commit: feat(ci): update CI to check helm failures -a6f70088c336a5ab9817abbad58c18c7e6e3b4f9 f22b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f uhryniuk 1768424975 -0600 commit (amend): feat(ci): update CI to check helm failures -f22b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f ae2b294f12740f9dce06a249e941eda5703ccdd7 uhryniuk 1768425191 -0600 commit (amend): feat(ci): update CI to check helm failures -ae2b294f12740f9dce06a249e941eda5703ccdd7 4077c05cfb9fe153e27aedacdb61a7761fa12920 uhryniuk 1768425401 -0600 pull: Fast-forward -4077c05cfb9fe153e27aedacdb61a7761fa12920 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768425480 -0600 checkout: moving from fix/ci to 5-implement-ci-pipeline -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768425508 -0600 commit (amend): feat(ci): add gitlab CI for build, test and validation -4e45344d9401565cf82acb82932ccb11635a2b48 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768425552 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768425555 -0600 rebase (start): checkout 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768425562 -0600 rebase (abort): updating HEAD -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768425669 -0600 rebase (start): checkout 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 94eabe9e22b4502ee1930330d439c25c57ef05fd uhryniuk 1768425755 -0600 rebase (continue): feat(ci): add gitlab CI for build, test and validation -94eabe9e22b4502ee1930330d439c25c57ef05fd b21a999af710bda04355f9f931924be11c6b8484 uhryniuk 1768425760 -0600 rebase (continue) (pick): feat(README): Update README to reflect recent commits -b21a999af710bda04355f9f931924be11c6b8484 b21a999af710bda04355f9f931924be11c6b8484 uhryniuk 1768425760 -0600 rebase (continue) (finish): returning to refs/heads/4-document-go-application -b21a999af710bda04355f9f931924be11c6b8484 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768425771 -0600 checkout: moving from 4-document-go-application to 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 b21a999af710bda04355f9f931924be11c6b8484 uhryniuk 1768425827 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -b21a999af710bda04355f9f931924be11c6b8484 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768425837 -0600 reset: moving to origin/4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768432177 -0600 checkout: moving from 4-document-go-application to 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768432192 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768432201 -0600 rebase (start): checkout 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 cd129a893d65e2deb757301b6e8d1329289ebffb uhryniuk 1768432216 -0600 rebase (continue): feat(ci): add gitlab CI for build, test and validation -cd129a893d65e2deb757301b6e8d1329289ebffb 66ef02514f8e485d83fe4ebc3098ff1946d35b3b uhryniuk 1768432231 -0600 rebase (continue) (pick): feat(README): Update README to reflect recent commits -66ef02514f8e485d83fe4ebc3098ff1946d35b3b 66ef02514f8e485d83fe4ebc3098ff1946d35b3b uhryniuk 1768432231 -0600 rebase (continue) (finish): returning to refs/heads/4-document-go-application -66ef02514f8e485d83fe4ebc3098ff1946d35b3b 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768432239 -0600 checkout: moving from 4-document-go-application to 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 66ef02514f8e485d83fe4ebc3098ff1946d35b3b uhryniuk 1768432274 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -66ef02514f8e485d83fe4ebc3098ff1946d35b3b 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768432282 -0600 reset: moving to origin/4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768432312 -0600 checkout: moving from 4-document-go-application to 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768432317 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768432464 -0600 rebase (start): checkout 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 b6a801720d7653823d15c1d53e5dd2d96613030d uhryniuk 1768432464 -0600 rebase (pick): feat(README): Update README to reflect recent commits -b6a801720d7653823d15c1d53e5dd2d96613030d b6a801720d7653823d15c1d53e5dd2d96613030d uhryniuk 1768432464 -0600 rebase (finish): returning to refs/heads/4-document-go-application -b6a801720d7653823d15c1d53e5dd2d96613030d 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768432480 -0600 checkout: moving from 4-document-go-application to 5-implement-ci-pipeline -4e45344d9401565cf82acb82932ccb11635a2b48 b6a801720d7653823d15c1d53e5dd2d96613030d uhryniuk 1768432486 -0600 checkout: moving from 5-implement-ci-pipeline to 4-document-go-application -b6a801720d7653823d15c1d53e5dd2d96613030d 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768529236 -0600 checkout: moving from 4-document-go-application to main -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 b6a801720d7653823d15c1d53e5dd2d96613030d uhryniuk 1768529788 -0600 checkout: moving from main to 4-document-go-application diff --git a/.old.git/logs/refs/heads/0001/add-go-webserver b/.old.git/logs/refs/heads/0001/add-go-webserver deleted file mode 100644 index f48feb0..0000000 --- a/.old.git/logs/refs/heads/0001/add-go-webserver +++ /dev/null @@ -1,2 +0,0 @@ -0000000000000000000000000000000000000000 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768350271 -0600 branch: Created from HEAD -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 be723bf91dbc13af52d7f73b5f15467cef0c7f1b uhryniuk 1768350423 -0600 commit: feat(webserver): add initial go webserver diff --git a/.old.git/logs/refs/heads/2-create-a-simple-go-webserver b/.old.git/logs/refs/heads/2-create-a-simple-go-webserver deleted file mode 100644 index c5f2945..0000000 --- a/.old.git/logs/refs/heads/2-create-a-simple-go-webserver +++ /dev/null @@ -1,3 +0,0 @@ -0000000000000000000000000000000000000000 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768350629 -0600 branch: Created from refs/remotes/origin/2-create-a-simple-go-webserver -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768350645 -0600 commit: feat(webserver): add initial go webserver -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351690 -0600 commit (amend): feat(webserver): add initial go webserver diff --git a/.old.git/logs/refs/heads/3-containerize-service b/.old.git/logs/refs/heads/3-containerize-service deleted file mode 100644 index 7b9f042..0000000 --- a/.old.git/logs/refs/heads/3-containerize-service +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768350805 -0600 branch: Created from HEAD -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 7bf2a817f97e785d0b1682202df37f5934d4e153 uhryniuk 1768351674 -0600 commit: feat(docker): add Dockerfile to run Go webserver -7bf2a817f97e785d0b1682202df37f5934d4e153 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351711 -0600 rebase (finish): refs/heads/3-containerize-service onto 2994726718040e9b7d1f95b5957ada28d5b03b8e -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 uhryniuk 1768351778 -0600 rebase (finish): refs/heads/3-containerize-service onto 2994726718040e9b7d1f95b5957ada28d5b03b8e diff --git a/.old.git/logs/refs/heads/3-create-docker-image b/.old.git/logs/refs/heads/3-create-docker-image deleted file mode 100644 index 18af222..0000000 --- a/.old.git/logs/refs/heads/3-create-docker-image +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351906 -0600 branch: Created from HEAD -2994726718040e9b7d1f95b5957ada28d5b03b8e 0e9ab644abb82b38dc6b0cd348176b7435f93cc4 uhryniuk 1768351922 -0600 commit: feat(docker): add Dockerfile to run Go webserver -0e9ab644abb82b38dc6b0cd348176b7435f93cc4 215114744cd70b97ece95891cef7f207a746af49 uhryniuk 1768351935 -0600 rebase (finish): refs/heads/3-create-docker-image onto 2994726718040e9b7d1f95b5957ada28d5b03b8e -215114744cd70b97ece95891cef7f207a746af49 fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768352100 -0600 commit (amend): feat(docker): add Dockerfile to run Go webserver diff --git a/.old.git/logs/refs/heads/4-document-go-application b/.old.git/logs/refs/heads/4-document-go-application deleted file mode 100644 index 0d44e1b..0000000 --- a/.old.git/logs/refs/heads/4-document-go-application +++ /dev/null @@ -1,7 +0,0 @@ -0000000000000000000000000000000000000000 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354863 -0600 branch: Created from HEAD -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768355090 -0600 commit: feat(README): Update README to reflect recent commits -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd b21a999af710bda04355f9f931924be11c6b8484 uhryniuk 1768425760 -0600 rebase (continue) (finish): refs/heads/4-document-go-application onto 4e45344d9401565cf82acb82932ccb11635a2b48 -b21a999af710bda04355f9f931924be11c6b8484 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768425837 -0600 reset: moving to origin/4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd 66ef02514f8e485d83fe4ebc3098ff1946d35b3b uhryniuk 1768432231 -0600 rebase (continue) (finish): refs/heads/4-document-go-application onto 4e45344d9401565cf82acb82932ccb11635a2b48 -66ef02514f8e485d83fe4ebc3098ff1946d35b3b 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768432282 -0600 reset: moving to origin/4-document-go-application -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd b6a801720d7653823d15c1d53e5dd2d96613030d uhryniuk 1768432464 -0600 rebase (finish): refs/heads/4-document-go-application onto 4e45344d9401565cf82acb82932ccb11635a2b48 diff --git a/.old.git/logs/refs/heads/5-implement-ci-pipeline b/.old.git/logs/refs/heads/5-implement-ci-pipeline deleted file mode 100644 index 92aa27d..0000000 --- a/.old.git/logs/refs/heads/5-implement-ci-pipeline +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354226 -0600 branch: Created from HEAD -1f83c1106dcd22a7e34bd38e57933d06b87c7968 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354240 -0600 commit: feat(ci): add gitlab CI for build, test and validation -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354284 -0600 rebase (finish): refs/heads/5-implement-ci-pipeline onto 1f83c1106dcd22a7e34bd38e57933d06b87c7968 -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768425508 -0600 commit (amend): feat(ci): add gitlab CI for build, test and validation diff --git a/.old.git/logs/refs/heads/6-create-a-helm-chart-for-deployment b/.old.git/logs/refs/heads/6-create-a-helm-chart-for-deployment deleted file mode 100644 index afba910..0000000 --- a/.old.git/logs/refs/heads/6-create-a-helm-chart-for-deployment +++ /dev/null @@ -1,5 +0,0 @@ -0000000000000000000000000000000000000000 fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768352198 -0600 branch: Created from HEAD -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768353565 -0600 commit: feat(helm): add helm chart and update README -1f83c1106dcd22a7e34bd38e57933d06b87c7968 3c64f1f7d13cc02274aae52b595637091cab62f6 uhryniuk 1768353865 -0600 commit: feat(ci): add gitlab CI for build, test and validation -3c64f1f7d13cc02274aae52b595637091cab62f6 7a6466e794b8df0c6d5402a87baa995ff5763e56 uhryniuk 1768354058 -0600 commit (amend): feat(ci): add gitlab CI for build, test and validation -7a6466e794b8df0c6d5402a87baa995ff5763e56 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354165 -0600 reset: moving to HEAD~1 diff --git a/.old.git/logs/refs/heads/fix/ci b/.old.git/logs/refs/heads/fix/ci deleted file mode 100644 index 53cbdad..0000000 --- a/.old.git/logs/refs/heads/fix/ci +++ /dev/null @@ -1,5 +0,0 @@ -0000000000000000000000000000000000000000 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768424784 -0600 branch: Created from HEAD -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 a6f70088c336a5ab9817abbad58c18c7e6e3b4f9 uhryniuk 1768424799 -0600 commit: feat(ci): update CI to check helm failures -a6f70088c336a5ab9817abbad58c18c7e6e3b4f9 f22b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f uhryniuk 1768424975 -0600 commit (amend): feat(ci): update CI to check helm failures -f22b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f ae2b294f12740f9dce06a249e941eda5703ccdd7 uhryniuk 1768425191 -0600 commit (amend): feat(ci): update CI to check helm failures -ae2b294f12740f9dce06a249e941eda5703ccdd7 4077c05cfb9fe153e27aedacdb61a7761fa12920 uhryniuk 1768425401 -0600 pull: Fast-forward diff --git a/.old.git/logs/refs/heads/main b/.old.git/logs/refs/heads/main deleted file mode 100644 index 3ea65fb..0000000 --- a/.old.git/logs/refs/heads/main +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768348076 -0600 clone: from gitlab.com:gl-technical-interviews/backend/gitlab-delivery/interview-256744228002.git diff --git a/.old.git/logs/refs/remotes/gitlab/0001/add-go-webserver b/.old.git/logs/refs/remotes/gitlab/0001/add-go-webserver deleted file mode 100644 index 2a2fe3d..0000000 --- a/.old.git/logs/refs/remotes/gitlab/0001/add-go-webserver +++ /dev/null @@ -1,2 +0,0 @@ -0000000000000000000000000000000000000000 be723bf91dbc13af52d7f73b5f15467cef0c7f1b uhryniuk 1768350437 -0600 update by push -be723bf91dbc13af52d7f73b5f15467cef0c7f1b be723bf91dbc13af52d7f73b5f15467cef0c7f1b dylan 1768529172 -0600 remote: renamed refs/remotes/origin/0001/add-go-webserver to refs/remotes/gitlab/0001/add-go-webserver diff --git a/.old.git/logs/refs/remotes/gitlab/2-create-a-simple-go-webserver b/.old.git/logs/refs/remotes/gitlab/2-create-a-simple-go-webserver deleted file mode 100644 index 7da347b..0000000 --- a/.old.git/logs/refs/remotes/gitlab/2-create-a-simple-go-webserver +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 uhryniuk 1768350627 -0600 fetch --append --no-auto-gc --no-write-commit-graph origin: storing head -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768350650 -0600 update by push -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 2994726718040e9b7d1f95b5957ada28d5b03b8e uhryniuk 1768351694 -0600 update by push -2994726718040e9b7d1f95b5957ada28d5b03b8e 2994726718040e9b7d1f95b5957ada28d5b03b8e dylan 1768529172 -0600 remote: renamed refs/remotes/origin/2-create-a-simple-go-webserver to refs/remotes/gitlab/2-create-a-simple-go-webserver diff --git a/.old.git/logs/refs/remotes/gitlab/3-containerize-service b/.old.git/logs/refs/remotes/gitlab/3-containerize-service deleted file mode 100644 index 244b9ba..0000000 --- a/.old.git/logs/refs/remotes/gitlab/3-containerize-service +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 uhryniuk 1768350817 -0600 update by push -e1b7c9abb78f9151419d7814e4e9ad2d1ca561e1 0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 uhryniuk 1768351723 -0600 update by push -0b013d45d02aaf7f0bba716d5e7ab743cbd3ff59 832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 uhryniuk 1768351821 -0600 update by push -832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 dylan 1768529172 -0600 remote: renamed refs/remotes/origin/3-containerize-service to refs/remotes/gitlab/3-containerize-service diff --git a/.old.git/logs/refs/remotes/gitlab/3-create-docker-image b/.old.git/logs/refs/remotes/gitlab/3-create-docker-image deleted file mode 100644 index d669557..0000000 --- a/.old.git/logs/refs/remotes/gitlab/3-create-docker-image +++ /dev/null @@ -1,3 +0,0 @@ -0000000000000000000000000000000000000000 215114744cd70b97ece95891cef7f207a746af49 uhryniuk 1768351951 -0600 update by push -215114744cd70b97ece95891cef7f207a746af49 fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768352107 -0600 update by push -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c fa5b934ed6c6536c8f63dd2463d77a9c15218d9c dylan 1768529172 -0600 remote: renamed refs/remotes/origin/3-create-docker-image to refs/remotes/gitlab/3-create-docker-image diff --git a/.old.git/logs/refs/remotes/gitlab/4-document-go-application b/.old.git/logs/refs/remotes/gitlab/4-document-go-application deleted file mode 100644 index bc0da3b..0000000 --- a/.old.git/logs/refs/remotes/gitlab/4-document-go-application +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354871 -0600 update by push -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 1a67ef15921ef04eb5d07f8880e3fd5b15baaedd uhryniuk 1768355093 -0600 update by push -1a67ef15921ef04eb5d07f8880e3fd5b15baaedd b6a801720d7653823d15c1d53e5dd2d96613030d uhryniuk 1768432497 -0600 update by push -b6a801720d7653823d15c1d53e5dd2d96613030d b6a801720d7653823d15c1d53e5dd2d96613030d dylan 1768529172 -0600 remote: renamed refs/remotes/origin/4-document-go-application to refs/remotes/gitlab/4-document-go-application diff --git a/.old.git/logs/refs/remotes/gitlab/5-implement-ci-pipeline b/.old.git/logs/refs/remotes/gitlab/5-implement-ci-pipeline deleted file mode 100644 index 91b84d8..0000000 --- a/.old.git/logs/refs/remotes/gitlab/5-implement-ci-pipeline +++ /dev/null @@ -1,4 +0,0 @@ -0000000000000000000000000000000000000000 18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 uhryniuk 1768354250 -0600 update by push -18cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 uhryniuk 1768354295 -0600 update by push -2a23fb1c6bdecbb3e2e2d398b6d70327011da8e2 4e45344d9401565cf82acb82932ccb11635a2b48 uhryniuk 1768425510 -0600 update by push -4e45344d9401565cf82acb82932ccb11635a2b48 4e45344d9401565cf82acb82932ccb11635a2b48 dylan 1768529172 -0600 remote: renamed refs/remotes/origin/5-implement-ci-pipeline to refs/remotes/gitlab/5-implement-ci-pipeline diff --git a/.old.git/logs/refs/remotes/gitlab/6-create-a-helm-chart-for-deployment b/.old.git/logs/refs/remotes/gitlab/6-create-a-helm-chart-for-deployment deleted file mode 100644 index 35658ae..0000000 --- a/.old.git/logs/refs/remotes/gitlab/6-create-a-helm-chart-for-deployment +++ /dev/null @@ -1,5 +0,0 @@ -0000000000000000000000000000000000000000 fa5b934ed6c6536c8f63dd2463d77a9c15218d9c uhryniuk 1768352206 -0600 update by push -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768353568 -0600 update by push -1f83c1106dcd22a7e34bd38e57933d06b87c7968 7a6466e794b8df0c6d5402a87baa995ff5763e56 uhryniuk 1768354076 -0600 update by push -7a6466e794b8df0c6d5402a87baa995ff5763e56 1f83c1106dcd22a7e34bd38e57933d06b87c7968 uhryniuk 1768354206 -0600 update by push -1f83c1106dcd22a7e34bd38e57933d06b87c7968 1f83c1106dcd22a7e34bd38e57933d06b87c7968 dylan 1768529172 -0600 remote: renamed refs/remotes/origin/6-create-a-helm-chart-for-deployment to refs/remotes/gitlab/6-create-a-helm-chart-for-deployment diff --git a/.old.git/logs/refs/remotes/gitlab/HEAD b/.old.git/logs/refs/remotes/gitlab/HEAD deleted file mode 100644 index 11bbb33..0000000 --- a/.old.git/logs/refs/remotes/gitlab/HEAD +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 dylan 1768529172 -0600 remote: renamed refs/remotes/origin/HEAD to refs/remotes/gitlab/HEAD diff --git a/.old.git/logs/refs/remotes/gitlab/fix/ci b/.old.git/logs/refs/remotes/gitlab/fix/ci deleted file mode 100644 index be61631..0000000 --- a/.old.git/logs/refs/remotes/gitlab/fix/ci +++ /dev/null @@ -1,5 +0,0 @@ -0000000000000000000000000000000000000000 a6f70088c336a5ab9817abbad58c18c7e6e3b4f9 uhryniuk 1768424808 -0600 update by push -a6f70088c336a5ab9817abbad58c18c7e6e3b4f9 f22b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f uhryniuk 1768424977 -0600 update by push -f22b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f ae2b294f12740f9dce06a249e941eda5703ccdd7 uhryniuk 1768425193 -0600 update by push -ae2b294f12740f9dce06a249e941eda5703ccdd7 4077c05cfb9fe153e27aedacdb61a7761fa12920 uhryniuk 1768425401 -0600 pull: fast-forward -4077c05cfb9fe153e27aedacdb61a7761fa12920 4077c05cfb9fe153e27aedacdb61a7761fa12920 dylan 1768529172 -0600 remote: renamed refs/remotes/origin/fix/ci to refs/remotes/gitlab/fix/ci diff --git a/.old.git/logs/refs/remotes/gitlab/main b/.old.git/logs/refs/remotes/gitlab/main deleted file mode 100644 index c85b2cd..0000000 --- a/.old.git/logs/refs/remotes/gitlab/main +++ /dev/null @@ -1 +0,0 @@ -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 dylan 1768529172 -0600 remote: renamed refs/remotes/origin/main to refs/remotes/gitlab/main diff --git a/.old.git/objects/02/f0021fc12a19b17177fec311d25632ff06fee6 b/.old.git/objects/02/f0021fc12a19b17177fec311d25632ff06fee6 deleted file mode 100644 index 9e1a260..0000000 Binary files a/.old.git/objects/02/f0021fc12a19b17177fec311d25632ff06fee6 and /dev/null differ diff --git a/.old.git/objects/06/b68a64506292908579785d0860b6fb0b772485 b/.old.git/objects/06/b68a64506292908579785d0860b6fb0b772485 deleted file mode 100644 index 78be6b4..0000000 Binary files a/.old.git/objects/06/b68a64506292908579785d0860b6fb0b772485 and /dev/null differ diff --git a/.old.git/objects/0b/013d45d02aaf7f0bba716d5e7ab743cbd3ff59 b/.old.git/objects/0b/013d45d02aaf7f0bba716d5e7ab743cbd3ff59 deleted file mode 100644 index 3389184..0000000 Binary files a/.old.git/objects/0b/013d45d02aaf7f0bba716d5e7ab743cbd3ff59 and /dev/null differ diff --git a/.old.git/objects/0b/9d31bc7ebeb165f2324a3f238c37726a321cf7 b/.old.git/objects/0b/9d31bc7ebeb165f2324a3f238c37726a321cf7 deleted file mode 100644 index d79ae82..0000000 --- a/.old.git/objects/0b/9d31bc7ebeb165f2324a3f238c37726a321cf7 +++ /dev/null @@ -1 +0,0 @@ -x=K0 DYVDiwpn0RXNԊc>b5̛%t +[Zf&(R:&+ܸ%y x??ˤ%ћ~cCg!. \ No newline at end of file diff --git a/.old.git/objects/0c/592f1dd509fbc44209b35b580c29c889c3af43 b/.old.git/objects/0c/592f1dd509fbc44209b35b580c29c889c3af43 deleted file mode 100644 index 70b938a..0000000 Binary files a/.old.git/objects/0c/592f1dd509fbc44209b35b580c29c889c3af43 and /dev/null differ diff --git a/.old.git/objects/0e/8a0eb36f4ca2c939201c0d54b5d82a1ea34778 b/.old.git/objects/0e/8a0eb36f4ca2c939201c0d54b5d82a1ea34778 deleted file mode 100644 index f99109a..0000000 --- a/.old.git/objects/0e/8a0eb36f4ca2c939201c0d54b5d82a1ea34778 +++ /dev/null @@ -1,4 +0,0 @@ -xMO1N1+ -h -*Eyc/-wMxfvlcpxWT v=d3Ǫ -USΩ456QAh(0zyM 7>B J@$FtMG mzpTҞZws}wBB/{YߔaOZdAkmX`[1P3# !_3n6+b}uƿ&yY`9#iS.s)V |;ެ6k5BpuQÂ;=GLܬ1,\G \ No newline at end of file diff --git a/.old.git/objects/18/1ae1a8521047091605cd70e5f93876d073466e b/.old.git/objects/18/1ae1a8521047091605cd70e5f93876d073466e deleted file mode 100644 index 25272e9..0000000 Binary files a/.old.git/objects/18/1ae1a8521047091605cd70e5f93876d073466e and /dev/null differ diff --git a/.old.git/objects/18/cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 b/.old.git/objects/18/cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 deleted file mode 100644 index b94ca1e..0000000 Binary files a/.old.git/objects/18/cc6ddc0ff1c0c9a6429b1809a2689501d9f8b9 and /dev/null differ diff --git a/.old.git/objects/1a/497d3146ac18ac2953a29209fca36231fd8e84 b/.old.git/objects/1a/497d3146ac18ac2953a29209fca36231fd8e84 deleted file mode 100644 index d30c065..0000000 Binary files a/.old.git/objects/1a/497d3146ac18ac2953a29209fca36231fd8e84 and /dev/null differ diff --git a/.old.git/objects/1a/67ef15921ef04eb5d07f8880e3fd5b15baaedd b/.old.git/objects/1a/67ef15921ef04eb5d07f8880e3fd5b15baaedd deleted file mode 100644 index da41db2..0000000 --- a/.old.git/objects/1a/67ef15921ef04eb5d07f8880e3fd5b15baaedd +++ /dev/null @@ -1 +0,0 @@ -xON0 䜯$ض)B$8hM@Zpfc4!*D xɵrjhA:\)f(7vƑ5FtJ\$ÒǴBs y'1`qjlAVmw֠qy|v|~y=0\0+l.7ǿ+E`lx[pL<6rukXGôTc',SC  \ No newline at end of file diff --git a/.old.git/objects/1e/679a7f7d80c1f839d22d47b58e01bf3b772bef b/.old.git/objects/1e/679a7f7d80c1f839d22d47b58e01bf3b772bef deleted file mode 100644 index ee24612..0000000 Binary files a/.old.git/objects/1e/679a7f7d80c1f839d22d47b58e01bf3b772bef and /dev/null differ diff --git a/.old.git/objects/1f/83c1106dcd22a7e34bd38e57933d06b87c7968 b/.old.git/objects/1f/83c1106dcd22a7e34bd38e57933d06b87c7968 deleted file mode 100644 index 862bd8b..0000000 --- a/.old.git/objects/1f/83c1106dcd22a7e34bd38e57933d06b87c7968 +++ /dev/null @@ -1 +0,0 @@ -xN0 9),q .m!H o%UnM%rl۸۹ W91QJu[2)Ԫ.1-j)zL26ժԶiuI$k4v!c .ᑎbp,kݔTZ}BLI4?e7 %S cO֫ϵy;1[Y09q}4 bfX x;#X[6kϒa˃5# a،)˅rS/><?恧e \ No newline at end of file diff --git a/.old.git/objects/21/5114744cd70b97ece95891cef7f207a746af49 b/.old.git/objects/21/5114744cd70b97ece95891cef7f207a746af49 deleted file mode 100644 index c7e73e2..0000000 Binary files a/.old.git/objects/21/5114744cd70b97ece95891cef7f207a746af49 and /dev/null differ diff --git a/.old.git/objects/28/f57c477b502e462492c3631851eeb2f64bc1ec b/.old.git/objects/28/f57c477b502e462492c3631851eeb2f64bc1ec deleted file mode 100644 index a76cca5..0000000 Binary files a/.old.git/objects/28/f57c477b502e462492c3631851eeb2f64bc1ec and /dev/null differ diff --git a/.old.git/objects/29/94726718040e9b7d1f95b5957ada28d5b03b8e b/.old.git/objects/29/94726718040e9b7d1f95b5957ada28d5b03b8e deleted file mode 100644 index 64f5566..0000000 --- a/.old.git/objects/29/94726718040e9b7d1f95b5957ada28d5b03b8e +++ /dev/null @@ -1,2 +0,0 @@ -x͎0 {SRCv;^Es*z/@IT]2m޾r-zQᘸI?D -%''DMgyIY*<; q^"-Ѵգg׻~nF<ͪX%Wl{5ȑЙ~~Ǔ >QJ~[BYAGX>ΔnϾx pw$υ2Y!<@c >Wp>PDk,+wpEh{6氓PWb-xqau)dnsɝZ_kHqxFY#8&bRyKVڂdX shF{<5S'~q \ No newline at end of file diff --git a/.old.git/objects/2a/23fb1c6bdecbb3e2e2d398b6d70327011da8e2 b/.old.git/objects/2a/23fb1c6bdecbb3e2e2d398b6d70327011da8e2 deleted file mode 100644 index f06dbde..0000000 --- a/.old.git/objects/2a/23fb1c6bdecbb3e2e2d398b6d70327011da8e2 +++ /dev/null @@ -1,2 +0,0 @@ -xAN0EY#TNB Ğ LImUIK+ز< ]@%'^U)mSʑB H@a+g]]&!;' 5qmu ù_usn0%ا3`%DBsLrbKgsk!mT=L!XZXσde7esEx!]D#\Tʃ \ No newline at end of file diff --git a/.old.git/objects/7a/c00779cef47445315068501cd7d87d6dd6ef15 b/.old.git/objects/7a/c00779cef47445315068501cd7d87d6dd6ef15 deleted file mode 100644 index 3638ea7..0000000 Binary files a/.old.git/objects/7a/c00779cef47445315068501cd7d87d6dd6ef15 and /dev/null differ diff --git a/.old.git/objects/7b/f2a817f97e785d0b1682202df37f5934d4e153 b/.old.git/objects/7b/f2a817f97e785d0b1682202df37f5934d4e153 deleted file mode 100644 index fbc863f..0000000 Binary files a/.old.git/objects/7b/f2a817f97e785d0b1682202df37f5934d4e153 and /dev/null differ diff --git a/.old.git/objects/7d/13f9812770c7b5c0a5fd503272bf9ecfd7ac10 b/.old.git/objects/7d/13f9812770c7b5c0a5fd503272bf9ecfd7ac10 deleted file mode 100644 index 44e5c8f..0000000 Binary files a/.old.git/objects/7d/13f9812770c7b5c0a5fd503272bf9ecfd7ac10 and /dev/null differ diff --git a/.old.git/objects/7f/19f65c430c9e9aa0ec4d26351bb2f3d64114fd b/.old.git/objects/7f/19f65c430c9e9aa0ec4d26351bb2f3d64114fd deleted file mode 100644 index 2c4f54e..0000000 Binary files a/.old.git/objects/7f/19f65c430c9e9aa0ec4d26351bb2f3d64114fd and /dev/null differ diff --git a/.old.git/objects/83/2faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 b/.old.git/objects/83/2faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 deleted file mode 100644 index 7914d01..0000000 Binary files a/.old.git/objects/83/2faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 and /dev/null differ diff --git a/.old.git/objects/87/2968615735187baec46322b0e68f64d00c7b8c b/.old.git/objects/87/2968615735187baec46322b0e68f64d00c7b8c deleted file mode 100644 index 4eb30b8..0000000 Binary files a/.old.git/objects/87/2968615735187baec46322b0e68f64d00c7b8c and /dev/null differ diff --git a/.old.git/objects/89/9127d22f25ad19822425e199b9c67c24dea598 b/.old.git/objects/89/9127d22f25ad19822425e199b9c67c24dea598 deleted file mode 100644 index 0406ff8..0000000 Binary files a/.old.git/objects/89/9127d22f25ad19822425e199b9c67c24dea598 and /dev/null differ diff --git a/.old.git/objects/94/eabe9e22b4502ee1930330d439c25c57ef05fd b/.old.git/objects/94/eabe9e22b4502ee1930330d439c25c57ef05fd deleted file mode 100644 index 4b58f1d..0000000 --- a/.old.git/objects/94/eabe9e22b4502ee1930330d439c25c57ef05fd +++ /dev/null @@ -1,3 +0,0 @@ -xAN0EY#TNb; B Ğ ImUqK+ز4>h<PF4]vhk Bv8Q,AWRI3t5}SJ5k-:KviMSoc`X4Bժ✕m) -QVʫ g@kas@ J1`Wi΀}}::c1 _IϿ }\3Mohc= ̮G`H9 xp: -#S^3 i%Tb \ No newline at end of file diff --git a/.old.git/objects/95/5637f479a259eb3926570299fd309d44228251 b/.old.git/objects/95/5637f479a259eb3926570299fd309d44228251 deleted file mode 100644 index 850803e..0000000 Binary files a/.old.git/objects/95/5637f479a259eb3926570299fd309d44228251 and /dev/null differ diff --git a/.old.git/objects/9e/ebe8a4b9bc8158763b29fc0935f94eb3b775be b/.old.git/objects/9e/ebe8a4b9bc8158763b29fc0935f94eb3b775be deleted file mode 100644 index bd25a9f..0000000 Binary files a/.old.git/objects/9e/ebe8a4b9bc8158763b29fc0935f94eb3b775be and /dev/null differ diff --git a/.old.git/objects/9f/7e343db0fb51290a7ece64495367e3c0d6ae3e b/.old.git/objects/9f/7e343db0fb51290a7ece64495367e3c0d6ae3e deleted file mode 100644 index 5963e27..0000000 Binary files a/.old.git/objects/9f/7e343db0fb51290a7ece64495367e3c0d6ae3e and /dev/null differ diff --git a/.old.git/objects/a6/f70088c336a5ab9817abbad58c18c7e6e3b4f9 b/.old.git/objects/a6/f70088c336a5ab9817abbad58c18c7e6e3b4f9 deleted file mode 100644 index 32a1e90..0000000 --- a/.old.git/objects/a6/f70088c336a5ab9817abbad58c18c7e6e3b4f9 +++ /dev/null @@ -1,2 +0,0 @@ -x;N1}!``W!qvGc팽2vgN@Jveit.kmcDKEAg=.eԥ"&>eᔬ1%КZgZ(ckN?jip;>@8BQ<: -g./WLCFބo~Je]~/@W \ No newline at end of file diff --git a/.old.git/objects/ae/2b294f12740f9dce06a249e941eda5703ccdd7 b/.old.git/objects/ae/2b294f12740f9dce06a249e941eda5703ccdd7 deleted file mode 100644 index f85c6fa..0000000 --- a/.old.git/objects/ae/2b294f12740f9dce06a249e941eda5703ccdd7 +++ /dev/null @@ -1,3 +0,0 @@ -x1n!ESs)"^XȊ*A.X ->[$H>}_;^zɺ]3i?aֆE ыe&]L1Z1b stkkFL4Q4R=:`*Lۙ~n޴Z8忉 &T'^_0 -amL6|}X \ No newline at end of file diff --git a/.old.git/objects/ae/3929be2f01a45de9265f8d2da22e717caf2456 b/.old.git/objects/ae/3929be2f01a45de9265f8d2da22e717caf2456 deleted file mode 100644 index 878abae..0000000 Binary files a/.old.git/objects/ae/3929be2f01a45de9265f8d2da22e717caf2456 and /dev/null differ diff --git a/.old.git/objects/b1/b5875304472e6e6379094e3d025ea1474d6a88 b/.old.git/objects/b1/b5875304472e6e6379094e3d025ea1474d6a88 deleted file mode 100644 index c71b2a2..0000000 Binary files a/.old.git/objects/b1/b5875304472e6e6379094e3d025ea1474d6a88 and /dev/null differ diff --git a/.old.git/objects/b2/1a999af710bda04355f9f931924be11c6b8484 b/.old.git/objects/b2/1a999af710bda04355f9f931924be11c6b8484 deleted file mode 100644 index 856def6..0000000 --- a/.old.git/objects/b2/1a999af710bda04355f9f931924be11c6b8484 +++ /dev/null @@ -1,2 +0,0 @@ -xOAN0 WTiҴ B$F&U{Z-wN֌=g=  I-@eIV -BPWwhTf\(f @Q%Fj#Q9e1-v')z2izk{x9+l P]{`0~^w5[ 9B.esǕ*Ӳ€7x{4OgF (%>CڊGv<7+  diff --git a/.old.git/objects/b6/a801720d7653823d15c1d53e5dd2d96613030d b/.old.git/objects/b6/a801720d7653823d15c1d53e5dd2d96613030d deleted file mode 100644 index ee66843..0000000 --- a/.old.git/objects/b6/a801720d7653823d15c1d53e5dd2d96613030d +++ /dev/null @@ -1,3 +0,0 @@ -xOAN0 WTi B$ݍM6j;'kƞ i -Wya٢ΓZ7t NWg11fmֽӲ66H6N5D[e -!-S ӈO1@8VG*cp'[)EaKЪѭc~=nc13\0 #S..W!W1}<`[qϷmy1Ľ8q7+ U~ \ No newline at end of file diff --git a/.old.git/objects/b8/7bb0ed42faa79fa7688c12b145f2a908d77a6d b/.old.git/objects/b8/7bb0ed42faa79fa7688c12b145f2a908d77a6d deleted file mode 100644 index 1b12569..0000000 Binary files a/.old.git/objects/b8/7bb0ed42faa79fa7688c12b145f2a908d77a6d and /dev/null differ diff --git a/.old.git/objects/ba/04a5d3b1feb860e4cbde73e0c7430e177334a0 b/.old.git/objects/ba/04a5d3b1feb860e4cbde73e0c7430e177334a0 deleted file mode 100644 index 6107abf..0000000 Binary files a/.old.git/objects/ba/04a5d3b1feb860e4cbde73e0c7430e177334a0 and /dev/null differ diff --git a/.old.git/objects/be/723bf91dbc13af52d7f73b5f15467cef0c7f1b b/.old.git/objects/be/723bf91dbc13af52d7f73b5f15467cef0c7f1b deleted file mode 100644 index 02278f9..0000000 --- a/.old.git/objects/be/723bf91dbc13af52d7f73b5f15467cef0c7f1b +++ /dev/null @@ -1 +0,0 @@ -xn0{S\i* >XK-o@{$w1q]}:*J; JNNO 8XMTҩy4v&2ZiEZiGgϮwd8N[yU/%&Kr~5ȑЙ@?I_(h-h@GX>&)(=}<15ߑ?fARXKLP\;,\<_@YD~hhfCلjNB]ucm]޾^]뺕Sݢ;!. -ք;1kg|h aK-Yk cD{͢)V@Lxxd \ No newline at end of file diff --git a/.old.git/objects/cb/7cb51d8ee0b16f630eb351215e95b905507938 b/.old.git/objects/cb/7cb51d8ee0b16f630eb351215e95b905507938 deleted file mode 100644 index 49dda5c..0000000 Binary files a/.old.git/objects/cb/7cb51d8ee0b16f630eb351215e95b905507938 and /dev/null differ diff --git a/.old.git/objects/cd/129a893d65e2deb757301b6e8d1329289ebffb b/.old.git/objects/cd/129a893d65e2deb757301b6e8d1329289ebffb deleted file mode 100644 index 6b64644..0000000 --- a/.old.git/objects/cd/129a893d65e2deb757301b6e8d1329289ebffb +++ /dev/null @@ -1,3 +0,0 @@ -xN0EY+FbRlvR=?0~6u*qZqK+زsZ P"j|P%D,0%Dȧwg,#x+7sϱP*av!UIofW #n`9!tpzG0&dfKX \ No newline at end of file diff --git a/.old.git/objects/d0/c6e12fe431d4788bd5083ac8e443029e14da4f b/.old.git/objects/d0/c6e12fe431d4788bd5083ac8e443029e14da4f deleted file mode 100644 index 05df1dc..0000000 Binary files a/.old.git/objects/d0/c6e12fe431d4788bd5083ac8e443029e14da4f and /dev/null differ diff --git a/.old.git/objects/d1/8c4700d800c9d7d42384d09563873527d64bf1 b/.old.git/objects/d1/8c4700d800c9d7d42384d09563873527d64bf1 deleted file mode 100644 index 4325dc5..0000000 Binary files a/.old.git/objects/d1/8c4700d800c9d7d42384d09563873527d64bf1 and /dev/null differ diff --git a/.old.git/objects/d1/b027e12b30f792b3cf2af3c911a28e5934cb50 b/.old.git/objects/d1/b027e12b30f792b3cf2af3c911a28e5934cb50 deleted file mode 100644 index 99b9a0e..0000000 Binary files a/.old.git/objects/d1/b027e12b30f792b3cf2af3c911a28e5934cb50 and /dev/null differ diff --git a/.old.git/objects/d5/6866897ff630c6a6027cd434006d575d5b70d4 b/.old.git/objects/d5/6866897ff630c6a6027cd434006d575d5b70d4 deleted file mode 100644 index 4060d65..0000000 Binary files a/.old.git/objects/d5/6866897ff630c6a6027cd434006d575d5b70d4 and /dev/null differ diff --git a/.old.git/objects/d6/90c0f1477c5b48847c861daa22d07858a9c70f b/.old.git/objects/d6/90c0f1477c5b48847c861daa22d07858a9c70f deleted file mode 100644 index fb4b0c8..0000000 Binary files a/.old.git/objects/d6/90c0f1477c5b48847c861daa22d07858a9c70f and /dev/null differ diff --git a/.old.git/objects/e1/b7c9abb78f9151419d7814e4e9ad2d1ca561e1 b/.old.git/objects/e1/b7c9abb78f9151419d7814e4e9ad2d1ca561e1 deleted file mode 100644 index edccd21..0000000 --- a/.old.git/objects/e1/b7c9abb78f9151419d7814e4e9ad2d1ca561e1 +++ /dev/null @@ -1 +0,0 @@ -xͮ0Y)9?NtuEW ^9n qBEY3f<6n/˻@Y5.$q\GZFzXpPb׉@?Y3V7Czן JLе1A]Ӄ} /g9:t6nП˨<)(g)EmE B8/2ҝ҇O/^E+ }L`W7k J`t>|.o|,"?X6m+b Cxن- n1[]}cu1sɝW=դMkZ#G>5pCİxH(LmE2p,عEE`Odԉ?*v# \ No newline at end of file diff --git a/.old.git/objects/e5/73d2049683e78bb65b9e0f6a62086e8024801c b/.old.git/objects/e5/73d2049683e78bb65b9e0f6a62086e8024801c deleted file mode 100644 index 0905806..0000000 Binary files a/.old.git/objects/e5/73d2049683e78bb65b9e0f6a62086e8024801c and /dev/null differ diff --git a/.old.git/objects/e6/3ff2a253eed08eb62f21058b7a0099aab8bac6 b/.old.git/objects/e6/3ff2a253eed08eb62f21058b7a0099aab8bac6 deleted file mode 100644 index 62d4086..0000000 Binary files a/.old.git/objects/e6/3ff2a253eed08eb62f21058b7a0099aab8bac6 and /dev/null differ diff --git a/.old.git/objects/f2/2b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f b/.old.git/objects/f2/2b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f deleted file mode 100644 index 92b9952..0000000 --- a/.old.git/objects/f2/2b3ccf33a8ffcdff901e5ea02d75e5d43b0b3f +++ /dev/null @@ -1 +0,0 @@ -x1n ESs)"VQ)U1XֆboR'ql D@fg)|4 AOLuRwnRN]N1);ơ֙ţXۣlosĥ-~IxOfr!+:y˿Ϳ 紽\a3w/*,ɷ%[W \ No newline at end of file diff --git a/.old.git/objects/f3/acea0a1a92760bed9bdb6e9072e0e0b61d1d1b b/.old.git/objects/f3/acea0a1a92760bed9bdb6e9072e0e0b61d1d1b deleted file mode 100644 index ef68eff..0000000 Binary files a/.old.git/objects/f3/acea0a1a92760bed9bdb6e9072e0e0b61d1d1b and /dev/null differ diff --git a/.old.git/objects/f6/07d52ea26f85d14a2fa450d01e3010832f298c b/.old.git/objects/f6/07d52ea26f85d14a2fa450d01e3010832f298c deleted file mode 100644 index 817dad0..0000000 Binary files a/.old.git/objects/f6/07d52ea26f85d14a2fa450d01e3010832f298c and /dev/null differ diff --git a/.old.git/objects/fa/5b934ed6c6536c8f63dd2463d77a9c15218d9c b/.old.git/objects/fa/5b934ed6c6536c8f63dd2463d77a9c15218d9c deleted file mode 100644 index c0fc763..0000000 Binary files a/.old.git/objects/fa/5b934ed6c6536c8f63dd2463d77a9c15218d9c and /dev/null differ diff --git a/.old.git/objects/fb/b246ea231aea7d2e47a275a787f368740c0d35 b/.old.git/objects/fb/b246ea231aea7d2e47a275a787f368740c0d35 deleted file mode 100644 index 1a6d5f6..0000000 Binary files a/.old.git/objects/fb/b246ea231aea7d2e47a275a787f368740c0d35 and /dev/null differ diff --git a/.old.git/objects/pack/pack-3a977e81732cae643e34b798dad95a701f9a3822.idx b/.old.git/objects/pack/pack-3a977e81732cae643e34b798dad95a701f9a3822.idx deleted file mode 100644 index 9fc2545..0000000 Binary files a/.old.git/objects/pack/pack-3a977e81732cae643e34b798dad95a701f9a3822.idx and /dev/null differ diff --git a/.old.git/objects/pack/pack-3a977e81732cae643e34b798dad95a701f9a3822.pack b/.old.git/objects/pack/pack-3a977e81732cae643e34b798dad95a701f9a3822.pack deleted file mode 100644 index eafb933..0000000 Binary files a/.old.git/objects/pack/pack-3a977e81732cae643e34b798dad95a701f9a3822.pack and /dev/null differ diff --git a/.old.git/packed-refs b/.old.git/packed-refs deleted file mode 100644 index 250f187..0000000 --- a/.old.git/packed-refs +++ /dev/null @@ -1 +0,0 @@ -# pack-refs with: peeled fully-peeled sorted diff --git a/.old.git/refs/heads/0001/add-go-webserver b/.old.git/refs/heads/0001/add-go-webserver deleted file mode 100644 index dbb4f92..0000000 --- a/.old.git/refs/heads/0001/add-go-webserver +++ /dev/null @@ -1 +0,0 @@ -be723bf91dbc13af52d7f73b5f15467cef0c7f1b diff --git a/.old.git/refs/heads/2-create-a-simple-go-webserver b/.old.git/refs/heads/2-create-a-simple-go-webserver deleted file mode 100644 index 9264574..0000000 --- a/.old.git/refs/heads/2-create-a-simple-go-webserver +++ /dev/null @@ -1 +0,0 @@ -2994726718040e9b7d1f95b5957ada28d5b03b8e diff --git a/.old.git/refs/heads/3-containerize-service b/.old.git/refs/heads/3-containerize-service deleted file mode 100644 index 3bd8865..0000000 --- a/.old.git/refs/heads/3-containerize-service +++ /dev/null @@ -1 +0,0 @@ -832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 diff --git a/.old.git/refs/heads/3-create-docker-image b/.old.git/refs/heads/3-create-docker-image deleted file mode 100644 index 19c1014..0000000 --- a/.old.git/refs/heads/3-create-docker-image +++ /dev/null @@ -1 +0,0 @@ -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c diff --git a/.old.git/refs/heads/4-document-go-application b/.old.git/refs/heads/4-document-go-application deleted file mode 100644 index 68539d8..0000000 --- a/.old.git/refs/heads/4-document-go-application +++ /dev/null @@ -1 +0,0 @@ -b6a801720d7653823d15c1d53e5dd2d96613030d diff --git a/.old.git/refs/heads/5-implement-ci-pipeline b/.old.git/refs/heads/5-implement-ci-pipeline deleted file mode 100644 index 38a1e05..0000000 --- a/.old.git/refs/heads/5-implement-ci-pipeline +++ /dev/null @@ -1 +0,0 @@ -4e45344d9401565cf82acb82932ccb11635a2b48 diff --git a/.old.git/refs/heads/6-create-a-helm-chart-for-deployment b/.old.git/refs/heads/6-create-a-helm-chart-for-deployment deleted file mode 100644 index 6d40db7..0000000 --- a/.old.git/refs/heads/6-create-a-helm-chart-for-deployment +++ /dev/null @@ -1 +0,0 @@ -1f83c1106dcd22a7e34bd38e57933d06b87c7968 diff --git a/.old.git/refs/heads/fix/ci b/.old.git/refs/heads/fix/ci deleted file mode 100644 index 594e582..0000000 --- a/.old.git/refs/heads/fix/ci +++ /dev/null @@ -1 +0,0 @@ -4077c05cfb9fe153e27aedacdb61a7761fa12920 diff --git a/.old.git/refs/heads/main b/.old.git/refs/heads/main deleted file mode 100644 index c126849..0000000 --- a/.old.git/refs/heads/main +++ /dev/null @@ -1 +0,0 @@ -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941 diff --git a/.old.git/refs/remotes/gitlab/0001/add-go-webserver b/.old.git/refs/remotes/gitlab/0001/add-go-webserver deleted file mode 100644 index dbb4f92..0000000 --- a/.old.git/refs/remotes/gitlab/0001/add-go-webserver +++ /dev/null @@ -1 +0,0 @@ -be723bf91dbc13af52d7f73b5f15467cef0c7f1b diff --git a/.old.git/refs/remotes/gitlab/2-create-a-simple-go-webserver b/.old.git/refs/remotes/gitlab/2-create-a-simple-go-webserver deleted file mode 100644 index 9264574..0000000 --- a/.old.git/refs/remotes/gitlab/2-create-a-simple-go-webserver +++ /dev/null @@ -1 +0,0 @@ -2994726718040e9b7d1f95b5957ada28d5b03b8e diff --git a/.old.git/refs/remotes/gitlab/3-containerize-service b/.old.git/refs/remotes/gitlab/3-containerize-service deleted file mode 100644 index 3bd8865..0000000 --- a/.old.git/refs/remotes/gitlab/3-containerize-service +++ /dev/null @@ -1 +0,0 @@ -832faa86c172a2ef1d7f78bdfa1e4f0ce0340d08 diff --git a/.old.git/refs/remotes/gitlab/3-create-docker-image b/.old.git/refs/remotes/gitlab/3-create-docker-image deleted file mode 100644 index 19c1014..0000000 --- a/.old.git/refs/remotes/gitlab/3-create-docker-image +++ /dev/null @@ -1 +0,0 @@ -fa5b934ed6c6536c8f63dd2463d77a9c15218d9c diff --git a/.old.git/refs/remotes/gitlab/4-document-go-application b/.old.git/refs/remotes/gitlab/4-document-go-application deleted file mode 100644 index 68539d8..0000000 --- a/.old.git/refs/remotes/gitlab/4-document-go-application +++ /dev/null @@ -1 +0,0 @@ -b6a801720d7653823d15c1d53e5dd2d96613030d diff --git a/.old.git/refs/remotes/gitlab/5-implement-ci-pipeline b/.old.git/refs/remotes/gitlab/5-implement-ci-pipeline deleted file mode 100644 index 38a1e05..0000000 --- a/.old.git/refs/remotes/gitlab/5-implement-ci-pipeline +++ /dev/null @@ -1 +0,0 @@ -4e45344d9401565cf82acb82932ccb11635a2b48 diff --git a/.old.git/refs/remotes/gitlab/6-create-a-helm-chart-for-deployment b/.old.git/refs/remotes/gitlab/6-create-a-helm-chart-for-deployment deleted file mode 100644 index 6d40db7..0000000 --- a/.old.git/refs/remotes/gitlab/6-create-a-helm-chart-for-deployment +++ /dev/null @@ -1 +0,0 @@ -1f83c1106dcd22a7e34bd38e57933d06b87c7968 diff --git a/.old.git/refs/remotes/gitlab/HEAD b/.old.git/refs/remotes/gitlab/HEAD deleted file mode 100644 index caf96e6..0000000 --- a/.old.git/refs/remotes/gitlab/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/remotes/gitlab/main diff --git a/.old.git/refs/remotes/gitlab/fix/ci b/.old.git/refs/remotes/gitlab/fix/ci deleted file mode 100644 index 594e582..0000000 --- a/.old.git/refs/remotes/gitlab/fix/ci +++ /dev/null @@ -1 +0,0 @@ -4077c05cfb9fe153e27aedacdb61a7761fa12920 diff --git a/.old.git/refs/remotes/gitlab/main b/.old.git/refs/remotes/gitlab/main deleted file mode 100644 index c126849..0000000 --- a/.old.git/refs/remotes/gitlab/main +++ /dev/null @@ -1 +0,0 @@ -14cb4b4eb0aca0d3fddd98f1f17df626fbd05941