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

RMET-3263 create CODEOWNERS file #11

Closed
wants to merge 91 commits into from

Conversation

IT-MikeS
Copy link

Description

This PR adds the required CODEOWNERS file to the repo with a comment designating if the plugin relates to ODC or O11 or both.

Context

New requirements before March 15th 2024, all repos must have a CODEOWNERS file.
Issue Link

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

EiyuuZack and others added 30 commits November 21, 2016 16:15
Adding OutSystems extensibility configuration
RNMT-2225 Fix contacts permissions for Android 8+
Clone and setup of automation framework
Implement 2 P0's
The import of the constants (default_timeout and default_timeout_interval) has been changed
…com/OutSystems/cordova-plugin-contacts into RNMT-3066-(Automatic-Tests)"

This reverts commit bf39cbc, reversing
changes made to 77e5dd0.
Copy link

@OS-martacarlos OS-martacarlos left a comment

Choose a reason for hiding this comment

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

I believe this should be merged into the outsystems branch, not master

@IT-MikeS IT-MikeS force-pushed the chore/add-codeowner-file-initiative branch from 36a83e9 to e988e0e Compare March 15, 2024 18:22
stevengill and others added 6 commits March 18, 2024 11:23
The explanation of the contactFields argument in the 'navigator.contacts.find' section is unclear and ambiguous. Updating to make it clearer to people wanting to utilise this plugin.
reformat warning and add horizontal lines
hide deprecated platforms quirks behind <details>
resort supported platforms
fix tiny errors
Signed-off-by: IT-MikeS <[email protected]>
@IT-MikeS IT-MikeS force-pushed the chore/add-codeowner-file-initiative branch from e988e0e to dccf734 Compare March 18, 2024 15:23
@IT-MikeS IT-MikeS closed this Mar 18, 2024
@IT-MikeS IT-MikeS deleted the chore/add-codeowner-file-initiative branch March 18, 2024 15:23
});

function archiveBuild(buildPath, appName, filename) {
exec("az pipelines runs artifact upload --artifact-name '" + appName + "." + filename + "' --path '" + buildPath + "' --run-id '" + runID +"'", (error, stdout, stderr) => {

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
file name
.
This shell command depends on an uncontrolled
file name
.
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.