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
2016-07-19squashed - added avatar saver/restorer and specsJames Lopez
added spec for avatar saver avatar saver! added avatar restorer spec fix spec added avatar restorer class fix export service fix warnings, added changelog fix spec some refactoring based on feedback fixed a few issues after testing i/e avatar
2016-07-15add project name and namespace to filename on project exportJames Lopez
added changelog
2016-07-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/persistent-import-data
2016-07-12fixes a few issues to do with import_url not being saved correctly for ↵James Lopez
imports. This should prevent the import_data to be created when it should not and output an error properly validating before creating it.
2016-07-12Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman
2016-07-12Expire the branch cache after `git gc` runsStan Hu
Due to a stale NFS cache, it's possible that a branch lookup fails while `git gc` is running and causes missing branches in merge requests. Possible workaround for #15392
2016-07-07Merge branch 'services_refactoring1' into 'master' Dmitriy Zaporozhets
Services: code style fixes, minor refactoring ## What does this MR do? It contains code style fixes, minor refactoring and also it removes some unnecessary comments. Every comment require a support just like a regular code line and this is why we should avoid using comments everywhere unless it's really helpful. Martin Fowler said "Find comment and refactor the code around it" :) our code is not that bad so let's not spoil it with comments. ## Why was this MR needed? Because GitLab is a live example of awesome code. Let's keep up a good job :) See merge request !5112
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-07-06Merge branch '15094-throttling-pushes_since_gc' into 'master' Douwe Maan
Throttle the update of `project.pushes_since_gc` to 1 minute ## What does this MR do? Throttle the update of `project.pushes_since_gc` to alleviate DB load ## What are the relevant issue numbers? Relates to #15094 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - ~~[ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - ~~[ ] API support added~~ - Tests - ~~[ ] Added for this feature/bug~~ - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5083
2016-07-05add more debug info to project exportJames Lopez
2016-07-05Throttle the update of `project.pushes_since_gc` to 1 minutePaco Guzman
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-20fixed a couple of errors spotted in productionJames Lopez
2016-06-17Merge branch 'feature/project-export' into 'master' Douwe Maan
Export project functionality This is a MR for the export functionality of https://gitlab.com/gitlab-org/gitlab-ce/issues/3050, which adds the ability to export single projects. - [x] members - DB data - [x] issues - [x] issue comments - [x] merge requests - [x] merge request diff - [x] merge request comments - [x] labels - [x] milestones - [x] snippets - [x] releases - [x] events - [x] commit statuses - [x] CI builds - File system data - [x] Git repository - [x] wiki - [x] uploads - [ ] ~~CI build traces~~ - [ ] ~~CI build artifacts~~ - [ ] ~~LFS objects~~ - DB configuration - [x] services - [x] web hooks - [x] protected branches - [x] deploy keys - [x] CI variables - [x] CI triggers See merge request !3114
2016-06-15lots of refactoring again based on feedback. Changed the UI slightly and ↵James Lopez
also fixed a small bug
2016-06-14adapted current services stuff to use new project import, plus fixes a few ↵James Lopez
issues, updated routes, etc...
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14lots of refactoring to reuse import serviceJames Lopez
2016-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Fatih Acet
add_autocomplete_for_labels # Conflicts: # app/assets/javascripts/gfm_auto_complete.js.coffee
2016-06-03started refactoring a bunch of stuff based on feedbackJames Lopez
2016-06-03merge hellJames Lopez
2016-06-03Revert "Fix merge conflicts - squashed commit"James Lopez
This reverts commit 3e99123095b26988de67a94b0e7a5207c1ef5ae2.
2016-06-03Fix merge conflicts - squashed commitJames Lopez
# Conflicts: # app/models/project.rb
2016-06-03fix some issues and improved error output for forkingJames Lopez
2016-06-03fix empty message on shell errorJames Lopez
2016-06-03fix create service error handling - missing setting import status to failedJames Lopez
2016-05-30Enable Style/NegatedIf Rubocop copGrzegorz Bizon
Favor `unless` over `if` for negative conditions (or control flow ||). See #17478
2016-05-25Fix forks creation when visibility level is restrictedFelipe Artur
2016-05-19uploads exportJames Lopez
2016-05-19Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable
eReGeBe/gitlab-ce-feature/milestone-md Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-18Merge branch 'docker-registry-view' into 'master' Kamil Trzciński
Add container registry support Tasks: - [x] Merge docker/distribution authentication service: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3787 - [x] Implement Docker Registry API - [x] Show a list of docker images in GitLab - [x] Remove registry repository on project deletion - [x] Support project rename, move and namespace rename - [x] Use token when connecting the registry - [x] Allow to delete images from GitLab - [x] Support pushing from GitLab CI (gitlab-ci-token / $CI_BUILD_TOKEN) - [x] Support GitLab Runner pulling for public repositories - [ ] Support GitLab Runner pulling for private repositories - [x] Add tests for Docker Registry API - [x] Add tests for a views - [x] Make texts nicer - [x] Implement a backup support - [ ] Create administration documentation https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4141 - [ ] Create user documentation See merge request !4040
2016-05-16adding versioning to exportJames Lopez
2016-05-14Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski
2016-05-13Fix container registry permissionsKamil Trzcinski
2016-05-13removed transaction stuffJames Lopez
2016-05-12Fix CI testsKamil Trzcinski
2016-05-12more changes based on MR feedbackJames Lopez
2016-05-12rename methodJames Lopez
2016-05-12fix silly typoJames Lopez
2016-05-11Merge branches 'fix/import-data-issue' and 'master' of ↵James Lopez
gitlab.com:gitlab-org/gitlab-ce into fix/import-data-issue
2016-05-11fix complexity of methodJames Lopez
2016-05-11fixing more export problemsJames Lopez
2016-05-11trying to fix timing issue with import statusJames Lopez
2016-05-11Improve log message when a project is destroyed to include the namespaceStan Hu
2016-05-10added better error handling. Also refactored some of the code and fixed a ↵James Lopez
few issues in project_tree_saver
2016-05-10create import data in serviceJames Lopez
2016-05-09Added Docker Registry View testsKamil Trzcinski
2016-05-09Block renaming project or repository if it has container registry tagsKamil Trzcinski
2016-05-09Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski