close
The Wayback Machine - https://web.archive.org/web/20220615071025/https://github.com/atom/github/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on Apr 18, 2022

  1. Merge pull request #2758 from DeeDeeG/CI-windows-2019

    CI: Use 'windows-2019' image for Windows tests (makes CI passing)
    smashwilson committed Apr 18, 2022

Commits on Apr 17, 2022

  1. CI: Use 'windows-2019' image for Windows tests

    'windows-latest' is currently 'windows-2022'
    with Visual Studio 2022.
    
    Old versions of node-gyp don't know how to find Visual Studio 2022,
    so the package build fails.
    
    Switch back to 'windows-2019' with Visual Studio 2019,
    which is supported by node-gyp 5.x, which apm still uses.
    DeeDeeG committed Apr 17, 2022

Commits on Oct 26, 2021

  1. Merge pull request #2724 from icecream17/patch-1

    Don't use deprecated `Buffer`
    smashwilson committed Oct 26, 2021

Commits on Oct 25, 2021

  1. Don't use deprecated Buffer

    According to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/, `Buffer(number)` should be replaced by `Buffer.alloc(number)`
    icecream17 committed Oct 25, 2021

Commits on Aug 19, 2021

  1. Prepare v0.36.10 release

    sadick254 committed Aug 19, 2021
  2. Merge pull request #2712 from atom/enable-remote-module

    Remote module defaults to false
    sadick254 committed Aug 19, 2021
  3. Remote module defaults to false

    enableRemoteModule now defaults to false and is in the verge of being
    deprecated.
    https://www.electronjs.org/docs/breaking-changes#default-changed-enableremotemodule-defaults-to-false
    sadick254 committed Aug 19, 2021

Commits on May 18, 2021

  1. Merge pull request #2683 from icecream17/update-ci

    update os matrix in ci
    smashwilson committed May 18, 2021

Commits on May 14, 2021

  1. Merge pull request #2682 from icecream17/clarify-debug

    Clarify debug line
    smashwilson committed May 14, 2021
  2. Oops: Wrong os

    icecream17 committed May 14, 2021
  3. bump to ubuntu-latest

    which is currently `ubuntu-18.05`
    icecream17 committed May 14, 2021
  4. Clarify debug line

    icecream17 committed May 14, 2021

Commits on May 9, 2021

  1. Merge pull request #2676 from Robert-N7/master

    Hotfix in restore discard history of files with same name
    smashwilson committed May 9, 2021

Commits on Mar 1, 2021

  1. Prepare v0.36.9 release

    darangi committed Mar 1, 2021

Commits on Feb 25, 2021

  1. Merge pull request #2631 from atom/fix-tests

    Fix github failing tests for Atom's electron 9.4.1 upgrade
    smashwilson committed Feb 25, 2021

Commits on Feb 16, 2021

  1. Prepare v0.36.8 release

    smashwilson committed Feb 16, 2021

Commits on Feb 14, 2021

  1. Merge pull request #2626 from asturur/promisification

    Update to promise api for some methods in the electron API
    smashwilson committed Feb 14, 2021
  2. more async await

    asturur committed Feb 14, 2021
  3. use aync await syntax

    asturur committed Feb 14, 2021

Commits on Feb 13, 2021

  1. damn hurry

    asturur committed Feb 13, 2021
  2. ok now maybe fixed tests

    asturur committed Feb 13, 2021
  3. fix a test

    asturur committed Feb 13, 2021
  4. changes to promise

    asturur committed Feb 13, 2021

Commits on Feb 12, 2021

  1. Merge pull request #2625 from atom/update-electron-apis

    Update shell.openExternal to promise due to electron update on atom
    smashwilson committed Feb 12, 2021

Commits on Feb 1, 2021

  1. Merge pull request #2621 from DeeDeeG/pin-babel-core

    package.json: pin @babel/core to less than 7.12.10
    smashwilson committed Feb 1, 2021

Commits on Jan 29, 2021

  1. package.json: pin @babel/core to less than 7.12.10

    Workaround for #2620
    DeeDeeG committed Jan 29, 2021
  2. Merge pull request #2459 from UziTech/setup-atom

    use action-setup-atom
    smashwilson committed Jan 29, 2021
  3. configure git

    UziTech committed Jan 29, 2021

Commits on Jan 28, 2021

  1. Prepare v0.36.7 release

    smashwilson committed Jan 28, 2021
Older