summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-233-55/+74
|
* Order cops alphabeticallyDouwe Maan2017-02-231-121/+123
|
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-2335-213/+201
|
* Fix new offensesDouwe Maan2017-02-2318-62/+67
|
* Enable Rails/DelegateDouwe Maan2017-02-2325-110/+39
|
* Enable Style/WordArrayDouwe Maan2017-02-2369-164/+159
|
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-2320-103/+98
|
* Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-2311-96/+133
|
* Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-235-1/+49
|
* Enable Style/ClassCheckDouwe Maan2017-02-2311-12/+12
|
* Regenerate .rubocop_todo.ymlDouwe Maan2017-02-231-276/+61
|
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-23466-3215/+3215
|
* Fix another specDouwe Maan2017-02-231-1/+1
|
* Old migration doesn’t require downtimeDouwe Maan2017-02-231-0/+2
|
* Fix code for copsDouwe Maan2017-02-2344-213/+245
|
* Fix specsDouwe Maan2017-02-235-11/+12
|
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-2332-104/+100
|
* Enable Style/ColonMethodCallDouwe Maan2017-02-2327-38/+36
|
* Disable Style/BracesAroundHashParametersDouwe Maan2017-02-232-8/+3
|
* Enable Style/BarePercentLiteralsDouwe Maan2017-02-2332-62/+59
|
* Enable Security/JSONLoadDouwe Maan2017-02-238-20/+11
|
* Enable Rails/ValidationDouwe Maan2017-02-2313-33/+19
|
* Disable Rails/OutputSafetyDouwe Maan2017-02-231-0/+3
|
* Disable Rails/DynamicFindByDouwe Maan2017-02-232-7/+3
|
* Enable Performance/RedundantMatchDouwe Maan2017-02-237-15/+8
|
* Enable Performance/RedundantBlockCallDouwe Maan2017-02-235-11/+6
|
* Disable Lint/UnneededSplatExpansionDouwe Maan2017-02-232-17/+2
|
* Enable Lint/UnifiedIntegerDouwe Maan2017-02-237-20/+14
|
* Enable Performance/RedundantMergeDouwe Maan2017-02-2314-24/+20
|
* Disable some more copsDouwe Maan2017-02-232-104/+42
|
* Disable a few RSpec copsDouwe Maan2017-02-232-63/+27
|
* Custom cops don’t need to be mentioned in .rubocop.ymlDouwe Maan2017-02-231-6/+0
|
* Disable Lint/UnusedMethodArgumentDouwe Maan2017-02-232-6/+3
|
* Disable Style/TrailingCommaInLiteralDouwe Maan2017-02-232-7/+3
|
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-2333-77/+75
|
* Enable Style/MutableConstantDouwe Maan2017-02-23118-192/+190
|
* Enable Style/DotPositionDouwe Maan2017-02-23188-871/+868
|
* Update .rubocop_todo.ymlDouwe Maan2017-02-231-128/+445
|
* Merge branch 'cs-upgrade-licensee' into 'master' 27950-check-ci-statusRémy Coutable2017-02-236-18/+18
|\ | | | | | | | | Update Licensee from 8.0.0 to 8.7.0. See merge request !9451
| * Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licenseeConnor Shea2017-02-226-18/+18
| | | | | | | | Changelog: https://github.com/benbalter/licensee/releases
* | Merge branch '26900-pipelines-tabs' into 'master' Kamil Trzciński2017-02-238-25/+102
|\ \ | | | | | | | | | | | | | | | | | | Resolve "CI - Pipelines and Builds screens are inconsistent" Closes #26900 See merge request !9265
| * | Adds missing tests for all status accepted in scopeFilipa Lacerda2017-02-232-16/+28
| | |
| * | Merge branch 'master' into 26900-pipelines-tabs26900-pipelines-tabsFilipa Lacerda2017-02-23856-4741/+10013
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (361 commits) Code style improvements remove require.context from network_bundle remove require.context from graphs_bundle remove require.context from filtered_search_bundle Ignore two Rails CVEs in bundler:audit job Remove Pages readme Change Pages redirect Add missing index.md to Pages docs Added double newline after file upload markdown insert Reorder main index items in Pages overview remove html comments remove <> wrapping text - part 3 wrapping text - part 2 [ci skip] fix link wrap text - part 1 - [ci skip] typo fix spelling, add intermediate cert link Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag remove link to unfinished video ...
| * | | Adds Pending and Finished tabs to pipelines pageFilipa Lacerda2017-02-168-12/+77
| | | | | | | | | | | | | | | | Fix broken test
* | | | Merge branch 'api-remove-merge-request-endpoint' into 'master' Sean McGivern2017-02-231-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove last merge_request endpoint See merge request !9470
| * | | | Remove last merge_request endpointRobert Schilling2017-02-231-1/+0
| | | | |
* | | | | Merge branch 'fix-test-for-build-attributes' into 'master' Kamil Trzciński2017-02-232-5/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix build attributes test See merge request !9409
| * | | | | We actually want to clone project and remove gl_project_idfix-test-for-build-attributesLin Jen-Shin2017-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the future. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9409#note_23859361
| * | | | | Fix build attributes test, see:Lin Jen-Shin2017-02-212-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9021#note_23782188 This is discovered by https://gitlab.com/gitlab-org/gitlab-ce/builds/10815456 I removed `gl_project_id` and this is failing. I took some look, realizing that: * `trace` is duplicated in `attributes` * `tag_list` is not included in `build.attributes` * `artifacts_expire_at` is missing in `attributes` So we need to: * Remove duplicated `trace` in `attributes` (40 -> 39) * Remove `tag_list` in `attributes` (39 -> 38) * Add `artifacts_expire_at` to `attributes` (38 -> 39) * Add `gl_project_id` to `attributes` (39 -> 40)
* | | | | | Merge branch '26570-optimize-latest-pipeline-query' into 'master' Kamil Trzciński2017-02-234-4/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize Ci::Pipeline.latest query Closes #26570 See merge request !9306