Skip to content

⚠️ CONFLICT! Lineage pull request for: skeleton #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 65 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
162e2c2
Fix spelling error in comment
jsf9k Nov 20, 2024
5a3ac91
Adjust the indentation rule for yamllint
mcdonnnj Nov 15, 2021
ac080ed
Update yamllint to disallow non-empty flow collection styles
mcdonnnj Nov 15, 2021
66cdbf5
Add yamllint configuration settings to appease ansible-lint
mcdonnnj Dec 4, 2024
dd102fe
Re-enable the yamllint truthy rule
mcdonnnj Dec 4, 2024
dc891af
Configure quoted strings rule for yamllint
mcdonnnj Dec 4, 2024
03933fe
Add version file and bump_version script
jsf9k Mar 10, 2025
3401551
Bump version from 0.0.1 to 0.0.1-rc.1
jsf9k Mar 10, 2025
5b5a526
Update pre-commit hook versions
mcdonnnj Feb 21, 2025
e0f5911
Merge pull request #198 from cisagov/improvement/fix-spelling-error-i…
jsf9k Mar 27, 2025
b35dec3
Merge pull request #200 from cisagov/improvement/update_yamllint_rules
jsf9k Mar 27, 2025
da028ea
Apply our standard job preamble via cisagov/action-job-preamble
jsf9k Feb 21, 2025
0e93632
Set actions_permissions_config input
jsf9k Feb 21, 2025
8b2ac55
Add a friendly name to the cisagov/action-job-preamble steps
jsf9k Feb 21, 2025
864b5af
Add a Dependabot ignore directive for cisagov/action-job-preamble
jsf9k Feb 22, 2025
8cdce2a
Update input name for cisagov/action-job-preamble
jsf9k Feb 23, 2025
17b93ec
Remove two Dependabot ignore directives
jsf9k Feb 23, 2025
6a9e331
Use cisagov/action-job-preamble in sync-labels.yml workflow
jsf9k Feb 23, 2025
b5b3b9d
Use v1 tag of cisagov/action-job-preamble
jsf9k Feb 23, 2025
3ec1b1f
Re-add comment explaining where the org var comes from
jsf9k Feb 24, 2025
764df0c
Flesh out org var comment even more
jsf9k Feb 25, 2025
c271b40
Subsume GH status checks and context dumping into cisagov/action-job-…
jsf9k Mar 26, 2025
f35dcbc
Merge pull request #201 from cisagov/improvement/use-job-preamble-action
jsf9k Mar 27, 2025
c4b192b
Add a CodeQL workflow to this repository
jsf9k Mar 2, 2025
0032cc2
Update comment to match what is in cisagov/skeleton-docker
jsf9k Mar 3, 2025
0534337
Use cisagov/action-job-preamble
jsf9k Mar 4, 2025
adea10c
Add the CodeQL action to the Dependabot configuration
jsf9k Mar 4, 2025
5dfe5df
Use cisagov/action-job-preamble instead of separate actions
jsf9k Mar 27, 2025
d740ee8
Add a workflow to run actions/dependency-review-action
jsf9k Mar 2, 2025
a446dde
Use cisagov/action-job-preamble
jsf9k Mar 4, 2025
494e116
Add the dependency review action to the Dependabot configuration
jsf9k Mar 4, 2025
3679b7d
Use cisagov/action-job-preamble instead of separate actions
jsf9k Mar 27, 2025
dad12c0
Merge pull request #202 from cisagov/feature/add-gh-actions-codeql-an…
jsf9k Mar 27, 2025
3e6e3bc
Merge pull request #203 from cisagov/feature/add-dependency-review-ac…
jsf9k Mar 27, 2025
4b2bc42
Merge pull request #204 from cisagov/feature/version-all-the-things
jsf9k Mar 27, 2025
ca757aa
Merge pull request #205 from cisagov/maintenance/update_pre-commit_hooks
jsf9k Mar 27, 2025
028f652
Do not disable GitHub permissions monitoring by default
jsf9k Mar 27, 2025
d289ef3
Merge pull request #206 from cisagov/improvement/do-not-disable-perms…
mcdonnnj Mar 27, 2025
87f7eb7
Merge remote-tracking branch 'skeleton/develop' into lineage/skeleton
jsf9k Mar 28, 2025
779ebd3
Remove redundant version file
jsf9k Mar 28, 2025
a7c0435
Remove old bump_version.sh file
jsf9k Mar 28, 2025
186c495
Prefer double quotes to single quotes where possible
jsf9k Mar 28, 2025
86ea40c
Use the cisagov/action-job-preamble action wherever possible
jsf9k Mar 29, 2025
9b8dd58
Remove unnecessary quotes
jsf9k Mar 29, 2025
4e3fa5a
Use the same version of bandit everywhere
jsf9k Mar 29, 2025
3b9b37a
Correct code that extracts the version from the version file
jsf9k Apr 1, 2025
65f9c30
Disable GH permissions monitoring everywhere
jsf9k Apr 8, 2025
2cfc534
Fix typo that was copied and pasted all over the show
jsf9k Apr 8, 2025
ed8fadd
Merge pull request #208 from cisagov/improvement/disable-permissions-…
jsf9k Apr 8, 2025
ab5bff8
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
Apr 8, 2025
ac2813c
Disable GH permissions monitoring in build.yml workflow
jsf9k Apr 8, 2025
e0bf157
Fix typo
jsf9k Apr 9, 2025
9264d9a
Merge pull request #209 from cisagov/improvement/fix-typo
jsf9k Apr 9, 2025
47c221d
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
Apr 9, 2025
9c6e263
Remove now-duplicated GH action dependency
jsf9k May 14, 2025
b1f760e
Prefer importlib to pkg_resources
jsf9k May 19, 2025
2b8de19
Add an __init__.py to the data subpackage
jsf9k May 20, 2025
eb5f53e
Merge pull request #148 from cisagov/lineage/skeleton
jsf9k May 20, 2025
b65198e
Use the coveralls/github-action action
mcdonnnj Mar 26, 2025
0299509
Remove unnecessary quotes around YAML string
jsf9k May 20, 2025
d0c1620
Merge pull request #147 from cisagov/improvement/use_coveralls_github…
jsf9k May 20, 2025
750c5ba
Merge remote-tracking branch 'skeleton/develop' into lineage/skeleton
jsf9k May 23, 2025
0a77443
Remove unnecessary upstream file
jsf9k May 23, 2025
4f8c354
Correct location of version file
jsf9k May 23, 2025
71773e1
Ignore another pip-audit vulnerability
jsf9k May 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,19 @@ updates:
# Managed by cisagov/skeleton-generic
- dependency-name: actions/cache
- dependency-name: actions/checkout
- dependency-name: actions/dependency-review-action
- dependency-name: actions/setup-go
- dependency-name: actions/setup-python
- dependency-name: cisagov/action-job-preamble
- dependency-name: cisagov/setup-env-github-action
- dependency-name: crazy-max/ghaction-dump-context
- dependency-name: crazy-max/ghaction-github-labeler
- dependency-name: crazy-max/ghaction-github-status
- dependency-name: GitHubSecurityLab/actions-permissions
- dependency-name: github/codeql-action
- dependency-name: hashicorp/setup-packer
- dependency-name: hashicorp/setup-terraform
- dependency-name: mxschmitt/action-tmate
- dependency-name: step-security/harden-runner
# Managed by cisagov/skeleton-python-library
- dependency-name: actions/download-artifact
- dependency-name: actions/upload-artifact
- dependency-name: github/codeql-action
package-ecosystem: github-actions
schedule:
interval: weekly
Expand Down
42 changes: 21 additions & 21 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,72 @@
# Rather than breaking up descriptions into multiline strings we disable that
# specific rule in yamllint for this file.
# yamllint disable rule:line-length
- color: "eb6420"
- color: eb6420
description: This issue or pull request is awaiting the outcome of another issue or pull request
name: blocked
- color: "000000"
description: This issue or pull request involves changes to existing functionality
name: breaking change
- color: "d73a4a"
- color: d73a4a
description: This issue or pull request addresses broken functionality
name: bug
- color: "07648d"
- color: 07648d
description: This issue will be advertised on code.gov's Open Tasks page (https://code.gov/open-tasks)
name: code.gov
- color: "0366d6"
- color: 0366d6
description: Pull requests that update a dependency file
name: dependencies
- color: "5319e7"
- color: 5319e7
description: This issue or pull request improves or adds to documentation
name: documentation
- color: "cfd3d7"
- color: cfd3d7
description: This issue or pull request already exists or is covered in another issue or pull request
name: duplicate
- color: "b005bc"
- color: b005bc
description: A high-level objective issue encompassing multiple issues instead of a specific unit of work
name: epic
- color: "000000"
description: Pull requests that update GitHub Actions code
name: github-actions
- color: "0e8a16"
- color: 0e8a16
description: This issue or pull request is well-defined and good for newcomers
name: good first issue
- color: "ff7518"
- color: ff7518
description: Pull request that should count toward Hacktoberfest participation
name: hacktoberfest-accepted
- color: "a2eeef"
- color: a2eeef
description: This issue or pull request will add or improve functionality, maintainability, or ease of use
name: improvement
- color: "fef2c0"
- color: fef2c0
description: This issue or pull request is not applicable, incorrect, or obsolete
name: invalid
- color: "ce099a"
- color: ce099a
description: This pull request is ready to merge during the next Lineage Kraken release
name: kraken 🐙
- color: "a4fc5d"
- color: a4fc5d
description: This issue or pull request requires further information
name: need info
- color: "fcdb45"
- color: fcdb45
description: This pull request is awaiting an action or decision to move forward
name: on hold
- color: "3772a4"
- color: 3772a4
description: Pull requests that update Python code
name: python
- color: "ef476c"
- color: ef476c
description: This issue is a request for information or needs discussion
name: question
- color: "d73a4a"
- color: d73a4a
description: This issue or pull request addresses a security issue
name: security
- color: "00008b"
- color: 00008b
description: This issue or pull request adds or otherwise modifies test code
name: test
- color: "1d76db"
- color: 1d76db
description: This issue or pull request pulls in upstream updates
name: upstream update
- color: "d4c5f9"
- color: d4c5f9
description: This issue or pull request increments the version number
name: version bump
- color: "ffffff"
- color: ffffff
description: This issue will not be incorporated
name: wontfix
2 changes: 1 addition & 1 deletion .github/lineage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
lineage:
skeleton:
remote-url: https://github.com/cisagov/skeleton-python-library.git
version: '1'
version: "1"
Loading