Questions tagged [milestone]

59 questions
39
votes
3 answers

How to complete a milestone on GitHub?

How do I close/complete milestones on GitHub projects? I've already three milestones that are "overdue" but they are completed already. I simply don't know how to mark them "completed" - can anyone help me? I already tried to Google this issue, and…
Afr
  • 9,061
  • 7
  • 49
  • 85
24
votes
1 answer

What is a spring milestone?

I have to learn to work with Maven and Spring. Around the web I have seen in various places the term " spring milestones" and "spring milestones repository". But was is a such a milestone ? I googled it, but I didn't find that one definition to…
Bianca
  • 489
  • 2
  • 6
  • 17
21
votes
3 answers

Proper way to use versions and milestones

What's the intended purpose of versions and milestones in Trac? How to use them? How is milestone different from version?
seler
  • 7,311
  • 3
  • 35
  • 52
17
votes
1 answer

Linked reference to a Github milestone in a tag or commit message

I use to add issue numbers in Git commits, to let Github make links from commits to issues and from issues to commits. Is it also possible to do the same in tag messages towards milestones? In my project, each release has a tag, and each release…
Beat Sprenger
  • 250
  • 2
  • 9
15
votes
0 answers

Filter GitHub issues matching one of multiple milestones (OR filter)

I'm trying to filter my GitHub issues based on an OR filter of milestones. Specifically, I want to retrieve all issues that are in milestone X or milestone Y. Things I've tried: milestone:X,Y milestone:"X","Y" milestone:X milestone:Y -no:milestone…
fiona
  • 591
  • 4
  • 8
5
votes
3 answers

How to mark important events / milestones in Git history?

I have a repo consisting of files, related to four Ruby homework task. My fifth task is to refactor each of the previous four tasks the best way I can and mark each small refactoring as a single git commit, so that when one opens the git history,…
Alexander
  • 17,699
  • 19
  • 72
  • 107
5
votes
8 answers

How to make sure that momentum is kept after a major development milestone?

My team (4 people) have just reached a major milestone in our development, putting us at about 2/3 finished, but I guess the stress has caught up to everyone and all the gears have ground to a near halt, progess is being made at 1/5 of the original…
Firoso
  • 6,365
  • 10
  • 42
  • 90
4
votes
5 answers

Application version or milestone Naming Schemes

I'm looking for "schemes" for application version or milestone naming. I'd like to find a naming scheme that suits my current project but I think we should gather here the more interesting schemes to share knowledge and ideas on the subject. You…
Klaim
  • 60,771
  • 31
  • 121
  • 186
4
votes
1 answer

gitlab add project to existing milestone

I want to use gitlab group milestones. When adding a new milestone, it is possible to add several projects. When creation is finished and saved, there is no way to add a project afterwards.
ÐerÆndi
  • 129
  • 9
3
votes
3 answers

onDestroy() won't get called after this.finish()

I'm wondering why the Motorola Milestone with 2.1-update1 behaves differently from the Emulator or e.g. the Nexus One. I am trying to exit my app with: @Override protected void onPause() { if(mayDestroyActivity) this.finish(); …
stfn
  • 1,140
  • 5
  • 19
  • 33
2
votes
3 answers

has anybody the trac report to get all tickets without milestone?

i'm looking for the TracQuery for the trac report to get all tickets without assigned milestone listed. have you already composed this query, if yes, would you share it? thx in advance.
phi
  • 314
  • 5
  • 9
2
votes
1 answer

Android Image Capture Saving Small Sizes on Milestone

I've written a simple app that opens the camera and supplies a path for saving any captured images. The code basically looks like this: File file = new File( Environment.getExternalStorage() + "myimages/", "my_image.jpg" ); Uri outputUri =…
JeremyFromEarth
  • 14,204
  • 4
  • 31
  • 47
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
  • 4,879
  • 11
  • 46
  • 72
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
  • 42,465
  • 38
  • 114
  • 143
2
votes
2 answers

Android (Milestone/Droid): View.OnKeyListener not working correctly?

I am using a simple EditText and register an View.OnKeyListener. Some GUI changes should happen (fading in/out of views) when certain conditions for the EditView text apply. In the emulator, this works as expected. On the Motorola Droid/Milestone,…
Ice09
  • 8,164
  • 4
  • 20
  • 24
1
2 3 4