Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: break LDAP manager into smaller pieces to improve unit tests #26994

Merged
merged 9 commits into from Oct 5, 2022

Conversation

ggazzo
Copy link
Member

@ggazzo ggazzo commented Oct 3, 2022

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

@ggazzo ggazzo added this to the 5.3.0 milestone Oct 3, 2022
@ggazzo ggazzo marked this pull request as ready for review October 4, 2022 20:07
Co-authored-by: Diego Sampaio <chinello@gmail.com>
@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #26994 (d2aeaa8) into develop (3715e0d) will increase coverage by 0.90%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #26994      +/-   ##
===========================================
+ Coverage    40.13%   41.03%   +0.90%     
===========================================
  Files          828      802      -26     
  Lines        18287    17810     -477     
  Branches      2020     1961      -59     
===========================================
- Hits          7339     7309      -30     
+ Misses       10654    10207     -447     
  Partials       294      294              
Flag Coverage Δ
e2e 41.03% <ø> (+0.90%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

ggazzo and others added 2 commits October 4, 2022 23:31
Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
@ggazzo ggazzo modified the milestones: 5.3.0, 5.2.0 Oct 5, 2022
@d-gubert d-gubert dismissed pierre-lehnen-rc’s stale review October 5, 2022 14:00

Request has been addressed

@tassoevan tassoevan merged commit 4afcbf6 into develop Oct 5, 2022
@tassoevan tassoevan deleted the chore/ldap-tests branch October 5, 2022 17:02
Comment on lines -1 to -8
import { Meteor } from 'meteor/meteor';
import { Logger } from '../../../server/lib/logger/Logger';

let logger;

if (Meteor.isServer) {
const { Logger } = require('../../../server/lib/logger/Logger');
logger = new Logger('TemplateVarHandler');
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a problem worth reverting for but this file should've been moved to a "server" folder now that it only works in the server.

@tassoevan tassoevan mentioned this pull request Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants