1
0
mirror of https://github.com/google/fonts.git synced 2024-12-17 21:51:52 +03:00
Commit Graph

46 Commits

Author SHA1 Message Date
Rosalie Wagner
06efe0a0a2
Update 1_add-font.md 2022-04-22 15:53:43 +02:00
rsheeter
af3b61fc19
Dave pointed out this doesn't handle deployment so the name is misleading (#4459) 2022-03-30 20:26:15 -07:00
rsheeter
3690f7e4fd
Use the usual name for CI, show a badge for CI on root readme (#4443)
* Use the usual name for CI, show a badge for CI on root readme

* Fix broken to_sandbox.txt
2022-03-30 09:42:29 -07:00
Rosalie Wagner
bf35e5a382
Update 4_anything-else.md 2022-02-23 17:50:32 +01:00
Rosalie Wagner
952d3ab74f
Update 1_add-font.md 2022-02-23 17:49:54 +01:00
Rosalie Wagner
435a693dc0
Update 4_anything-else.md 2022-02-23 17:48:27 +01:00
Rosalie Wagner
d06e183303
Update 3_font-bug.md 2022-02-23 17:48:03 +01:00
Rosalie Wagner
05cc6f7f1c
Update 2_update-font.md 2022-02-23 17:47:50 +01:00
Rosalie Wagner
520445aa74
Update 1_add-font.md 2022-02-23 17:47:32 +01:00
Eli Heuer
07f22f09ab Fix typo in add font issue template header 2022-02-18 02:54:04 -03:00
Rosalie Wagner
bd9fed7c58
Update 1_add-font.md 2022-02-16 10:58:02 +01:00
Rosalie Wagner
d0c020d88f
Update 1_add-font.md 2022-02-16 10:27:32 +01:00
Rosalie Wagner
8c7a0e4902
Update 2_update-font.md
fixed typo
2022-02-10 13:40:16 +01:00
Rosalie Wagner
258393873d
Update 3_font-bug.md 2022-02-09 15:12:04 +01:00
Rosalie Wagner
a885676a59
Update 1_add-font.md 2022-02-02 17:39:23 +01:00
Rosalie Wagner
ecafde9e1a
Update template add-font with new glyphset link 2022-01-07 13:50:38 +01:00
Rosalie Wagner
b6958c54cf
Update 1_add-font.md 2021-12-16 10:45:04 +01:00
Dave Crossland
b81017f098
Update 1_add-font.md
Add explanation of markdown
2021-12-15 13:28:13 -07:00
Rosalie Wagner
fba1dfe046
Update 1_add-font.md 2021-12-09 19:04:45 +01:00
Rosalie Wagner
0479aa78c6
Rename 4_anything-else to 4_anything-else.md 2021-12-09 13:54:25 +01:00
Rosalie Wagner
738cc9b978
Update 4_anything-else 2021-12-09 13:50:23 +01:00
Rosalie Wagner
4f666a88ac
Create 4_anything-else 2021-12-09 13:47:17 +01:00
Rosalie Wagner
276804993b
Rename font-bug.md to 3_font-bug.md 2021-12-09 13:33:51 +01:00
Rosalie Wagner
5b7517882a
Update and rename update-font.md to 2_update-font.md 2021-12-09 13:32:59 +01:00
Rosalie Wagner
57dd25e4e1
Rename add-font.md to 1_add-font.md 2021-12-09 13:31:44 +01:00
Rosalie Wagner
6ac5108e01
Update add-font.md 2021-12-03 16:55:37 +01:00
Dave Crossland
b37594ca0f
Update font-bug.md 2021-12-03 08:31:02 -07:00
Rosalie Wagner
816af0a257
Update add-font.md 2021-12-03 16:20:26 +01:00
Rosalie Wagner
e36f967cbe
Update add-font.md 2021-12-03 16:14:55 +01:00
Rosalie Wagner
d33f93461e
Rename update-font to update-font.md 2021-12-03 16:10:21 +01:00
Dave Crossland
c8cb7a27b8
ISSUE_TEMPLATE/add-font.md add empty string 2021-12-03 08:08:26 -07:00
Dave Crossland
343abfd0bd
Create issue templates (#4142)
* Create issue templates

* Update add-font.md

* Update issue-report-template.md

* Update add-font.md

* Create update-font

* Update and rename issue-report-template.md to font-bug.md

Co-authored-by: Rosalie Wagner <mail@rosaliewagner.com>
2021-12-03 16:00:45 +01:00
Marc Foley
a5b37a6c21
fix report (#3968) 2021-10-25 11:39:49 +01:00
Marc Foley
51d080562b Trigger report every Mon 2021-09-03 10:49:53 +01:00
Marc Foley
aadab5825d trigger report generation 2021-09-03 10:11:56 +01:00
Marc Foley
ccf29ac593
ci: add reporter (#3752) 2021-09-01 09:56:50 +01:00
Marc Foley
971e64ce2b temp remove ttfa to unblock ci 2021-08-25 16:09:53 +01:00
Marc Foley
66885185d5
Update test_server_files.yaml 2021-06-24 10:32:46 +01:00
Rosalie Wagner
ba4e1c9de2 Update test.yaml
Added ttfautohint to avoid error with Fontbakery.
2021-05-19 06:13:47 -04:00
Marc Foley
5069c3df0e
CI: tests for designer profiles (#3268) 2021-04-01 11:15:05 +01:00
Seth Vargo
78219a7b6d
Improve Actions hygiene (#3165)
👋 hello there! I'm a fellow Googler who works on projects that leverage GitHub Actions for CI/CD. Recently I noticed a large increase in our queue time, and I've tracked it down to the [limit of 180 concurrent jobs](https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration) for an organization. To help be better citizens, I'm proposing changes across a few repositories that will reduce GitHub Actions hours and consumption. I hope these changes are reasonable and I'm happy to talk through them in more detail.

- Only run GitHub Actions for pushes and PRs against the main branch of the repository. If your team uses a forking model, this change will not affect you. If your team pushes branches to the repository directly, this changes actions to only run against the primary branches or if you open a Pull Request against a primary branch.

- For long-running jobs (especially tests), I added the "Cancel previous" workflow. This is very helpful to prevent a large queue backlog when you are doing rapid development and pushing multiple commits. Without this, GitHub Actions' default behavior is to run all actions on all commits.

There are other changes you could make, depending on your project (but I'm not an expert):

- If you have tests that should only run when a subset of code changes, consider gating your workflow to particular file paths. For example, we have some jobs that do Terraform linting, but [they only run when Terraform files are changed](c4f59fee71/.github/workflows/terraform.yml (L3-L11)).

Hopefully these changes are not too controversial and also hopefully you can see how this would reduce actions consumption to be good citizens to fellow Googlers. If you have any questions, feel free to respond here or ping me on chat. Thank you!
2021-03-15 09:42:53 +00:00
Marc Foley
333f9cb269
ci: Check server files for typos (#2937) 2021-01-06 14:56:49 +00:00
Marc Foley
d675aabbff
reenable gfbot (#2944) 2021-01-06 14:45:57 +00:00
Marc Foley
85d730090e
Migrate travis to Github actions (#2935)
* Use gh actions. Restored from #2466

* ci: fix path
2020-12-23 15:05:15 +00:00
Marc Foley
c2ad7a16ef
Revert "Migrate CI to Github Actions (#2466)" (#2478)
This reverts commit 5f3675b809.
2020-06-01 09:18:28 +01:00
Marc Foley
5f3675b809
Migrate CI to Github Actions (#2466)
* Migrate CI to Github Actions

Replaces current Travis setup.

Benefits include:
- Faster
- Multiple families can now be included in a single PR
- PRs can come from forked repos

Fixes #2463

* Restore travis file temporarily
2020-05-29 13:38:40 +01:00