- 06 Mar, 2019 3 commits
-
-
João Cunha authored
-
João Cunha authored
-
João Cunha authored
-
- 05 Mar, 2019 6 commits
-
-
João Cunha authored
- This is to avoid colision with EE ClusterUpdateAppWorker
-
João Cunha authored
-
João Cunha authored
- specs for clicking Install button - specs for clicking Save changes button
-
João Cunha authored
- extends presenters to include update endpoint path - sends path to the client on clusters clusters show view.
-
João Cunha authored
- Creates new route - Creates new controller action - Creates call stack: Clusterss::ApplciationsController calls --> Clusters::Applications::UpdateService calls --> Clusters::Applications::ScheduleUpdateService calls --> ClusterUpdateAppWorker calls --> Clusters::Applications::PatchService --> ClusterWaitForAppInstallationWorker DRY req params Adds gcp_cluster:cluster_update_app queue Schedule_update_service is uneeded Extract common logic to a parent class (UpdateService will need it) Introduce new UpdateService Fix rescue class namespace Fix RuboCop offenses Adds BaseService for create and update services Remove request_handler code duplication Fixes update command Move update_command to ApplicationCore so all apps can use it Adds tests for Knative update_command Adds specs for PatchService Raise error if update receives an unistalled app Adds update_service spec Fix RuboCop offense Use subject in favor of go Adds update endpoint specs for project namespace Adds update endpoint specs for group namespace
-
jerasmus authored
Added the functionality to edit the Knative domain
-
- 04 Mar, 2019 15 commits
-
-
Sean McGivern authored
Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
-
Sean McGivern authored
[CE Backport] Show commands applied message when promoting issues to epics See merge request gitlab-org/gitlab-ce!25685
-
Felipe Artur authored
Fix 'commands applied' messages not being shown when issue is promoted to epic using slash commands.
-
Grzegorz Bizon authored
Allow to recursively expand includes Closes #55937 and #56836 See merge request gitlab-org/gitlab-ce!24356
-
Sean McGivern authored
CE BE Prep backend for /billings gold trial callouts See merge request gitlab-org/gitlab-ce!25482
-
Phil Hughes authored
Create frontend helpers for the single repo move See merge request gitlab-org/gitlab-ce!25647
-
Filipa Lacerda authored
Adds EE information to gon Creates a global vue mixin
-
Kushal Pandya authored
Fix transient dirty submit spec Closes #58154 See merge request gitlab-org/gitlab-ce!25541
-
Evan Read authored
Corrected Spelling Typos See merge request gitlab-org/gitlab-ce!25717
-
Evan Read authored
Docs: Last batch of misc broken anchors See merge request gitlab-org/gitlab-ce!25707
-
Marcel Amirault authored
-
Clement Ho authored
Fix UI for issuable meta info Closes #57829 See merge request gitlab-org/gitlab-ce!25332
-
Evan Read authored
Minor grammar fix in docker.md documentation See merge request gitlab-org/gitlab-ce!25640
-
Evan Read authored
Docs: Fix all anchors in Admin docs See merge request gitlab-org/gitlab-ce!25641
-
Marcel Amirault authored
-
- 03 Mar, 2019 5 commits
-
-
Evan Read authored
Fix a wrong link on group-level cluster doc page See merge request gitlab-org/gitlab-ce!25693
-
Evan Read authored
Update error tracking settings docs See merge request gitlab-org/gitlab-ce!24924
-
Reuben Pereira authored
-
James Lopez authored
Show pre-receive error message in merge request widget Closes gitlab-ee#10165 See merge request gitlab-org/gitlab-ce!25708
-
Yolanda Feldstein authored
-
- 02 Mar, 2019 3 commits
-
-
Stan Hu authored
When a merge fails due to a locked file, no feedback was given to the user as to why it failed if the user used the Merge button. However, if the push attempt happened directly in the Web UI, the pre-receive message would be displayed. To be consistent and to make it clear why a merge failed, we now include the pre-receive error message in the merge request widget. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10165
-
Grzegorz Bizon authored
Removing old code path for search_files_by_content See merge request gitlab-org/gitlab-ce!25617
-
Robert Speicher authored
Eliminate most N+1 queries loading UserController#calendar_activities Closes #58392 See merge request gitlab-org/gitlab-ce!25697
-
- 01 Mar, 2019 8 commits
-
-
John Cai authored
In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to send back the response in chunks. However, we kept in the old code path for backwards compatibility. Now that the change is fully deployed, we can remove that old codepath.
-
Robert Speicher authored
Bump Bootsnap to 1.4.1 See merge request gitlab-org/gitlab-ce!25701
-
Stan Hu authored
1.4.1 contains a number of bug fixes and performance improvements: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
-
Stan Hu authored
Resolve "Github importer ignores Milestone due_date" Closes #57612 See merge request gitlab-org/gitlab-ce!25182
-
Luke Bennett authored
Ports GoldTrialUserCallouts to CE.
-
Marcia Ramos authored
Fix some 404 links into charts project See merge request gitlab-org/gitlab-ce!25589
-
Evan Read authored
-
Marcia Ramos authored
Add quick link to GitLab.com settings See merge request gitlab-org/gitlab-ce!25580
-