чат, че думаешь за синтакс в дифах #BitBucket
чат, че думаешь за синтакс в дифах #BitBucket
At #Atlassian #bitbucket ... when you don't care if notification emails arrive a day later.
Im Gegensatz zu GitHub & Co. leistet sich #Atlassian keine CLI für #Bitbucket, was an sich bereits ein Unding ist. Doch zum Glück gibt es "bb", eine gut gepflegte CLI eines fleissigen Open Source Maintainers, der es in seiner Freizeit entwickelt. Nachdem Atlassian Repositories mit "Free Plan" stark limitierte, sah sich der Maintainer gezwungen, "bb" fortan nicht mehr auf BitBucket, sondern auf GitHub weiterzuentwickeln. Welch' Ironie des Schicksals …
Quelle: https://bitbucket.org/gildas_cherruel/bb/issues/21/release-artifacts-cant-be-downloaded
#ShitBucket
Woah, #launchpad is not going to support #bazaar anymore. Reminds me of when #bitbucket stopped supporting #mercurial. It didn't kill mercurial, but it sure didn't help. 🙃
https://www.omgubuntu.co.uk/2025/06/launchpad-bazaar-support-being-removed
The #bitbucket change is feeling like ransom all of a sudden. Yeah, I forgot about the change, but I was also willing to pay for 1 user but nooooooo, you need to pay for 5. I don't want to give companies like this money so I'm going though 250+ repos to trim down before moving somewhere else. Gah.
Wenn dir die Internationalisierung von #Bitbucket den Menüpunkt "Geheimes Scannen" anzeigt, und du nach dem neugierigen Anklicken weißt, dass es hier um das #Secret Scanning geht...
Dann weißt du, dass du ein #Qualitätsprodukt von #Atlassian benutzt.
Deleting my (free) #Atlassian / #Bitbucket accounts is such a p.i.t.a. ... worst UX ever.
Small step for #DigitalSovereignty . Migrated #QWAN 's 152 git repositories to a self-hosted #gitea (after #bitbucket demainded money. we don't need issue trackers etc, so even gitea is overkill. I rarely use the web ui of these things, only to search a repository and clone it). h/t #dokku for making the first steps easy and @berthub.eu.articles for raising awareness.
Having build issue with Unity Build:
- I created a new repo to use submodules, since only one repo can be used to build
- BitBucket however only gives out workspace access tokens if you have premium
- I created a UVCS (Plastic) repo using Xlinks and host directly on Unity Cloud
- Unity Dev Ops build does not support Xlinks (fails to even start build)
- Using git archive to produce a single module imported to UVCS
- That finally works. Will add a script around it.
Build time is long (though that includes 10min waiting time). I hope the caching aspect works. I'll upgrade my plan once I'm convinced it'll al work.
This is poor of bitbucket. This prevents using a git repo with submodules and access tokens.
I'm already paying for the account. This is just a cheap trick to get me to pay more for a fairly tiny need.
Vor 20 Jahren rief #LinusTorvalds #git :git: ins Leben – bis heute ein großer Erfolg | Developer https://www.heise.de/news/Sicher-schnell-flexibel-und-ohne-Alternative-git-wird-20-Jahre-alt-10340325.html #GitLab #GitHub #BitBucket
Can somebody explain why people create #spam #pullrequest|s? Who benefits from this? How does this scheme work?
#antispam #github #gitlab #bitbucket #floss #foss #opensource #softwaredevelopment
#BitBucket.org is so fucking useless and unusable.
Автоматизация деплоя: из Bitbucket через Jenkins в MicroK8s — опыт финтех-разработчика
Всем привет! Я — Java-разработчик с пятилетним опытом в финтехе, и сегодня я расскажу, как настроить CI/CD для деплоя Spring Boot приложения из Bitbucket через Jenkins в MicroK8s. Это не просто теория — я поделюсь реальным кейсом, разберу ошибки, с которыми столкнулся, и дам рабочий код. Если вы хотите автоматизировать деплой и не наступать на грабли — поехали! Представьте: у вас есть микросервис на Spring Boot, который нужно быстро и без ошибок доставить в продакшен. Ручной деплой отнимает время, а команда требует стабильности. Я решил эту задачу с помощью Bitbucket, Jenkins и MicroK8s, но путь оказался не таким гладким, как хотелось бы. Проблемы с аутентификацией, конфликты портов и настройка окружения заставили меня попотеть. Как я справился? Об этом — в статье. CI/CD (Continuous Integration/Continuous Deployment) — это must-have для современных разработчиков. Автоматизация сборки, тестирования и деплоя приложений экономит время, снижает вероятность ошибок и ускоряет доставку кода до продакшена. В этой статье мы разберем, как настроить полноценный CI/CD-пайплайн для Spring Boot приложения, используя связку Bitbucket, Jenkins и MicroK8s.
https://habr.com/ru/articles/891844/
#ci_cd #bitbucket #jenkins #microk8s #spring_boot #kubernetes #делой #автоматизация #devops #pipline
code reviews in #BitBucket sind auch aus der Hölle.
Does anyone made #ddev work with #bitbucket pipelines?
I tried a lot bit everything failed. Maybe time for a long blog post about unsuccessful tries 🤔
Thanks to a helpful person on CodeBerg, I've finally added a Canadian code repo site to my list: https://about.worktree.ca/
More reasons to dislike Bitsucket ...
At work we moved from #Bitbucket to #GitHub recently. As there is no "Bulk"-Import feature in GitHub (or at least i didn't found it) as we have about 150 repos i wrote a small script which "moves" the repos to GitHub.
Everyone who is facing the same problem can find the script here: https://github.com/MadChrise/bitbucket-repso-to-github
It is very imple - just moving repos. No big error catching or something else. But i described it as good as i could in the readme.