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
2023-05-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-05-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-04-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-10-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-06-19Add documentation and testsManoj MJ
This commit adds - feature specs - to test the ability of a user with "developer" permission to delete tags in repositories. - documentation
2019-06-12Upgrade to Capybara 3Heinrich Lee Yu
Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
2019-03-26Allow custom hooks errors to appear in GitLab UILuke Duncalfe
Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
2018-12-07Further design iteration on project overviewDennis Tang
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-07-03Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)
2018-07-02Update tests to check emoji autocompletionKushal Pandya
2018-06-11Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)
2018-02-16Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19Prevent some specs from mangling the gitlab-shell checkoutNick Thomas
2017-10-24add accept_confirm around "delete tag" buttonMike Greiling
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-09-29Merge remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
Closes gitaly#562
2017-09-01Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-10Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-03Change trigger('click') -> click for ChromeStan Hu
Done via: ``` git grep --name-only trigger\(\'click\'\) | xargs sed -i -e "s/trigger('click')/click/g" ```
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-19Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
2017-05-16Replace broken autocomplete field for new tags with dropdownWinnie Hellmann
2017-04-06Fixed rspec testsJose Ivan Vargas
2017-03-16removes n+1 query from tags and branches indexesTiago Botelho