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-04-06Implement a new SHA partial for commit listsShah El-Rahman
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-04Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin
2018-03-27Build ci/lint pageMayra Cabrera
- Includes new image from gitlab-svgs - Updates dependency for svgs
2018-03-27Make ci/lint page context aware:Mayra Cabrera
- Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
2018-03-26Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński
Improve how we populate pipeline with stages and builds Closes #43941 See merge request gitlab-org/gitlab-ce!17841
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-20Merge branch 'issue_25542' into 'master'Sean McGivern
Improve JIRA event descriptions Closes #25542 See merge request gitlab-org/gitlab-ce!17811
2018-03-19Improve JIRA event descriptionsFelipe Artur
2018-03-19Resolve "GitLab Community Edition 10.5.3 shows plural for 1 item"Jan
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-03Bring one group board to CEFelipe Artur
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-01Hide pipeline schedule 'take ownership' for current ownerMark Fletcher
2018-01-25Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"Fabio Busatto
2018-01-11Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master'Rémy Coutable
Resolve ""New branch" and "New tag" actions are pointless on an empty repository" Closes #39988 See merge request gitlab-org/gitlab-ce!16332
2018-01-09Hide new branch and tag links for projects with an empty repoMark Fletcher
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19Fix tags in the Activity tab not being clickableMario de la Ossa
2017-12-15Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher
Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-14spec fixesPhil Hughes
2017-12-12added specsPhil Hughes
2017-12-11fixed failing testsPhil Hughes
2017-12-07adding view and feature specsmicael.bergeron
2017-12-06Fixes admin welcome states new group pathPhil Hughes
Closes #40645
2017-11-28Fix integraetion testsShinya Maeda
2017-11-24Prevent 500 error when inspecting job after trigger was removedFilipa Lacerda
2017-11-08Merge branch '37824-many-branches-lock-server' into 'master'Annabel Dunstone Gray
Project with many branches can lock server running "git branch --contains XXX" Closes #37824 See merge request gitlab-org/gitlab-ce!14812
2017-11-06Addresses front & backend commentsMayra Cabrera
- Improves CSS files by reusing existing code - Changes logic in views to avoid future problems in translations
2017-11-06Modifies commit branches sectionMayra Cabrera
- Display the default branch (if the limit is not exceeded) - Requires '...' to be clicked before showing the rest of the branches and/or tags - Fixes haml lints
2017-11-03Add styles for branch & tags boxesMayra Cabrera
- Create a partial for limit exceeded message - Modifies specs to adjust new scenarios
2017-10-31Load participants asyncEric Eastwood
2017-10-25Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez
configuration page Closes #25142
2017-10-13implemented using an ivar, and added specsBrett Walker
2017-10-07Add a project forks spec helperBob Van Landuyt
The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
2017-10-04Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon
Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303
2017-10-03Add serializer matchersKamil Trzcinski
2017-10-01use LazyImageTagHelper.placeholder_image for blank src base64 imageLuke "Jared" Bennett
2017-09-28Finish _participants view specLuke "Jared" Bennett
2017-09-28Add participants specLuke "Jared" Bennett
2017-09-22Add context tabs to dashboard/projectsPhil Hughes
This allows users to quickly switch between all projects they have access to & there own namespace projects. These tabs also keep the same filtering/search options selected so the user can quickly switch between the two different contexts. Closes #29045
2017-09-19Add specs for warning message shown in Auto DevOps settingsKamil Trzcinski
2017-09-15Fixes milestone issuable assignee URLPhil Hughes
Closes #33124
2017-09-13CE backport of new-sidebar-boardsPhil Hughes
2017-09-12move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin
2017-09-07Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan
Improve "Share with group lock" feature for subgroups Closes #30550 See merge request !13944