- 11 Oct, 2019 24 commits
-
-
Doug Stull authored
- before we had this generally named to signify its general use - now we have refactored the items out of it that made it generic and it is now only for the step content. Therefore we will rename it to signify its use.
-
Achilleas Pipinellis authored
Add redirect and renaming note for exporter Closes #32312 See merge request gitlab-org/gitlab!17667
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Remove scan of /app in docs script See merge request gitlab-org/gitlab!18428
-
Marcel Amirault authored
-
Stan Hu authored
[EE] Show epic events on group activity page See merge request gitlab-org/gitlab!16108
-
Jan Provaznik authored
* group events are now inclueded in the 'All' tab and a new 'Epic events' tab added to this page * group events are not showed on other activity pages (e.g. user) yet * this MR also removes old "non-join_lateral" query for getting events because this was used only for postgres <9.3 and we now require at least 9.6
-
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 16 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.
-