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
2015-09-16Added migration docs and updated installation documentationKamil Trzcinski
2015-09-16Migrate CI servicesKamil Trzcinski
2015-09-16Update documentation and config filesKamil Trzcinski
2015-09-16Start working on migration docsKamil Trzcinski
2015-09-16Add rake task for easy migration of SQL dumpsKamil Trzcinski
2015-09-16Fix backup testsKamil Trzcinski
2015-09-16Fix: models/ci/project_spec.rb once againKamil Trzcinski
2015-09-16Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g
2015-09-16Fix models/ci/mail_service_spec.rbKamil Trzcinski
- Change Notify to Ci::Notify - Downgrade sidekiq to fix CE errors: otherwise we need to check deliverables
2015-09-16Revert "Fix: models/ci/mail_service_spec.rb"Kamil Trzcinski
This reverts commit 345ff6cbf93eca5d61218f28d5f4d9eb2d4abf67. This requires sidekiq >= 3.4 and fixed all other CE tests
2015-09-15Merge branch 'fix-upload-ui' into 'master'Stan Hu
Cleanup some html/css for upload feature * fix colors to match UI style * cleanup templates from meaningless code * improve placeholders * remove code duplication in template * improve error handling: remove file automatically Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #2520 See merge request !1297
2015-09-15Fix builds directory storeKamil Trzcinski
2015-09-15Remove gitlab_ci_meta from gemsKamil Trzcinski
2015-09-15Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g # Conflicts: # Gemfile.lock
2015-09-15Merge branch 'slack-help-text' into 'master'Drew Blessing
Add a help text to the Slack Service When setting up the service I was not sure which webhook I should use, by adding this Help text I hope we can help people in the future with setting up this hook See merge request !1302
2015-09-15Fix: models/ci/project_spec.rb once againKamil Trzcinski
2015-09-15Fix: rubocopKamil Trzcinski
2015-09-15Fix: tasks/gitlab/backup_rake_spec.rbKamil Trzcinski
2015-09-15Add missing builds/ folder to fix backup testsKamil Trzcinski
2015-09-15Fix: features/ci/admin/runners_spec.rbKamil Trzcinski
2015-09-15Change the replace placeholder to use the filenameStan Hu
Dynamically adjust placedholder for uploads and fix Dropzone event handlers Override error handler to prevent error messages from being inserted underneath image preview Fix tests Use regexp instead of startsWith for better browser compatibility Remove duplicate code in _replace.html.haml and use one template Remove files upon error and retain alert messages until user adds a new file
2015-09-15Improve wording for header and placeholdersRobert Schilling
2015-09-15Cleanup some html/css for upload featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-15Fix: features/ci/events_spec.rb once againKamil Trzcinski
2015-09-15Fix models/ci/web_hook_spec.rbKamil Trzcinski
2015-09-15Merge pull request #9632 from szechyjs/update-fogbugz-gemStan Hu
Use fixed version of fogbugz gem
2015-09-15Fix: models/ci/project_spec.rbKamil Trzcinski
2015-09-15Fix: services/ci/create_project_service_spec.rbKamil Trzcinski
2015-09-15Fix: models/ci/mail_service_spec.rbKamil Trzcinski
2015-09-15Fix: models/ci/build_spec.rbKamil Trzcinski
2015-09-15Fix: helpers/ci/runners_helper_spec.rbKamil Trzcinski
2015-09-15Fix: helpers/ci/application_helper_spec.rbKamil Trzcinski
2015-09-15Fix: features/ci/triggers_spec.rbKamil Trzcinski
2015-09-15Use fixed version of fogbugz gemJared Szechy
This allows us to properly handle authentication errors.
2015-09-15Fix: features/ci/triggers_spec.rbKamil Trzcinski
2015-09-15Fix: features/ci/runners_spec.rbKamil Trzcinski
2015-09-15Fix: features/ci/projects_spec.rbKamil Trzcinski
2015-09-15Refactor ci_admin_event and fix features/ci/events_spec.rbKamil Trzcinski
2015-09-15Fix: ci_*_build factory should be validKamil Trzcinski
2015-09-15Add a help text to the Slack ServiceJeroen van Baarsen
When setting up the service I was not sure which webhook I should use, by adding this Help text I hope we can help people in the future with setting up this hook Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-09-15Fix ci/projects_controller_spec.rbKamil Trzcinski
2015-09-15Use GitLab instead of GITLAB for rake taskKamil Trzcinski
2015-09-15Remove unused tasksKamil Trzcinski
2015-09-15Cleanup CI backup => migrate with GitLabKamil Trzcinski
2015-09-15Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher
2015-09-15Merge branch 'rs-update-guide' into 'master'Robert Speicher
Reorder the `--without` arugments so the database comes first Hopefully this will make it a bit clearer that we're excluding a certain database type. [ci skip] See merge request !1301
2015-09-15Reorder the `--without` arugments so the database comes firstRobert Speicher
Hopefully this will make it a bit clearer that we're excluding a certain database type. [ci skip]
2015-09-15Merge branch 'rs-update-guide' into 'master'Robert Speicher
Minor editing of the 7.14-to-8.0 update guide [ci skip] See merge request !1300
2015-09-15Minor editing of the 7.14-to-8.0 update guideRobert Speicher
2015-09-15Merge pull request #9630 from fscherwi/patch-1Robert Schilling
change coverage image to svg [ci skip]