Skip to content

Commit

Permalink
Merge pull request #61 from arwos/dev
Browse files Browse the repository at this point in the history
ui
  • Loading branch information
markus621 authored Jan 5, 2025
2 parents f991bf6 + 1762736 commit 45d034a
Show file tree
Hide file tree
Showing 98 changed files with 2,299 additions and 1,042 deletions.
6 changes: 3 additions & 3 deletions .deb.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: urione
source: urione
version: 1:1.3.1
version: 1:1.4.0
architecture:
- amd64
- arm64
Expand All @@ -14,7 +14,7 @@ control:
depends:
- systemd
- ca-certificates
build: devtool build --arch=%arch%
build: goppy build --arch=%arch%
conffiles:
- /etc/urione/config.yaml
preinst: scripts/preinst.sh
Expand All @@ -26,4 +26,4 @@ data:
etc/urione/config.yaml: config/config.yaml
var/log/urione.log: +empty
etc/systemd/system/urione.service: init/urione.service
var/lib/urione/migrations/00001.sql: migrations/00001.sql
var/lib/urione/migrations/202501040000_shorten_url.sql: migrations/202501040000_shorten_url.sql
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20' ]
go: [ '1.22' ]
steps:
- uses: actions/checkout@v3

Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/codeql.yml

This file was deleted.

17 changes: 14 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@
*.out
*.lock
*.log
*.exe~
*.db
*.db-journal
*.mmdb
*.dev.yaml

# vendor/
.idea
.vscode
.tools/
.idea/
.vscode/

build/
bin/
# vendor/

coverage.txt
coverage.out

.env
Loading

0 comments on commit 45d034a

Please sign in to comment.