Earlier quoted context omitted.
> or bad SQL WHERE clause Tip: Begin an SQL session with BEGIN TRANSACTION; at the end you can either COMMIT or ROLLBACK.
I always liked LIMIT when doing dangerous stuff in prod
Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
201–210 of 260 posts
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#202Earlier quoted context omitted.
Reminder: never delete data for real as your first step. Always mark it deleted along with a time stamp saying when. Then you can hide deleted itemsfrom everything. When a maintenance script goes haywire you can fix the problem quickly. Have a daily job that really deletes records marked deleted after 30 days. If that is too complicated to retrofit then have any mass cleanup script move the records to a CSV file or t…
I agree that data must never be "deleted and forever gone" unless you've already been very sure about it a few time. But I would like to warn people about certain implementations of database "soft deletes" that I'm not a fan of. To be clear, I'm talking about the idea of having a "deleted" and/or a "date_deleted" column and using those columns in the WHERE clause to filter out rows that shouldn't be visible. That pat…
Temporal tables should really be used more often.
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#203Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#204As the person responsible for running Jira and Confluence on premises at my employer I‘m looking forward for the next time one of their sales droids contacts me to make us move to their cloud services (despite me stating that we are not interested multiple times)…
They are discontinuing on prem after 2022 though. What is your plan if not to migrate to their SaaS offering?
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#205The wildest part about this service outage to me is that Atlassian's stock is up 10% over the past month.
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#206Earlier quoted context omitted.
> Jira Cloud is incredibly slow I haven’t used Jira Cloud in any great depth, but I did play around with it as part of trialling the free plan and was amused that you could quite easily come across warnings to backup your installation and consult your system administrator before proceeding…how exactly do I do that for a cloud service? Doesn’t exactly inspire confidence. At my last job we used Bitbucket Cloud and that…
> I haven’t used Jira Cloud in any great depth. I have. It's painfully slow. But slowness isn't really the problem, the problem is that it's unpredictable. I wait for the interface to be fully loaded, so I click on a text box and i start typing. Then FU--ING something takes the focus to some other element in the web page and now i'm typing random shortcuts (like reassigning tickets, changing status or whatever). It's…
This happens to me often and it's absolutely infuriating. I'd prefer a blocking spinning wheel of death over that nonsense. It's all but ensured that I'll be looking elsewhere when choosing project tracking software in the future.
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#207Earlier quoted context omitted.
We're using the cloud version and we're fine too (no outage). What's your point? Are you claiming that self-hosted is never down? Or that self-hosted is more reliable? Because I doubt that. Difference is just that when self-hosted goes down, it doesn't end up in the news.
My own self-hosted services have about 20 min downtime a month. I’ve never – not at any point in the past 10 years – gone over 24h of downtime. JIRA will now have 3 weeks downtime. Distributed systems have complexity that grows superlinear, which leads to more and longer incidents.
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#208Earlier quoted context omitted.
I will say that back when Bugzilla was it, JIRA rocked. It was amazing the new power you had and the functionality it provided. We self-hostd JIRA from 2008ish to 2014ish. (memory is fading on exact dates) By the time we decided to stop using JIRA, we fracking hated JIRA and would never return. Since then, GitHub Issues, Trello, Clubhouse (neé Shortcut) all provide less friction in day to day use. As an Enterprise, I…
Not trying to nitpick, just for your information > Clubhouse (neé Shortcut) It's the opposite: Shortcut (née Clubhouse), as "née" means "born", so it's the name it had at birth, the old name The more you know!
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#209Looking at the company financials and timing, the wooden headquarters might have to wait. I don't envy engineers there right now, some dpts. Stay strong, don't burn out! https://architectureau.com/articles/worlds-tallest-hybrid-ti...
Obviously not universal, but if upper management has decided to spend a lot of time focusing on a marque building they're not focusing on the business itself.
Re: Atlassian: We estimate the rebuilding effort to last for up to 2 more weeks
#210Earlier quoted context omitted.
Honest question: Since Trello is part of Atlassian aswell - what are good, reliable and above all lightweight alternatives for managing projects without the “pseudo-agile” rabbit holes of functionality?
https://linear.app is pretty great