Skip to content

Commit

Permalink
Internal Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 386234161
  • Loading branch information
TsekNet authored and copybara-github committed Jul 22, 2021
1 parent 3fc9ee3 commit 82bfd02
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!--* freshness: { exempt: true } *-->

---
name: Bug report 🐛
about: Report errors or unexpected behavior 🤔
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_issue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!--* freshness: { exempt: true } *-->

---
name: Documentation Issue 📚
about: Problems with Glazier documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!--* freshness: { exempt: true } *-->

---
name: Feature Request/Idea 🚀
about: Suggest a new feature or improvement (this does not mean you have to implement it)
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing

<!--* freshness: { exempt: true } *-->

Unfortunately, we are not able to accept external contributions at this time.
We'd love to hear about any issues you experience when using our product. Please
file bugs and feature requests via GitHub's
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier

<!--* freshness: { owner: '@tseknet' reviewed: '2020-10-02' } *-->

Support | Python Tests | Go Tests | Contributing | Open Issues | License
------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------
[![Google Groups - Glazier](https://img.shields.io/badge/Support-Google%20Groups-blue)](https://groups.google.com/forum/#!forum/glazier-discuss) | [![Python Tests](https://github.com/google/glazier/workflows/Python%20Tests/badge.svg)](https://github.com/google/glazier/actions?query=workflow%3A%22Python+Tests%22) | [![Go Tests](https://github.com/google/glazier/workflows/Go%20Tests/badge.svg)](https://github.com/google/glazier/actions?query=workflow%3A%22Go+Tests%22) | [![Contributing](https://img.shields.io/badge/Contributions-Closed-red)](https://github.com/google/glazier/blob/master/CONTRIBUTING.md) | [![Open Issues](https://img.shields.io/github/issues/google/glazier)](https://github.com/google/glazier/issues) | [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/google/glazier/blob/master/LICENSE)
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Documentation

<!--* freshness: { owner: '@tseknet' reviewed: '2021-01-11' } *-->

TIP: Glazier docs are best viewed on our
[docs site](https://google.github.io/glazier).

Expand Down
2 changes: 2 additions & 0 deletions docs/actions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Installer Actions

<!--* freshness: { owner: '@itsmattl' reviewed: '2020-07-09' } *-->

Actions are classes which the configuration handler may call to perform a
variety of tasks during imaging.

Expand Down
2 changes: 2 additions & 0 deletions docs/error_codes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Error Codes

<!--* freshness: { owner: '@tseknet' reviewed: '2020-11-17' } *-->

The question of how to implement error codes has already been answered a
plethora of ways. An example is how Microsoft uses BSOD codes to identify fatal
failures with the Windows Operating System. Leveraging the same philosophy,
Expand Down
2 changes: 2 additions & 0 deletions docs/policies.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Installer Policies

<!--* freshness: { owner: '@tseknet' reviewed: '2020-12-08' } *-->

Policy modules determine whether or not Autobuild should be allowed to proceed
with an installation.

Expand Down
2 changes: 2 additions & 0 deletions docs/setup/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Setup Overview

<!--* freshness: { owner: '@mbernhardt6' reviewed: '2020-11-02' } *-->

If you're new to Glazier, the [About Glazier](about.md) document will give a
high-level overview of what Glazier is and how it works.

Expand Down
2 changes: 2 additions & 0 deletions docs/setup/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# About Glazier

<!--* freshness: { owner: '@tseknet' reviewed: '2020-10-13' } *-->

This document outlines the basic operating principles of Glazier.

## Overview
Expand Down
2 changes: 2 additions & 0 deletions docs/setup/config_handlers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Configuration Handlers

<!--* freshness: { owner: '@mbernhardt6' reviewed: '2020-10-19' } *-->

The Glazier configuration handling libraries are responsible for taking the
configuration language as input, determining which commands apply to the current
system, and executing them as needed.
Expand Down
2 changes: 2 additions & 0 deletions docs/setup/config_layout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Configuration Layout & Branches

<!--* freshness: { owner: '@mbernhardt6' reviewed: '2020-10-19' } *-->

This page discusses how Glazier's configuration files are laid out at the
distribution point (web server).

Expand Down
2 changes: 2 additions & 0 deletions docs/setup/new_actions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Creating New Actions

<!--* freshness: { owner: '@mbernhardt6' reviewed: '2020-10-19' } *-->

Glazier's Actions are the core of the system's configuration language. Glazier
ships with some [existing actions](../actions.md), but for more custom
functionality, you can also create your own.
Expand Down
2 changes: 2 additions & 0 deletions docs/yaml/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Build YAML Specification

<!--* freshness: { owner: '@tseknet' reviewed: '2020-10-13' } *-->

Glazier uses YAML-based configuration files.

## Example
Expand Down
2 changes: 2 additions & 0 deletions docs/yaml/chooser_ui.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Chooser UI

<!--* freshness: { owner: '@tseknet' reviewed: '2021-04-26' } *-->

The Chooser setup UI is an enhancement to autobuild which allows Glazier to
present the user with a dynamic list of options as part of the installation
process.
Expand Down
2 changes: 2 additions & 0 deletions docs/yaml/tips.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tips for Writing Effective Glazier Configs

<!--* freshness: { owner: '@tseknet' reviewed: '2020-10-13' } *-->

* YAML supports comments. Use them to delineate/decorate config blocks as well
as communicating intent or documenting bugs/TODOs.
* Some parts of configs are strictly ordered and others are not. The
Expand Down
2 changes: 2 additions & 0 deletions glazier/lib/spec/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Glazier Installer Host Specification

<!--* freshness: { owner: '@mbernhardt6' reviewed: '2020-10-19' } *-->

The spec module contains libraries for determining the desired host
specification:

Expand Down

0 comments on commit 82bfd02

Please sign in to comment.