Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "say"nik_int4_to_int8 | NikolayS | 2019-03-28 | 1 | -2/+0 |
| | |||||
* | Improve spec code | Felipe Artur | 2019-03-25 | 1 | -26/+21 |
| | |||||
* | Improve indexes migration code | Felipe Artur | 2019-03-25 | 1 | -22/+17 |
| | |||||
* | Increase avg "speed" 4 times | NikolayS | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Code improvements, fix some rubocop failures and finish specs | Felipe Artur | 2019-03-14 | 5 | -60/+172 |
| | |||||
* | Add some specs | Felipe Artur | 2019-03-12 | 2 | -1/+55 |
| | |||||
* | Process MR comments | NikolayS | 2019-03-12 | 2 | -20/+20 |
| | | | | | | - remove wrong "bigserial" in schema.rb - use self.class.name instead of string - uppercase SQL keywords | ||||
* | Merge branch 'nik_int4_to_int8' of https://gitlab.com/gitlab-org/gitlab-ce ↵ | NikolayS | 2019-03-07 | 2 | -9/+9 |
|\ | | | | | | | into nik_int4_to_int8 | ||||
| * | Distinguish trigger functions | Nikolay Samokhvalov | 2019-03-04 | 1 | -6/+6 |
| | | |||||
| * | Do not put table name to trigger name | Nikolay Samokhvalov | 2019-03-04 | 1 | -1/+1 |
| | | |||||
| * | Do not put table name to trigger name (fix tests) | Nikolay Samokhvalov | 2019-03-04 | 1 | -2/+2 |
| | | |||||
* | | Fix how parameter "last_processed" is being passed | NikolayS | 2019-03-07 | 1 | -1/+3 |
|/ | |||||
* | Fix weird "using" in an index definition | NikolayS | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Update schema.rb | NikolayS | 2019-03-04 | 1 | -1/+7 |
| | |||||
* | More comments | NikolayS | 2019-03-04 | 3 | -2/+33 |
| | |||||
* | Fix syntax (missing AND) | NikolayS | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Changelog line correction | NikolayS | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Cleanup | NikolayS | 2019-03-04 | 1 | -52/+0 |
| | |||||
* | Cleanup + small fixes (wording, comments, formatting) | NikolayS | 2019-03-04 | 9 | -328/+5 |
| | |||||
* | int4→int8: working version of Stage 1 (of 2). | NikolayS | 2019-03-04 | 4 | -47/+63 |
| | | | | | | | - trigger to fill new column in freshly created rows - better visibility of progress – pass "last value" as param to sidekiq - push_event_payloads.event_id and ci_build_trace_sections.id - helper index and better query performance | ||||
* | (WIP) int4→int8: alternative background migrations | NikolayS | 2019-03-04 | 4 | -0/+167 |
| | | | | Details: https://gitlab.com/gitlab-org/gitlab-ce/issues/58363 | ||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵ | NikolayS | 2019-02-21 | 2624 | -48798/+182589 |
|\ | | | | | | | nik_int4_to_int8 | ||||
| * | Merge branch 'winh-deterministic-frontend-fixtures' into 'master' | Rémy Coutable | 2019-02-21 | 9 | -11/+23 |
| |\ | | | | | | | | | | | | | Make frontend fixtures deterministic See merge request gitlab-org/gitlab-ce!23705 | ||||
| | * | Make fixtures/u2f.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -1/+2 |
| | | | |||||
| | * | Make fixtures/snippet.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -1/+3 |
| | | | |||||
| | * | Make fixtures/projects.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -4/+8 |
| | | | |||||
| | * | Make fixtures/merge_requests.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -2/+5 |
| | | | |||||
| | * | Make fixtures/issues.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -1/+1 |
| | | | |||||
| | * | Make fixtures/groups.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -1/+1 |
| | | | |||||
| | * | Make fixtures/deploy_keys.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -1/+1 |
| | | | |||||
| | * | Make fixtures/commit.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -0/+1 |
| | | | |||||
| | * | Make fixtures/blob.rb deterministic | Winnie Hellmann | 2019-02-21 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'docs-development-documentation-edits' into 'master' | Marcia Ramos | 2019-02-21 | 3 | -7/+7 |
| |\ \ | | | | | | | | | | | | | | | | | Minor fixes to development/documentation docs, mostly aligning all link text to relevant page names See merge request gitlab-org/gitlab-ce!25471 | ||||
| | * | | Minor fixes to development/documentation docs, mostly aligning all link text ↵ | Mike Lewis | 2019-02-21 | 3 | -7/+7 |
| |/ / | | | | | | | | | | to relevant page names | ||||
| * | | Merge branch ↵ | Filipa Lacerda | 2019-02-21 | 5 | -9/+34 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '57784-make-closed-duplicate-and-closed-moved-button-a-link-to-target' into 'master' Add Link from Closed (moved) Issues to Moved Issue Closes #57784 See merge request gitlab-org/gitlab-ce!25300 | ||||
| | * | | Add `.text-underline` Utility Class | Andrew Fontaine | 2019-02-21 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Style status box links using bootstrap and other utility classes instead of styling all `a` tags in the status-box. | ||||
| | * | | Make "moved" Link to Moved Issue | Andrew Fontaine | 2019-02-21 | 5 | -9/+34 |
| | | | | | | | | | | | | | | | | The text "moved" now links to the issue the closed issue was moved to. | ||||
| * | | | Merge branch 'winh-frontend-test-roulette' into 'master' | Nick Thomas | 2019-02-21 | 2 | -2/+4 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | Add spec/frontend/ to frontend roulette See merge request gitlab-org/gitlab-ce!25465 | ||||
| | * | | Add spec/frontend/ to frontend roulette | Winnie Hellmann | 2019-02-21 | 2 | -2/+4 |
| | | | | |||||
| * | | | Merge branch 'renovate/gitlab-svgs-1.x' into 'master' | Phil Hughes | 2019-02-21 | 2 | -5/+5 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | Update dependency @gitlab/svgs to ^1.53.0 See merge request gitlab-org/gitlab-ce!25455 | ||||
| | * | | Update dependency @gitlab/svgs to ^1.53.0 | Lukas 'Eipi' Eipert | 2019-02-21 | 2 | -5/+5 |
| | | | | |||||
| * | | | Merge branch ↵ | James Lopez | 2019-02-21 | 2 | -3/+23 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '57867-accessing-issue-1-of-gitlab-ce-via-the-api-results-in-500-internal-server-error' into 'master' Speed up find_by when used on finders Closes #57867 See merge request gitlab-org/gitlab-ce!25421 | ||||
| | * | | | Ignore ordering when calling find_by on finders | Sean McGivern | 2019-02-20 | 2 | -3/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We shouldn't care about the ordering here; if we did, it would be more appropriate to use `take` or `first`. Having the ordering can result in the database picking a bad query plan, as it might think sorting the whole table first is the best option. | ||||
| * | | | | Merge branch 'winh-jest-gitlab-ui' into 'master' | Kushal Pandya | 2019-02-21 | 6 | -33/+57 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Jest work with gitlab-ui Closes #56689 See merge request gitlab-org/gitlab-ce!25440 | ||||
| | * | | | | Add snapshot test to discussion_jump_to_next_button_spec.js | Winnie Hellmann | 2019-02-21 | 2 | -3/+27 |
| | | | | | | |||||
| | * | | | | Remove localVue from discussion_jump_to_next_button_spec.js | Winnie Hellmann | 2019-02-21 | 1 | -11/+4 |
| | | | | | | |||||
| | * | | | | Transpile @gitlab/ui for Jest | Winnie Hellmann | 2019-02-21 | 2 | -0/+3 |
| | | | | | | |||||
| | * | | | | Load i18n Vue plugin for Jest tests | Winnie Hellmann | 2019-02-21 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Move discussion_jump_to_next_button_spec.js to Jest | Winnie Hellmann | 2019-02-21 | 1 | -0/+0 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'mind-the-oxford-comma' into 'master' | Kushal Pandya | 2019-02-21 | 2 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Mind the oxford comma See merge request gitlab-org/gitlab-ce!25252 |