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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-05Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc41GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-11-23Add latest changes from gitlab-org/gitlab@13-6-stable-eeGitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-20Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot
2020-04-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-24Change misleading pipeline status tooltipScott Hampton
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-07-10Align items in merge request dashboardFilipa Lacerda
Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
2019-06-06Use exposed regex for frontend maskable checkmfluharty
Pass string value in through haml template data attribute Evaluate it into a regex when initiating variable list Use it to determine whether to show the maskability warning
2019-06-04Default masked to false for new variablesmfluharty
Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
2019-05-27Add support for toggling masked on UIThong Kuah
In addition to API, add support for toggling mased on UI too. (Though fabricate_via_browser_ui is private)
2019-05-20Adds arrow icons to select option in CI/CD settingsFilipa Lacerda
Adds custom-select class to the select menu for variables type in CI/CD settings
2019-05-07Adds header column to variables listFilipa Lacerda
For the variables list in CI/CD settings this commits adds an header row with titles
2019-05-06Implement support for CI variables of type fileKrasimir Angelov
Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
2019-04-19Clarify masked variable message, add link to docsmfluharty
Update error message "This variable will not be masked" to "Cannot use Masked Variable with current value" Add link to masked variables section to error message
2019-04-08Override problematic display with utility classsarahghp
2019-04-06Initial pass for tooltip changesSarah Groff Hennigh-Palermo
Makes changes for truncation and combines the two related CSS classes. Applies new tooltip comp as close as possible to the span for testing.
2019-03-29Remove duplicate environment selector dropdownmfluharty
2019-03-29Add control for variable value maskingmfluharty
Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable
2019-03-28Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil TrzciƄski
This reverts merge request !25476
2019-03-27Scaffold UI elements for minimal versionMiranda Fluharty
Add a masked switch to variable rows Copy some behavior from the protected switch
2019-02-27Remove extraneous data attributeScott Hampton
I had `html: true` as a data attribute, but the tooltip was just text.
2019-02-27Adjusting internationalization of tooltip titleScott Hampton
Based on MR comments, changing how the i18n works for the tooltip title.
2019-02-27Refactoring and i18n fixesScott Hampton
Making these changes based on MR suggestions.
2019-02-27Adding ability to pass in path to status iconScott Hampton
Project passed a very specific details path. Also reverted a change.
2019-02-26Removed other deprecated status helpersScott Hampton
Updating a couple other places that were still using deprecated status.
2019-02-25Adding tooltip placementScott Hampton
Adding the ability to position the tooltip of the status icon.
2019-02-25Adding tooltip to the icon partialScott Hampton
I apparently forgot to add tooltips to the partial before.