Skip to content

Commit

Permalink
update herwinz 1
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinz committed Nov 27, 2024
1 parent d9da903 commit 599c5b0
Show file tree
Hide file tree
Showing 77 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Josh Johanning
Copyright (c) 2020 Herwindra Berlian

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Since we aren't using the theme gem (so we can do customizations), we have to do
- If there are new files that we don't want to track, delete the files, commit, and run another rebase `git rebase -i HEAD~2`
- This command can help with tracking new files in the most recent commit: `git diff-tree --compact-summary -r HEAD --diff-filter=A`
9. Ensure commit signing is enabled: `git config commit.gpgsign true`
10. Update author and commit time: `git commit --amend --author "Josh Johanning <joshjohanning@github.com>" --date=now -S`
10. Update author and commit time: `git commit --amend --author "Herwindra Berlian <joshjohanning@github.com>" --date=now -S`
11. [Test changes locally before pushing](#building--testing-locally)

## Building / Testing Locally
Expand Down
4 changes: 2 additions & 2 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# url: {homepage_of_author}
# -------------------------------------

Josh Johanning:
name: Josh Johanning
Herwindra Berlian:
name: Herwindra Berlian
twitter: jjjettrain
url: https://github.com/joshjohanning/
2 changes: 1 addition & 1 deletion _posts/2020-12-08-extends-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps: Extends Template with Build and Deployment Templates'
author: Josh Johanning
author: Herwindra Berlian
date: 2020-12-10 22:00:00 -0600
categories: [Azure DevOps, Pipelines]
tags: [Azure DevOps, Pipeline Templates]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-12-16-github-codeql-pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub: Block Pull Request if Code Scanning Alerts Are Found'
author: Josh Johanning
author: Herwindra Berlian
date: 2020-12-16 20:00:00 -0600
categories: [GitHub, Advanced Security]
tags: [GitHub, GitHub Actions, Pull Requests, CodeQL, GitHub Advanced Security, Policy Enforcement, Branch Protection Rules]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-12-20-nuget-pusher-script.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Quickly Migrate NuGet Packages to a New Feed'
author: Josh Johanning
author: Herwindra Berlian
date: 2020-12-23 16:45:00 -0600
categories: [Azure DevOps, Artifacts]
tags: [Azure DevOps, NuGet, Scripts, Migrations]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Authorize and Restore Azure Artifacts NuGet Packages in GitHub Actions'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-01-04 14:15:00 -0600
description: Authenticate to Azure Artifacts from GitHub Actions for builds and code scanning workflows
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-01-17-reparent-work-items.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps: Bulk Reparent Work Items'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-01-17 16:30:00 -0600
categories: [Azure DevOps, Work Items]
tags: [Azure DevOps, Work Items, Scripts]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-01-25-trac-to-github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'So You Want to Migrate Trac Tickets to GitHub Issues'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-01-25 8:30:00 -0600
categories: [GitHub, Migrations]
tags: [GitHub, GitHub Issues, Migrations]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-06-17-angular-tokenization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Tokenizing Angular Environment Configuration in Azure DevOps'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-06-17 17:30:00 -0600
description: Using the 'build once deploy many' concepts with an Angular application and Azure Pipelines
categories: [Azure DevOps, Pipelines]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-08-10-azdo-delete-custom-field.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps: Delete Custom Fields on Process Template'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-08-10 22:30:00 -0600
description: Delete custom fields on a process template in Azure DevOps using the REST API
categories: [Azure DevOps, Work Items]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-08-12-pipeline-templates.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps: Pipeline Templates'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-08-12 22:00:00 -0600
description: My personal Azure DevOps pipeline templates
categories: [Azure DevOps, Pipelines]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-08-18-agent-pool-error.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps: No agent pool found with identifier xx'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-08-18 7:00:00 -0600
description: A solution to the vague error message that occurs sometimes when deleting/re-creating an agent pool
categories: [Azure DevOps, Pipelines]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-09-03-azure-devops-code-coverage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'The Easiest Way to Generate and Publish .NET Code Coverage in Azure DevOps'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-09-03 4:00:00 -0500
description: Publishing Code Coverage and making it look pretty in Azure DevOps is way harder than it should be
categories: [Azure DevOps, Pipelines]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-09-08-github-code-coverage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub Actions: Publish Code Coverage Summary to Pull Request and Job Summary'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-09-08 22:00:00 -0500
description: Using GitHub Actions to add a code coverage summary report comment to a pull request and job summary
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-09-29-azure-devops-migrate-work-items.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps: Migrate Work Items to New Organization / Project'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-09-29 20:35:00 -0500
description: Migrating work items to a different project or organization in Azure DevOps isn't as easy it should be. There are various ways to do so, with various levels of complexity and various levels of fidelity (history, for example).
categories: [Azure DevOps, Work Items]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-10-01-azure-frontdoor-preview-experience.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure Front Door Standard/Premium Tips and Tricks'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-10-01 16:30:00 -0500
description: I share my experience, lessons-learned, and tips and tricks for working with the new Azure Front Door Standard/Premium SKUs
categories: [Azure, Front Door]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-11-14-azdo-angular-pipeline-caching.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Working Azure DevOps Pipeline Caching for Angular CI'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-11-14 20:30:00 -0600
description: I share how I finally got the Pipeline Cache task to work with my Angular build pipeline
categories: [Azure DevOps, Pipelines]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-11-23-github-codespaces-powerlevel10k.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Powerlevel10k Zsh Theme in GitHub Codespaces'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-11-23 16:00:00 -0600
description: How to use the Powerlevel10k Zsh theme in GitHub Codespaces
categories: [GitHub, Codespaces]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub Advanced Security Feature Comparison'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-12-03 16:30:00 -0600
description: A feature comparison between GitHub Enterprise, GitHub Enterprise with GitHub Advanced Security (GHAS), and Public Repos on github.com
categories: [GitHub, Advanced Security]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Connecting Azure Boards GitHub App to Multiple Azure DevOps Orgs/Projects'
author: Josh Johanning
author: Herwindra Berlian
date: 2021-12-09 22:00:00 -0600
description: Using the Azure Boards GitHub app to connect a single GitHub organization to multiple Azure DevOps organizations or projects for work item integration
categories: [GitHub, Integrations]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-01-04-migrate-svn-to-git.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Migrate SVN to Git'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-01-04 23:00:00 -0600
description: Migrate SVN to Git using either the import repository feature in GitHub or git-svn
categories: [GitHub, Migrations]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-01-07-github-download-from-github-packages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Programmatically Download a Package Binary from GitHub Packages'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-01-07 14:30:00 -0600
description: Programmatically download a package binary (such as NuGet, Maven) from GitHub Packages
categories: [GitHub, Packages]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-01-21-github-misc-scripts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Miscellaneous GitHub API/GraphQL/CLI Automation Scripts'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-01-20 13:00:00 -0600
description: Miscellaneous GitHub scripts written against GitHub API's, GraphQL, GitHub CLI, etc. for automation
categories: [GitHub, Scripts]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-02-07-github-apps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Demystifying GitHub Apps: Using GitHub Apps to Replace Service Accounts'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-02-07 20:00:00 -0600
description: Creating no-code GitHub Apps to install to an organization to replace having to create service accounts or a user PAT for authorization in GitHub Actions
categories: [GitHub, Apps]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-02-08-github-approveops.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'ApproveOps: GitHub IssueOps with Approvals'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-02-08 8:30:00 -0600
description: Using GitHub Actions to build automation on top of Issues (IssueOps) with Approvals from someone in a designated GitHub team
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-03-07-github-container-jobs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Docker Container Jobs in GitHub Actions'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-03-07 13:30:00 -0600
description: Getting started using a Docker Container to run your GitHub Actions Job, tips and tricks, troubleshooting, and caveats
categories: [GitHub, Actions]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub Advanced Security Permissions Chart'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-03-08 12:00:00 -0600
description: An access requirements/permissions comparison between various roles in GitHub Enterprise and GitHub Advanced Security, such as what users with Write access to the repository get vs. what requires elevated privileges
categories: [GitHub, Advanced Security]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-03-09-github-codeql-ignore-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Ignore Files in GitHub CodeQL Analysis'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-03-08 12:00:00 -0600
description: Exclude file(s) from the results of GitHub's CodeQL Analysis tool (part of GitHub Advanced Security)
categories: [GitHub, Advanced Security]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Use Dependabot in GitHub with Azure Artifacts'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-03-10 8:00:00 -0600
description: Using Dependabot to update your dependencies that are hosted in Azure Artifacts
categories: [GitHub, Dependabot]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Migrate Azure DevOps Work Items to GitHub Issues'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-03-11 4:00:00 -0600
description: A PowerShell script to migrate Azure DevOps Work Items to GitHub Issues
categories: [GitHub, Migrations]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-03-28-gh-auth-login-in-actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'How to use gh auth login CLI Programmatically in GitHub Actions'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-03-28 12:00:00 -0500
description: Using the gh cli to programmatically authenticate in GitHub Actions
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-04-06-dependency-review-action.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub: Block Pull Requests if a Vulnerable Dependency is Added'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-04-06 15:00:00 -0500
description: Block Pull Requests in GitHub if you add a vulnerable dependency/package version
categories: [GitHub, Advanced Security]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-05-27-github-delete-branch-protection-rules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Delete GitHub Branch Protection Rules Programmatically'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-05-27 12:00:00 -0500
description: Delete GitHub Branch Protection Rules from a PowerShell script
categories: [GitHub, Scripts]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Configure actions-runner-controller without cert-manager'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-06-28 16:00:00 -0500
description: Configure actions-runner-controller without cert-manager so that you can use self-signed or self-managed certificates to scale your GitHub runners
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-07-01-my-macos-development-environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'My macOS Development Environment: iTerm2, oh-my-zsh, and VS Code'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-07-01 14:30:00 -0500
description: Detailing out my local macOS development environment with iTerm, oh-my-zsh with the powerlevel10k theme, VS Code, and more.
categories: [macOS, Development Environment]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-07-02-github-dependabot-for-actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Configure GitHub Dependabot to Keep Actions Up to Date'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-07-02 08:00:00 -0500
description: Using Dependabot to keep Actions in GitHub Actions Workflows up to date, including how this works for custom private/internal actions within an organization
categories: [GitHub, Dependabot]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-08-03-lap-around-github-advanced-security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'A Lap Around GitHub Advanced Security (30m Video)'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-08-03 21:00:00 -0500
description: A video describing the features of GitHub Advanced Security (GHAS), features, and some tips and tricks for configuring and interpreting the results along the way.
categories: [GitHub, Advanced Security]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-08-11-github-script-to-add-users-to-teams.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub: Script to Mass Add Users to a Team'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-08-11 16:00:00 -0500
description: Add users to a GitHub org team programmatically from a CSV file
categories: [GitHub, Scripts]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Azure DevOps Commit Message Validator and PR Linker GitHub Action'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-08-17 13:00:00 -0500
description: Enforce that each commit in a pull request has AB# in the commit message and link all of the work items to the pull request
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-09-30-migrating-repos-to-github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Migrating Repos to GitHub'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-09-30 12:00:00 -0500
description: The different options available for migrating repos to GitHub or any other Git provider
categories: [GitHub, Migrations]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-10-06-github-script-to-delete-repos.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub: Script to Mass Delete Repos'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-10-06 11:00:00 -0500
description: Delete GitHub repositories programmatically from a CSV file
categories: [GitHub, Scripts]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-10-12-using-github-checks-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Using the GitHub Checks API to Link Workflow Statuses in a PR'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-10-12 20:30:00 -0500
description: Using the GitHub Checks API to report the status of another workflow back to the pull request for gating purposes
categories: [GitHub, Actions]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub Packages: Migrate NuGet Packages Between GitHub Instances'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-11-23 13:30:00 -0500
description: Migrating NuGet packages stored in GitHub Packages from one instance to another
categories: [GitHub, Packages]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'GitHub Packages: Migrate NuGet Packages to GitHub Packages'
author: Josh Johanning
author: Herwindra Berlian
date: 2022-12-02 12:30:00 -0500
description: Migrating NuGet packages stored in GitHub Packages from one instance to another
categories: [GitHub, Packages]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-02-15-github-download-latest-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Programmatically Download Latest Release from GitHub Repo'
author: Josh Johanning
author: Herwindra Berlian
date: 2023-02-15 11:30:00 -0600
description: Programmatically download the latest release from a GitHub Repo without having to hardcode the version or use separate API calls
categories: [GitHub, Scripts]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-02-28-security-alerts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Tips for Handling Dependabot, CodeQL, and Secret Scanning Alerts'
author: Josh Johanning
author: Herwindra Berlian
date: 2023-02-28 15:30:00 -0600
description: My musings on handling security alerts in GitHub
categories: [GitHub, Advanced Security]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-03-13-deprecated-github-actions-commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Finding deprecated set-output and save-state commands in GitHub Actions'
author: Josh Johanning
author: Herwindra Berlian
date: 2023-03-13 3:00:00 -0500
description: A bash script to find usage of deprecated set-output and save-state commands as well as finding deprecated Node.js 12 actions in GitHub Actions workflows
categories: [GitHub, Actions]
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-03-15-dependabot-reusable-workflows.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Configuring Dependabot for Reusable Workflows in GitHub'
author: Josh Johanning
author: Herwindra Berlian
date: 2023-03-15 6:30:00 -0500
description: Configuring Dependabot to keep Reusable Workflows up to date in GitHub
categories: [GitHub, Dependabot]
Expand Down
Loading

0 comments on commit 599c5b0

Please sign in to comment.