summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix broken grouping sql clause when rendering commits for CIKamil Trzcinski2015-10-061-2/+3
| |/ / /
| * | | Fix graphical glitchesKamil Trzcinski2015-10-051-3/+5
| |/ /
| * | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-10-053-16/+2
| |\ \ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * \ Merge branch 'rs-remove-ci-disable'Kamil Trzcinski2015-10-053-16/+2
| | |\ \ | | | | | | | | | | | | | | | See merge request !1512
| | | * | Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-053-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
| * | | | Merge branch 'user-preferences-layout-option' of ↵Dmitriy Zaporozhets2015-10-051-0/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | https://github.com/gopeter/gitlabhq into gopeter-user-preferences-layout-option Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | added user preference to change layout widthPeter Göbel2015-10-051-0/+1
| | |/ /
| * | | Merge branch 'refactor-build-service' into 'master' Kamil Trzciński2015-10-053-5/+6
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Ci::Commit and Ci::Build to have all builds for same :sha on single page This makes Ci::Commit to have only :sha and simplifies routing to have only :sha in path. The :ref and :push_data is now parameter of Ci::Build. All commit related data (git author, message and .gitlab-ci.yml) is read directly from repository. All code related for creating builds is moved to CreateBuildsService. Status deduction is rewritten to make if more efficient and easier to integrate with Commit Status API. This is partially working, tests are not yet touched. This slightly changes view of Commit: ![Screen_Shot_2015-10-02_at_15.21.47](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ad3f1ccdcc87659ea437d8db6c5b9f94/Screen_Shot_2015-10-02_at_15.21.47.png) @dzaporozhets What do you think? See merge request !1502
| | * | Fix next round of testsKamil Trzcinski2015-10-051-1/+1
| | | |
| | * | Refactor commit and buildKamil Trzcinski2015-10-053-5/+6
| | | |
| * | | Move CI web hooks page to project settings areaDmitriy Zaporozhets2015-10-052-53/+45
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Send an email (to support) when a user is reported for spamJonathan Rochkind2015-10-082-0/+4
|/ /
* | Merge remote-tracking branch 'upstream/master'Guilherme Garnier2015-10-033-17/+28
|\ \
| * \ Merge remote-tracking branch 'public/hide_services_password'Dmitriy Zaporozhets2015-10-021-1/+3
| |\ \
| | * | Hide password in the service settings formhide_services_passwordValery Sizov2015-10-021-1/+3
| | | |
| * | | Merge branch 'rs-throttle-reset' into 'master' Douwe Maan2015-10-021-16/+24
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Throttle "Forgot your password?" emails Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611 See merge request !1476
| | * | Refactor PasswordsController to use before_actionsRobert Speicher2015-10-011-21/+21
| | | |
| | * | Only allow password reset emails once per minuteRobert Speicher2015-09-301-7/+15
| | | | | | | | | | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611
| * | | Add last push widget to starred projects dashboardDrew Blessing2015-10-011-0/+1
| | | |
* | | | Fix rubocop warnings in appGuilherme Garnier2015-10-033-4/+4
|/ / /
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDouwe Maan2015-10-013-22/+5
|\ \ \
| * \ \ Merge branch 'mr_improve_errors_handling'Dmitriy Zaporozhets2015-10-011-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Improve error message when merging failsmr_improve_errors_handlingValery Sizov2015-10-011-0/+1
| | | |
| * | | Take advantage of `Devise.sign_in_after_reset_password`rs-disable-signin-after-resetRobert Speicher2015-09-301-21/+0
| |/ /
| * | Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-1/+4
| | | | | | | | | | | | | | | | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc.
* | | Merge branch 'master' into flevour/gitlab-ce-project-path-insensitive-lookupDouwe Maan2015-10-0122-271/+232
|\ \ \ | |/ /
| * | Move CI project settings page to CE project settings areamove-ci-settingsDmitriy Zaporozhets2015-09-293-32/+39
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-292-43/+35
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-284-37/+29
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'move-runners-page'Dmitriy Zaporozhets2015-09-284-77/+76
| |\
| | * Move runners page to project settingsDmitriy Zaporozhets2015-09-254-77/+76
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'fxposter/gitlab-ce-login-from-admin'Douwe Maan2015-09-281-0/+6
| |\ \
| | * | Add option to admin area to sign in as a specific userPavel Forkert2015-09-241-0/+6
| | | | | | | | | | | | | | | | Closes #2291
| * | | Add user preference to view project activity and starred project activity as ↵Stan Hu2015-09-261-0/+4
| | |/ | |/| | | | | | | | | | | | | default dashboard Closes #2662
| * | Remove CI dashboardDmitriy Zaporozhets2015-09-241-14/+2
| |/ | | | | | | | | | | | | With CI status integrated at GitLab projects page there is no reason to keep it anymore. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Show CI status on commit pageDmitriy Zaporozhets2015-09-241-0/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Check for CI enabled in correct placeDmitriy Zaporozhets2015-09-242-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add header for ci graphs and check that it is enabledDmitriy Zaporozhets2015-09-241-0/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'master' into move-ci-chartsDmitriy Zaporozhets2015-09-241-0/+5
| |\
| | * Merge branch 'cleanup-ci-dashboard' into 'master' Douwe Maan2015-09-241-37/+8
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup ci dashboard Part of #2594. Based on !1403 * remove rendering GitLab projects with not enabled CI on CI dashboard * remove enabling CI for projects from CI dashboard (now its done by simply pushing `.gitlab-ci.yml`) * simplify the projects query for CI dashboard See merge request !1405
| | * \ Merge branch 'rs-fix-help-links' into 'master' Douwe Maan2015-09-231-0/+5
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent double-prefixing of help page paths Closes #2679 See merge request !1400
| | | * | Simplify help path prefixingrs-fix-help-linksRobert Speicher2015-09-231-17/+4
| | | | |
| | | * | Prevent double-prefixing of help page pathsRobert Speicher2015-09-221-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior, because the link "api/README.md" was matched twice, the first link became "help/help/api/README.md". Now we do a negative lookahead to make sure the link doesn't start with `help/`. This fix is still not ideal, see TODO note.
| * | | | Move CI charts to project graphs areaDmitriy Zaporozhets2015-09-232-24/+10
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Remove non-existing pageDmitriy Zaporozhets2015-09-231-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix search for ci projects and cleanup unnecessary codeDmitriy Zaporozhets2015-09-231-7/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Simplify CI projects queryDmitriy Zaporozhets2015-09-231-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Show only enabled CI projectsDmitriy Zaporozhets2015-09-231-25/+2
| |/ / | | | | | | | | | | | | | | | | | | Since CI is enabled by pushing .gitlab-ci.yml file there is no need to add CI project via dashboard Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Fix error when MR source branch no longer exists.fix-mr-missing-source-branch-errorDouwe Maan2015-09-221-2/+1
| |/
| * Merge branch 'fix-ci-permissions' into 'master' Dmitriy Zaporozhets2015-09-221-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CI permissions ![Screen_Shot_2015-09-21_at_20.23.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/6f40699507d0dce148d0054a093f0d63/Screen_Shot_2015-09-21_at_20.23.16.png) This fixes two problems: - Allow developers to retry builds - Hide advanced project options from CI page for non-admin users See merge request !1379