summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix create_trigger_request_service_specrefactor-build-serviceKamil Trzcinski2015-10-053-7/+8
|
* Fix gitlab_ci_yaml_processor specsKamil Trzcinski2015-10-051-0/+3
|
* Fix GitLabCiService and remove ci_yaml_file from CI push dataKamil Trzcinski2015-10-054-43/+13
|
* Add stage testsKamil Trzcinski2015-10-052-1/+36
|
* Make rubocop happyKamil Trzcinski2015-10-052-3/+3
|
* Fix db/schema.rbKamil Trzcinski2015-10-051-58/+36
|
* Fix rest of testsKamil Trzcinski2015-10-056-136/+67
|
* Fix build pipeliningKamil Trzcinski2015-10-053-2/+68
|
* Fix next bunch of testsKamil Trzcinski2015-10-054-10/+23
|
* Fix triggers specKamil Trzcinski2015-10-052-26/+15
|
* Fix next round of testsKamil Trzcinski2015-10-0520-101/+103
|
* Fix builds_without_retryKamil Trzcinski2015-10-053-13/+10
|
* Make commit_spec runKamil Trzcinski2015-10-0513-208/+226
|
* Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-0513-66/+29
|
* Refactor commit and buildKamil Trzcinski2015-10-0532-193/+193
|
* Merge pull request #9673 from fscherwi/patch-1Dmitriy Zaporozhets2015-10-041-1/+1
|\ | | | | change build status image to svg
| * change build status image to svg [ci skip]fscherwi2015-09-271-1/+1
| |
* | Merge pull request #9690 from ggarnier/masterDmitriy Zaporozhets2015-10-0441-113/+85
|\ \ | | | | | | Fix "useless assignment" Rubocop warnings
| * | Fix rubocop warnings in featuresGuilherme Garnier2015-10-036-35/+33
| | |
| * | Fix rubocop warnings in spec/lib and spec/tasksGuilherme Garnier2015-10-033-7/+3
| | |
| * | Merge remote-tracking branch 'upstream/master'Guilherme Garnier2015-10-0339-238/+237
| |\ \ | |/ / |/| |
* | | Merge branch 'fix-cache-key-expiration-for-commits' into 'master' Dmitriy Zaporozhets2015-10-034-4/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where transferring a project would result in stale commit links Transferring a project to another namespace updates the project's updated_at field, but since the cache key did not depend on the object, the page fragments were not invalidated. This resulted in stale links to the commits. Changing the cache key to use the project pathname solves this issue. Closes gitlab-org/omnibus-gitlab#843 See merge request !1497
| * | | Update README cache key to use full project namespaceStan Hu2015-10-022-3/+3
| | | |
| * | | Fix bug where transferring a project would result in stale commit linksStan Hu2015-10-022-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transferring a project to another namespace updates the project's updated_at field, but since the cache key did not depend on the object, the page fragments were not invalidated. This resulted in stale links to the commits. Changing the cache key to use the object pathname solves this issue. Closes gitlab-org/omnibus-gitlab#843
* | | | Merge branch 'projects' into 'master' Dmitriy Zaporozhets2015-10-035-4/+36
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve project page height old thing. Grey block not aligned to the bottom. It was a scroll even with short project description. ![Screen_Shot_2015-10-01_at_16.03.24](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b412eeaa40c79861191d1a432d95951d/Screen_Shot_2015-10-01_at_16.03.24.png) New awesome stuff, no scroll, grey block aligned to the bottom. ![Screen_Shot_2015-10-01_at_16.04.08](https://gitlab.com/gitlab-org/gitlab-ce/uploads/823cdb6bfb8caec892ed001448f731e5/Screen_Shot_2015-10-01_at_16.04.08.png) See merge request !1487
| * | | removed max-heght from project.scssprojectsAndrey2015-10-021-6/+0
| | | |
| * | | max height to layout.scssAndrey2015-10-021-0/+6
| | | |
| * | | section and .content now in layout.csscAndrey2015-10-022-11/+10
| | | |
| * | | CSS markup fixedAndrey2015-10-025-38/+30
| | | | | | | | | | | | | | | | | | | | Everything is fixed according DZ comments. Added a bit sexy transition for our project buttons ><
| * | | css aligningAndrey2015-10-011-1/+0
| | | |
| * | | content block height fixAndrey2015-10-012-3/+45
| | | |
* | | | Merge remote-tracking branch 'public/hide_services_password'Dmitriy Zaporozhets2015-10-025-3/+14
|\ \ \ \
| * | | | Hide password in the service settings formhide_services_passwordValery Sizov2015-10-025-3/+14
| | | | |
* | | | | Merge branch 'access_level_badge_bug' into 'master' Dmitriy Zaporozhets2015-10-024-3/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Wrong access level badge on MR comments https://gitlab.com/gitlab-org/gitlab-ce/issues/2654 See merge request !1501
| * | | | | Wrong access level badge on MR commentsaccess_level_badge_bugValery Sizov2015-10-024-3/+20
| | | | | |
* | | | | | Merge branch 'rs-throttle-reset' into 'master' Douwe Maan2015-10-027-101/+125
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throttle "Forgot your password?" emails Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611 See merge request !1476
| * | | | | Conform to spec guidelines that only exist in my headrs-throttle-resetRobert Speicher2015-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Fix spec broken by updated Devise translationsRobert Speicher2015-10-011-1/+1
| | | | | |
| * | | | | Refactor PasswordsController to use before_actionsRobert Speicher2015-10-012-22/+22
| | | | | |
| * | | | | Add recently_reset message to Devise translationsRobert Speicher2015-10-011-0/+1
| | | | | |
| * | | | | Add User#recently_sent_password_reset?Robert Speicher2015-10-012-0/+24
| | | | | |
| * | | | | Update config/locales/devise.en.yml with latest versionRobert Speicher2015-10-011-51/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like a lot of changes but it's not, they just sorted it alphabetically.
| * | | | | Remove specs for "login after reset"Robert Speicher2015-09-301-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | We're now using default Devise behavior, so these tests were redundant.
| * | | | | Update feature specRobert Speicher2015-09-301-0/+1
| | | | | |
| * | | | | Autofocus the email field on the password reset formRobert Speicher2015-09-301-1/+1
| | | | | |
| * | | | | Only allow password reset emails once per minuteRobert Speicher2015-09-302-14/+51
| | | | | | | | | | | | | | | | | | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611
* | | | | | Merge branch 'migration-doc-fix' into 'master' Jacob Vosmaer2015-10-021-1/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back and forth permission on builds/ @jacobvosmaer I missed that :( See merge request !1500
| * | | | | | Back and forth permission on builds/migration-doc-fixKamil Trzcinski2015-10-021-1/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ensure-ci-project' into 'master' Dmitriy Zaporozhets2015-10-0211-122/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure GitLab CI project exists when CI service is activated manually When I check activeated checkbox in project services for GitLab CI it cause half-working state when gitlab_ci_project is missing. This patch fixes it until we have proper behaviour implemented later This fix also bring us to the point when fork of project is a bit broken and have unnecessary code so I made cleanup. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @ayufan See merge request !1491
| * | | | | Fix testsDmitriy Zaporozhets2015-10-022-29/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>