agile
Here are 640 public repositories matching this topic...
-
Updated
Jun 28, 2020 - Shell
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
- Go off the internet or configure a proxy
-
Updated
Mar 25, 2020
-
Updated
Jan 9, 2020 - Java
It would be great to have an introduction for each topic so I can understand why that topic is relevant e why I should spend time studying it.
-
Updated
Jul 1, 2020 - Java
for SEO purposes, we should add some copy to the login page so google has something to munch on that isn't the meta.
AC
- SEO-driven copy written & put somewhere on the signup/login page
Estimate: 4 hours
-
Updated
Sep 18, 2019 - JavaScript
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
-
Updated
Mar 10, 2020
Zentao looks like a great software however without the ability to evaluate the software using the opensource version then may be transition to the paid version if needed
Installation instructions require some writing the read me file
-
Updated
Jun 28, 2020 - TypeScript
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!!!
As a maintainer,
I want to automatically run database migrations when pushing hot upgrades,
So that we don't have to run full-restart deploys when migrations are added.
By Way Of Explanation: at the moment, we're [opting out of hot upgrades when deploying changes that include new database migration files](stride-nyc/remote_retro@b9c9df4
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.
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.
-
Updated
Jun 21, 2020
-
Updated
Apr 2, 2020
-
Updated
Mar 14, 2020 - PHP
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
Is your feature request related to a problem? Please describe.
I occasionally switch between normal and darkmode on my android 10 phone.
Describe the solution you'd like
An automatic change would be nice.
Additional context
I assume that the following API is helpful: [Dark theme – Changing themes in-app](https://developer.android.com/guide/topics/ui/look-and-feel/darktheme#cha
-
Updated
Aug 31, 2018 - CSS
When an 'Email' field type is added within addFields(), it is ignored. This might be a problem for other new fields as well but I haven't tested.
// Works
$model->addField('email', ['Email']);
// Doesn't work
$model->addFields([['email', ['Email']]]);
Hi could you create a walkthrough for newbies on how to get this set up on one's Git Page? This would be super useful for, e.g. academics who want to track project progress and use burndowns. Thanks for the nice package!
When installing or updating imdone on a macOS system that does not have Xcode installed, the following prompt appears mentioning the "xcodebuild" command:
I do not recall seeing this with any Atom package other than imdone-atom
Improve this page
Add a description, image, and links to the agile topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the agile topic, visit your repo's landing page and select "manage topics."


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