Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix create_trigger_request_service_specrefactor-build-service | Kamil Trzcinski | 2015-10-05 | 3 | -7/+8 |
* | Fix gitlab_ci_yaml_processor specs | Kamil Trzcinski | 2015-10-05 | 1 | -0/+3 |
* | Fix GitLabCiService and remove ci_yaml_file from CI push data | Kamil Trzcinski | 2015-10-05 | 4 | -43/+13 |
* | Add stage tests | Kamil Trzcinski | 2015-10-05 | 2 | -1/+36 |
* | Make rubocop happy | Kamil Trzcinski | 2015-10-05 | 2 | -3/+3 |
* | Fix db/schema.rb | Kamil Trzcinski | 2015-10-05 | 1 | -58/+36 |
* | Fix rest of tests | Kamil Trzcinski | 2015-10-05 | 6 | -136/+67 |
* | Fix build pipelining | Kamil Trzcinski | 2015-10-05 | 3 | -2/+68 |
* | Fix next bunch of tests | Kamil Trzcinski | 2015-10-05 | 4 | -10/+23 |
* | Fix triggers spec | Kamil Trzcinski | 2015-10-05 | 2 | -26/+15 |
* | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 20 | -101/+103 |
* | Fix builds_without_retry | Kamil Trzcinski | 2015-10-05 | 3 | -13/+10 |
* | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 13 | -208/+226 |
* | Add user to Ci::Build to have pusher email address | Kamil Trzcinski | 2015-10-05 | 13 | -66/+29 |
* | Refactor commit and build | Kamil Trzcinski | 2015-10-05 | 32 | -193/+193 |
* | Merge pull request #9673 from fscherwi/patch-1 | Dmitriy Zaporozhets | 2015-10-04 | 1 | -1/+1 |
|\ | |||||
| * | change build status image to svg [ci skip] | fscherwi | 2015-09-27 | 1 | -1/+1 |
* | | Merge pull request #9690 from ggarnier/master | Dmitriy Zaporozhets | 2015-10-04 | 41 | -113/+85 |
|\ \ | |||||
| * | | Fix rubocop warnings in features | Guilherme Garnier | 2015-10-03 | 6 | -35/+33 |
| * | | Fix rubocop warnings in spec/lib and spec/tasks | Guilherme Garnier | 2015-10-03 | 3 | -7/+3 |
| * | | Merge remote-tracking branch 'upstream/master' | Guilherme Garnier | 2015-10-03 | 39 | -238/+237 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge branch 'fix-cache-key-expiration-for-commits' into 'master' | Dmitriy Zaporozhets | 2015-10-03 | 4 | -4/+5 |
|\ \ \ | |||||
| * | | | Update README cache key to use full project namespace | Stan Hu | 2015-10-02 | 2 | -3/+3 |
| * | | | Fix bug where transferring a project would result in stale commit links | Stan Hu | 2015-10-02 | 2 | -1/+2 |
* | | | | Merge branch 'projects' into 'master' | Dmitriy Zaporozhets | 2015-10-03 | 5 | -4/+36 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | removed max-heght from project.scssprojects | Andrey | 2015-10-02 | 1 | -6/+0 |
| * | | | max height to layout.scss | Andrey | 2015-10-02 | 1 | -0/+6 |
| * | | | section and .content now in layout.cssc | Andrey | 2015-10-02 | 2 | -11/+10 |
| * | | | CSS markup fixed | Andrey | 2015-10-02 | 5 | -38/+30 |
| * | | | css aligning | Andrey | 2015-10-01 | 1 | -1/+0 |
| * | | | content block height fix | Andrey | 2015-10-01 | 2 | -3/+45 |
* | | | | Merge remote-tracking branch 'public/hide_services_password' | Dmitriy Zaporozhets | 2015-10-02 | 5 | -3/+14 |
|\ \ \ \ | |||||
| * | | | | Hide password in the service settings formhide_services_password | Valery Sizov | 2015-10-02 | 5 | -3/+14 |
* | | | | | Merge branch 'access_level_badge_bug' into 'master' | Dmitriy Zaporozhets | 2015-10-02 | 4 | -3/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Wrong access level badge on MR commentsaccess_level_badge_bug | Valery Sizov | 2015-10-02 | 4 | -3/+20 |
* | | | | | | Merge branch 'rs-throttle-reset' into 'master' | Douwe Maan | 2015-10-02 | 7 | -101/+125 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Conform to spec guidelines that only exist in my headrs-throttle-reset | Robert Speicher | 2015-10-02 | 1 | -1/+1 |
| * | | | | | Fix spec broken by updated Devise translations | Robert Speicher | 2015-10-01 | 1 | -1/+1 |
| * | | | | | Refactor PasswordsController to use before_actions | Robert Speicher | 2015-10-01 | 2 | -22/+22 |
| * | | | | | Add recently_reset message to Devise translations | Robert Speicher | 2015-10-01 | 1 | -0/+1 |
| * | | | | | Add User#recently_sent_password_reset? | Robert Speicher | 2015-10-01 | 2 | -0/+24 |
| * | | | | | Update config/locales/devise.en.yml with latest version | Robert Speicher | 2015-10-01 | 1 | -51/+52 |
| * | | | | | Remove specs for "login after reset" | Robert Speicher | 2015-09-30 | 1 | -40/+0 |
| * | | | | | Update feature spec | Robert Speicher | 2015-09-30 | 1 | -0/+1 |
| * | | | | | Autofocus the email field on the password reset form | Robert Speicher | 2015-09-30 | 1 | -1/+1 |
| * | | | | | Only allow password reset emails once per minute | Robert Speicher | 2015-09-30 | 2 | -14/+51 |
* | | | | | | Merge branch 'migration-doc-fix' into 'master' | Jacob Vosmaer | 2015-10-02 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Back and forth permission on builds/migration-doc-fix | Kamil Trzcinski | 2015-10-02 | 1 | -1/+8 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ensure-ci-project' into 'master' | Dmitriy Zaporozhets | 2015-10-02 | 11 | -122/+21 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix tests | Dmitriy Zaporozhets | 2015-10-02 | 2 | -29/+4 |