Questions tagged [milestone]
66 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…

q9f
- 11,293
- 8
- 57
- 96
32
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
- 779
- 3
- 9
- 19
22
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
- 8,803
- 4
- 41
- 54
22
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
- 310
- 1
- 2
- 10
20
votes
1 answer
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
- 681
- 5
- 9
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 Popov
- 23,073
- 19
- 91
- 130
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,647
- 10
- 45
- 91
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
- 67,274
- 36
- 133
- 188
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
- 139
- 10
3
votes
0 answers
Putting text of PlantUML gantt chart deliverable/milestone left of diamond?
When looking at:
@startgantt
[Prototype design] lasts 1 weeks
then [Prototype completed] lasts 4 days
[End Prototype completed] happens at [Prototype completed]'s end
then [Test prototype] lasts 5 days
[End Test prototype] happens at [Test…

a.t.
- 2,002
- 3
- 26
- 66
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
1 answer
NoClassDefFoundError: NestedIOException when running tests with Spring Boot 3.0.0-M4 / Spring 6.0.0-M5
I have a Java-17 project using Spring Boot which I'm trying to modularize. To take full advantage of the modularization, I'm porting it to Spring Boot 3 milestone 4 and Spring 6 milestone 5.
The project is managed my Maven. I was able to get the…

Piotr Sulecki
- 103
- 1
- 9
2
votes
1 answer
What is purpose of placing pull request inside project board on Github?
I recently discovered that you can create Milestones and Project Boards on Github repositories.
With project boards, you can place issues and pull requests and move them around the boards (Kanban).
But what is the purpose of having pull request…

Dinko Pehar
- 5,454
- 4
- 23
- 57
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
- 333
- 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,344
- 4
- 33
- 47