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-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-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]
2015-09-15change coverage image to svg [ci skip]fscherwi
2015-09-15Merge branch 'fix_empty_project' into 'master'Dmitriy Zaporozhets
Fix empty project UI In an empty project, the 'project is empty' light well was mashed up against the project panel. The light well have 16px margin so there was some white space along the edges that looked funny. This MR makes the 'project is empty' text block a `gray-content-area` which fits nicely with the rest of the UI. **Current:** ![Screen_Shot_2015-09-14_at_11.20.47_AM](https://gitlab.com/dblessing/gitlab-ce/uploads/07b39641f602e01440dd5558a0d80237/Screen_Shot_2015-09-14_at_11.20.47_AM.png) **As proposed:** ![Screen_Shot_2015-09-14_at_11.20.29_AM](https://gitlab.com/dblessing/gitlab-ce/uploads/1c3b1d73584c68a88cd1b0fcf3d6ea5b/Screen_Shot_2015-09-14_at_11.20.29_AM.png) See merge request !1291
2015-09-15Merge branch 'import-in-progress-fix' into 'master'Dmitriy Zaporozhets
Don't display "git clone --bare <URL>" if no URL is available Make it clear that forking is different than importing. Forked repositories don't use `import_url`, so only display if is available. Introduced in !1231 Before: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/d8456334a2a9187b56a885f8849f229e/image.png) After: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9823e8a2baf02859c4c3f05f3a5c35bf/image.png) See merge request !1295
2015-09-15fix specs. Stage 7Valery Sizov
2015-09-15Merge branch 'update-gitlab-emoji' into 'master'Marin Jankovski
Update gitlab_emoji to 0.1.1 See merge request !1290
2015-09-15Display "Forking in Progress" when importing a forked projectStan Hu
2015-09-15Don't display "git clone --bare <URL>" if no URL is availableStan Hu
Introduced in !1231
2015-09-15fix specs. Stage 6Valery Sizov
2015-09-15fix specs. Stage 5Valery Sizov
2015-09-15fix specs. Stage 4Valery Sizov
2015-09-15Merge branch 'ui-fixes' into 'master'Dmitriy Zaporozhets
Improve UI for last push widget and web editor See merge request !1296
2015-09-15fix specs. Stage 3Valery Sizov
2015-09-15Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-09-15Fix UI for web editorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>