Skip to content
#

agile

Here are 620 public repositories matching this topic...

acarboni71
acarboni71 commented Mar 20, 2020

I'm using kanboard 1.2.13 inside a container. I created the following local folders:

mkdir /srv/kanboard/
db
data
plugins
nginx

Then I created a mysql instance:

docker run -d
--name kanboard-db
-e MYSQL_ROOT_PASSWORD=xxx
-e MYSQL_DATABASE=kanboard
-e MYSQL_USER=xxx
-e MYSQL_PASSWORD=xxx
-v /srv/kanboard/db:/var/lib/mysql
-p 3307:3306

zabil
zabil commented Feb 19, 2020

Actual behavior

When there is no internet connection or the machine is behind a proxy

$ gauge install js
Failed to install plugin 'js'.
Reason: Invalid plugin. Could not download js-install.json file.

This error very cryptic and does not point out to the right cause which confuses the user for example.

Steps to reproduce

  1. Go off the internet or configure a proxy
ipolevoy
ipolevoy commented Nov 5, 2019

how to:

  • How to configure for standalone apps
    • Single connection
    • Multiple connections
  • How to configure using a properties file
  • Override form system environment vars
  • Override from system properties
  • Configure and override in code.
  • Configure and override in ActiveWeb apps
    • Configure DB-Migrator
    • Configure connection pools
leantime
Marcquito
Marcquito commented Apr 29, 2020

Hi there! I have one main calendar for work that pulls in a ton of information from a few sources so I can get an idea of the day/week/month at a glance. Is there a way to add the leantime calendar subscription to my existing calendar (that I'm not seeing?) or is this in the works? It would be super useful!

Thanks for everything!!!

geverghe
geverghe commented Apr 3, 2020

In each of the top level commands - az boards, az pipelines, az repos, az artifacts and az devops, we include the line indicating that this command is a part of azure-devops extension. In addition to this, we need to include the link out to the documentation - https://docs.microsoft.com/en-us/azure/devops/cli/?view=azure-devops as well.

Azure/azure-cli-extensions#1454

mvorisek
mvorisek commented Apr 25, 2020

Any special names like add in Model->getAction('add') should use not the special name directly, but it should be put in the owning class as a public constant and this constant should be used with that class name everywhere where needed.

rrva
rrva commented Jul 16, 2018

By mistake we often launch multiple copies of the app just because we want to change mob settings. It would be great if the app detected that an instance is already running if you launch it from the dock, and if so, bring up the settings window. Also cmd-tabbing to the mobster app when a session is already running should bring up the settings window. Pressing the show/hide keyboard shortcut is not

nextcloud-deck

Improve this page

Add a description, image, and links to the agile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the agile topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.