I hope projects will get rid of JIRA now!
I recently moved to a company that uses Jira. What kinds of problems should I be looking out for?
There's a famous issue dating all the way to 2006 for this: https://jira.atlassian.com/browse/JRASERVER-9292
251–255 of 255 posts
I hope projects will get rid of JIRA now!
I recently moved to a company that uses Jira. What kinds of problems should I be looking out for?
There's a famous issue dating all the way to 2006 for this: https://jira.atlassian.com/browse/JRASERVER-9292
Earlier quoted context omitted.
There were more people having problems than Tridge. I was there, and I was told in private mail by the author of BitKeeper that I did not have permission to use it, because of my work on respository analysis software that looked like it would get too close for comfort. That's without any reverse engineering. I never used BitKeeper, or connected to the server, or read the infamous "help" text. It meant I couldn't part…
My apologies. I didn't want to gainsay your claim, but I've noticed I've been getting older [1] and things that happened "recently" and "should be common knowledge", are not, in fact, exactly that for everyone. I wanted to point out that it was not a very loose "pragmatic and/or ideological" argument back then, but there were very specific actions and respected actors involved. You obviously, being directly involved,…
That's interesting. I read your comment as making out that it was _merely_ one person (Tridge) who had a problem with BitKeeper and BK didn't deserve the flak, but I read your later comment as making out that BK did deserve it.
Earlier quoted context omitted.
I encourage you (and everyone else) to look more closely at the ASF budget. As noted above, it's 80% for infrastructure, and that is supporting hundreds of projects. Some of those are simple, some are not at all (Hadoop, Cordova, Spark, OpenOffice, Mesos, CloudStack, etc.). In fact, many of those projects rely on other resources not included in that 800k: How much does it cost to run a testing farm for all the device…
Note that the asf infra is - at best - insufficient. Cassandra relied heavily on donated Jenkins worker VMs for all tests because the asf donated VMs couldn’t run the test suites. Recently we started moving tests to circleci... because it was better than waiting 24 hours for tests to run in Jenkins.
Things would probably be different if the ASF was a pay-to-play 501(c)(6) "business league" rather than a 501(c)(3) charity. Then the Foundation would have more funding at the price of having to answer to corporate masters.
But since ASF Infra must run lean, it is forever trying to find ways to do more with less -- and Github integration is an instance of that.
Apparently, one of the big motivating reasons for this was "cost". > The foundation’s 2018 five-year strategic plan noted that infrastructure services account for more than 80 percent of the total ASF expense budget, adding: “Increasingly, project communities have infrastructure requirements that strain the capabilities of the ASF.” > The report noted that, given burgeoning costs, encouraging the use of more external…
What was the infrastructure of ASF? Own servers? Wouldn't moving to a cloud provide helped reduce cost?
Ethically speaking, isn't it a conflict of interest that an idol of the open-source world is pairing up with Microsoft. Now that Microsoft has lost the former glory, they are desperately trying present a clean image, but all their deeds of the past are still fresh. I am waiting for the MSJVM 2.0 with github & atom & VSCode.
How is the Linux or FSF or Mozilla repo hosted? Scaling issues with GIT cannot be only tackled by Microsoft & Google.
Earlier quoted context omitted.
"Easy" like: git diff master..bugfix > bugfix.patch # or `format-patch` # now attach/upload bugfix.patch Instead of: # make sure you click around github.com to create third fork git remote add unnecessary-third-fork $THIRDFORK git push unnecessary-third-fork bugfix firefox $THIRDFORK # now click around to file a PR # now wait for your PR to be merged # now click around on github.com to delete $THIRDFORK # ... unless…
Now how does CI work with that first workflow?
so, in general, it works like shit, but some people are not willing to accept this, because "it works for me".