Skip to content

Commit

Permalink
Merge pull request #1 from fusionresolveit/branding+license
Browse files Browse the repository at this point in the history
Branding + license
  • Loading branch information
ddurieux authored Dec 20, 2024
2 parents 65838dd + 2cbe22d commit f3aebd1
Show file tree
Hide file tree
Showing 33 changed files with 1,086 additions and 380 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "GSIT CI"
name: "Fusion Resolve IT CI"

on:
# Runs test suite when a new commit is pushed on "master" and "*/bugfixes" branches
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
ports:
- 3306:3306
env:
MARIADB_DATABASE: gsittests
MARIADB_USER: gsittests
MARIADB_PASSWORD: gsittests
MARIADB_DATABASE: frittests
MARIADB_USER: frittests
MARIADB_PASSWORD: frittests
MARIADB_ROOT_PASSWORD: rootpassword

steps:
Expand Down Expand Up @@ -170,9 +170,9 @@ jobs:
ports:
- 5432:5432
env:
POSTGRES_USER: gsittests
POSTGRES_PASSWORD: gsittests
POSTGRES_DB: gsittests
POSTGRES_USER: frittests
POSTGRES_PASSWORD: frittests
POSTGRES_DB: frittests

steps:
- uses: actions/checkout@v4
Expand Down
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Binary file added assets/img/logo_fusionresolveit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/logo_gsit.png
Binary file not shown.
24 changes: 12 additions & 12 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,57 +13,57 @@ body.inverted {
[hidden] { display:none !important;}

/* priority, impact and urgency */
.ui.ui.table td.gsitmajor:not(.marked) {
.ui.ui.table td.fusionmajor:not(.marked) {
background: #ffdef5;
color: #581845;
}

.ui.ui.table td.gsitveryhigh:not(.marked) {
.ui.ui.table td.fusionveryhigh:not(.marked) {
background: #ffddea;
color: #900c3f;
}

.ui.ui.table td.gsithigh:not(.marked) {
.ui.ui.table td.fusionhigh:not(.marked) {
background: #ffdbe5;
color: #c70039;
}

.ui.ui.table td.gsitmedium:not(.marked) {
.ui.ui.table td.fusionmedium:not(.marked) {
background: #ffdad3;
color: #ff5733;
}

.ui.ui.table td.gsitlow:not(.marked) {
.ui.ui.table td.fusionlow:not(.marked) {
background: #fff5d6;
color: #ecb400;
}

.ui.ui.table td.gsitverylow:not(.marked) {
.ui.ui.table td.fusionverylow:not(.marked) {
background: #fcfff8;
color: #c3de93;
}

i.icon.gsitmajor {
i.icon.fusionmajor {
color: #581845;
}

i.icon.gsitveryhigh {
i.icon.fusionveryhigh {
color: #900c3f;
}

i.icon.gsithigh {
i.icon.fusionhigh {
color: #c70039;
}

i.icon.gsitmedium {
i.icon.fusionmedium {
color: #ff5733;
}

i.icon.gsitlow {
i.icon.fusionlow {
color: #ecb400;
}

i.icon.gsitverylow {
i.icon.fusionverylow {
color: #c3de93;
}

Expand Down
Loading

0 comments on commit f3aebd1

Please sign in to comment.