summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Let's Encrypt clientacme-moduleVladimir Shushlin2019-05-1513-4/+337
| | | | | | | | | | | | | | Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
* Merge branch 'ce-jej/sso-enforcement-redirect' into 'master'Rémy Coutable2019-05-158-22/+181
|\ | | | | | | | | Refactor RoutableActions to allow additional not_found checks See merge request gitlab-org/gitlab-ce!28243
| * Avoid passing not_found_or_authorized_proc aroundJames Edwards-Jones2019-05-158-22/+56
| | | | | | | | | | Since this needs to be called on every find_routable!(Project, ... we can instead move it to a RoutableActions check.
| * Refactor RoutableActions to allow for additional checksJames Edwards-Jones2019-05-151-3/+9
| |
| * Added RoutableActions testsJames Edwards-Jones2019-05-151-0/+119
| |
* | Merge branch 'new-proj-member-scb' into 'master'Phil Hughes2019-05-153-1/+26
|\ \ | | | | | | | | | | | | Resolve CE/EE diffs in new proj member import See merge request gitlab-org/gitlab-ce!28254
| * | Resolve CE/EE diffs in new proj member importnew-proj-member-scbLuke Bennett2019-05-103-1/+26
| | | | | | | | | | | | Part of single codebase changes.
* | | Merge branch 'proj-branches-index-scb' into 'master'Phil Hughes2019-05-151-0/+3
|\ \ \ | | | | | | | | | | | | | | | | Resolve CE/EE diffs in project branches See merge request gitlab-org/gitlab-ce!28261
| * | | Resolve CE/EE diffs in project branchesproj-branches-index-scbLuke Bennett2019-05-111-0/+3
| | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | Merge branch 'layouts-scb' into 'master'Phil Hughes2019-05-1516-4/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in app/views/layouts view Closes gitlab-ee#6647 See merge request gitlab-org/gitlab-ce!28197
| * | | | Resolve CE/EE diffs in app/views/layouts viewlayouts-scbLuke Bennett2019-05-1116-4/+52
| |/ / / | | | | | | | | | | | | Part of single codebase changes.
* | | | Merge branch 'health-check-scb' into 'master'Phil Hughes2019-05-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in health check See merge request gitlab-org/gitlab-ce!28270
| * | | | Resolve CE/EE diffs in health checkhealth-check-scbLuke Bennett2019-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | Merge branch '57239-remove-unused-h3-w3-classes' into 'master'Phil Hughes2019-05-151-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused h-3 and w-3 classes Closes #57239 See merge request gitlab-org/gitlab-ce!28297
| * | | | | Remove unused h-3 and w-3 classes57239-remove-unused-h3-w3-classesPaul Slaughter2019-05-131-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were introduced in [this mr][1], with the intention of using the. Appaarently the usage was removed during review, but the new classes accidentally stayed around. [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24724
* | | | | | Merge branch 'clone-panel-scb' into 'master'Phil Hughes2019-05-151-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in _clone_panel See merge request gitlab-org/gitlab-ce!28309
| * | | | | | Resolve CE/EE diffs in _clone_panelclone-panel-scbLuke Bennett2019-05-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | Merge branch 'zero-auth-proj-scb' into 'master'Phil Hughes2019-05-153-5/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in zero_authorized_projects See merge request gitlab-org/gitlab-ce!28260
| * | | | | | | Resolve CE/EE diffs in zero_authorized_projectszero-auth-proj-scbLuke Bennett2019-05-113-5/+20
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | Merge branch 'tabs-ldap-scb' into 'master'Phil Hughes2019-05-151-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in devise ldap tabs See merge request gitlab-org/gitlab-ce!28252
| * | | | | | | Resolve CE/EE diffs in devise ldap tabstabs-ldap-scbLuke Bennett2019-05-101-0/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | Merge branch 'next-badge-link' into 'master'Kushal Pandya2019-05-152-2/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to next badge Closes #61503 See merge request gitlab-org/gitlab-ce!28162
| * | | | | | | Remove trailing whitespace for lintnext-badge-linkMarcel van Remmerden2019-05-131-1/+1
| | | | | | | |
| * | | | | | | Finish rebase processMarcel van Remmerden2019-05-131-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | Resolve merge conflictMarcel van Remmerden2019-05-071-3/+4
| | | | | | | | |
| | * | | | | | | Change sizes from px to variablesMarcel van Remmerden2019-05-071-4/+4
| | | | | | | | |
| | * | | | | | | Refactor badge with link layoutMarcel van Remmerden2019-05-072-22/+18
| | | | | | | | |
| | * | | | | | | Adapt code to style guidelinesMarcel van Remmerden2019-05-072-9/+9
| | | | | | | | |
| | * | | | | | | Remove trailing whitespacesMarcel van Remmerden2019-05-071-4/+3
| | | | | | | | |
| | * | | | | | | Remove whitespaceMarcel van Remmerden2019-05-071-2/+2
| | | | | | | | |
| | * | | | | | | Fix new linesMarcel van Remmerden2019-05-071-1/+7
| | | | | | | | |
| | * | | | | | | Add badge link and adapt visual style to badges Marcel van Remmerden2019-05-072-2/+18
| | | | | | | | |
| * | | | | | | | Add badge link and adapt visual style to badges Marcel van Remmerden2019-05-131-3/+4
| | | | | | | | |
* | | | | | | | | Merge branch 'bvl-add-corrilation-id-to-all-exception' into 'master'Douglas Barbosa Alexandre2019-05-143-10/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add correlation id to all sentry errors Closes #61699 See merge request gitlab-org/gitlab-ce!28253
| * | | | | | | | | Add correlation id to all sentry errorsBob Van Landuyt2019-05-133-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this, we were only adding the correlation id to the "acceptable exceptions" which we handle in code. But we need to add it to the default raven context so the information would be available for uncaught exceptions.
* | | | | | | | | | Merge branch 'patch-56' into 'master'Evan Read2019-05-141-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!28276
| * | | | | | | | | | Fix typoNicholas Bishop2019-05-141-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'make-autocomplete-faster-with-lots-of-results' into 'master'53811-move-multiple-issue-boards-for-projects-to-coreStan Hu2019-05-1410-7/+23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimise upload path calls See merge request gitlab-org/gitlab-ce!28264
| * | | | | | | | | | Optimise upload path callsSean McGivern2019-05-1410-7/+23
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | String#underscore isn't particularly slow, but it's possible for us to call it many times in a users autocomplete request, with mostly-static values ('User', 'Group', etc.). We can memoise this and save a surprising amount of time (around 10% of the total request time in some cases).
* | | | | | | | | | Merge branch 'fix-slow-preview-note-specs' into 'master'Sean McGivern2019-05-141-6/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix hiding of quick action prompt in specs See merge request gitlab-org/gitlab-ce!28285
| * | | | | | | | | Fix hiding of quick action prompt in specsfix-slow-preview-note-specsHeinrich Lee Yu2019-05-141-6/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'patch-58' into 'master'Stan Hu2019-05-141-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delete feature flag when disabling Rugged See merge request gitlab-org/gitlab-ce!28289
| * | | | | | | | | | delete feature flag when disabling RuggedBen Bodenmiller2019-05-131-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'single-codebase-favicon-specs-ce' into 'master'Rémy Coutable2019-05-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EE Backport to CE of EE!12404 See merge request gitlab-org/gitlab-ce!28292
| * | | | | | | | | | | EE backport to CE of favicon_spec.rbsingle-codebase-favicon-specs-cemove-ee-favicon-spec-changes-to-eelmcandrew2019-05-131-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix-project-visibility-level-validation' into 'master'Stan Hu2019-05-143-2/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix project visibility level validation Closes #59379 See merge request gitlab-org/gitlab-ce!28305
| * | | | | | | | | | | | Fix project visibility level validationPeter Marko2019-05-143-2/+18
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '55583-rename-method-conflicts' into 'master'Jan Provaznik2019-05-1412-46/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename methods that conflict in Rails 5.2 Closes #55583 See merge request gitlab-org/gitlab-ce!28281
| * | | | | | | | | | | | Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-1212-46/+46
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds suffix to enum methods and changes `in_groups` to `of_groups`
* | | | | | | | | | | | Merge branch 'docs/mermaid-supported-by-docs-site' into 'master'Achilleas Pipinellis2019-05-142-4/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use real mermaid for mermaid result See merge request gitlab-org/gitlab-ce!28300