-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into header-bar-for-global-shell
- Loading branch information
Showing
242 changed files
with
6,982 additions
and
2,638 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: 'This workflow creates bill of material and uploads it to Dependency-Track each night' | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
concurrency: | ||
group: ${{ github.workflow}}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
jobs: | ||
create-bom: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.x | ||
|
||
- name: Install Dependencies | ||
run: yarn install --frozen-lockfile | ||
|
||
- name: Generate BOMs | ||
run: | | ||
npm install -g @cyclonedx/cdxgen | ||
cdxgen -o sbom.json | ||
- name: Upload SBOM to DependencyTrack | ||
env: | ||
DEPENDENCY_TRACK_API: 'https://dt.security.dhis2.org/api/v1/bom' | ||
run: | | ||
curl -X POST "$DEPENDENCY_TRACK_API" \ | ||
--fail-with-body \ | ||
-H "Content-Type: multipart/form-data" \ | ||
-H "X-Api-Key: ${{ secrets.DEPENDENCYTRACK_APIKEY }}" \ | ||
-F "project=53c6ea2f-413f-45b9-a360-e366f917277d" \ | ||
-F "bom=@sbom.json" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# default code owner for repo | ||
* @dhis2/platform-frontend | ||
* @dhis2/team-extensibility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Redirect legacy ui.dhis2.nu netlify site to the developer portal | ||
/demo https://developers.dhis2.org/demo | ||
/components/* https://developers.dhis2.org/docs/ui/components/:splat | ||
/recipes/* https://developers.dhis2.org/docs/ui/recipes/:splat | ||
/* https://developers.dhis2.org/design-system/:splat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
# | ||
# Translators: | ||
# Siddharth Agarwal, 2025 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2024-11-29T06:54:11.622Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: Siddharth Agarwal, 2025\n" | ||
"Language-Team: Hindi (India) (https://app.transifex.com/hisp-uio/teams/100509/hi_IN/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: hi_IN\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgid "Upload file" | ||
msgstr "" | ||
|
||
msgid "Upload files" | ||
msgstr "" | ||
|
||
msgid "Remove" | ||
msgstr "हटाएं" | ||
|
||
msgid "Please provide an alpha-numeric value" | ||
msgstr "" | ||
|
||
msgid "Please provide a boolean value" | ||
msgstr "" | ||
|
||
msgid "Please enter between {{lowerBound}} and {{upperBound}} characters" | ||
msgstr "" | ||
|
||
msgid "" | ||
"Please make sure the value of this input matches the value in " | ||
"\"{{otherField}}\"." | ||
msgstr "" | ||
|
||
msgid "Please enter a maximum of {{upperBound}} characters" | ||
msgstr "" | ||
|
||
msgid "Please enter a number with a maximum of {{upperBound}}" | ||
msgstr "" | ||
|
||
msgid "Please enter at least {{lowerBound}} characters" | ||
msgstr "" | ||
|
||
msgid "Please enter a number of at least {{lowerBound}}" | ||
msgstr "" | ||
|
||
msgid "Number cannot be less than {{lowerBound}} or more than {{upperBound}}" | ||
msgstr "" | ||
|
||
msgid "" | ||
"Please make sure the value of this input matches the pattern " | ||
"{{patternString}}." | ||
msgstr "" | ||
|
||
msgid "Password should be a string" | ||
msgstr "" | ||
|
||
msgid "Password should be at least 8 characters long" | ||
msgstr "" | ||
|
||
msgid "Password should be no longer than 34 characters" | ||
msgstr "" | ||
|
||
msgid "Password should contain at least one lowercase letter" | ||
msgstr "" | ||
|
||
msgid "Password should contain at least one UPPERCASE letter" | ||
msgstr "" | ||
|
||
msgid "Password should contain at least one number" | ||
msgstr "" | ||
|
||
msgid "Password should have at least one special character" | ||
msgstr "" | ||
|
||
msgid "Please provide a valid email address" | ||
msgstr "" | ||
|
||
msgid "Please provide a value" | ||
msgstr "" | ||
|
||
msgid "Please provide a round number without decimals" | ||
msgstr "" | ||
|
||
msgid "Please provide a valid international phone number." | ||
msgstr "" | ||
|
||
msgid "Please provide a number" | ||
msgstr "" | ||
|
||
msgid "Please provide a string" | ||
msgstr "" | ||
|
||
msgid "Please provide a valid url" | ||
msgstr "" | ||
|
||
msgctxt " - or @" | ||
msgid "" | ||
"Please provide a username between 4 and 255 characters long and possibly " | ||
"separated by . " | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.