- 11 Oct, 2019 18 commits
-
-
Stan Hu authored
If the number of activities on the page were less than the limit (20), the pager would display the set of activities but also insert a "No activities found" banner underneath. This was happening because the pager attempted to load more data because it thought it needed to display more information in the window. This commit fixes the problem by disabling the pager if the number of activities received is less than the total limit. Closes https://gitlab.com/gitlab-org/gitlab/issues/27118
-
Sanad Liaquat authored
Configurable SAML fingerprint in e2e tests See merge request gitlab-org/gitlab!18387
-
Evan Read authored
Add references to pipelines for merged results See merge request gitlab-org/gitlab!18250
-
Marcel Amirault authored
-
Russell Dickenson authored
Merge request approval rules enabled in 11.10 See merge request gitlab-org/gitlab!18292
-
Russell Dickenson authored
Centralize push option documentation Closes #31147 See merge request gitlab-org/gitlab!18176
-
Marcel Amirault authored
Centralize all git push options docs under /user/project and format in a standardized way to allow for easier updating and expansion
-
Michael Kozono authored
Stopped CRD apply retrying from allowing silent failures See merge request gitlab-org/gitlab!18421
-
Evan Read authored
Docs: fix docker login command See merge request gitlab-org/gitlab!18295
-
joan albert authored
-
Evan Read authored
Update capitalization and backticks in /doc/dev See merge request gitlab-org/gitlab!17199
-
Marcel Amirault authored
Update product name capitalization and implement proper backtick use in /doc/development
-
Douglas Barbosa Alexandre authored
Parse v2 license scanning reports See merge request gitlab-org/gitlab!17646
-
mo khan authored
* Updates parser to parse v1, v1.1 and v2 license scan reports * Update license scan report diff to use license id when available
-
Evan Read authored
Update 404 and redirecting links in geo/ha/ci See merge request gitlab-org/gitlab!17658
-
Marcel Amirault authored
Update links in /geo /high_availability and /ci
-
Evan Read authored
Documentation: Api - Resources Gitlab_ci_yml templates See merge request gitlab-org/gitlab!17584
-
Alexis Sánchez authored
-
- 10 Oct, 2019 22 commits
-
-
James Edwards-Jones authored
-
Mike Greiling authored
Document kind of tag that is created from the UI See merge request gitlab-org/gitlab!18194
-
Mike Greiling authored
Resolve "Hide redundant labels in issue boards" See merge request gitlab-org/gitlab!17937
-
Coung Ngo authored
Before in issue boards, a card showed labels including the list label. The list label is redundant since you can see the list label at the top of the card collection and adds noise. This commit removes list labels from inside list label cards.
-
Mike Greiling authored
Merge branch '33750-follow-up-from-resolve-deactivate-a-user-with-self-service-reactivation' into 'master' Do not allow deactivated users to use slash commands See merge request gitlab-org/gitlab!18365
-
Mayra Cabrera authored
Remove execute permissions from PNG file See merge request gitlab-org/gitlab!18417
-
Evan Read authored
-
Mike Greiling authored
Convert Burndown charts to gitlab-ui component See merge request gitlab-org/gitlab!15463
-
Simon Knox authored
We are using echarts for all charts
-
James Fargher authored
-
Robert Speicher authored
Split summary and alert details params Closes #31883 See merge request gitlab-org/gitlab!18261
-
Thong Kuah authored
Extend Events lifetime to 3 years instead of 2 Closes #33840 See merge request gitlab-org/gitlab!18399
-
Imre Farkas authored
We eventually want to avoid deleting any Events, see https://gitlab.com/gitlab-org/gitlab/issues/24538.
-
Evan Read authored
Resolve "Broken FOSS `master` due to `docs lint`" Closes #33811 See merge request gitlab-org/gitlab!18402
-
Clement Ho authored
Merge branch '30497-race-condition-in-discussions-json-request-could-lead-to-notes-showing-inconsistently-with-selected-notes-filter' into 'master' Fix notes race condition when linking to specific note See merge request gitlab-org/gitlab!17777
-
Coung Ngo authored
Before, notes (discussions.json) would be fetched twice in the following case: * User has a "Show comments only" or "Show history only" filter * User then goes to an issue with a note hash, i.e. #note_* * Frontend then makes two notes requests: 1. Notes for the user's original filter 2. Notes for "Show all activity" so that the note is definitely shown This commit fixes this race condition so that there is always only one note request made whether it is for a specific note or not.
-
Lyle Kozloff authored
Adding troubleshooting for invalid pin code See merge request gitlab-org/gitlab!18078
-
Amanda Rueda authored
-
Sean McGivern authored
API call to get a list of Project's Vulnerabilities See merge request gitlab-org/gitlab!18269
-
Mayra Cabrera authored
Add "environment" dropdown to pod logs screen See merge request gitlab-org/gitlab!17532
-
Miguel Rincon authored
- Add dropdown to select environment in page - Display logs of first pod found if no pod is selected - Add environment_logs_data to display data required on the page - Update specs
-
Stan Hu authored
Merge branch '33758-nomethoderror-undefined-method-log_geo_deleted_event-in-objectstorage-backgroundmoveworker-job' into 'master' Fix undefined method log_geo_deleted_event for MergeRequestDiff Closes #33758 See merge request gitlab-org/gitlab!18405
-