Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-20Team Member Onboarding: Add a link to the Gitaly Training playlistJohn Cai
The Gitaly Training and resources playlist will house all of our Gitaly videos. Replace the current bullet point with a link to the playlist.
2023-11-17Link security tracking issue in the security issue templateSteve Abrams
2023-10-10Update Team Member Onboarding.mdEric Ju
* inlcude how to request gcp-host-profiles-sg group access
2023-10-05Update template for security-target labelSteve Abrams
2023-09-04doc: Remove obsolete entry from Gitaly onboarding templateAndras Horvath
2023-08-28Merge branch 'issue-template-split' into 'master'karthik nayak
issue_templates: Make feature flag rollout a multi issue template See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6276 Merged-by: karthik nayak <knayak@gitlab.com> Approved-by: Andras Horvath <ahorvath@gitlab.com> Reviewed-by: Patrick Steinhardt <psteinhardt@gitlab.com> Reviewed-by: Andras Horvath <ahorvath@gitlab.com> Reviewed-by: karthik nayak <knayak@gitlab.com>
2023-08-28issue_templates: Make feature flag rollout a multi issue templateKarthik Nayak
Rolling out feature flag is generally done over multiple issues. Most often the work can be stretched for 3 releases: 1. Deploy code with feature flag <Release X> 2. Enable feature flag on staging <Release X> 3. Enable feature flag on production <Release X> 4. Default enable the feature flag <Release X+1> 5. Remove feature flag <Release X+2> Currently we create a single issue from the `Feature Flag Roll Out` template and use the same issue to track work over the releases. This is problematic since: 1. Most of the time the issue is blocked waiting for a release to happen. 2. Often we prematurely close the issue without removal of feature flag, which means a lot of flags remain as is. To solve both these problems, let's split the `Feature Flag Roll Out` issue template into three: 1. `Feature Flag Roll Out` 2. `Feature Flag Default Enable` 3. `Feature Flag Removal` with this, the first issue can be closed in <Release X> after creating the required subsequent issues. This ensures we have discrete work which can be tracked easily and also ensures that cleanup tasks are created in our backlog making it easier to track/delete old flags.
2023-08-24Update Team Member Onboarding.mdAndras Horvath
2023-07-12Merge branch 'andrashorvath-master-patch-49636' into 'master'karthik nayak
Update Gitaly's Team Member Onboarding.md See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5995 Merged-by: karthik nayak <knayak@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com> Approved-by: Furhan Shabir <fshabir@gitlab.com> Co-authored-by: Andras Horvath <ahorvath@gitlab.com>
2023-06-29Update Gitaly's Team Member Onboarding.mdAndras Horvath
2023-06-29Add @gerardo to Gitaly support request templateAndras Horvath
2023-06-28template: Update `Rollout Git version` templateJustin Tobler
The old Git version and feature flag cannot be removed in the same release. Update the issue template to clarify this.
2023-06-02template: Add template fot Git version upgradeKarthik Nayak
Add a new issue template for the Git version upgrade. This should help us streamline our Git updates more.
2023-04-27doc: Update gitaly team onboarding instructionsAndras Horvath
2023-04-11Update Support Request.mdJohn McDonnell
2023-03-07workflow: Add "customer" label to Gitaly support templateAndras Horvath
2023-02-20Add John Cai to support templateMark Wood
2023-02-09template: remove extra ", assign to submitter, add workflow labelAndras Horvath
2023-02-09template: Add flaky test issue templateJustin Tobler
In order to standardize the creation of flaky test issues, a new issue template has been added. This template ensures that the appropriate labels are applied automatically and tracks whether the flaky test has been quarantined.
2023-02-08Merge branch 'jc-update-onboarding-with-pto-integration' into 'master'John Cai
Onboarding Issue Template: Add PTO Calendar Integration See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5244 Merged-by: John Cai <jcai@gitlab.com> Approved-by: Andras Horvath <ahorvath@gitlab.com>
2023-02-07Onboarding Issue Template: Add PTO Calendar IntegrationJohn Cai
Add a bullet for new employees to integrate their PTO-Roots with the shared Gitaly Team Calendar.
2023-02-04templates: Update issue template labelsJustin Tobler
Some of the issue temlates are using outdated labels. This change updates the templates with correct default labels.
2022-12-07Include @john.mcdonnell on Support Request IssuesJohn McDonnell
2022-11-15doc: Add team calendar to onboarding stepsAndras Horvath
2022-11-02issue templates: Add gradual rollout for feature flagsJohn Cai
Every feature flag rollout should be done gradually. Enforce this through the feature flag issue template.
2022-10-24onboarding: Add gitaly retrospective repositoryKarthik Nayak
Add a line item in the onboarding document to get maintainer access to the Gitaly retrospective repository.
2022-09-06Add #gitaly-alerts to team member onboarding templatedocs-add_gitaly-alertsJames Fargher
2022-08-26template: Add requests to onboarding templatejt-issue-template-slackJustin Tobler
New Gitaly team members need access to both Zendesk and gitaly ruby gem. This change adds these requests to the onboarding issue template.
2022-08-26template: Update Slack channel in issue templatesJustin Tobler
The `#g_create_gitaly` Slack channel has been renamed to `#g_gitaly`. This change updates the feature flag and onboarding issue templates accordingly.
2022-08-19CODEOWNERS: Add CODEOWNERS fileToon Claes
Specify who needs to give approval on Merge Requests.
2022-08-11Remove default MR templateJohn Cai
The default MR template creates unnecessary work since we already take pains to write a coherent and detailed commit message. Once the MR template supports automatic importing of commit messages, we can add a default template once again.
2022-07-27Template: Update Gitaly onboardingjt-update-gitaly-onboarding-templateJustin Tobler
Added information and references to the Gitaly onboarding issue.
2022-07-19docs: Add reference to MR workflow to onboardingAndras Horvath
2022-07-19add links to team specific onboardingAndras Horvath
2022-07-19order Gitaly team-specific onboarding correctlyAndras Horvath
2022-07-13Merge branch 'ahorvath-onboarding-4335' into 'master'Andras Horvath
Add onboarding issue template for Gitaly team. See merge request gitlab-org/gitaly!4701
2022-07-13Add #git-core to Gitaly onboarding.ahorvath-onboarding-4335Will Chandler
2022-07-13Add more access request-y things to Gitaly onboarding.Will Chandler
2022-07-13Update link to moved team page.Andras Horvath
2022-07-08Update template to have Enablement section labelsMark Wood
2022-07-08Add @gitalyteam Slack group to onboarding.Andras Horvath
2022-07-08Add onboarding issue template for Gitaly team.Andras Horvath
Issue: https://gitlab.com/gitlab-org/gitaly/-/issues/4335
2022-05-19Add field for ZenDesk ticket to templatewc-zd-ticket-templateWill Chandler
ZenDesk tickets are the primary source of truth for the Support team, and will have the most detail on the problem and troubleshooting steps taken so far. Let's add an explicit field for the ticket in the support request template.
2022-05-12Update "Support Request" template in line with intake workflow.ahorvath-customer-issueAndras Horvath
2022-05-10Fix Default templatesbbodenmiller-master-patch-17975Ben Bodenmiller
2022-05-10Add Default templatesBen Bodenmiller
2022-02-18Merge branch 'support_rqst_issue_tempalte' into 'master'Sami Hiltunen
Create support request issue template See merge request gitlab-org/gitaly!3836
2022-02-18Update per review findingsSami Hiltunen
2021-12-15Apply 1 suggestion(s) to 1 file(s)Sami Hiltunen
2021-11-30issue_templates: Restructure feature flag rollout stepsPatrick Steinhardt
Restructure feature flag rollout steps to clearly show the different phases from staging to production to default-enabled releases to removal of the feature flag.