- 14 Sep, 2018 13 commits
-
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some changes were introduced that do not meet our abstraction reuse rules. This commit cleans up some of these changes so the requirements are met. Most notably, sorting of the runners in Admin::RunnersFinder has been delegated to Ci::Runner.order_by, similar to how we order data in models that include the Sortable module. If we need more sort orders in the future we can include Sortable and have Ci::Runner.order_by call `super` to delegate to Sortable.order_by.
-
Marcia Ramos authored
docs/ Grammatical Fix workflow.md See merge request gitlab-org/gitlab-ce!21655
-
Casey Burnett authored
-
Marcia Ramos authored
More specificity and clarity for iid field in API documentation. Closes gitlab-ee#7019 See merge request gitlab-org/gitlab-ce!21490
-
Douwe Maan authored
Resolve "Add functionality to change what email address online actions commit using" Closes #23986 See merge request gitlab-org/gitlab-ce!21598
-
Nick Thomas authored
-
Douwe Maan authored
Correct a typo in the User Status API docs See merge request gitlab-org/gitlab-ce!21729
-
Douwe Maan authored
Resolve "Remove images from todos" Closes #31887 See merge request gitlab-org/gitlab-ce!21704
-
Dmitriy Zaporozhets authored
Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'" See merge request gitlab-org/gitlab-ce!21722
-
Grzegorz Bizon authored
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
-
Grzegorz Bizon authored
Filter group milestones based on user membership. See merge request gitlab-org/gitlab-ce!21660
-
Phil Hughes authored
Create specs for diffs/components/app and update modules to export factory functions Closes #49329 See merge request gitlab-org/gitlab-ce!21685
-
Paul Slaughter authored
-
- 13 Sep, 2018 27 commits
-
-
Robert Speicher authored
-
Stan Hu authored
Enable frozen string in app/graphql + app/finders See merge request gitlab-org/gitlab-ce!21681
-
Robert Speicher authored
Update Gitlay server version to 0.121.0 See merge request gitlab-org/gitlab-ce!21725
-
Douglas Barbosa Alexandre authored
-
Mike Greiling authored
Fixed resolved discussions not toggling expanded on changes tab Closes #51370 See merge request gitlab-org/gitlab-ce!21676
-
Yorick Peterse authored
Fix column differences in `db/schema.rb` See merge request gitlab-org/gitlab-ce!21718
-
Dmitriy Zaporozhets authored
This reverts merge request !21341
-
Stan Hu authored
Add project to jupyter cluster app factory spec See merge request gitlab-org/gitlab-ce!21717
-
Robert Speicher authored
Document abstraction levels and code reuse See merge request gitlab-org/gitlab-ce!21254
-
Brett Walker authored
By default, we now strip images in the 'first_line_in_markdown' method. This keeps images from being displayed in the one-liner of both todo and project activity panels. Although not currently used, we allow images to be preserved with the allow_images: true options.
-
Chantal Rollison authored
-
Robert Speicher authored
-
Yorick Peterse authored
This is based on the discussion in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653 and the example merge request found at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20908. The idea is fairly straightforward: we define a variety of abstractions, then state which can reuse which. This should ultimately foster _better_ code reuse, make it easier to debug problems, and make it harder to accidentally introduce a performance regression.
-
Robert Speicher authored
Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391
-
Douwe Maan authored
Enable omniauth by default Closes #49990 See merge request gitlab-org/gitlab-ce!21700
-
Phil Hughes authored
Display click to expand on collapsed diffs Closes #51466 See merge request gitlab-org/gitlab-ce!21716
-
Jan Provaznik authored
project_custom_attributes and group_custom_attributes used datetime instead of datetime_with_timezone column type in database schema. But actually migration defines `t.timestamps_with_timezone`.
-
Nick Thomas authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Alexis Reigel authored
-
Phil Hughes authored
Merge branch '50808-choosing-initialize-repo-with-a-readme-breaks-project-created-from-template' into 'master' Resolve "Choosing “Initialize repo with a README” breaks project created from template" Closes #50808 See merge request gitlab-org/gitlab-ce!21646
-
Martin Wortschack authored
-
André Luís authored
-
Kamil Trzciński authored
Vendor Auto-DevOps.gitlab-ci.yml: fix where the deploy job does not wait for Deployment to complete. Closes #50186 and charts/auto-deploy-app#6 See merge request gitlab-org/gitlab-ce!21713
-
Kamil Trzciński authored
Vendor Auto-DevOps.gitlab-ci.yml for refactor to create registry_login() function. Closes #51450 See merge request gitlab-org/gitlab-ce!21714
-
Grzegorz Bizon authored
Fix route deprecation warnings in rails 5 See merge request gitlab-org/gitlab-ce!21684
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51370
-