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
2018-11-21Eliminate duplicated wordsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-13Authorize DestroyPipelineService against pipelineMatija Čupić
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-01Rephrase "maintainer" to more precise "members who can merge to the target ↵Mark Chao
branch" "Maintainer" will be freed to be used for #42751
2018-05-15Enable update_(build|pipeline) for maintainersJan Provaznik
2018-02-01Hide pipeline schedule 'take ownership' for current ownerMark Fletcher
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-13Refactor common protected ref checkStan Hu
2017-11-07Improve specShinya Maeda
2017-11-06Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda
2017-11-06Fix spec. Revert update check.Shinya Maeda
2017-11-06Do not allow jobs to be erasedShinya Maeda
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-18Unify build policy tests and pipeline policy testsLin Jen-Shin
2017-07-18Restore some tests from masterLin Jen-Shin
2017-07-18Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (25 commits) Remove unneeded asserts and add tests for inactive RequestStore Rename the methods to make it fit with current name Follow feedback on the merge request Make sure it checks against the tag only when it's a tag Renamed Gitaly services fix transient rspec failure due to Poll.js race condition Refactor variables initialization in dropzone_input.js cache the cache key... avoid #respond_to? in Cache.id_for cache DeclarativePolicy.class_for at the class level Update 9.3-to-9.4.md fix padding on filtered search dropdown. Styles should only apply to li in list Cache Note#notable for commits and fix tests Add changelog entry Update the comments for the new functionality Use RequestStoreWrap for Commit#author Skip dead jobs queue for web hooks and project services Add RequestStoreWrap to cache via RequestStore Don't track cached queries in Gitlab::PerformanceBar::PeekQueryTracker Add changelog entry ...
2017-07-18Make sure it checks against the tag only when it's a tagLin Jen-Shin
2017-07-17Protect manual actions against protected tag tooLin Jen-Shin
2017-07-04Fix bad conflict resolutionLin Jen-Shin
2017-07-04Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (119 commits) Speed up operations performed by gitlab-shell Change the force flag to a keyword argument add image - issue boards - moving card copyedit == ee !2296 Reset @full_path to nil when cache expires Replace existing runner links with icons and tooltips, move into btn-group. add margin between captcha and register button Eagerly create a milestone that is used in a feature spec Adjust readme repo width Resolve "Issue Board -> "Remove from board" button when viewing an issue gives js error and fails" Set force_remove_source_branch default to false. Fix rubocop offenses Make entrypoint and command keys to be array of strings Add issuable-list class to shared mr/issue lists to fix new responsive layout New navigation breadcrumbs Restore timeago translations in renderTimeago. Fix curl example paths (missing the 'files' segment) Automatically hide sidebar on smaller screens Fix typo in IssuesFinder comment Make Project#ensure_repository force create a repo ...
2017-07-04Consistently check permission for creating pipelines,Lin Jen-Shin
updating builds and updating pipelines. We check against being able to merge or push if the ref is protected.
2017-06-27update the specs to not require a set to be returnedhttp://jneen.net/
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-05Use update build policy instead of new play policyGrzegorz Bizon
2017-04-12Implement new rule for manual actions in policiesGrzegorz Bizon
2017-03-07Improve pipeline triggers UIKamil Trzciński
2017-01-23Fix build access policies when pipelines are publicGrzegorz Bizon