Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
Omni is source-available under BUSL.

Signed-off-by: Andrey Smirnov <[email protected]>
Co-Authored-By: Artem Chernyshev <[email protected]>
Co-Authored-By: Utku Ozdemir <[email protected]>
Co-Authored-By: Dmitriy Matrenichev <[email protected]>
Co-Authored-By: Philipp Sauter <[email protected]>
Co-Authored-By: Noel Georgi <[email protected]>
Co-Authored-By: evgeniybryzh <[email protected]>
Co-Authored-By: Tim Jones <[email protected]>
Co-Authored-By: Andrew Rynhard <[email protected]>
Co-Authored-By: Spencer Smith <[email protected]>
Co-Authored-By: Christian Rolland <[email protected]>
Co-Authored-By: Gerard de Leeuw <[email protected]>
Co-Authored-By: Steve Francis <[email protected]>
Co-Authored-By: Volodymyr Mazurets <[email protected]>
  • Loading branch information
14 people committed Feb 29, 2024
0 parents commit dfcbaae
Show file tree
Hide file tree
Showing 1,043 changed files with 227,162 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-05-20T15:00:42Z by kres adb52e5-dirty.

codecov:
require_ci_to_pass: false

coverage:
status:
project:
default:
target: 50%
threshold: 0.5%
base: auto
if_ci_failed: success
patch: off

comment: false
88 changes: 88 additions & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-02-23T20:48:03Z by kres 38f172c.

policies:
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types:
- chore
- docs
- perf
- refactor
- style
- test
- release
scopes:
- .*
- type: license
spec:
root: .
skipPaths:
- .git
- testdata/
- client/
- frontend/node_modules/
- internal/pkg/kubernetes/resource/
includeSuffixes:
- .go
- .ts
- .js
excludeSuffixes:
- .pb.go
- .pb.gw.go
- .pb.ts
- babel.config.js
header: |
// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
- type: license
spec:
root: client
skipPaths:
- .git/
- testdata/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
- .pb.gw.go
header: |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/
- type: license
spec:
root: frontend/
skipPaths:
- node_modules/
includeSuffixes:
- .vue
excludeSuffixes:
- .pb.go
- .pb.gw.go
header: |
<!--
Copyright (c) 2024 Sidero Labs, Inc.
Use of this software is governed by the Business Source License
included in the LICENSE file.
-->
29 changes: 29 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-02-26T21:35:48Z by kres latest.

*
!frontend/src
!frontend/tests
!frontend/public
!client/api
!client/pkg
!cmd
!internal
!docs
!frontend/*.json
!frontend/*.js
!frontend/.eslintrc.yaml
!internal/frontend/frontend.go
!client/go.mod
!client/go.sum
!go.mod
!go.sum
!client/.golangci.yml
!.golangci.yml
!CHANGELOG.md
!CONTRIBUTING.md
!DEVELOPMENT.md
!README.md
!.markdownlint.json
!.license-header.go.txt
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: 🐞 Bug
description: File a bug/issue
title: "[bug] <title>"
labels: [bug, needs triage]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 🔧 Feature request
description: Suggest an idea for this project
title: "[feature] <title>"
labels: [feature]
body:
- type: textarea
attributes:
label: Problem Description
description: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Solution
description: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: false
- type: textarea
attributes:
label: Alternative Solutions
description: Describe alternatives you've considered
placeholder: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Notes
description: Additional context
placeholder: Add any other context or screenshots about the feature request here.
validations:
required: false
Loading

0 comments on commit dfcbaae

Please sign in to comment.