IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 
Wikipedia
 





 

 

 












We are splitting our database into Main and CI  

3users  
about.gitlab.com  


We are splitting our database into Main and CI We are splitting our database into Main and CI to improve the scalability and reliability of GitLab.com. Improving the performance and reliability of GitLab.com has always been a top priority for GitLab. While we continuously make iterative improvements to GitLab and our production architecture, we anticipate making a larger change to improve the scal



 

2022/06/03 23:25
 



















The Future of the GitLab Web IDE  

4users  
about.gitlab.com  


The Future of the GitLab Web IDE There are big changes in store for the Web IDE in the coming milestones. Way back in April 2018, GitLab 10.7 introduced the Web IDE to the world and brought a delightful multi-file editor to the heart of the GitLab experience. Our goal was to make it easier for anyone and everyone to contribute, regardless of their development experience. Since its introduction, te



 

2022/05/25 04:55
 













Upcoming changes to user limits on Free tier of GitLab SaaS  

3users  
about.gitlab.com  


Upcoming changes to user limits on Free tier of GitLab SaaS 5 user limit per top-level group on GitLab SaaS Free tier 2022-11-17 UPDATE: User limits will be rolled out gradually, impacted users will be notified in-app at least 60 days prior to the user limits being applied to their top-level group. User limits do not apply to top-level groups with public visibility. If you're running an Open Sourc



 

2022/03/25 01:49
 













How we automatically fixed thousands of Ruby 2.7 deprecation warnings  

4users  
about.gitlab.com  


How we automatically fixed thousands of Ruby 2.7 deprecation warnings The upgrade to Ruby 2.7 for GitLab involved thousands of deprecation warnings across hundreds of files. Here's how we fixed most of them. Ruby 3.0 was just released on Dec. 25, 2020, with some new features and some breaking changes. GitLab was at Ruby 2.6, and we wanted to upgrade to Ruby 2.7 in preparation to eventually upgrade



 

2022/03/07 11:31
 



 











GitLab Inc. takes The DevOps Platform public  

3users  
about.gitlab.com  


GitLab Inc. takes The DevOps Platform public Today is the day GitLab Inc. takes The DevOps Platform public. Today, GitLab Inc. announced the next milestone in our journey as we become a publicly traded company on the Nasdaq Global Market (NASDAQ: GTLB). GitLab was the first company to publicly live stream the entire end-to-end listing day at Nasdaq. In a world where software defines the speed of i




 

2021/10/15 09:25
 





 











We are very far from a better Heroku for production apps in a hyper cloud  

16users  
about.gitlab.com  


We are very far from a better Heroku for production apps in a hyper cloud GitLab is building Heroku for production apps in hyper clouds, integrated into your DevSecOps workflow: The 5 minute production app. Update: This post does not live up to its original title We are building a better Heroku. It shows my own personal experience and reflects poorly on competitors. I am sorry about that. It shoul



 

2021/03/23 23:56
 







 











The new Git default branch name

4users  
about.gitlab.com  


The new Git default branch name Why we're joining the Git community and updating "master" to "main". Note: We have added release 13.12 to our release schedule. 13.12 is due to ship on 2021-05-22. This will cause the next major release 14.0 to ship in June instead of May as originally stated. The below content has been updated to reflect the new release date for 14.0 of 2021-06-22. Every Git reposi



 

2021/03/11 11:51
 













We need to talk: Can we standardize NO_PROXY?  

3users  
about.gitlab.com  


However, if there is a leading . in the no_proxy setting, the behavior varies. For example, curl and wget behave differently. curl will always strip the leading . and match against a domain suffix. This call bypasses the proxy: $ env https_proxy=http://non.existent/ no_proxy=.gitlab.com curl https://gitlab.com <html><body>You are being <a href="https://about.gitlab.com/">redirected</a>.</body></ht



 

2021/01/28 12:31
 













GitLab is moving to a three-tier product subscription model  

9users  
about.gitlab.com  


GitLab is phasing out the Bronze/Starter tier Current Bronze/Starter customers have over a year to transition Transition discount offers are available to current customers GitLab Free continues to gain features, with over 450 in the last year GitLab will continue to have SaaS and Self-Managed options for each tier GitLab is phasing out the Bronze and Starter tiers and moving to a three-tier subscr




 

2021/01/27 04:29
 





 











How to use HashiCorp Waypoint to deploy with GitLab CI/CD  

4users  
about.gitlab.com  


