Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico committed Jul 27, 2021
1 parent 0c22d8e commit 11fce01
Show file tree
Hide file tree
Showing 86 changed files with 5,543 additions and 87 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name == 'release'
name: Get latest version name from GitHub
with:
repository: scolastico-dev/s.Default # DONT FORGET TO REPLACE GITHUB REPO NAME HERE
repository: scolastico-dev/s.Status
excludes: draft
- name: Declare some variables
id: vars
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
name: Upload builded jar to artifacts
with:
name: build
path: ${{ github.workspace }}/target/example-jar-with-dependencies.jar # DONT FORGET TO REPLACE PROJECT NAME HERE
path: ${{ github.workspace }}/target/s.Status-jar-with-dependencies.jar
retention-days: 1
javadoc:
name: Generate Javadoc
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Upload to Release
uses: JasonEtco/upload-to-release@master
with:
args: example-jar-with-dependencies.jar application/java-archive # DONT FORGET TO REPLACE PROJECT NAME HERE
args: s.Status-jar-with-dependencies.jar application/java-archive
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: peaceiris/actions-gh-pages@v3
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,8 @@ buildNumber.properties
# End of https://www.toptal.com/developers/gitignore/api/intellij,maven

config.json
language.json
error.*
database.sqlite
web/
BootstrapStudio/export/
23 changes: 23 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/ebean-plugin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions BootstrapStudio/assets/chart.min.js

Large diffs are not rendered by default.

Binary file added BootstrapStudio/assets/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions BootstrapStudio/assets/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added BootstrapStudio/assets/logo-256.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 added BootstrapStudio/assets/logo-512.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 added BootstrapStudio/assets/server_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions BootstrapStudio/export/assets/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions BootstrapStudio/export/assets/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions BootstrapStudio/export/assets/css/styles.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.footer{bottom:0;position:absolute}.table-borderless td,.table-borderless th{border:0}
Binary file not shown.
4 changes: 4 additions & 0 deletions BootstrapStudio/export/assets/fonts/font-awesome.min.css

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit 11fce01

Please sign in to comment.