- 21 Aug, 2019 36 commits
-
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Update api_resources docs - remove incorrect group vulnerabilities reference See merge request gitlab-org/gitlab-ce!31979
-
Grzegorz Bizon authored
Add service classes for mutating AwardEmoji Closes #63372 See merge request gitlab-org/gitlab-ce!29782
-
Kushal Pandya authored
Add diagrams for frontend testing levels (docs) See merge request gitlab-org/gitlab-ce!31999
-
Winnie Hellmann authored
-
Thong Kuah authored
Replace finished_at with deployed_at for the internal API Deployment entity See merge request gitlab-org/gitlab-ce!32000
-
Achilleas Pipinellis authored
Update container_registry.md to handle CA Bundle certs and validation See merge request gitlab-org/gitlab-ce!31891
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Refresh project request access screenshots See merge request gitlab-org/gitlab-ce!31880
-
Tristan Williams authored
-
Achilleas Pipinellis authored
Update doc/gitlab-basics/start-using-git.md See merge request gitlab-org/gitlab-ce!31793
-
Afzaal Ahmad Zeeshan authored
-
Achilleas Pipinellis authored
Embed specific metrics chart in issue docs See merge request gitlab-org/gitlab-ce!31900
-
Simon Knox authored
This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
-
Kushal Pandya authored
Remove inline JS in links See merge request gitlab-org/gitlab-ce!31842
-
Filipa Lacerda authored
Fix to show renamed file in mr Closes #59786 See merge request gitlab-org/gitlab-ce!31888
-
Samantha Ming authored
-
Kushal Pandya authored
Throw error for multiple RecaptchaModal instances See merge request gitlab-org/gitlab-ce!32017
-
Winnie Hellmann authored
-
Filipa Lacerda authored
Merge branch 'ce-port-12918-metrics-dashboard-alerting-menu-unavailable-when-additional-panel-types-is-enabled-2' into 'master' CE Port: Use EE panel type to display alert menu correctly in dashboards See merge request gitlab-org/gitlab-ce!31873
-
Miguel Rincon authored
-
Kushal Pandya authored
Make native event test in autosave_spec.js synchronous See merge request gitlab-org/gitlab-ce!32003
-
Winnie Hellmann authored
-
Filipa Lacerda authored
Remove wiki page slug dialog step when creating wiki page See merge request gitlab-org/gitlab-ce!31362
-
Thong Kuah authored
Resolve "Improve system notes for Zoom links" Closes #65427 See merge request gitlab-org/gitlab-ce!31410
-
Evan Read authored
Added an example to doumentation for using multiple build policies with only: and except: See merge request gitlab-org/gitlab-ce!31983
-
drew authored
-
Evan Read authored
Update capitalization in k8s cheat sheet Closes #65816 See merge request gitlab-org/gitlab-ce!32036
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Improve details about when rebase button is offered See merge request gitlab-org/gitlab-ce!29644
-
Ben Bodenmiller authored
-
Evan Read authored
Remove Gitaly version in the docs See merge request gitlab-org/gitlab-ce!32006
-
Evan Read authored
Update grammar in DAG docs See merge request gitlab-org/gitlab-ce!32021
-
Evan Read authored
Fix code blocks in frontend testing guide (docs) See merge request gitlab-org/gitlab-ce!32002
-
Winnie Hellmann authored
-
Evan Read authored
Fix outdated references to soft deletion See merge request gitlab-org/gitlab-ce!31982
-
- 20 Aug, 2019 4 commits
-
-
Luke Duncalfe authored
This adds test that Todos are completed. https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-
-
Luke Duncalfe authored
Adding, destroying and toggling emoji previously lacked services and instead were performed through methods called on Awardable models. This led to inconsistencies where relevant todos would be marked as done only when emoji were awarded through our controllers, but not through the API. Todos could also be marked as done when an emoji was being removed. Behaviour changes - Awarding emoji through the API will now mark a relevant Todo as done - Toggling an emoji off (destroying it) through our controllers will no longer mark a relevant Todo as done Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-
Luke Duncalfe authored
This finder class acts more as a service, as it only returns mapped data. Renaming this class allows us to create a new AwardEmojiFinder without the ambiguity of there being two similarly-named finders. https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-