Commits on Source (16)
-
Thong Kuah authored
Cluster applications in CE will need access to the same status values for updating
-
Thong Kuah authored
This is a utility class that we will need in the future to update and upgrade our managed helm applications, which we do plan to do in CE.
-
Thong Kuah authored
-
Lukas Eipert authored
This adds a Dangerfile which executes `prettier` to find out if someone touched Frontend files and forgot to run it on their current branch.
-
Lukas Eipert authored
We disabled a lot of eslint rules on a per-file basis. This checks touched files for those and reminds you to re-enable the rules and fix them.
-
Thong Kuah authored
We will need these utility level code in the future to help upgrade all helm applications.
-
Jacopo authored
When a Merge request is merged, shows only the Report abuse menu item in the dropdown menu instead of showing the close_reopen_report toggle with an unusable Close button. The Report abuse is still hidden when the author of the Merge request is the current_user. Hides the Reopen button on a closed and locked issue when the issue.author is not the current_user
-
-
Rémy Coutable authored
Hides Close MR button on merged MR Closes #50161 See merge request gitlab-org/gitlab-ce!21840
-
Sean McGivern authored
Resolve ""update_column_in_batches can not be run inside a transaction" during upgrade to 11.3" Closes #51782 See merge request gitlab-org/gitlab-ce!22055
-
-
Kamil Trzciński authored
CE Resolve "Refactor code quality similar to JUnit tests" See merge request gitlab-org/gitlab-ce!21932
-
Kamil Trzciński authored
Port UpgradeCommand to CE See merge request gitlab-org/gitlab-ce!21949
-
Victor Wu authored
-
Marcia Ramos authored
Docs quick actions - CE See merge request gitlab-org/gitlab-ce!22058
-
Mike Greiling authored
Danger checks for the frontend See merge request gitlab-org/gitlab-ce!21859
Showing
- .gitlab-ci.yml 3 additions, 1 deletion.gitlab-ci.yml
- Dangerfile 2 additions, 0 deletionsDangerfile
- app/controllers/projects/artifacts_controller.rb 3 additions, 1 deletionapp/controllers/projects/artifacts_controller.rb
- app/helpers/issuables_helper.rb 6 additions, 2 deletionsapp/helpers/issuables_helper.rb
- app/helpers/issues_helper.rb 5 additions, 1 deletionapp/helpers/issues_helper.rb
- app/helpers/merge_requests_helper.rb 5 additions, 1 deletionapp/helpers/merge_requests_helper.rb
- app/models/ci/build.rb 7 additions, 0 deletionsapp/models/ci/build.rb
- app/models/ci/job_artifact.rb 4 additions, 1 deletionapp/models/ci/job_artifact.rb
- app/models/clusters/concerns/application_status.rb 24 additions, 0 deletionsapp/models/clusters/concerns/application_status.rb
- app/views/shared/issuable/_close_reopen_button.html.haml 9 additions, 7 deletionsapp/views/shared/issuable/_close_reopen_button.html.haml
- changelogs/unreleased/50161-hide-close-mr-button-when-merged.yml 5 additions, 0 deletions...ogs/unreleased/50161-hide-close-mr-button-when-merged.yml
- changelogs/unreleased/51782-fix_rename_login_namespace_migration.yml 5 additions, 0 deletions...unreleased/51782-fix_rename_login_namespace_migration.yml
- danger/eslint/Dangerfile 29 additions, 0 deletionsdanger/eslint/Dangerfile
- danger/prettier/Dangerfile 39 additions, 0 deletionsdanger/prettier/Dangerfile
- db/post_migrate/20180816193530_rename_login_root_namespaces.rb 2 additions, 0 deletions...st_migrate/20180816193530_rename_login_root_namespaces.rb
- doc/user/project/quick_actions.md 79 additions, 46 deletionsdoc/user/project/quick_actions.md
- lib/gitlab/ci/config/entry/reports.rb 2 additions, 1 deletionlib/gitlab/ci/config/entry/reports.rb
- lib/gitlab/kubernetes/helm/api.rb 18 additions, 0 deletionslib/gitlab/kubernetes/helm/api.rb
- lib/gitlab/kubernetes/helm/upgrade_command.rb 71 additions, 0 deletionslib/gitlab/kubernetes/helm/upgrade_command.rb
- spec/controllers/projects/artifacts_controller_spec.rb 35 additions, 3 deletionsspec/controllers/projects/artifacts_controller_spec.rb
danger/eslint/Dangerfile
0 → 100644
danger/prettier/Dangerfile
0 → 100644