Live data from Hacker News

Viewing profile — jl-gitlab

jl-gitlab

HN member
Joined
Wed, Sep 19, 2018, 5:42 PM UTC
HN karma
89
Public activity
42 items

About jl-gitlab

No profile information was provided.

Recent public activity

  1. comment
    Comment #21979271

    You could potentially use a regularly scheduled pipeline in GitLab CI to do this. You'd need to use a user token instead of the pipeline token since you want to push back into the …

  2. comment
    Comment #21915506

    In GitLab we have shared group/instance runners now as well as multiproject pipelines. https://docs.gitlab.com/ee/ci/multi_project_pipelines.html https://docs.gitlab.com/ee/ci/runn…

  3. comment
    Comment #21863213

    One relatively easy way to debug is to set up a runner instance on your machine and then send jobs that you're working on there. In that way you are validating real jobs, but can a…

  4. comment
    Comment #21863205

    We have a new PM for the runner and this is on his agenda to research and improve. The reality is that the job execution environment is complex - each job does just have a simple s…

  5. comment
    Comment #21863169

    We are looking to add breakpoints in an upcoming release, building on our interactive web terminals feature. If you're interested in providing feedback the public issue is https://…

  6. comment
    Comment #21863163

    Thanks, that's really great to hear. Release evidence, and where we plan to take that feature long term ( https://about.gitlab.com/direction/release/release_governanc... ) is reall…

  7. comment
    Comment #21863155

    We are looking at adding many new kinds of packages, including potentially Linux package types such as these https://about.gitlab.com/direction/package/package_registry/...

  8. comment
    Comment #21245343

    Interesting list, thanks for sharing. I'm the PM for CI/CD at GitLab, and I don't mean to hijack the topic, but wanted to give a heads up that we are looking at building a feature …

  9. comment
    Comment #20996464

    Hey, CI/CD PM here. I'd love to learn more about how you're using GitLab for mobile, if you're up for it ping me at @jlenny on gitlab.com. It's an area of focus for us, and it's al…

  10. comment
    Comment #20995449

    PM for CI/CD here, thanks so much for your feedback! As much as I'm excited about how much you love the product, we can always do better and I'd love to hear your thoughts. Ping me…

  11. comment
    Comment #20925896

    Ah, I understand. We do have users who prefer the stage model or hybrid DAG mixed with stages, but I get that that isn't your point of view. I do hope that after the next couple re…

  12. comment
    Comment #20925421

    We released DAG as an MVC, which helped a lot of people out even in its current state. We do release features here iteratively intentionally, with the idea that feedback will help …

  13. comment
    Comment #20925196

    Hey, I'm Jason - the PM director for this area. I really do appreciate the pings - you can @ me at my username jlenny in issues that are important to you. It's true in general, eve…

  14. comment
    Comment #20507045

    I've created https://gitlab.com/gitlab-org/gitlab-ce/issues/64995 - please join us in the conversation there.

  15. comment
    Comment #20506949

    Thanks for the super clear description! Doing some internal research on this.

  16. comment
    Comment #20504939

    Hey there, PM for CI/CD here. Can you point me to an issue in either GitLab or the Jenkins Plugin repo that has more info specifically on what you're looking to do that isn't possi…

  17. comment
    Comment #20105533

    Here at GitLab we're an all-remote company, and it's been that way since the beginning as I understand it. I've been here about a year now and I've heard so many great stories from…

  18. comment
    Comment #20027824

    Very nice! I'm the PM for CI/CD here at GitLab and think this is a wonderful idea. Feel free to reach out if you have any questions or need any support - my contact info can be fou…

  19. comment
    Comment #19927133

    For transparency I want to start by saying I'm a GitLab employee, but working for an all-remote company has changed my life. More time with family has been the most important, and …

  20. comment
    Comment #19786125

    I'm a GitLab employee, and before working here always struggled with remote work. There's a tipping point, though, at an all remote company where when everyone is remote, the commu…

  21. comment
    Comment #19786114

    These are personal anecdotes, but here at GitLab we recently started recording our personal stories about how remote working changed our lives. If you're interested in remote work …

  22. comment
    Comment #19786069

    Thanks for sharing, this is really great feedback.

  23. comment
    Comment #19785583

    You can actually use it standalone, for example with GitHub repos: https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/githu... (Disclaimer: GitLab employee here)

  24. comment
    Comment #19785540

    GitLab CI/CD product director here - we're working towards making includes more flexible to give you a lot more control. Would love your feedback on the small primitives we're look…

  25. comment
    Comment #19785520

    Hey there, CI/CD product director here. We do allow scheduling/editing/deleting pipelines via code, at least via an API: https://docs.gitlab.com/ee/api/pipeline_schedules.html Or a…