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-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-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-11-28Fix integraetion testsShinya Maeda
2017-11-24Prevent 500 error when inspecting job after trigger was removedFilipa Lacerda
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-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-03Add serializer matchersKamil Trzcinski
2017-09-19Add specs for warning message shown in Auto DevOps settingsKamil Trzcinski
2017-09-07Resolve "Make project and features visibility settings less confusing"Mike Greiling
2017-09-04Remove ci_trigger_request_with_variablesShinya Maeda
2017-09-04Fix specShinya Maeda
2017-09-04Revert autheticate! in Trigger APIShinya Maeda
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
2017-08-15Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann
2017-08-14Merge branch ↵Clement Ho
'34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
2017-08-11Add option to disable project export on instanceRobin Bobbitt
2017-08-10take edit note button out of dropdownSimon Knox
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-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-23Limit the width of commit & snippet comment sectionsPhil Hughes
2017-06-16Pass more_actions_dropdown vie spec locals to render call instead of ↵Luke "Jared" Bennett
stubbing them
2017-06-16Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett
2017-06-14Implement diff viewersDouwe Maan
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
Consistent diff and blob size limit names See merge request !11776
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-18Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
2017-05-17Show last commit for current tree on tree pageDouwe Maan
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-15Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵Douwe Maan
max_size
2017-05-13Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
Retried in database Closes #25737 See merge request !11115
2017-05-10Merge branch 'bvl-security-patches' into 'master' Robert Speicher
Security patches -> `master` See merge request !11230
2017-05-10Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher
New Hamlit XSS fix, does not include extraneous changes See merge request !2095
2017-05-10Load tree readme asynchronouslyDouwe Maan