How to use HashiCorp Waypoint to deploy with GitLab CI/CD Learn how to use Waypoint using GitLab CI/CD by following this step-by-step demo. HashiCorp announced a new project at HashiConf Digital called Waypoint. Hashicorp Waypoint Hashicorp Waypoint uses an HCL based configuration file to describe how to build, deploy, and release applications to various cloud platforms, ranging from Kubernetes to



 

2020/10/17 09:51
 













What we learned after a year of GitLab.com on Kubernetes  

12users  
about.gitlab.com  


What we learned after a year of GitLab.com on Kubernetes It's been one year since we moved GitLab.com to Kubernetes. We unpack the challenges and learnings from this major migration. For about a year now, the infrastructure department has been working on migrating all services that run on GitLab.com to Kubernetes. The effort has not been without challenges, not only with moving services to Kuberne



 

2020/09/17 09:48
 













How we upgraded PostgreSQL at GitLab.com  

7users  
about.gitlab.com  


How we upgraded PostgreSQL at GitLab.com We explain the precise maintenance process to execute a major version upgrade of PostgreSQL. We teamed up with OnGres to perform a major version upgrade of GitLab.com's main Postgres cluster from version 9.6 to 11 back in May 2020. We upgraded it during a maintenance window, and it all went according to plan. We unpack all that was involved  from planning,



 

2020/09/13 22:05
 













How we migrated application servers from Unicorn to Puma  

6users  
about.gitlab.com  


How we migrated application servers from Unicorn to Puma It's been a long journey but with the release of GitLab 13.0 Puma is our default application server. Here's what we did and learned along the way. Its been years in the making, but our journey to migrate our application servers from Unicorn to Puma is complete. With the Gitlab 12.9 release Puma was running on GitLab.com and now with 13.0 it



 

2020/07/24 23:02
 













 











Why the KDE community is #movingtogitlab  

3users  
about.gitlab.com  


Why the KDE community is #movingtogitlab Open source software community giant KDE finished phase one of their migration to GitLab and has joined our GitLab open source program. Check out what's next for KDE and GitLab. The KDE community is #movingtogitlab! After announcing the original decision to migrate to GitLab in November 2019, KDE has officially completed phase one of their migration, and co



 

2020/06/30 10:01
 













The problem with Git flow  

58users  
about.gitlab.com  


The problem with Git flow Learn why Git flow complicates the lifecycle and discover an alternative to streamline development. Sometimes, you can have too much of a good thing. Thats certainly true with Git flow, a well-known software development workflow that offers several options but can bog down users. We developed GitLab Flow as the solution to eliminate messy complexity and streamline the de



 

2020/06/24 10:55
 















 











How Git Partial Clone lets you fetch only the large file you need  

3users  
about.gitlab.com  


How Git Partial Clone lets you fetch only the large file you need Work faster with this experimental Partial Clone feature for huge Git repositories, saving you time, bandwidth, and storage, one large file at a time. The Git project began nearly 15 years ago, on April 7, 2005, and is now the version control system of choice for developers. Yet, there are certain types of projects that often do not



 

2020/03/15 00:57
 



 











How our QA team leverages GitLabs performance testing tool (and you can too)  

5users  
about.gitlab.com  


How our QA team leverages GitLabs performance testing tool (and you can too) We built our open source GitLab Performance tool to evaluate pain points and implement solutions on every GitLab environment. Weve set up several initiatives aimed at testing and improving the performance of GitLab, which is why the Quality team built a new tool to test GitLab's performance. Performance testing is an in



 

2020/02/20 13:16
 









 











Tutorial on privilege escalation and post exploitation tactics in Google Cloud Platform environments  

5users  
about.gitlab.com  


Tutorial on privilege escalation and post exploitation tactics in Google Cloud Platform environments A Red Team exercise on exploiting design decisions on GCP. Update At GitLab we have an internal Red Team that dedicates time looking at the services and business partners we use to deliver GitLab products and services. As a Google Cloud customer, we have an obvious interest in all the different way



 

2020/02/13 09:21
 





 











Why GitLab.com is changing its CDN provider to Cloudflare March 28  

4users  
about.gitlab.com  


Why GitLab.com is changing its CDN provider to Cloudflare March 28 Get the scoop on our plan to change GitLab.com to Cloudflare. Upcoming changes to our CDN for GitLab.com As GitLab.com has grown, so have our needs around the security and scalability of the web application. We are in the process of changing our CDN provider to Cloudflare as part of our improvements to GitLab.com. We are approachin



 

2020/01/17 11:37
 













Maturity  

6users  
about.gitlab.com  


