Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow ReferenceExtractor to efficiently load references from multiple texts a... | Douwe Maan | 2015-10-13 | 1 | -7/+7 |
* | Always allow references to the current project | Douwe Maan | 2015-10-07 | 2 | -2/+4 |
* | Refactor reference gathering to use a dedicated filter | Douwe Maan | 2015-10-07 | 12 | -90/+237 |
* | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-07 | 158 | -453/+5735 |
|\ | |||||
| * | Fix routing in CI mailer | Dmitriy Zaporozhets | 2015-10-07 | 1 | -2/+1 |
| * | Fix ci build routing and few testsci-build-page | Dmitriy Zaporozhets | 2015-10-06 | 1 | -22/+20 |
| * | Refactor commit/build tests and fix CI cancel | Dmitriy Zaporozhets | 2015-10-06 | 3 | -61/+34 |
| * | Merge branch 'refactor-build-service' into 'master' | Kamil TrzciĆski | 2015-10-05 | 18 | -358/+341 |
| |\ | |||||
| | * | Fix create_trigger_request_service_specrefactor-build-service | Kamil Trzcinski | 2015-10-05 | 2 | -6/+6 |
| | * | 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 | 3 | -22/+11 |
| | * | Add stage tests | Kamil Trzcinski | 2015-10-05 | 1 | -0/+34 |
| | * | Make rubocop happy | Kamil Trzcinski | 2015-10-05 | 2 | -3/+3 |
| | * | Fix rest of tests | Kamil Trzcinski | 2015-10-05 | 4 | -128/+61 |
| | * | Fix build pipelining | Kamil Trzcinski | 2015-10-05 | 1 | -0/+55 |
| | * | Fix next bunch of tests | Kamil Trzcinski | 2015-10-05 | 2 | -8/+14 |
| | * | Fix triggers spec | Kamil Trzcinski | 2015-10-05 | 1 | -23/+8 |
| | * | Fix next round of tests | Kamil Trzcinski | 2015-10-05 | 11 | -54/+72 |
| | * | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 5 | -102/+91 |
| | * | Add user to Ci::Build to have pusher email address | Kamil Trzcinski | 2015-10-05 | 2 | -38/+9 |
| | * | Refactor commit and build | Kamil Trzcinski | 2015-10-05 | 1 | -1/+1 |
| * | | Evaluate benchmark blocks in the proper context | Yorick Peterse | 2015-10-05 | 1 | -1/+3 |
| * | | Merge branch 'ci-web-hooks' | Dmitriy Zaporozhets | 2015-10-05 | 1 | -0/+27 |
| |\ \ | |||||
| | * | | Move CI web hooks page to project settings area | Dmitriy Zaporozhets | 2015-10-05 | 1 | -0/+27 |
| | |/ | |||||
| * | | Merge branch 'benchmark-suite' into 'master' | Yorick Peterse | 2015-10-05 | 4 | -3/+105 |
| |\ \ | | |/ | |/| | |||||
| | * | Added benchmark_subject method for benchmarks | Yorick Peterse | 2015-10-05 | 2 | -4/+21 |
| | * | Basic setup for an RSpec based benchmark suitebenchmark-suite | Yorick Peterse | 2015-10-02 | 3 | -1/+84 |
| | * | Don't use "rm" for cleaning tmp/builds | Yorick Peterse | 2015-10-02 | 1 | -2/+4 |
| * | | Fix rubocop warnings in features | Guilherme Garnier | 2015-10-03 | 1 | -4/+4 |
| * | | 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 | 9 | -103/+62 |
| |\ \ | |||||
| | * | | Update README cache key to use full project namespace | Stan Hu | 2015-10-02 | 1 | -2/+2 |
| | * | | Merge branch 'access_level_badge_bug' into 'master' | Dmitriy Zaporozhets | 2015-10-02 | 1 | -0/+12 |
| | |\ \ | |||||
| | | * | | Wrong access level badge on MR commentsaccess_level_badge_bug | Valery Sizov | 2015-10-02 | 1 | -0/+12 |
| | | |/ | |||||
| | * | | Merge branch 'rs-throttle-reset' into 'master' | Douwe Maan | 2015-10-02 | 3 | -33/+43 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | 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 | 1 | -1/+1 |
| | | * | Add User#recently_sent_password_reset? | Robert Speicher | 2015-10-01 | 1 | -0/+20 |
| | | * | 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 |
| | | * | Only allow password reset emails once per minute | Robert Speicher | 2015-09-30 | 1 | -7/+36 |
| | * | | Merge branch 'ensure-ci-project' into 'master' | Dmitriy Zaporozhets | 2015-10-02 | 4 | -68/+5 |
| | |\ \ | |||||
| | | * | | Fix tests | Dmitriy Zaporozhets | 2015-10-02 | 2 | -29/+4 |
| | | * | | Remove unnecessary fork ci logic | Dmitriy Zaporozhets | 2015-10-02 | 2 | -38/+1 |
| | | * | | Prevent creating 2 Ci::Project entities when enable CI | Dmitriy Zaporozhets | 2015-10-02 | 1 | -2/+1 |
| * | | | | Fix rubocop warnings in spec/models | Guilherme Garnier | 2015-10-03 | 11 | -19/+14 |
| |/ / / | |||||
| * | | | Merge pull request #9684 from NKMR6194/master | Stan Hu | 2015-10-01 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix link with emoji | SAKATA Sinji | 2015-10-02 | 1 | -0/+6 |
| * | | | Merge branch 'stanhu/gitlab-ce-fix-message-id-notify' | Dmitriy Zaporozhets | 2015-10-01 | 1 | -0/+1 |
| |\ \ \ |