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
2020-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-03-03Bring one group board to CEFelipe Artur
2017-12-20Use UserSerializer instead of `User.to_json`Robert Speicher
2017-08-30More review commentsNick Thomas
2017-08-30Address review commentsNick Thomas
2017-08-30Warn users when their keys are invalidNick Thomas
2017-07-04Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan
CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20FormHelper#issue_assignees_dropdown_options never has multiple assigneesToon Claes
Only EE supports multiple issue assignees, so this CE code should not contain code to have multiple assignees. EE will override the multiple issue assignees feature by overriding this method.
2017-06-11Changes default text to "Unassigned"Jacob Schatz
By changing this text the css will check for `toggle_text == default_label`. In this case they were not the same. Now they are and it will show the default label in gray.
2017-05-05Fix specsClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.