- 30 Jan, 2019 25 commits
-
-
Grzegorz Bizon authored
Support bamboo api polymorphism See merge request gitlab-org/gitlab-ce!24680
-
Douglas Barbosa Alexandre authored
CE: Resolve "Extract EE specific files/lines for some project CI views" See merge request gitlab-org/gitlab-ce!24774
-
Douwe Maan authored
Add OpenTracing instrumentation for Action View Render events See merge request gitlab-org/gitlab-ce!24728
-
Marcia Ramos authored
Docs: Releases permissions Closes #56471 See merge request gitlab-org/gitlab-ce!24766
-
Marcia Ramos authored
-
Andrew Newdigate authored
This change adds three new instrumentations, driven through rails notifications: render_template.action_view, render_collection.action_view and render_partial.action_view. These can help developers understand why renders are taking a long time which may in turn help them to improve their performance.
-
Rémy Coutable authored
Fix Bitbucket Server import not allowing personal projects Closes #53419 See merge request gitlab-org/gitlab-ce!23601
-
Achilleas Pipinellis authored
Make supported bundler version clearer and polish topic See merge request gitlab-org/gitlab-ce!24590
-
Evan Read authored
-
Sean McGivern authored
Rename issue template from "Add style" to "Coding style" See merge request gitlab-org/gitlab-ce!24788
-
Achilleas Pipinellis authored
Documentation now matches UI copy Closes #56783 See merge request gitlab-org/gitlab-ce!24659
-
Evan Read authored
-
Lin Jen-Shin authored
Re-enable MethodCallWithoutArgsParentheses Cop Closes #56795 See merge request gitlab-org/gitlab-ce!24631
-
Achilleas Pipinellis authored
Surface link to auth section index See merge request gitlab-org/gitlab-ce!24787
-
Achilleas Pipinellis authored
Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-branch--docs' into 'master' Change `remove branch` to `delete branch` Closes #25569 See merge request gitlab-org/gitlab-ce!24574
-
Alex Lossent authored
It may return single result or an array of results
-
Douwe Maan authored
Fix failed LDAP logins when nil user_id present Closes #56734 See merge request gitlab-org/gitlab-ce!24749
-
Filipa Lacerda authored
Resolve "Pipeline stages job action button icon is not aligned" Closes #56379 See merge request gitlab-org/gitlab-ce!24577
-
Kushal Pandya authored
Resolve "Redesign group overview UI: MVC" Closes #53104 See merge request gitlab-org/gitlab-ce!23866
-
Lin Jen-Shin authored
Because there were a few people thought that's for UI styling...
-
Kushal Pandya authored
Convert noteable_discussion_spec.js to Vue test utils See merge request gitlab-org/gitlab-ce!24765
-
Ramya Authappan authored
Quarantine auto devops QA tests See merge request gitlab-org/gitlab-ce!24786
-
Evan Read authored
Added missing parameter cluster_id in the params list for edit project cluster endpoint See merge request gitlab-org/gitlab-ce!24731
-
Evan Read authored
-
Sanad Liaquat authored
-
- 29 Jan, 2019 15 commits
-
-
Evan Read authored
Docs: Minor fix to formatting See merge request gitlab-org/gitlab-ce!24696
-
Dan Davison authored
Add script to remove all subgroups within a provided group See merge request gitlab-org/gitlab-ce!24593
-
Dmitriy Zaporozhets authored
Revert the "What's new" feature See merge request gitlab-org/gitlab-ce!24772
-
Brandon Labuschagne authored
-
Stan Hu authored
Overrides commonName Helm chart value Closes #55820 See merge request gitlab-org/gitlab-ce!24683
-
Stan Hu authored
When a LDAP user signs in the for the first time and if there is an `Identity` object with `user_id` of `nil`, new users will not be able to be register until that entry is cleared because of the way identities are created: 1. First, the User object is built but not saved, so it has no `id`. 2. Then, `user.identities.build(provider: 'ldapmain')` is called, but it does not have an associated `user_id` as a result. 3. `User#save` is called, but the `Identity` validation fails if an existing entry with `user_id` of `nil` already exists. The uniqueness validation for `nil` values doesn't make any sense in this case. We should be enforcing this at the database level with a foreign key constraint. To work around the issue we can validate against the user instead, which does the right thing even when the user isn't saved yet. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56734
-
Winnie Hellmann authored
-
Andrew Newdigate authored
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
-
Douglas Barbosa Alexandre authored
Port EE style for lib/gitlab/metrics/influx_db.rb Closes gitlab-ee#6526 See merge request gitlab-org/gitlab-ce!24773
-
Dennis Tang authored
-
mfluharty authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Yorick Peterse authored
Reduce amount of locks needed for GitHub importer Closes #54270 and #51817 See merge request gitlab-org/gitlab-ce!24102
-
Douglas Barbosa Alexandre authored
Add GitLab Pages predefined variables See merge request gitlab-org/gitlab-ce!24504
-