- 26 Feb, 2019 20 commits
-
-
GitLab Bot authored
-
Douwe Maan authored
Turn on backtrace for sidekiq in development See merge request gitlab-org/gitlab-ce!25515
-
GitLab Bot authored
-
Lin Jen-Shin authored
[CE] Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89 See merge request gitlab-org/gitlab-ce!25551
-
Lin Jen-Shin authored
[EE] Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89 See merge request gitlab-org/gitlab-ee!9706
-
GitLab Bot authored
-
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>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
James Lopez authored
Improve Container Scanning parser See merge request gitlab-org/gitlab-ee!9641
-
Olivier Gonzalez authored
Enrich formatting of CS vulnerabilities.
-
GitLab Bot authored
-
Evan Read authored
Docs: Fix anchors in HA docs See merge request gitlab-org/gitlab-ce!25415
-
Evan Read authored
Docs: (EE Port) Fix anchors in HA docs See merge request gitlab-org/gitlab-ee!9615
-
GitLab Bot authored
-
Robert Speicher authored
Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ee!9695
-
Robert Speicher authored
[CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ce!25537
-
GitLab Bot authored
-
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 20 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.
-
Rémy Coutable authored
This reverts commit 82d7b5a0
-
Sanad Liaquat authored
Removing quarantine tag See merge request gitlab-org/gitlab-ee!9685
-
GitLab Bot authored
-
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
-
Filipa Lacerda authored
Merge branch '55925-if-there-is-only-one-changed-page-in-review-app-go-directly-there' into 'master' If there is one changed page in review app, link to it Closes #55925 See merge request gitlab-org/gitlab-ce!25048
-
GitLab Bot authored
-
Douwe Maan authored
Port of See merge request gitlab-org/gitlab-ce!23868
-
GitLab Bot authored
-
Lin Jen-Shin authored
Respect the `should_remove_source_branch` parameter to the merge API Closes #58020 See merge request gitlab-org/gitlab-ce!25525
-
Tomislav Nikic authored
-
GitLab Bot authored
-
Andrew Fontaine authored
Given a static page mapping, and a review app with a single static page change, the review app link will now go directly to that change instead of to the home page of the review app.
-
Lin Jen-Shin authored
Compute approved approver for merged MR if it is absent Closes #9866, #9889, and #9913 See merge request gitlab-org/gitlab-ee!9648
-