- 18 Feb, 2021 40 commits
-
-
Sean McGivern authored
Revert "Merge branch 'disable-etag-caching-for-notes' into 'master'" See merge request gitlab-org/gitlab!54450
-
David Fernandez authored
Remove the fetch_mirror_check_tags_changed feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54353
-
Martin Wortschack authored
Change bootstrap utilities to GitLab UI versions See merge request gitlab-org/gitlab!54035
-
Olena Horal-Koretska authored
[FE] VSA - UI add edit controls to path navigation See merge request gitlab-org/gitlab!53135
-
Ezekiel Kigbo authored
Ensure we remove the modal when not in use Ensures we display the start and end events for default stages when creating initial data
-
Alex Kalderimis authored
Fix N+1 SQL regression in exporting issues to CSV See merge request gitlab-org/gitlab!54287
-
Vitali Tatarintev authored
Move SlackService::Notifier module into file See merge request gitlab-org/gitlab!53657
-
Andy Soiron authored
The module is also used in MattermostService to make it more clear that it is not a SlackService internal. This commit moves it into its own file
-
James Lopez authored
Fix project import error occurring due to default visibility See merge request gitlab-org/gitlab!53827
-
Jonas Wälter authored
-
Peter Leitzen authored
Return custom mapping fields for HttpIntegration See merge request gitlab-org/gitlab!53629
-
Phil Hughes authored
Geo Node Status 2.0 - Vuex See merge request gitlab-org/gitlab!53910
-
Zack Cuddy authored
This change adds the data fetching, state management, actions, and getters for the Vuex side of the Geo Node Status 2.0. This will power the new UI along with makeing the data fetching much faster and more concise.
-
Kushal Pandya authored
Apply new GitLab UI for learn more button in time tracking in MR sidebar See merge request gitlab-org/gitlab!54142
-
Yogi authored
-
Kushal Pandya authored
Adds a link to performance bar stats in Kibana (second attempt) See merge request gitlab-org/gitlab!54362
-
Jan Provaznik authored
Adds a link to peek stats Kibana dashboard, this link is displayed only for performance bar on .com or development environment.
-
Kushal Pandya authored
Show status of pipelines triggered by commits in the pipeline editor [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53797
-
Mireya Andres authored
This adds the Pipeline Status component in the pipeline editor. When the user commits changes in their CI file through the pipeline editor, the component will show the status of the triggered pipeline.
-
Kamil Trzciński authored
Tune Ruby GC sampler histogram buckets See merge request gitlab-org/gitlab!54543
-
Kushal Pandya authored
Merge branch '301221-investigate-why-we-we-re-not-capturing-event-data-for-the-invite-colleagues-banner' into 'master' Resolve invite member banner display event issues See merge request gitlab-org/gitlab!54375
-
Kushal Pandya authored
Jira Issues: Add assignees to sidebar See merge request gitlab-org/gitlab!54045
-
Tom Quirk authored
- uses gitlab ui components to show Jira issue assignee - add specs - move sidebar to own directory
-
Phil Hughes authored
Attach user popovers to DOM nodes added after the initial DOM query See merge request gitlab-org/gitlab!54411
-
Thomas Randolph authored
-
Heinrich Lee Yu authored
Jira Issues List page shows Web URL links instead of API URL See merge request gitlab-org/gitlab!54434
-
Vitaly Slobodin authored
Reduce prop drilling of URL for CI Quick Start page button See merge request gitlab-org/gitlab!54344
-
Matthias Kaeppler authored
-
Phil Hughes authored
Update link to use GlButton See merge request gitlab-org/gitlab!53358
-
Vitali Tatarintev authored
-
Phil Hughes authored
Merge branch '300458-send-gitlab_standard-context-with-requirements-events-from-the-frontend' into 'master' Send gitlab_standard context with events from the frontend See merge request gitlab-org/gitlab!52959
-
Axel Garcia authored
-
Arturo Herrero authored
When configuring Jira, users can provide web url and api url. When displaying the Jira Issue List page the calls to Jira must be made with the api url, but the links we display in the frontend must use the web url.
-
Jan Provaznik authored
Rolldown issue and merge request templates to projects in the group [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!52360
-
Natalia Tepluhina authored
Replace scss-lint with stylelint See merge request gitlab-org/gitlab!53700
-
Vitaly Slobodin authored
Replace all scss-lint mentions with stylelint.
-
James Lopez authored
Send email when user cap is reached See merge request gitlab-org/gitlab!53489
-
Corinna Wiesner authored
When the user cap is reached a banner in the UI already notifies the admins about it. Now the admins will also receive an email as soon as the user cap is reached.
-
Vitali Tatarintev authored
Now a `alertManagementHttpIntegrations` GraphQL query returns `payloadAlertFields` calculated from the persisted `payload_example`.
-
Vitali Tatarintev authored
Move custom mapping params to HttpIntegrationType so IntegrationType doesn't expose them
-