Skip to content

Commit 17bbce8

Browse files
committed
Initial commit
0 parents  commit 17bbce8

228 files changed

Lines changed: 22666 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
.*
3+
~*
4+
!.gitignore
5+
!.python-version
6+
7+
node_modules/
8+
dist/
9+
docs/
10+
tests/
11+
mypy_tools/
12+
13+
!.git
14+
!src/hope_portal/version.py

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.github/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_workflows/*
2+
_actions/*
3+
_*
4+
icons.sh

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*
2+
docker/*.* @unicef/hope-arch
3+
4+
src/hope_live/migrations/*.py @saxix @unicef/hope-arch
5+
pyproject.toml @saxix @unicef/hope-arch
6+
uv.lock @saxix @unicef/hope-arch

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: 🐞 Bug Report
2+
description: Tell us about something that's not working the way we (probably) intend.
3+
body:
4+
- type: textarea
5+
id: repro
6+
attributes:
7+
label: Steps to Reproduce
8+
description: How can we see what you're seeing? Specific is terrific.
9+
placeholder: |-
10+
1. foo
11+
2. bar
12+
3. baz
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: Expected Result
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: actual
23+
attributes:
24+
label: Actual Result
25+
description: Logs? Screenshots? Yes, please.
26+
validations:
27+
required: true
28+
- type: dropdown
29+
id: product-area
30+
attributes:
31+
label: Product Area
32+
description: Where in the product did you find the bug?
33+
options:
34+
# begin product areas
35+
- 'Unknown'
36+
- 'Frontend/UI'
37+
- 'Backend'
38+
- 'Background jobs'
39+
- 'Security/Permission'
40+
# end product areas
41+
validations:
42+
required: true
43+
- type: input
44+
id: version
45+
attributes:
46+
label: Version
47+
placeholder: 21.7.0 ← should look like this (check the footer)
48+
description: What version are you running?
49+
validations:
50+
required: true
51+
- type: markdown
52+
attributes:
53+
value: |-
54+
## Thanks 🙏
55+
validations:
56+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: 💡 Feature Request
2+
description: Tell us about a problem our software could solve but doesn't.
3+
body:
4+
- type: textarea
5+
id: problem
6+
attributes:
7+
label: Problem Statement
8+
description: What problem could Hope Workspace solve that it doesn't?
9+
placeholder: |-
10+
I want to make good espresso, but Hope Workspace doesn't make it.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: expected
15+
attributes:
16+
label: Solution Brainstorm
17+
description: We know you have bright ideas to share ... share away, friend.
18+
placeholder: |-
19+
Add a blender to Hope Workspace.
20+
validations:
21+
required: false
22+
- type: dropdown
23+
id: product-area
24+
attributes:
25+
label: Product Area
26+
description: What is the most relevant part of the product?
27+
options:
28+
# begin product areas
29+
- 'Unknown'
30+
- 'Frontend/UI'
31+
- 'Backend'
32+
- 'Background jobs'
33+
- 'Security/Permission'
34+
# end product areas
35+
validations:
36+
required: true
37+
- type: markdown
38+
attributes:
39+
value: |-
40+
## Thanks 🙏
41+
validations:
42+
required: false

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Legal Boilerplate
2+
3+
Look, I get it.
4+
Contributing to HOPE Workspace, I retain all rights, title and interest in and to my contributions, and by keeping
5+
this boilerplate intact I confirm that HOPE Workspace can use, modify, copy, and redistribute my contributions,
6+
under HOPE's choice of terms.

.github/codeql/codeql-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: 'App CodeQL Config'
2+
3+
paths-ignore:
4+
- '**/tests/**'

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
The property '#/updates/0/package-ecosystem' value "" did not match one of the following values: npm, bundler, composer, devcontainers, maven, mix, cargo, gradle, nuget, gomod, docker, elm, gitsubmodule, github-actions, pip, terraform, pub, swift
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pip"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "docker"
13+
directory: "/docker"
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)