An error occurred fetching the project authors.
- 03 Nov, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 05 Oct, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 02 Sep, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 11 Aug, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 09 Aug, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 02 Jul, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 03 Jun, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 04 May, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 02 Apr, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 08 Mar, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 02 Feb, 2021 1 commit
-
-
GitLab Crowdin Bot authored
-
- 21 Jan, 2021 1 commit
-
-
Andreas Schmidt authored
Use `%{ref}` instead of `master`.
-
- 11 Jan, 2021 1 commit
-
-
GitLab Crowdin Bot authored
This commit contains 127 commits from Crowdin
-
- 03 Dec, 2020 1 commit
-
-
GitLab Crowdin Bot authored
This is a squashed commit of all translations added by crowdin on 2020-12-03
-
- 05 Nov, 2020 1 commit
-
-
GitLab Crowdin Bot authored
[skip ci]
-
- 06 Oct, 2020 1 commit
-
-
GitLab Crowdin Bot authored
[skip ci]
-
- 08 Sep, 2020 1 commit
-
-
GitLab Crowdin Bot authored
[skip ci]
-
- 27 Aug, 2020 1 commit
-
-
Changzheng Liu authored
As described in https://gitlab.com/gitlab-org/gitlab/-/issues/223745, we concluded to use Advanced Search to refer to search feature backed by Elasticsearch. Hence, this change updates related documents to reflect the naming change.
-
- 07 Aug, 2020 1 commit
-
-
GitLab Crowdin Bot authored
[skip ci]
-
- 02 Jul, 2020 1 commit
-
-
GitLab Crowdin Bot authored
Add the translations from Crowdin for the last month.
-
- 11 Jun, 2020 10 commits
-
-
GitLab Crowdin Bot authored
Sync the latest translations from Crowdin for all locales. Relates to: https://gitlab.com/gitlab-org/gitlab/-/issues/217540
-
Nathan Friend authored
This commit updates the "Assets" section on Release blocks to be collapsible (collapsed by default) and to be grouped by asset type.
-
Payton Burdette authored
Insert variables table to admin settings, to manage instance variables via the UI.
-
Markus Koller authored
- Add generic `wiki_path` / `wiki_page_path` helpers. - Move views into `app/views/shared`. - Move JS assets into `app/assets/javascripts/pages/shared`. - Refer to `@wiki` instead of `@project` in views. - Use constants on `Wiki` instead of `ProjectWiki`.
-
Daniel Tian authored
Improve i18n strings on Kubernetes apps page so that the string is one sentence instead of broken up into different pieces
-
Sarah Yasonik authored
In order to display in the UI when an issue is published to a status page app, we want to expose the url of the status detail page for the issue is to the FE as part of the issue request.
-
Payton Burdette authored
Add filter by tag name, also bring in public api for fetching project tags.
-
Sarah Yasonik authored
Adds table and model for AlertManagement::AlertAssignee, which will enable the association of users with alerts. This will aide in triaging incoming alerts for a project. This commit also adds the ability to read assignees for alerts to the GraphQL API.
-
Marcel Amirault authored
Links in the checkbox text were complicated the tests, so I removed them to keep this MR as an MVC
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/30707 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33357 Show a disabled state of the suggestion button instead of not displaying at all with a tooltip indicating the suggestion cannot be applied.
-
- 10 Jun, 2020 10 commits
-
-
Alex Buijs authored
For onboarding issues experiment
-
Mathieu Parent authored
Fixes: #211482
-
Zack Cuddy authored
This MR adds the sync count objects to the Geo Nodes UI. The API had the data updated and this change just adds them to the store.
-
Doug Stull authored
- UX improvement to align with naming in other areas.
-
nicolasdular authored
This adds an alert for projects and groups when the namespace storage limit reaches a certain threhsold. Depending on the threshold and alert_level we show different styles of the alert. We use cookies for to keep the alerts hidden for a user per namespace and alert level. This is the first iteration of the alert system for namespace storage limit and will be improved later since it does not align with our UX guidelines to keep alerts closed for a user. We need to use cookies because we have no other system in place so far to keep track of user + namespace + alert level.
-
Phil Hughes authored
This adds a button that forces a reset of the approval rules to match what is set in the projects settings. https://gitlab.com/gitlab-org/gitlab/-/issues/212754
-
Simon Knox authored
Adds a GraphQL type for Sprints as well as adding it to Issues/Projects/Groups and adding an Issue::SetSprint and Group::CreateSprint mutators.
-
Kushal Pandya authored
Shows test report status badge on requirements list page
-
Nick Kipling authored
Adds project and licence url to package details information Updates information to support ordering and links Updated tests
-
Josianne Hyson authored
Add an import in progress screen when a group has an ongoing import. For now add functionality that matches the existing functionality for project import. Ensure that the import state is created when the import job is scheduled so that this page immediately displays after the user creates the group, but the import has not actually started yet. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/211808 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31731
-