- 27 Feb, 2019 4 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
- 26 Feb, 2019 28 commits
-
-
Lin Jen-Shin authored
Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'" Closes #57857 and #50747 See merge request gitlab-org/gitlab-ce!25559
-
Sean McGivern authored
Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
-
Rémy Coutable authored
Add adiferd as Indonesia proofreader See merge request gitlab-org/gitlab-ce!25143
-
Yorick Peterse authored
Add task for adding links to the security release issue See merge request gitlab-org/gitlab-ce!25562
-
Phil Hughes authored
Add support for toggling discussion filter from notes section Closes gitlab-ee#7716 and #51819 See merge request gitlab-org/gitlab-ce!25426
-
Kushal Pandya authored
Adds discussion note style section under notes app from where user can toggle discussion when they have selected a filter to show only system notes.
-
Kamil Trzciński authored
Simple masking of protected variables in logs backend See merge request gitlab-org/gitlab-ce!25293
-
Matija Čupić authored
This adds a concern that abstracts the concept of masking a variable, including the RegEx for validation.
-
Douwe Maan authored
Support merge ref writing (without merging to target branch) Closes #47110 See merge request gitlab-org/gitlab-ce!24692
-
Heinrich Lee Yu authored
-
Douglas Barbosa Alexandre authored
Fix method to mark a project repository as writable See merge request gitlab-org/gitlab-ce!25546
-
Filipa Lacerda authored
Fix incorrect checkbox description. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56519 Closes #56519 See merge request gitlab-org/gitlab-ce!25392
-
Filipa Lacerda authored
Added GraphQL Jest transform See merge request gitlab-org/gitlab-ce!25556
-
Phil Hughes authored
-
Rémy Coutable authored
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
-
Luke Bennett authored
-
Kamil Trzciński authored
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
-
Nick Thomas authored
Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
-
Douwe Maan authored
Turn on backtrace for sidekiq in development See merge request gitlab-org/gitlab-ce!25515
-
Lin Jen-Shin authored
[CE] Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89 See merge request gitlab-org/gitlab-ce!25551
-
Kamil Trzciński authored
Use auto-build-image in AutoDevOps See merge request gitlab-org/gitlab-ce!24279
-
Kamil Trzciński authored
Improve GraphQL Authorization DSL Closes #57828 See merge request gitlab-org/gitlab-ce!25328
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
John Cai authored
-
Anton Melser authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56519
-
Evan Read authored
Docs: Fix anchors in HA docs See merge request gitlab-org/gitlab-ce!25415
-
Robert Speicher authored
[CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ce!25537
-
Clement Ho authored
Fix alignment of dropdown icon on issuable on mobile Closes #57582 See merge request gitlab-org/gitlab-ce!25205
-
- 25 Feb, 2019 8 commits
-
-
Luke Duncalfe authored
Previously GraphQL field authorization happened like this: class ProjectType field :my_field, MyFieldType do authorize :permission end end This change allowed us to authorize like this instead: class ProjectType field :my_field, MyFieldType, authorize: :permission end A new initializer registers the `authorize` metadata keyword on GraphQL Schema Objects and Fields, and we can collect this data within the context of Instrumentation like this: field.metadata[:authorize] The previous functionality of authorize is still being used for mutations, as the #authorize method here is called at during the code that executes during the mutation, rather than when a field resolves. https://gitlab.com/gitlab-org/gitlab-ce/issues/57828
-
Michael Kozono authored
This reverts commit 9202bbd1, reversing changes made to 4b282e9c.
-
Michael Kozono authored
This reverts commit 4b282e9c, reversing changes made to b6f37434.
-
Michael Kozono authored
This reverts commit 7981c029, reversing changes made to 9202bbd1.
-
Michael Kozono authored
This reverts commit d133bf84, reversing changes made to 7981c029.
-
Nick Thomas authored
Load repository language from the DB if detected Closes #47390 See merge request gitlab-org/gitlab-ce!25518
-
Filipa Lacerda authored
Extract ResolveWithIssueButton from NoteableDiscussion component Closes #56367 See merge request gitlab-org/gitlab-ce!25093
-
Winnie Hellmann authored
-