- 27 Jun, 2019 40 commits
-
-
Markus Koller authored
Every time a project is imported, an `ElasticCommitIndexerWorker` was unconditionally enqueued. We do check `project.use_elasticsearch?` inside `ElasticCommitIndexerWorker#perform` so the job ends up being a no-op, but since it doesn't do anything we also don't need to queue it.
-
GitLab Bot authored
-
Mike Lewis authored
Docs: Update style guide for videos See merge request gitlab-org/gitlab-ce!29683
-
Marcia Ramos authored
- explictly say not to upload videos - link videos from any YT account - embed videos from GL's YT account only
-
GitLab Bot authored
-
Andreas Brandl authored
Removes Database Reviewer template See merge request gitlab-org/gitlab-ce!30128
-
Mayra Cabrera authored
It was moved to wwww-gitlab-com
-
GitLab Bot authored
-
Sanad Liaquat authored
Remove css class causing capybara ambiguous match Closes gitlab-org/quality/nightly#110 See merge request gitlab-org/gitlab-ee!14426
-
Rémy Coutable authored
Fix typo on end-to-end testing quick start guide Closes gitlab-ee#12466 See merge request gitlab-org/gitlab-ce!30129
-
GitLab Bot authored
-
Walmyr Lima authored
-
Phil Hughes authored
Removes EE differences for app/assets/javascripts/reports/components/report_item.vue Closes gitlab-ee#12429 See merge request gitlab-org/gitlab-ce!30092
-
Phil Hughes authored
EE: Removes EE differences for app/assets/javascripts/reports/components/report_item.vue Closes #12429 See merge request gitlab-org/gitlab-ee!14415
-
Nick Thomas authored
Avoid loading pipeline status in search results See merge request gitlab-org/gitlab-ce!30111
-
Rémy Coutable authored
Backport of EE MR See merge request gitlab-org/gitlab-ce!30051
-
Rémy Coutable authored
Improve tests' speed and de-quarantine tests See merge request gitlab-org/gitlab-ee!14320
-
Walmyr authored
With the new assertions we benefit from: - Running the test faster - Testing the real functionality instead of only asserting on messages
-
GitLab Bot authored
-
Filipa Lacerda authored
Fix unresponsive reply button in discussions Closes #63200 See merge request gitlab-org/gitlab-ce!29936
-
Paul Gascou-Vaillancourt authored
Events listeners have been fixed to ensure UI interactions are properly handled in discussion notes
-
GitLab Bot authored
-
Nick Thomas authored
Add a danger rule to suggest `docs-` prefixes Closes #54490 See merge request gitlab-org/gitlab-ce!30115
-
Stan Hu authored
This improves the performance of search, since the pipeline status is not displayed. Identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Change GetRawChanges RPC to use bytes Closes gitaly#1470 See merge request gitlab-org/gitlab-ce!28164
-
Paul Okstad authored
-
GitLab Bot authored
-
Douwe Maan authored
Update doc link on IP restriction See merge request gitlab-org/gitlab-ee!14390
-
Imre Farkas authored
-
Achilleas Pipinellis authored
Improve accessibility tooling documentation See merge request gitlab-org/gitlab-ce!30114
-
GitLab Bot authored
-
Andreas Brandl authored
Fix background migrations failing with unused replication slot Closes #63666 See merge request gitlab-org/gitlab-ce!30042
-
GitLab Bot authored
-
Rémy Coutable authored
Add permission check to metrics dashboards See merge request gitlab-org/gitlab-ce!30017
-
Sarah Yasonik authored
Adds permission checks to the metrics_dashboard endpoint. Users with role of Reporter or above should have access to view the metrics for a given project.
-
-
Lukas Eipert authored
If an MR only changes files within `doc/` we can save valueable CI time by prepending a branch name with `docs-`. This danger rule helps educate people about that fact. On the other hand, if someone has a branch with a `docs` prefix or suffix, the branch shouldn't contain any changes outside of the `docs` directory
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for spec/javascripts/vue_mr_widget/mr_widget_options_spec.js Closes gitlab-ee#12436 See merge request gitlab-org/gitlab-ce!30091
-