summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update pipeline status badge details docsdocs/gb/update-pipeline-badge-docsGrzegorz Bizon2017-11-202-2/+4
|
* Merge branch 'fix-conflict-highlighting' into 'master'Douwe Maan2017-11-203-4/+11
|\ | | | | | | | | Fix conflict highlighting See merge request gitlab-org/gitlab-ce!15463
| * Fix conflict highlightingfix-conflict-highlightingSean McGivern2017-11-173-4/+11
| | | | | | | | | | | | | | | | | | Conflicts used to take a `Repository` and pass that to `Gitlab::Highlight.highlight`, which would call `#gitattribute` on the repository. Now they use a `Gitlab::Git::Repository`, which didn't have that method defined - but defining it on `Gitlab::Git::Repository` does make it available on `Repository` through `method_missing`, so we can do that and both cases will work.
* | Merge branch '39727-axios-all-the-things' into 'master'Phil Hughes2017-11-2012-162/+128
|\ \ | | | | | | | | | | | | Use axios instead of vue resource - step 1 See merge request gitlab-org/gitlab-ce!15339
| * | Use axios instead of vue resource - step 1Filipa Lacerda2017-11-2012-162/+128
|/ /
* | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-20113-0/+410
|\ \ | | | | | | | | | | | | | | | | | | Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
| * | Adds Rubocop rule for line break after guard clauseJacopo2017-11-16113-0/+410
| | | | | | | | | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* | | Merge branch 'docs/fix-broken-anchor' into 'master'Achilleas Pipinellis2017-11-202-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Fix a wrong anchor to job permissions doc See merge request gitlab-org/gitlab-ce!15478
| * | | Fix a wrong anchor to job permissions docdocs/fix-broken-anchorRémy Coutable2017-11-202-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '40016-log-header' into 'master'Phil Hughes2017-11-203-8/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide log size in mobile Closes #40016 See merge request gitlab-org/gitlab-ce!15431
| * | | | Hide log size in mobileFilipa Lacerda2017-11-203-8/+14
|/ / / /
* | | | Merge branch ↵Rémy Coutable2017-11-202-7/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40300-cannot-list-tags-in-a-repository-mirror-when-hashed-storage-in-use' into 'master' Fix Gitlab::Git::Repository#remote_tags using unexisting variable Closes #40300 See merge request gitlab-org/gitlab-ce!15466
| * | | | Fix Gitlab::Git::Repository#remote_tags using unexisting variableAlejandro Rodríguez2017-11-202-7/+20
|/ / / /
* | | | Merge branch 'sh-document-strace-unicorn' into 'master'Achilleas Pipinellis2017-11-201-0/+28
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Document how to troubleshoot internal API calls See merge request gitlab-org/gitlab-ce!15337
| * | | Document how to troubleshoot internal API callsStan Hu2017-11-181-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] iFoo
* | | | Merge branch 'rs-cycle-analytics-seed' into 'master'Rémy Coutable2017-11-201-37/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CycleAnalytics seed to account for multiple issue assignees Closes #40245 See merge request gitlab-org/gitlab-ce!15435
| * | | | Update CycleAnalytics seed to account for multiple issue assigneesrs-cycle-analytics-seedRobert Speicher2017-11-161-37/+48
| | | | |
* | | | | Merge branch 'sh-remove-docs-executable' into 'master'Achilleas Pipinellis2017-11-184-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove executable bit from images for docs lint See merge request gitlab-org/gitlab-ce!15468
| * | | | | Remove executable bit from images for docs lintsh-remove-docs-executableStan Hu2017-11-174-0/+0
| | |/ / / | |/| | | | | | | | | | | | | This was causing a docs lint failure in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/40901316.
* | | | | Merge branch 'docs-link-subgroups-api-mr' into 'master'Achilleas Pipinellis2017-11-181-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Document when Groups API `/subgroups` endpoint introduced Closes #40247 See merge request gitlab-org/gitlab-ce!15453
| * | | | Document when Groups API `/subgroups` endpoint introducedMark Fletcher2017-11-171-0/+4
| | | | |
* | | | | Merge branch 'mk-bandaid-db-rollback-failures' into 'master'Robert Speicher2017-11-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rollback to a safer place to stop See merge request gitlab-org/gitlab-ce!15465
| * | | | | Rollback to a safer place to stopMichael Kozono2017-11-171-1/+1
|/ / / / /
* | | | | Merge branch '4056-hashed-storage-upload-transfers' into 'master'Stan Hu2017-11-171-1/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix project transfer with hashed-storage attachments Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15457
| * | | | | Fix project transfer with hashed-storage attachmentsNick Thomas2017-11-171-1/+11
| | | | | |
* | | | | | Merge branch 'restrict-update-column-in-batches-for-large-tables' into 'master'Robert Speicher2017-11-1731-67/+153
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict update column in batches for large tables See merge request gitlab-org/gitlab-ce!15458
| * | | | | | Add computed update docs for update_column_in_batchesSean McGivern2017-11-172-1/+46
| | | | | | |
| * | | | | | Prevent update_column_in_batches on large tablesSean McGivern2017-11-1729-66/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate.
* | | | | | | Merge branch 'improved-changes-dropdown' into 'master'Filipa Lacerda2017-11-176-11/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the design of the changed files dropdown Closes #36687 See merge request gitlab-org/gitlab-ce!15367
| * | | | | | | moved magic number into variablesimproved-changes-dropdownPhil Hughes2017-11-171-1/+2
| | | | | | | |
| * | | | | | | changed text color of pathPhil Hughes2017-11-171-0/+1
| | | | | | | |
| * | | | | | | updated dropdown widthPhil Hughes2017-11-171-1/+1
| | | | | | | |
| * | | | | | | updated to use new sprite iconsPhil Hughes2017-11-173-4/+6
| | | | | | | |
| * | | | | | | Improved the design of the changed files dropdownPhil Hughes2017-11-174-8/+39
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Closes #36687
* | | | | | | Merge branch 'qa/gb/fix-subject-address-in-factories' into 'master'Robert Speicher2017-11-172-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix QA test subject address by configuring capybara Closes gitlab-qa#113 See merge request gitlab-org/gitlab-ce!15446
| * | | | | | | Fix QA test subject address by configuring capybaraqa/gb/fix-subject-address-in-factoriesGrzegorz Bizon2017-11-172-0/+3
| | | | | | | |
* | | | | | | | Merge branch 'bvl-fix-count-with-selects' into 'master'Douwe Maan2017-11-173-1/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the selects when counting the last page Closes #40266 See merge request gitlab-org/gitlab-ce!15456
| * | | | | | | Remove the selects when counting the last pageBob Van Landuyt2017-11-173-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last page of the first collection is only loaded into memory when it is being viewed. If it isn't loaded into memory, the `#size` call triggers a count query. This `#count` would generate an invalid query if our custom preloaded counts are included by adding a separate `as count_column` alias on top of the count aliases. Removing the selects in this case will make sure a valid `COUNT(*)` is generated.
* | | | | | | | Merge branch 'mk-add-user-rate-limits' into 'master'Douwe Maan2017-11-1717-140/+984
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add request rate limits Closes #30053 See merge request gitlab-org/gitlab-ce!14708
| * | | | | | | | Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limitsFrancisco Lopez2017-11-173-10/+10
| | | | | | | | |
| * | | | | | | | Changes after rebaseFrancisco Lopez2017-11-172-23/+6
| | | | | | | | |
| * | | | | | | | Removing OffenderFrancisco Lopez2017-11-171-1/+0
| | | | | | | | |
| * | | | | | | | Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-178-48/+51
| | | | | | | | |
| * | | | | | | | Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-176-49/+52
| | | | | | | | |
| * | | | | | | | Leaving atom? query to fix testsFrancisco Lopez2017-11-171-1/+1
| | | | | | | | |
| * | | | | | | | Change the rss url guard clauseFrancisco Lopez2017-11-172-6/+4
| | | | | | | | |
| * | | | | | | | Added some more commentsFrancisco Lopez2017-11-174-15/+14
| | | | | | | | |
| * | | | | | | | Removed method handle_return_valueFrancisco Lopez2017-11-171-13/+8
| | | | | | | | |
| * | | | | | | | Added UserAuthFinders specFrancisco Lopez2017-11-172-2/+196
| | | | | | | | |
| * | | | | | | | Added RequestAuthenticator specFrancisco Lopez2017-11-171-0/+67
| | | | | | | | |