Questions tagged [milestone]

66 questions
2
votes
1 answer

How to close milestone automatically in Gitlab?

I have created several milestones in Gitlab. But each time I complete it, I have to close it manually. It does not automatically close like the issues, or am I missing something. Is there some way of closing the milestone automatically?
Tom Kurushingal
  • 6,086
  • 20
  • 54
  • 86
2
votes
3 answers

Can't access Motorola Milestone on Ubuntu 9.10 via adb (HTC Magic works perfectly fine)

I've two phones, the HTC Magic and since today also the Motorola Milestone. While the Magic works perfectly, I'm not able to access the Milestone via USB (adb devices). Here are my log outputs and settings for both: HTC Magic lsusb: Bus 001 Device…
znq
  • 44,613
  • 41
  • 116
  • 144
1
vote
1 answer

How to solve java.lang.NoSuchMethodError: android.content.pm.PackageManager.currentToCanonicalPackageNames

I got this exception 01-03 00:28:43.465 E/AndroidRuntime(13556): java.lang.NoSuchMethodError: android.content.pm.PackageManager.currentToCanonicalPackageNames 01-03 00:28:43.465 E/AndroidRuntime(13556): at…
Johnny
  • 6,239
  • 7
  • 29
  • 36
1
vote
1 answer

PlantUML deliverable/milestone is not positioned at end of milestone

I specify a milestone to occur at the end of an activity, with: [Platform Planning Buffer] as [1_3] lasts 30 days [First Customer Usage - first_customer_usage] as [first_customer_usage] happens at [1_3]'s end However, it is…
a.t.
  • 2,002
  • 3
  • 26
  • 66
1
vote
1 answer

AES-256-CBC PKCS7 Padding from PHP to connect to a .NET server

I need to encrypt user and password with AES-256-CBC and PKCS7 padding to connect to a .NET server application that it is not mine. Firstly, I got the public server key using Diffie-Hellman algorithm, following the instructions on this…
dual
  • 21
  • 2
1
vote
1 answer

obtain current status of Wikipedia articles?

I am using Python and MySQL to query mediawiki database to get the current status of articles (i.e. whether the article is FA, GA, GAN etc.) but have been unable to do so. I know current status is stored in the old_text field of the text table. I…
hopeful
  • 35
  • 4
1
vote
3 answers

GitLab: Board with Milestones as lists?

I'm currently using GitLab Enterprise in a team project. I now want to build out a board-based roadmap similar to Pivotal Tracker, Aha or Trello. (For this view, each month would be a "list" or Aha "milestone". We could then drag roadmap items from…
SilentSteel
  • 2,344
  • 1
  • 28
  • 28
1
vote
3 answers

How to make Custom TextBox that wouldn't override the style in WPF .XAML

So, I made a Custom TextBox, that would only allow numbers: public partial class IntegerTextBox : TextBox { protected override void OnTextChanged(TextChangedEventArgs e) { base.OnTextChanged(e); Text = new…
1
vote
1 answer

How to connect SocketIO with C# client

C# I am developing a MIP plugin for Milestone VMS. I have a problem while connecting to SocketIO with C#. I have tried to connect to SocketIO with TcpClient, Socket, ClientWebSocket TcpClient tcpClient = new TcpClient(); …
1
vote
1 answer

How to adheres to both the 1.01 and 1.02 versions of the ONVIF standard

Milestone documentation mentions that ONVIF cameras must "adheres to both the 1.01 and 1.02 versions of the ONVIF standard". What does this means in term of implementation with gSOAP ? Thanks!
1
vote
0 answers

Azure URL Rewrite issue with Milestone

Currently we have a Web App with URL Rewrite in Web.config. We're trying to redirect requests to external Milestone server hosted on a private network. A VPN is set up between the Azure Web App virtual network and the private one. ARR is already…
1
vote
1 answer

WiFi gets jammed in "turning off" state

Hi I am developing an application for controlling the WiFi interface and I have found a problem: WiFi interface gets jammed on the Xperia X10 Mini (I tested on three devices of the same model). Looking at the log with "logcat" I found the…
Urizev
  • 561
  • 6
  • 24
1
vote
1 answer

Difference in Milestone TargetDate value and Custom field DateTime value when passed the same date

I am trying to save a dateTime value in my custom field in the Milestone Object Model and I see something is different between the TargetDate and my DateTime custom field: For example I am saving "2018-04-06T00:00:00.000Z"to TargetDate and my custom…
Sarita
  • 145
  • 9
1
vote
1 answer

Having trouble creating a milestone in a specific project

I'm trying to create a milestone in a specific work space. The milestone is getting created in a different work space. here is the code snippet m["Name"] = "xx"; m["TargetDate"] = "2017-06-01"; …
vvas
  • 61
  • 2
1
vote
1 answer

How Implement a system to determine if a milestone has been reached

I have a table named stats player_id team_id match_date goal assist` 1 8 2010-01-01 1 1 1 8 2010-01-01 2 0 1 9 2010-01-01 0 5 ... I would like to know when a player reach a…
Luc M
  • 16,630
  • 26
  • 74
  • 89