Skip to content

Releases: github/safe-settings

2.2.0-rc.2: feat: add unarchiving plugin (#692)

20 Jan 12:25
774b2e5
Compare
Choose a tag to compare
* feat: add unarchiving plugin

* fix: fixed some broken test cases and added trailing newling

---------

Co-authored-by: Yadhav Jayaraman <[email protected]>

2.2.0-rc.1: fix: made envs application actually NOP (#691)

19 Jan 21:51
3b7eb05
Compare
Choose a tag to compare
* feat: add nop to environments

* fix: corrected endpoint parameter in nopifyRequest

* fix: include updated test

* Update environments.test.js

2.1.15: Bump eta from 3.4.0 to 3.5.0 (#727)

19 Jan 21:24
1fff61c
Compare
Choose a tag to compare
Bumps [eta](https://github.com/eta-dev/eta) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/eta-dev/eta/releases)
- [Changelog](https://github.com/eta-dev/eta/blob/main/jsr.release.js)
- [Commits](https://github.com/eta-dev/eta/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: eta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yadhav Jayaraman <[email protected]>

2.1.15-rc.1

26 Dec 16:11
c1bc922
Compare
Choose a tag to compare
Pin non-immutable Actions to latest SHA and remediate dependency vuln…

2.1.14: Adding external runner for doing a one-time full-sync (#604)

02 Dec 12:54
1c752e0
Compare
Choose a tag to compare
* Adding external runner for doing a one-time full-sync

* Updating docs to describe GHA setup process

2.1.14-rc.2

17 Sep 13:47
Compare
Choose a tag to compare
dont add nulls and undefined to results

2.1.14-rc.1

17 Sep 12:00
Compare
Choose a tag to compare
Merge branch 'main-enterprise' into yj-repo-in-many-suborgs

2.1.13: Fix: array comparison breaks if using the environments plugin (#682)

16 Sep 23:39
85aae4f
Compare
Choose a tag to compare
* update comments from #249

I found the logic behind some of what happened here hard to follow and updated the comments to try to make it easier to follow.

* fix environments updating global array

The environments plugin was changing `MergeDeep.NAME_FIELDS`, which is a global object. The reason was to avoid environments being filtered out from the change list if they only have a name field.
However, the environments plugin has it's own overriden sync method, and thus we can simply drop the whole filtering from that method.

Fixes #108

* remove repeating line

This has to be a "typo" from 9a74e05 calling the same assignment twice. Removing to clean up.

2.1.13-rc.3

16 Sep 23:26
Compare
Choose a tag to compare

2.1.13-rc.2: fix code scanning alerts (#669)

16 Sep 23:15
c9247f5
Compare
Choose a tag to compare
* fix alerts

* fix alerts

* fix alerts

* fix alerts

* add tests and simplify Glob

* fix import to lowercase file

* removed debugging code