Commits on Source (57)
-
Sam Beckham authored
This fixes a bug where hitting the dismiss button did nothing. Instead of making it do something, we should simply try to realise… There is no dismiss button. Changelog: fixed
-
Peter Hegman authored
Color was $gray-100 when it should be $gray-400. Changelog: fixed
-
Pedro Pombeiro authored
Changelog: added
-
Sri Rang authored
-
Sri Rang authored
-
Sri Rang authored
-
-
Changelog: other
-
Changelog: added
-
Max Orefice authored
-
Pedro Pombeiro authored
-
Furkan Ayhan authored
After consuming sync events, we need to remove those. Before this commit, we used to use first id and last id range of events. However, this caused a race condition. If an event is on-the-fly transaction, and before and after events are tired to be consumed, that event gets lost.
-
Alishan Ladhani authored
Part of Deployment Approvals MVC
-
Manoj M J authored
Changelog: fixed
-
Dheeraj Joshi authored
It removes the copy-code button for mermaid. The button was added only for markdown code blocks. Changelog: fixed
-
Jacques Erasmus authored
Pushes the highlight_js FF to the frontend
-
Adam Hegyi authored
This change adds support to use the in operator optimization with SQL expressions in the ORDER BY clause.
-
David Fernandez authored
Under some condition, the wrong package file is returned when asserting that package file pending destruction are returned.
-
Paul Gascou-Vaillancourt authored
This removes the dast_view_scans feature flag and makes the on-demand scans index page publicly available. Changelog: other EE: true
-
Show alert on api failures for Storage purchase
-
Kushal Pandya authored
Add alert if api call is failing on Storage purchase See merge request !77307
-
Shinya Maeda authored
Extend pipeline job page for Deployment Approvals See merge request !76981
-
Igor Drozdov authored
GraphQL: Add count property to RunnerType’s connection See merge request !77578
-
Rémy Coutable authored
Fix a flaky spec in the NPM package presenter See merge request !77943
-
Sean McGivern authored
Extend in-operator optimziation ORDER BY support See merge request !76931
-
Sincheol (David) Kim authored
Introduce DeploymentsController with placeholder routes See merge request !77663
-
Lee Tickett authored
Removes the "work in progress wordage" and links to the crm docs instead of the main crm issue.
-
Adam Hegyi authored
Fix CI mirror table sync race condition See merge request !77903
-
Changelog: fixed
-
Jarka Košanová authored
Restrict access to crm to reporter+ See merge request !77825
-
Rémy Coutable authored
Push highlight_js feature flag to frontend See merge request !77938
-
Phil Hughes authored
Disable copy-code button for mermaid diagrams See merge request !77935
-
Changelog: changed EE: true
-
Etienne Baqué authored
Remove legacy license link from subscription page See merge request !77311
-
-
Kati Paizee authored
Resolve "Improvements to the Repository Analytics page" See merge request !77940
-
Olena Horal-Koretska authored
Fix input group text border color See merge request !77607
-
Changelog: added
-
Sean McGivern authored
Allow to configure log level of Gitlab::Logger (by env variable) See merge request !77667
-
Audit Events features are data-intensive endpoints that users do not expect to load as quickly as other endpoints. This sets a custom apdex SLI urgency of "low" to allow for the historically relatively slower load times of these features.
-
Bob Van Landuyt authored
Set low custom apdex for Audit Events See merge request !74942
-
-
Enrique Alcántara authored
Update GitLab UI/SVG See merge request !77888
-
Robert May authored
Enable filtering agent tokens by status See merge request !77735
-
Enabling the User Cap setting for a root group should only be possible if the group or any of it's subgroups have not been shared outside of the root group's hierarchy Changelog: changed EE: true
-
Etienne Baqué authored
Add validation for new_user_signups_cap enabling See merge request !75906
-
This should prevent XSS issues from mermaid dependency impacting GitLab application. The changes are behind a feature flag
-
Fabio Pitino authored
Render GFM Mermaid diagrams in a sandboxed iframe See merge request !74414
-
Furkan Ayhan authored
Remove the dast_view_scans feature flag See merge request !77672
-
Frédéric Caplette authored
Removes the dismiss button from the pipeline header See merge request !77128
-
Mikołaj Wawrzyniak authored
Remove the duplicated suggestion usage data See merge request !77570
-
Kushal Pandya authored
Link issue contacts widget to crm docs See merge request !77826
-
Mikołaj Wawrzyniak authored
Remove runner specs from crossdatabase list See merge request !77877
-
Douglas Barbosa Alexandre authored
Merge branch '347319-api-call-to-retrieve-information-of-wrong-token-returns-error-400-instead-of-401' into 'master' Resolve "API call to retrieve information of wrong token returns error "400" instead of "401"" See merge request !77644
Showing
- app/assets/javascripts/behaviors/copy_code.js 1 addition, 0 deletionsapp/assets/javascripts/behaviors/copy_code.js
- app/assets/javascripts/behaviors/markdown/render_gfm.js 6 additions, 1 deletionapp/assets/javascripts/behaviors/markdown/render_gfm.js
- app/assets/javascripts/behaviors/markdown/render_sandboxed_mermaid.js 233 additions, 0 deletions...avascripts/behaviors/markdown/render_sandboxed_mermaid.js
- app/assets/javascripts/lib/mermaid.js 61 additions, 0 deletionsapp/assets/javascripts/lib/mermaid.js
- app/assets/javascripts/pipelines/components/header_component.vue 3 additions, 1 deletion...ets/javascripts/pipelines/components/header_component.vue
- app/assets/javascripts/sidebar/components/crm_contacts/crm_contacts.vue 6 additions, 9 deletions...ascripts/sidebar/components/crm_contacts/crm_contacts.vue
- app/assets/stylesheets/framework/variables_overrides.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/variables_overrides.scss
- app/assets/stylesheets/startup/startup-dark.scss 1 addition, 1 deletionapp/assets/stylesheets/startup/startup-dark.scss
- app/assets/stylesheets/startup/startup-general.scss 1 addition, 1 deletionapp/assets/stylesheets/startup/startup-general.scss
- app/assets/stylesheets/startup/startup-signin.scss 1 addition, 1 deletionapp/assets/stylesheets/startup/startup-signin.scss
- app/assets/stylesheets/utilities.scss 0 additions, 10 deletionsapp/assets/stylesheets/utilities.scss
- app/controllers/oauth/token_info_controller.rb 1 addition, 1 deletionapp/controllers/oauth/token_info_controller.rb
- app/controllers/projects/google_cloud/base_controller.rb 35 additions, 0 deletionsapp/controllers/projects/google_cloud/base_controller.rb
- app/controllers/projects/google_cloud/deployments_controller.rb 13 additions, 0 deletions...ntrollers/projects/google_cloud/deployments_controller.rb
- app/controllers/projects/google_cloud/service_accounts_controller.rb 0 additions, 37 deletions...lers/projects/google_cloud/service_accounts_controller.rb
- app/controllers/projects/tree_controller.rb 1 addition, 0 deletionsapp/controllers/projects/tree_controller.rb
- app/controllers/sandbox_controller.rb 11 additions, 0 deletionsapp/controllers/sandbox_controller.rb
- app/graphql/resolvers/clusters/agent_tokens_resolver.rb 8 additions, 1 deletionapp/graphql/resolvers/clusters/agent_tokens_resolver.rb
- app/graphql/resolvers/concerns/resolves_pipelines.rb 1 addition, 3 deletionsapp/graphql/resolvers/concerns/resolves_pipelines.rb
- app/graphql/types/ci/runner_type.rb 1 addition, 0 deletionsapp/graphql/types/ci/runner_type.rb
app/assets/javascripts/lib/mermaid.js
0 → 100644
app/controllers/sandbox_controller.rb
0 → 100644