Skip to content

Commit 935df82

Browse files
author
Daniel Mason
committed
feat :various
1 parent f07b233 commit 935df82

22 files changed

+20961
-137
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Gitlab Task Manager is a task manager application which hooks into Gitlab's Issu
2020
* Clear all completed tasks
2121
* Leave comments on tasks that appear as comments in Gitlab
2222
* Create new task lists from the app
23+
* Assign task labels using hashtags (e.g. "Get Milk #shopping" )
2324
* View all issues with a particular label by clicking on the label itself
2425

2526
<div align="center">
@@ -47,8 +48,8 @@ yarn start
4748

4849
In the project directory, you can run:
4950

50-
* Run for development `yarn start`
51-
* Build the electron app `yarn electron-build`
51+
* Run for development `yarn dev`
52+
* Build the electron app `yarn dist` (If this fails, run `npm install` first.)
5253
* Build and publish Electron App `yarn dist`
5354
* Run Electron build on Linux using Docker `bash dist.sh`
5455
* Build docker image `yarn docker-build`

sync.ps1 renamed to copy.ps1

File renamed without changes.

dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
docker run --rm -ti --env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') --env ELECTRON_CACHE="/root/.cache/electron" --env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/.cache/electron:/root/.cache/electron -v ~/.cache/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine /bin/bash /project/build.sh
2+
cp "./dist/gitlab_todo Setup 0.1.0.exe" "/mnt/user/other/Installers"

docker-compose.sample.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ services:
1111
- '/app/node_modules'
1212
ports:
1313
- '3001:3000'
14+
labels:
15+
- "traefik.enable=true"
16+
- "traefik.docker.network=public"
17+
- "traefik.http.routers.todo.rule=Host(`app.example.com`)"
18+
- "traefik.http.routers.todo.entrypoints=https,http"
19+
- "traefik.http.routers.todo.tls.certresolver=myhttpchallenge"
20+
- "traefik.http.routers.todo.middlewares=danielauth@file,redirecthttps@file"

img/main_window.png

-3.29 KB
Loading

img/sidebar.png

-25.9 KB
Loading

0 commit comments

Comments
 (0)