- 18 Oct, 2019 4 commits
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterSubject -a
-
Paul Slaughter authored
Add code owner ribbon move announcement Closes #34291 See merge request gitlab-org/gitlab!18715
-
Samantha Ming authored
-
Evan Read authored
Geo doc: Cross-link unreplicated types to issues Closes #30593 See merge request gitlab-org/gitlab!18443
-
- 17 Oct, 2019 36 commits
-
-
Stan Hu authored
Use original repository for list conflict call Closes gitaly#2093 See merge request gitlab-org/gitlab!18692
-
Evan Read authored
Fix type of `before_script` See merge request gitlab-org/gitlab!18566
-
Evan Read authored
Group SSO Docs: Add OneLogin notes See merge request gitlab-org/gitlab!18704
-
Cynthia Ng authored
-
Evan Read authored
Update README.md See merge request gitlab-org/gitlab!18627
-
Thong Kuah authored
Snowplow custom events for Monitor: Health Product Categories See merge request gitlab-org/gitlab!18157
-
Olena Horal-Koretska authored
Health Produc Categories
-
Evan Read authored
Rename job traces to job logs in docs See merge request gitlab-org/gitlab!17740
-
Marcel Amirault authored
Already in use as job logs in various places, finish renaming job traces to job logs in docs
-
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
-
John Cai authored
-
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
-