- Oct 15, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Ian Baum authored
-
Ian Baum authored
* Use 2 space indentation in review-apps.sh script * Move automated_review_cleanup back to build stage
-
Ian Baum authored
* Uses the same supporting code as used in EE * Includes automated cleanup * Install external-dns helm chart to review apps cluster if it isn't already * Adds variables REVIEW_APPS_AWS_SECRET_KEY and REVIEW_APPS_AWS_ACCESS_key * review-apps-ce uses a different cipher
-
Robert Speicher authored
Improve review apps Closes #6875 See merge request gitlab-org/gitlab-ee!6665 [ci skip]
-
Robert Speicher authored
Remove dependencies on Linguist Closes #35450 See merge request gitlab-org/gitlab-ce!21008
-
Dmitriy Zaporozhets authored
Refactor Cluster services to enable groups or projects See merge request gitlab-org/gitlab-ce!22181
-
Douglas Barbosa Alexandre authored
Fixes close/reopen quick actions preview for issues and merge_requests Closes #52669 See merge request gitlab-org/gitlab-ce!22343
-
Dmitriy Zaporozhets authored
Fix code reuse issue in Projects::Clusters::ApplicationController#index See merge request gitlab-org/gitlab-ce!22182
-
Phil Hughes authored
Merge branch '49417-improve-settings-pages-design-by-prioritizing-content-group-settings' into 'master' Prioritize group settings, improve panel titles, disable submit without changes Closes #49417 See merge request gitlab-org/gitlab-ce!21115
-
Luke "Jared" Bennett authored
-
Phil Hughes authored
Resolve "Personal projects pagination in Profile Overview tab is broken" Closes #52564 See merge request gitlab-org/gitlab-ce!22321
-
Martin Wortschack authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Grzegorz Bizon authored
Send deployment_status when job starts environment Closes #52614 See merge request gitlab-org/gitlab-ce!22354
-
James Lopez authored
Use Gitaly 0.125.1 See merge request gitlab-org/gitlab-ce!22364
-
Steve Azzopardi authored
The check was if the job `has_environment` which results into showing the environment information when the job stops the environment. This result into having a blank `deployment_status`. Use `starts_environment?` to be the same as the haml we have in 11.3 https://gitlab.com/gitlab-org/gitlab-ce/blob/30f019dca78bb64bcb8b355a267be006884e6d8f/app/views/projects/jobs/show.html.haml#L28
-
Achilleas Pipinellis authored
Docs: fix table on API settings Closes gitlab-com/gitlab-docs#234 See merge request gitlab-org/gitlab-ce!22083
-
-
Jacob Vosmaer (GitLab) authored
-
Achilleas Pipinellis authored
Update docs maintenance upgrade path examples See merge request gitlab-org/gitlab-ce!22360
-
-
Achilleas Pipinellis authored
Adjust link to docs development guide See merge request gitlab-org/gitlab-ce!22288
-
-
Achilleas Pipinellis authored
Improve the contributing documentation See merge request gitlab-org/gitlab-ce!22291
-
Jacopo authored
Close/reopen quick actions preview wasn't shown properly, now the preview is shown as expected.
-
Rémy Coutable authored
Add GitLab QA spec for adding a deploy token See merge request gitlab-org/gitlab-ce!22207
-
Phil Hughes authored
Backport CE changes for: Resolves "Reviews: Resolving or unresolving discussions with “Add comment now” does not work" See merge request gitlab-org/gitlab-ce!22303
-
Grzegorz Bizon authored
Improve spec for Gitlab::Ci::Status::Pipeline::Factory Closes #52280 See merge request gitlab-org/gitlab-ce!22247
-
Rémy Coutable authored
Enable some frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22304
-
Sean McGivern authored
Resolve "Show canary / no-canary in the performance bar" Closes #52421 See merge request gitlab-org/gitlab-ce!22222
-
Phil Hughes authored
Only display merge commit SHA when it exists Closes #48889 See merge request gitlab-org/gitlab-ce!22022
-
Mark Chao authored
-
Kamil Trzcińśki authored
Update Android.gitlab-ci.yml for current stable SDK See merge request gitlab-org/gitlab-ce!22336
-
Evan Read authored
Docs: Link to DeclarativePolicy framework from development guide See merge request gitlab-org/gitlab-ce!22348
-
- Oct 14, 2018
-
-
Thong Kuah authored
-
Evan Read authored
Docs: Fixing some bad links See merge request gitlab-org/gitlab-ce!22287
-
-
Thong Kuah authored
Remove the inheritance from ::BaseService which is causing us to inherit the initializer that has project as the first arg, as we will not have access to project with forthcoming group clusters. Also call install service from create service - 1 less thing to re-use Extract TestRequest code into a spec helper. Given that we need different behaviour for Rails 5.0 (and again in Rails 5.1!), it's handy to have that branching behaviour in one place
-
Thong Kuah authored
This should help with code re-use when we create applications for group level cluster next. Change `find_or_initialize_by` to explicitly find or build the right association based on the application name. The benefit here is that we use the associations on @cluster rather than querying from the other side of the association.
-