- 17 Oct, 2019 40 commits
-
-
Alishan Ladhani authored
-
Alishan Ladhani authored
Affects functions deployed on Knative 0.5 clusters
-
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
-
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
-
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.
-
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
-
Pavel Shutsin authored
Productivity analytics page should be visible regardless of license
-
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
-