3
0

Compare commits

...

3 Commits

Author SHA1 Message Date
mike
15a0624d84 added gitignore
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-04-29 12:41:14 +01:00
mike
9ed6410ac0 Merge branch 'master' of git.wizewerx.tech:foss/login_themes 2022-04-29 12:39:18 +01:00
mike
60f9f748fa added favicon 2022-04-29 12:39:11 +01:00
5 changed files with 22 additions and 95 deletions

View File

@ -15,14 +15,13 @@ volumes:
path: /var/run/docker.sock
steps:
- name: notify_start
image: plugins/slack
settings:
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
channel: git_builds
template: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
# - name: notify_start
# image: plugins/slack
# settings:
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
# channel: builds
# template: >
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
- name: build_and_test
image: registry.wizewerx.tech/base/wizewerx-docker-compose
volumes:
@ -52,17 +51,17 @@ steps:
trigger:
branch:
- master
- name: notify_end
image: plugins/slack
settings:
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
channel: git_builds
username: mike
template: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
Build took {{since build.started}}
when:
status: [ success, failure ]
trigger:
branch:
- master
# - name: notify_end
# image: plugins/slack
# settings:
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
# channel: git_builds
# username: mike
# template: >
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
# Build took {{since build.started}}
# when:
# status: [ success, failure ]
# trigger:
# branch:
# - master

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.idea/*

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

67
.idea/workspace.xml generated
View File

@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="85b506cf-b6d5-4bac-8be7-4abe7ebf24cc" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="28QMnImbN1p35QBBgvMmZRQI8pI" />
<component name="ProjectViewState">
<option name="autoscrollFromSource" value="true" />
<option name="autoscrollToSource" value="true" />
<option name="foldersAlwaysOnTop" value="false" />
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
<option name="showMembers" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_package_manager_path" value="npm" />
</component>
<component name="RubyModuleManagerSettings">
<option name="blackListedRootsPaths">
<list>
<option value="$PROJECT_DIR$" />
</list>
</option>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="85b506cf-b6d5-4bac-8be7-4abe7ebf24cc" name="Changes" comment="" />
<created>1651144522780</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1651144522780</updated>
<workItem from="1651144523986" duration="2372000" />
<workItem from="1651163609737" duration="4050000" />
<workItem from="1651170330009" duration="443000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
</project>

BIN
public/amalati/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB