- 17 Oct, 2019 40 commits
-
-
Luke Duncalfe authored
Previously, when the wiki page format was anything other than `markdown` or `asciidoc` the formatted content would be returned though a Gitaly call. Gitaly in turn would delegate formatting to the gitlab-gollum-lib gem, which in turn would delegate that to various gems (like RDoc for `rdoc`) and then apply some very liberal sanitization. It was too liberal! This change brings our wiki content formatting in line with how we format other markdown at GitLab, so we have a SSOT for sanitization. https://gitlab.com/gitlab-org/gitlab/issues/30540
-
Mike Greiling authored
EKS Clusters: Select cloud provider buttons See merge request gitlab-org/gitlab!18608
-
Kamil Trzciński authored
Extend attributes returned by graphql query for MRs Closes #20829 See merge request gitlab-org/gitlab!17813
-
Mike Greiling authored
Increase group avatar in the list to 40px See merge request gitlab-org/gitlab!18654
-
Lin Jen-Shin authored
Add "Custom Git clone URL for HTTP(S)" setting Closes #31949 See merge request gitlab-org/gitlab!18422
-
Martin Wortschack authored
Show related merge requests in pipeline view See merge request gitlab-org/gitlab!18697
-
Jan Provaznik authored
Fix creating epics with dates from api See merge request gitlab-org/gitlab!18393
-
Kamil Trzciński authored
Log cpu user time to structured logging Closes #30567 See merge request gitlab-org/gitlab!18498
-
Balakumar authored
-
Dmitriy Zaporozhets authored
Ensure proper access level to productivity analytics Closes #34050 and #33876 See merge request gitlab-org/gitlab!18662
-
Martin Wortschack authored
Specify failing dependencies in the callout message See merge request gitlab-org/gitlab!18219
-
Michael Kozono authored
And link to it from the Location-aware Git URL Geo doc.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
It replaces everything before the repo-specific path.
-
Annabel Dunstone Gray authored
Update typography.scss Closes #32695 See merge request gitlab-org/gitlab!18317
-
Paul Slaughter authored
Fix welcome screen formatting for new external users See merge request gitlab-org/gitlab!16667
-
Clement Ho authored
Integrate Instance Security Dashboard frontend components See merge request gitlab-org/gitlab!18412
-
Mark Florian authored
Part of the [Instance Security Dashboard MVC][1]. This improves the integration between the existing frontend parts of the Instance Security Dashboard and gets it closer the the target UX. In particular: - The `ProjectManager` component is now included in the root component. - The security dashboard store's mediator is now aware of a `lazy` flag for some mutations, allowing updates to filters *without* triggering an immediate re-fetch of vulnerabilities. This is to avoid expensive requests from firing when they're unnecessary. - A new security dashboard store plugin registers the `projectSelector` store module, and sets up a mutation subscription to sync the dashboard's project filter dropdown with whatever projects have been chosen by the user in the `ProjectManager`. - The correct module name (`projectSelector`) is bound in the root component. - The `filters/setFilterOptions` action now updates the given filter's selection if the new set of options would otherwise result in an invalid selection. A nice side-effect of this is that for security dashboards with a router, if the user navigates to a URL with an invalid `project_id` in the URL, the project filter gets reset to 'All'. Previously, the dropdown would just render in an inconsistent state. - A race condition was fixed, which caused invalid projects' names not to be displayed in the flash after attempting to add them with the `ProjectManager`. - The "Add projects" button is now disabled when already adding projects (to prevent concurrent requests). - The project list's loading spinner was moved/re-styled to avoid the list jumping around. - Various derived state was refactored into store getters, e.g., `isUpdatingProjects`. - Various unused imported components were removed. - The initial loading spinner's padding was increased. - Various styling tweaks to conform better with design specifications. [1]: https://gitlab.com/gitlab-org/gitlab/issues/6953
-
Rémy Coutable authored
Fix flaky mixins Closes #34340 See merge request gitlab-org/gitlab!18758
-
Alexandru Croitor authored
In order to support realtime sidebars and continue to complete the GraphQL API, added additional attributes to be returned for MergeRequestType. https://gitlab.com/gitlab-org/gitlab/issues/20829
-
Jarka Košanová authored
- set start_date and end_date if dates are fixed
-
shampton authored
Moving a render check to a computed prop so that we can be more efficient.
-
Stan Hu authored
Added feature flag around release link urls See merge request gitlab-org/gitlab!18727
-
Clement Ho authored
Resolve "Container registry: bug on modal delete button and title text" Closes #34032 See merge request gitlab-org/gitlab!18529
-
Nicolò Maria Mezzopera authored
- separate selected items to items to be deleted - keep in sync the states when necessary - adjust the tests
-
Filipa Lacerda authored
Update recent searches button See merge request gitlab-org/gitlab!18468
-
Jarek Ostrowski authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45797 Adjust if theres an ee trial Fix trailing whitespace lint Remove unecessary start_trial containers Signed-off-by: Jarek Ostrowski <jarek.j.ostrowski@gmail.com> Change icons to image_tag
-
Martin Wortschack authored
Merge branch '32919-inform-the-user-that-removing-the-last-tag-of-an-image-it-will-remove-the-image-as-a-whole' into 'master' Update container registry empty tags message Closes #32919 See merge request gitlab-org/gitlab!18373
-
Nicolò Maria Mezzopera authored
- message - translations updated - changelog line
-
Marcia Ramos authored
Docs: update Code Owners Closes #9517 See merge request gitlab-org/gitlab!18683
-
Marcia Ramos authored
We've moved code owner approval settings from the project level to protected branches, so need to update the docs to reflect this.
-
mfluharty authored
-
Kamil Trzciński authored
Add "New release" to the custom notification (BE) Closes #26001 See merge request gitlab-org/gitlab!17877
-
Etienne Baqué authored
Added NewRelease recipient service. Added new notification service. Updated release creation process to include notification.
-
Filipa Lacerda authored
Add FF for Registry group browser See merge request gitlab-org/gitlab!18753
-
Jan Provaznik authored
Expose 'subscribed' for epics in GraphQL See merge request gitlab-org/gitlab!18607
-
Felipe Artur authored
Exposes subscribed attribute for epics in GraphQL
-
Kamil Trzciński authored
This improves `Process.kill` (a way to ensure that we always cleanup after ourselves) to be prepared to process existing earlier.
-