GitLab has a broad scope and vision, enabling organizations to collaboratively plan, build, secure, and deploy software to drive business outcomes faster. To provide teams with complete transparency, consistency, and traceability, we are constantly iterating on existing and new features. Some stages and features are more mature than others. To convey the state of our feature set and be transparent



 

2019/09/10 12:30
 







 











How to use Prometheus for anomaly detection in GitLab  

3users  
about.gitlab.com  


How to use Prometheus for anomaly detection in GitLab Explore how Prometheus query language can be used to help you diagnose incidents, detect performance regressions, tackle abuse, and more. One of the more basic functions of the Prometheus query language is real-time aggregation of time series data. Andrew Newdigate, a distinguished engineer on the GitLab infrastructure team, hypothesized that P



 

2019/07/25 14:03
 













GitLab 2023 Global DevSecOps Report Series  

3users  
about.gitlab.com  


In March 2023, we asked more than 5,000 DevSecOps professionals to share their opinions on the current state of software development, operations, and security. What are teams prioritizing in 2023? Where are things improving, and where are teams still running into roadblocks? Whats the latest on hot topics such as security, artificial intelligence and machine learning, and cloud computing? These a



 

2019/07/19 22:46
 













Why we're ending support for MySQL in 12.1  

15users  
about.gitlab.com  


Why we're ending support for MySQL in 12.1 GitLab will be ending support for MySQL starting with our 12.1 release  here's why. In July of 2017 GitLab documented that we would be deprecating support for MySQL. Well, the 12.1 release marks the conclusion of our deprecation period and it will no longer support MySQL. It wasn't an easy decision, but we wanted to share with you why we did it. It wasn'




 

2019/07/03 11:16
 







 











GitLab 12.0 released with Visual Reviews and Dependency List  

4users  
about.gitlab.com  


GitLab 12.0 Release GitLab 12.0 released with Visual Reviews and Dependency List GitLab 12.0 released with Visual Reviews, Dependency List, and much more! Dev, Sec, and Ops GitLab 12.0 marks a key step in our journey to create an inclusive approach to DevSecOps, empowering "everyone to contribute". For the past year, we've been on an amazing journey, collaborating and creating a solution that brin



 

2019/06/23 01:01
 



 











A GitLab users guide to GitHubs new features  

7users  
about.gitlab.com  


Today at GitHubs Satellite developer conference, GitHub announced a number of new features. If you are a GitLab user, here is a quick cheat sheet of what GitHub announced today and how that relates to GitLab features that already exist or are on the public GitLab direction page. What GitHub announced on May 23, 2019 Similar & related GitLab features



 

2019/05/24 01:53
 







 











GitLab 11.11 released with Multi-Assignment for MRs and container enhancements  

3users  
about.gitlab.com  


GitLab 11.11 Release GitLab 11.11 released with Multi-Assignment for MRs and container enhancements GitLab 11.11 released with Multi-Assignment for Merge Requests, Windows Container Executor, Dependency Proxy, and much more! Increased collaboration and visibility One of the areas we focus on at GitLab is to find new ways to increase collaboration throughout the entire DevOps lifecycle. In this rel



 

2019/05/23 00:23
 













Git ransom campaign incident report  

6users  
about.gitlab.com  


Git ransom campaign incident report This is a coordinated effort to help educate and inform users on secure best practices relating to the recent Git ransomware incident. Today, Atlassian Bitbucket, GitHub, and GitLab are issuing a joint blog post, in a coordinated effort to help educate and inform users of the three platforms on secure best practices relating to the recent Git ransomware incident




 

2019/05/15 09:45
 







 











GitLabs journey from Azure to GCP  

36users  
about.gitlab.com  


GitLabs journey from Azure to GCP GitLab Staff Engineer Andrew Newdigate shares how we completed our migration to Google Cloud Platform, and how we overcame challenges along the way. Last June, we had to face the facts: Our SaaS infrastructure for GitLab.com was not ready for mission-critical workloads, error rates were just too high, and availability was too low. To address these challenges, we



 

2019/05/03 12:16
 













 











GitLab 11.10 released with Pipelines on the Operations Dashboard, Pipelines for Merged Results, and Multi-line Merge Request Suggestions  

5users  
about.gitlab.com  


GitLab 11.10 Release GitLab 11.10 released with Pipelines on the Operations Dashboard, Pipelines for Merged Results, and Multi-line Merge Request Suggestions GitLab 11.10 released with Pipelines on the Operations Dashboard, Pipelines for Merged Results, Multi-line Merge Request Suggestions, and much more! Easily see pipeline health across projects GitLab continues to add features to provide visibi



 

2019/04/23 11:13
 










 




























 

GitLab  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x