- 17 Jan, 2019 7 commits
-
-
Kamil Trzciński authored
Added support for custom hosts/domains Closes #46954 See merge request gitlab-org/gitlab-ce!24248
-
Aaron Walker authored
-
Stan Hu authored
Changes UI on environment scope on clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24376
-
Sanad Liaquat authored
Add script to revoke personal access tokens See merge request gitlab-org/gitlab-ce!24318
-
GitLab Release Tools Bot authored
[ci skip]
-
Evan Read authored
Refactor `include` CI yaml docs Closes #56235 See merge request gitlab-org/gitlab-ce!24355
-
Achilleas Pipinellis authored
-
- 16 Jan, 2019 33 commits
-
-
Dan Davison authored
Merge branch '56043-failure-in-qa-specs-features-browser_ui-7_configure-auto_devops-create_project_with_auto_devops_spec-rb' into 'master' Small screen fix for "Failure in qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb" See merge request gitlab-org/gitlab-ce!24209
-
James Fargher authored
-
Robert Speicher authored
add initial security release template See merge request gitlab-org/gitlab-ce!22679
-
Stan Hu authored
Merge branch '56309-read-only-controller-doesn-t-account-for-relative-paths-for-admin-sidekiq-route' into 'master' Allow sidekiq admin requests, regardless of root Closes #56309 See merge request gitlab-org/gitlab-ce!24352
-
Robert Speicher authored
Resolve "Use $EDITOR or another Environment variable to open the new Changelog entry directly in your editor" Closes #44488 See merge request gitlab-org/gitlab-ce!18020
-
Stan Hu authored
Use globally-available reCAPTCHA source Closes #56375 See merge request gitlab-org/gitlab-ce!24390
-
Rémy Coutable authored
Fix detecting nested EE constants in RuboCop See merge request gitlab-org/gitlab-ce!24430
-
Rémy Coutable authored
Adopt label renaming from ~"feature proposal" to ~feature See merge request gitlab-org/gitlab-ce!24371
-
Rémy Coutable authored
Add test case to check that branches are correctly listed after CRUD operations See merge request gitlab-org/gitlab-ce!23850
-
Walmyr authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Yorick Peterse authored
[master] Validate bundle files before unpacking them Closes #2770 See merge request gitlab/gitlabhq!2772
-
Nick Thomas authored
Refactor checking personal project limits See merge request gitlab-org/gitlab-ce!24396
-
Rémy Coutable authored
Enable FactoriesInMigration cop for background migrations See merge request gitlab-org/gitlab-ce!24425
-
Nick Thomas authored
Refactor Project#after_create_default_branch See merge request gitlab-org/gitlab-ce!24329
-
Yorick Peterse authored
The InjectEnterpriseEditionModule cop would not detect certain nested EE constants such as `EE::Foo::Bar::Baz`. This could result in it not enforcing `prepend` being placed on the last line. This commit fixes this by just performing a string match on the line, instead of relying on AST matching.
-
Lin Jen-Shin authored
Update changelog entry for !18425 See merge request gitlab-org/gitlab-ce!24432
-
-
Lin Jen-Shin authored
Add badge count to projects Closes #29798 See merge request gitlab-org/gitlab-ce!18425
-
Kamil Trzciński authored
Extract process_name from GitLab::Sentry See merge request gitlab-org/gitlab-ce!24422
-
Douwe Maan authored
Document graphicsmagick installation for source installation Closes #56322 See merge request gitlab-org/gitlab-ce!24404
-
Andrew Newdigate authored
GitLab::Sentry has a program_context method to determine whether a Sentry exception occurred in Sidekiq or rails. Since we will need similar functionality for distributed tracing, this change extracts the program_context method into GitLab.process_name for more general consumption.
-
Yorick Peterse authored
This refactors some of the logic used for protecting default branches, in particular Project#after_create_default_branch. The logic for this method is moved into a separate service class. Ideally we'd get rid of Project#after_create_default_branch entirely, but unfortunately Project#after_import depends on it. This means it has to stick around until we also refactor Project#after_import. For branch protection levels we introduce Gitlab::Access::BranchProtection, which provides a small wrapper around Integer based branch protection levels. Using this class removes the need for having to constantly refer to Gitlab::Access::PROTECTION_* constants.
-
Douwe Maan authored
Resolve "In Merge Request diff screen, master is not a hyperlink" Closes #52275 See merge request gitlab-org/gitlab-ce!23874
-
Natalia Tepluhina authored
-
Yorick Peterse authored
This refactors the code used for checking if a user has exceeded the personal projects limit. As part of this refactor the method has been renamed from Project#check_limit to "check_personal_projects_limit", as this name makes it much more clear what the purpose of the method is. Standalone unit tests have also been added, as before we only had a single generic validation test that did not cover all cases. The old implementation of the refactored method also included a `rescue` statement. This code would only run when a project creator was not set. The error that would be added wasn't super useful, especially since there would already be errors for the creator not being present. As none of the other code in the "check_personal_projects_limit" raises, it has been removed.
-
Nick Thomas authored
Enable Gitlab-Pages for subgroups See merge request gitlab-org/gitlab-ce!23505
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
The Background migration specs also run against a certain version of the database. So we should avoid using factories.
-
Nick Thomas authored
Fix RSpec/FactoriesInMigrationSpecs in two files See merge request gitlab-org/gitlab-ce!24405
-
Nick Thomas authored
Add group ful path to project's shared_with_groups See merge request gitlab-org/gitlab-ce!24052
-
Rémy Coutable authored
chore(rubocop): fix Style/TrivialAccessors issues See merge request gitlab-org/gitlab-ce!24416
-