- 11 Jul, 2019 16 commits
-
-
Phil Hughes authored
Review Tools: Add large z-index to toolbar See merge request gitlab-org/gitlab-ce!30583
-
Sarah Groff Hennigh-Palermo authored
-
Achilleas Pipinellis authored
Update doc/user/project/merge_requests/index.md See merge request gitlab-org/gitlab-ce!30517
-
Kamil Trzciński authored
CE Port: Fix race condition on merge train with better exclusive lock See merge request gitlab-org/gitlab-ce!30352
-
Douwe Maan authored
Banzai - avoid redis if attr is in DB cache See merge request gitlab-org/gitlab-ce!30334
-
Kushal Pandya authored
Project list: Add text-secondary to controls container See merge request gitlab-org/gitlab-ce!30567
-
Martin Wortschack authored
- Add changelog entry
-
Kushal Pandya authored
Align CI icon in merge request dashboard Closes #64314 See merge request gitlab-org/gitlab-ce!30558
-
Sean McGivern authored
Improve Graphql Docs Closes #57694 See merge request gitlab-org/gitlab-ce!29998
-
Felipe Artur authored
Adds more friendly docs for GraphQl implementation
-
James Lopez authored
Fetch users from Phabricator + link to issues Closes #60565 See merge request gitlab-org/gitlab-ce!30321
-
Shinya Maeda authored
Efficient merge train locks with Sequential Process helper.
-
Mike Greiling authored
Fixed back navigation for projects filter Closes #62088 See merge request gitlab-org/gitlab-ce!30373
-
Mario de la Ossa authored
When cache_collection_render runs we end up reading and writing things to redis even if we already have the rendered field cached in the DB. This commit avoids using redis at all whenever we have the field already rendered in the DB cache.
-
Mark Lapierre authored
Update qa/README.md GDK port See merge request gitlab-org/gitlab-ce!30596
-
Mark Lapierre authored
-
- 10 Jul, 2019 24 commits
-
-
Mayra Cabrera authored
Upgrade rspec-rails to 3.8.2 and dependencies See merge request gitlab-org/gitlab-ce!28378
-
Dan Davison authored
Fix basic login test stability Closes gitlab-org/quality/staging#57 See merge request gitlab-org/gitlab-ce!30446
-
Fatih Acet authored
Support additional panel types Closes #60008 See merge request gitlab-org/gitlab-ce!30001
-
Jose Ivan Vargas authored
This introduces the single stat chart component aside from the area chart component
-
Robert Speicher authored
Fix `simple_format` undefined error #60179 Closes #60179 See merge request gitlab-org/gitlab-ce!30366
-
Stan Hu authored
Adds a Rubocop cop for Rails.logger Closes #54102 See merge request gitlab-org/gitlab-ce!30415
-
Mayra Cabrera authored
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
-
Achilleas Pipinellis authored
Fix whitespace in many administration docs (part 2) See merge request gitlab-org/gitlab-ce!30555
-
Marcel Amirault authored
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for many admin docs (part 2)
-
Achilleas Pipinellis authored
Edit GraphQL general availability text See merge request gitlab-org/gitlab-ce!30541
-
Evan Read authored
-
Achilleas Pipinellis authored
Moving Pgbouncer HA documentation out of database documentation Closes #63540 See merge request gitlab-org/gitlab-ce!30471
-
Stan Hu authored
Improve performance of fetching environments statuses Closes #62589 See merge request gitlab-org/gitlab-ce!30560
-
Douglas Barbosa Alexandre authored
This brings the rspec-core version in line with the Gitaly changes and introduces Rails 5.1/5.2 improvements. Full CHANGELOG: https://github.com/rspec/rspec-rails/blob/master/Changelog.md
-
Douwe Maan authored
Vulnerabilities API now supports pipeline_id See merge request gitlab-org/gitlab-ce!30086
-
rossfuhrman authored
-
Clement Ho authored
Remove deleteNote from notes service See merge request gitlab-org/gitlab-ce!30537
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Add docs on project-based dashboard config See merge request gitlab-org/gitlab-ce!28154
-
Sarah Yasonik authored
-
Lin Jen-Shin authored
Add controller spec for deploy tokens Closes #62363 See merge request gitlab-org/gitlab-ce!30311
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Christian Couder authored
-
Bob Van Landuyt authored
We fetch the users from Phabricator based on their Phabricator ID. If a user with the same username exists and is a member of the project, we set them as assignee or author. When a user is applicable, we also cache it in Redis so we don't have to perform the request again for the same phid.
-