Commits on Source (98)
-
Kevin Nesmith authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Kamil Trzcińśki authored
-
Toni authored
-
Achilleas Pipinellis authored
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Sam Rose authored
-
Luke "Jared" Bennett authored
-
(security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098
-
(security-9-1) Add correct `rel` attributes to external links when rendering markdown See merge request !2097
-
Sanitize submodule URLs before linking to them in the file tree view See merge request !2084
-
Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
-
Respect project features in wiki and blob search See merge request !2089
-
Fix XSS in branches dropdown See merge request !2093
-
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
New Hamlit XSS fix, does not include extraneous changes See merge request !2095
-
Use GroupsFinder to find subgroups the user has access to See merge request !2096
-
Bob Van Landuyt :neckbeard: authored
-
Bob Van Landuyt :neckbeard: authored
-
Luke "Jared" Bennett authored
-
Luís Pedro Algarvio authored
Fixes my previous my old obsolete/forgotten pull request / patch (sorry about that): #6262 https://github.com/lpalgarvio/gitlabhq/tree/patch-1
-
Luke "Jared" Bennett authored
-
Winnie Hellmann authored
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Oswaldo Ferreir authored
-
Sam Rose authored
-
Oswaldo Ferreir authored
-
Robert Speicher authored
Security patches -> `master` See merge request !11230
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
# Conflicts: # doc/install/README.md
-
Clement Ho authored
-
Achilleas Pipinellis authored
Add "API" to API docs Closes #32105 See merge request !11261
-
Valery Sizov authored
-
Mike Greiling authored
-
Sam Rose authored
-
Robert Speicher authored
Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
-
Kamil Trzcińśki authored
Make all Serializers receive `current_user` instead `user` [CE] See merge request !11254
-
Winnie Hellmann authored
-
Clement Ho authored
Track pending requests in AjaxCache See merge request !11170
-
Regis Boudinot authored
Retried in database Closes #25737 See merge request !11115
-
Marcia Ramos authored
Hide GCP install guide from index page until our image is released Closes omnibus-gitlab#2326 See merge request !11213
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
Find the nothing-here-block before asserting page content when on explore page of shortcuts_spec.rb See merge request !11250
-
Douwe Maan authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32087 Easy reproduction: 1. Edit an issue title 1. Notice the system note added 1. Switch to another tab and back (to fire the polling immediately) 1. Notice the flicker (without this fix)
-
Mark Fletcher authored
[skip ci]
-
Phil Hughes authored
Fix aria labels on custom notifications modal Closes #32094 See merge request !11256
-
Phil Hughes authored
Merge branch '31625-tag-editor-loses-all-inputs-when-you-try-to-add-a-tag-that-already-exists' into 'master' Resolve "Tag editor loses all inputs when you try to add a tag that already exists" Closes #31625 See merge request !11155
-
Phil Hughes authored
Fix flickering of system notes Closes #32087 See merge request !11281
-
Sean McGivern authored
Implement auxiliary blob viewers See merge request !11195
-
Sean McGivern authored
Issue API change: assignee_id parameter and assignee object in a response See merge request !11271
-
Phil Hughes authored
Remove sidebar bundle spec Closes #32045 See merge request !11223
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
-
Filipa Lacerda authored
Fix slash commands detection in comments Closes #32016 See merge request !11265
-
Sean McGivern authored
Fix MySQL build failure Closes #32106 See merge request !11277
-
Achilleas Pipinellis authored
Update README.md with Authentication projects example See merge request !11162
-
Achilleas Pipinellis authored
Fix a broken link for the "How to Configure LDAP with GitLab EE" article See merge request !11114
-
Achilleas Pipinellis authored
Update getting_started_part_one.md. See merge request !11020
-
Phil Hughes authored
Removes the need for Bootstraps affix on browser that support sticky positions. On these browsers, there should be a slight performance improvement as there will be no scrolling events, it will all be handled by the browser
-
Winnie Hellmann authored
-
Marcia Ramos authored
-
Sean Packham (GitLab) authored
Complement tech articles guidelines See merge request !11260
-
Z.J. van de Weg authored
To be more specific; key, and project_id. If either of these is NULL its wrong, because: 1. storing a key value pair without key is just plain wrong 2. all variables should belong to a project Non of these cases existed on the staging database.
-
Yorick Peterse authored
This makes it more obvious that we greatly prefer PostgreSQL over MySQL/MariaDB and that all users are recommended to use PostgreSQL instead. This also removes the paragraph mentioning the size per user row, as this is completely inaccurate and doesn't really help users with anticipating the database size. Instead we now simply recommend users to have at least 5-10 GB of storage at minimum. [ci skip]
-
Oche Ejembi authored
-
Z.J. van de Weg authored
Variables shouldn't exist without a project, so a foreign key was added with CASCADE'ing effects.
-
Z.J. van de Weg authored
Enforced by the database, and no callbacks need to be called. Combined with 7b9b2c60 and 294a8b8a this resolves gitlab-org/gitlab-ce#31799
-
Annabel Dunstone Gray authored
Include blob content when printing page Closes #31781 See merge request !11247
-
Bryce Johnson authored
-
Rémy Coutable authored
Add summary lines for collapsed details in the bug report template See merge request !11280
-
Bob Van Landuyt :neckbeard: authored
MySQL doesn't allow us to create a trigger for a column that doesn't exist yet. Failing with this error: ``` Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert BEFORE INSERT ON `services` FOR EACH ROW SET NEW.`build_events` = NEW.`job_events` ``` Creating the new column before creating the trigger avoids this.
-
Annabel Dunstone Gray authored
POC: Use position sticky on merge request tabs See merge request !11289
-
Rémy Coutable authored
fixed small typo - piplnie should be pipeline See merge request !11296
-
Rémy Coutable authored
Update installation.md - Updated the Ruby section. See merge request !11251
-
Yorick Peterse authored
Add a new column before creating rename triggers See merge request !11297
-
Yorick Peterse authored
Clean up ci variables table Closes #31799 See merge request !11186
-
Rémy Coutable authored
Update DB requirements in the documentation See merge request !11293
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Link to commit author user page from pipelines Closes #29368 See merge request !11100
-
Clement Ho authored
Ensure filtered_search utilizes common_vue bundle See merge request !11273
-
Alfredo Sumaran authored
-
Filipa Lacerda authored
Add missing tear down of sidebarMockInterceptor Closes #32020 See merge request !11204
-
Filipa Lacerda authored
Remove balsamiq module from common_vue bundle Closes #32092 See merge request !11248
-
Filipa Lacerda authored
Fix overlapping lines in SVG Closes #32091 See merge request !11299
-
Filipa Lacerda authored
Update copy on Create merge request dropdown See merge request !11304
-
Filipa Lacerda authored
Set correct docsUrl in pipeline schedules callout component. Closes #31957 See merge request !11216
-
Stan Hu authored
Closes #32119
-
Douwe Maan authored
-
Robert Speicher authored
Remove unnecessary cache definition in rake karma test Closes #32119 See merge request !11306
-
Robert Speicher authored
Fix displaying a repository without a readme Closes #32122 See merge request !11312
-
Michael Kozono authored
-
Douwe Maan authored
Fix redirect message for groups and users See merge request !11313
Showing
- .gitlab-ci.yml 0 additions, 3 deletions.gitlab-ci.yml
- .gitlab/issue_templates/Bug.md 2 additions, 0 deletions.gitlab/issue_templates/Bug.md
- .rubocop.yml 7 additions, 1 deletion.rubocop.yml
- .rubocop_todo.yml 0 additions, 7 deletions.rubocop_todo.yml
- app/assets/javascripts/blob/viewer/index.js 62 additions, 37 deletionsapp/assets/javascripts/blob/viewer/index.js
- app/assets/javascripts/lib/utils/ajax_cache.js 46 additions, 24 deletionsapp/assets/javascripts/lib/utils/ajax_cache.js
- app/assets/javascripts/merge_request_tabs.js 7 additions, 0 deletionsapp/assets/javascripts/merge_request_tabs.js
- app/assets/javascripts/notes.js 1 addition, 1 deletionapp/assets/javascripts/notes.js
- app/assets/javascripts/pipeline_schedules/components/pipeline_schedules_callout.js 8 additions, 4 deletions...peline_schedules/components/pipeline_schedules_callout.js
- app/assets/javascripts/pipeline_schedules/pipeline_schedules_index_bundle.js 9 additions, 6 deletions...pts/pipeline_schedules/pipeline_schedules_index_bundle.js
- app/assets/javascripts/vue_shared/components/pipelines_table_row.js 7 additions, 8 deletions.../javascripts/vue_shared/components/pipelines_table_row.js
- app/assets/stylesheets/pages/merge_requests.scss 7 additions, 2 deletionsapp/assets/stylesheets/pages/merge_requests.scss
- app/assets/stylesheets/print.scss 5 additions, 3 deletionsapp/assets/stylesheets/print.scss
- app/controllers/autocomplete_controller.rb 1 addition, 1 deletionapp/controllers/autocomplete_controller.rb
- app/controllers/concerns/lfs_request.rb 3 additions, 3 deletionsapp/controllers/concerns/lfs_request.rb
- app/controllers/concerns/renders_blob.rb 4 additions, 1 deletionapp/controllers/concerns/renders_blob.rb
- app/controllers/concerns/routable_actions.rb 4 additions, 4 deletionsapp/controllers/concerns/routable_actions.rb
- app/controllers/dashboard/snippets_controller.rb 3 additions, 4 deletionsapp/controllers/dashboard/snippets_controller.rb
- app/controllers/explore/groups_controller.rb 1 addition, 1 deletionapp/controllers/explore/groups_controller.rb
- app/controllers/explore/snippets_controller.rb 1 addition, 1 deletionapp/controllers/explore/snippets_controller.rb