- 17 Oct, 2019 40 commits
-
-
Martin Wortschack authored
Specify failing dependencies in the callout message See merge request gitlab-org/gitlab!18219
-
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
-
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.
-
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.
-
Tanya Pazitny authored
Shift the note about exact needs up in the docs See merge request gitlab-org/gitlab!18686
-
Tanya Pazitny authored
-
Fatih Acet authored
Change config to configuration in custom CI path See merge request gitlab-org/gitlab!18435
-
Marcel Amirault authored
For consistency, change config to configuration for custom ci path feature
-
Fatih Acet authored
Geo: Enable replicating uploads, LFS objects, and artifacts in Object Storage Closes #33276 See merge request gitlab-org/gitlab!18482
-
shampton authored
Use `v-html` in a div, utilizing the slot of the callout component.
-
Kamil Trzciński authored
Use Ansi2json via feature flag for job logs See merge request gitlab-org/gitlab!18134
-
Fabio Pitino authored
* Use feature flag in the controller * Enable Trace to output in json format * Extract log serialization to a class
-
Bob Van Landuyt authored
Merge branch '29215-500-error-when-deleting-group-web-hook-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeout' into 'master' Resolve "500 error when deleting group web hook due to statement timeout" See merge request gitlab-org/gitlab!18642
-
Kamil Trzciński authored
This adds a feature flag to hide and selective enable container registry browser for some projects
-
Sean McGivern authored
Query todos with GraphQL See merge request gitlab-org/gitlab!18218
-
Dmitriy Zaporozhets authored
Support query for multiple groups See merge request gitlab-org/gitlab!18487
-
Sean McGivern authored
Remove unused DiffService#patch RPC See merge request gitlab-org/gitlab!18743
-
Nick Thomas authored
Add graphql mutation for epic See merge request gitlab-org/gitlab!18440
-
Jan Provaznik authored
Allows to update epics through GraphQL API.
-
Rémy Coutable authored
Associate self-managed Prometheus Alerts and Issues Closes #33184 See merge request gitlab-org/gitlab!18046
-
Sean Arnold authored
- Add table - Add relation to issue - Move common code into module
-
Patrick Derichs authored
Remove explicit id field and changed authorization types Add todo to query type Add todos field to user and add currentuser query field Add changelog entry Add TodoTargetEnum, using enum types in TodoType Fix typo in description Add missing connection_type to also support querying for "first: n" Fix "Do not use '_' for arguments that are used" Add field id again Remove unnecessary rubocop disable comments Add values to action enum entries Query for state and type Use presenter for todos Add supported fields for API Fix action query
-