- 30 Jan, 2019 8 commits
-
-
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
-
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
-
Sanad Liaquat authored
-
- 29 Jan, 2019 32 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
-
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
-
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
-
Adrian Moisey authored
-
Clement Ho authored
Backport button style changes to CE See merge request gitlab-org/gitlab-ce!24609
-
Fernando Arias authored
-
Marcia Ramos authored
Fix typo: Prometheus Metrics See merge request gitlab-org/gitlab-ce!24344
-
Grzegorz Bizon authored
Removes duplicated cluster show partials See merge request gitlab-org/gitlab-ce!24654
-
Mark Lapierre authored
Quarantine diff patch spec See merge request gitlab-org/gitlab-ce!24769
-
Andreas Brandl authored
-
Andreas Brandl authored
After the import has finished, we flush (delete) the InternalId records related to the project at hand. This means we're starting over with tracking correct internal id values, a new record will be created automatically when the next internal id is generated. The GitHub importer assigns iid values by using supplied values from GitHub. We skip tracking internal id values during the import in favor of higher concurrency. Deleting any InternalId records after the import has finished is an extra measure to guarantee consistency. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54270.
-
Andreas Brandl authored
-
Andreas Brandl authored
This reverts commit fb98496f.
-
Andreas Brandl authored
This reverts commit b78a69b0.
-
Andreas Brandl authored
This reverts commit 358675d0.
-
Mark Lapierre authored
See: https://gitlab.com/gitlab-org/quality/nightly/issues/42 Also failing in staging until the fix is picked into the next release: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24533
-
Kushal Pandya authored
Externalize strings from `/app/views/projects/milestones` See merge request gitlab-org/gitlab-ce!24726
-
George Tsiolis authored
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Kushal Pandya authored
Update dependency @gitlab/svgs to ^1.48.0 See merge request gitlab-org/gitlab-ce!24744
-
Sean McGivern authored
Save sorting preference for Issues/MRs in BE Closes #50352 See merge request gitlab-org/gitlab-ce!24198
-
Filipa Lacerda authored
Externalize strings from `/app/views/clusters` See merge request gitlab-org/gitlab-ce!24666
-