summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adding changed schema.rbjc-remove-pool-with-visibility-changeJohn Cai2019-01-281-2/+4
* Leave pool if project visibility changesJohn Cai2019-01-2810-2/+180
* Merge branch 'qa-ml-fix-rebase-spec' into 'master'Ramya Authappan2019-01-282-3/+3
|\
| * Reload if needed when checking merge statusMark Lapierre2019-01-282-3/+3
* | Merge branch 'refactor/56366-extract-resolve-discussion-button' into 'master'Fatih Acet2019-01-284-10/+115
|\ \
| * | refactor(NoteableDiscussion): Extracted ResolveDiscussionButton fromMartin Hobert2019-01-284-10/+115
|/ /
* | Merge branch '36445-better-indication-that-an-issue-has-been-moved-or-marked-...Robert Speicher2019-01-284-1/+63
|\ \
| * | Indicate on Status if Issue was Moved36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicatedAndrew Fontaine2019-01-254-1/+63
* | | Merge branch 'renovate/gitlab-ui-1.x' into 'master'Clement Ho2019-01-282-5/+5
|\ \ \
| * | | Update dependency @gitlab/ui to ^1.22.1Lukas 'Eipi' Eipert2019-01-282-5/+5
* | | | Merge branch 'refactor/56369-extract-jump-to-next-discussion-button' into 'ma...Phil Hughes2019-01-285-10/+75
|\ \ \ \ | |/ / / |/| | |
| * | | refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its own...Martin Hobert2019-01-285-10/+75
* | | | Merge branch 'bw-enable-sourcepos' into 'master'Robert Speicher2019-01-2821-17/+113
|\ \ \ \
| * | | | Fix review commentsBrett Walker2019-01-2116-32/+65
| * | | | Enable CommonMark source line position informationBrett Walker2019-01-2117-22/+85
* | | | | Merge branch 'gt-externalize-app-views-projects-pages_domains' into 'master'Clement Ho2019-01-286-27/+84
|\ \ \ \ \
| * | | | | Externalize strings from `/app/views/projects/pages_domains`George Tsiolis2019-01-286-27/+84
* | | | | | Merge branch 'qa-stabalize-go_to_profile_settings' into 'master'Mark Lapierre2019-01-281-2/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use retry to stablize go_to_profile_settingsSanad Liaquat2019-01-281-2/+6
* | | | | | Merge branch 'fix-select2-helper' into 'master'Sean McGivern2019-01-281-0/+2
|\ \ \ \ \ \
| * | | | | | Fix running a single spec file with rspecNick Thomas2019-01-281-0/+2
|/ / / / / /
* | | | | | Merge branch '44698-recaptcha' into 'master'Kushal Pandya2019-01-283-2/+11
|\ \ \ \ \ \
| * | | | | | Prevent unload when Recaptcha is openRajat Jain2019-01-283-2/+11
* | | | | | | Merge branch 'renovate/gitlab-ui-1.x' into 'master'Kushal Pandya2019-01-282-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Update dependency @gitlab/ui to ^1.22.0Lukas 'Eipi' Eipert2019-01-282-5/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '56867-wait-for-requests-before-select2' into 'master'Sean McGivern2019-01-282-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Wait for requests in specs before interacting with select2Nick Thomas2019-01-282-3/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sh-bump-sidekiq-5.2.5' into 'master'Rémy Coutable2019-01-281-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Bump Sidekiq to 5.2.5Stan Hu2019-01-251-2/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fix-explore-page-star-button' into 'master'Phil Hughes2019-01-282-4/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix `star` action in the `explore` subpagesRiccardo Padovani2019-01-282-4/+8
|/ / / / / /
* | | | | | Merge branch 'ce-1979-2-1' into 'master'Sean McGivern2019-01-284-2/+19
|\ \ \ \ \ \
| * | | | | | Add query method for id queryMark Chao2019-01-154-2/+19
* | | | | | | Merge branch '54213-standardize-token-value-capitalization-in-filter-bar' int...Kushal Pandya2019-01-2812-45/+52
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Standardize token value capitalization in filter barOmar Bahareth2019-01-2812-45/+52
|/ / / / / /
* | | | | | Merge branch 'increase-kubernetes-ip-address-timeout' into 'master'docs/add-note-on-redis-backup-restoreMark Lapierre2019-01-252-5/+2
|\ \ \ \ \ \
| * | | | | | Auto DevOps QA: increase IP address timeout, remove quarantineDylan Griffith2019-01-252-5/+2
* | | | | | | Merge branch '53966-refactor-hashed-storage' into 'master'Douglas Barbosa Alexandre2019-01-2526-169/+330
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use Gitlab::AppLogger instead of Rails.loggerGabriel Mazetto2019-01-252-2/+2
| * | | | | | Sidekiq queue migration for HashedStorage::MigratorWorkerGabriel Mazetto2019-01-253-1/+66
| * | | | | | Track when MigrateAttachmentsService is skippedGabriel Mazetto2019-01-252-2/+18
| * | | | | | Refactor Storage MigrationGabriel Mazetto2019-01-2516-98/+147
| * | | | | | Extract BaseRepositoryService from MigrateRepositoryGabriel Mazetto2019-01-252-45/+58
| * | | | | | Move MigrationService to HashedStorage moduleGabriel Mazetto2019-01-257-36/+38
| * | | | | | Prepare rake task for storage rollbackGabriel Mazetto2019-01-256-20/+37
| * | | | | | Remove "Experimental" text from Hashed Storage settings pageGabriel Mazetto2019-01-251-1/+0
* | | | | | | Merge branch 'qa-ml-quarantine-rebase-test' into 'master'56871-error-tracking-does-not-error-when-given-invalid-api-keyMark Lapierre2019-01-251-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Quarantine failing testMark Lapierre2019-01-251-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'dm-copy-suggestion-as-gfm' into 'master'Phil Hughes2019-01-257-4/+94
|\ \ \ \ \ \
| * | | | | | Allow suggestions to be copied and pasted as GFMDouwe Maan2019-01-255-3/+91