Commit Graph

38859 Commits

Author SHA1 Message Date
sibaki_girls
2e4956f3c9
Update src/menu-helpers.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:49:09 +09:00
sibaki_girls
66a49e301d
Update src/menu-helpers.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:47:33 +09:00
sibaki_girls
adf8dffc18
Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:47:02 +09:00
sibaki_girls
d9955e8f5b
Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-25 06:45:53 +09:00
steven nguyen
e4c1b65eda
await .exists() for consistency
See comment https://github.com/atom/atom/pull/22578#issuecomment-864708333

What I didn't realize was that line 144 was in an async return. So this commit shouldn't actually change any functionality.
Nevertheless, await it for consistency.
2021-06-21 12:34:47 -05:00
steven nguyen
18ed71e528
Merge branch 'atom:master' into patch-1 2021-06-20 20:03:46 -05:00
juggernautjp
23dee756ca Fix bug of Linter error 2021-06-20 00:12:14 +09:00
juggernautjp
83c2956679 Fix error of CI linter
Change spec/{context-,}-menu-manager.spec.js
2021-06-18 03:12:04 +09:00
juggernautjp
0c5a781a1c Fix bug of atom/{src, spec}/*.js for CI error
FIx bug of atom/spec/*menu*.js, that are not tested at 1st Pull Request.
2021-06-17 15:23:04 +09:00
juggernautjp
21b4a2147a Fix bug of "Reopen Project" menu
The fixed bug is that "Reopen Project" menu has no project.
2021-06-14 01:10:48 +09:00
juggernautjp
954d51ce88 Fix menu bug with atom-i18n
"Check for Update" and "Reopen Project" menu dose not work.
2021-06-13 00:39:35 +09:00
Sadick
978843584a
Merge pull request #22575 from atom/dependabot/npm_and_yarn/normalize-url-4.5.1
Bump normalize-url from 4.5.0 to 4.5.1
2021-06-11 20:22:21 +03:00
steven nguyen
15b859a2be
add await to the async isValidGitDirectory
Since isValidGitDirectory is async, it actually returns Promise<boolean> which is always truthy

That's probably not what the code meant
2021-06-11 10:49:20 -05:00
dependabot[bot]
80df7d481a
Bump normalize-url from 4.5.0 to 4.5.1
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 00:22:03 +00:00
Sadick
b881daf002
Merge pull request #22553 from eltociear/patch-3
tree-indenter: Fix typo
2021-06-07 19:28:01 +03:00
Hubot
f35fc3d348 1.60.0-dev 2021-06-07 11:17:46 -05:00
Ikko Ashimine
09bf19ba7c
tree-indenter: Fix typo
happend -> happened
2021-06-08 01:12:51 +09:00
Sadick
83ffb7ac23
Merge pull request #22541 from icecream17/patch-1
Recreate #15175
2021-06-07 08:05:53 +03:00
Sadick
f5c3e992a7
Merge pull request #22543 from ToxicPie/fix-git-diff-typo
git-diff: Fix typo in code
2021-06-07 08:05:05 +03:00
steven nguyen
9ac392476c
change to addFatalError (2)
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-04 13:15:57 -05:00
steven nguyen
ef87fa6c7a
change to addFatalError (1) [skip ci]
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-06-04 13:15:42 -05:00
steven nguyen
a17143ee62
Notify user on error
I'm assuming that `addError` displays an error.

I'm also logging the error on the console - for theoretical debugging in case the notification is dismissed - but maybe it's unnecessary.
I renamed `event` to `error` in the `onupgradeneeded` handler
2021-06-04 10:01:33 -05:00
steven nguyen
9db4ba266f
fix lint 2021-06-04 08:52:54 -05:00
Kent
2c9eea82f4 fixed edtior typo 2021-06-04 21:20:13 +08:00
steven nguyen
5f33e197b3
Recreate #15175 2021-06-04 07:05:38 -05:00
Ash Wilson
af6da3d8db
Add a note about manual tagging 2021-06-03 22:23:59 +03:00
Ash Wilson
444695174d
We won't actually be able to disable the compile cache entirely (sadface) 2021-06-03 22:23:59 +03:00
Ash Wilson
633180324a
Store artifacts in S3 2021-06-03 22:23:58 +03:00
Ash Wilson
1c59ad457b
Drafty draft 2021-06-03 22:23:58 +03:00
Musa Ibrahim
526ad5b8f2
Merge pull request #22530 from atom/fix-error-master
Fixes error on production CI
2021-06-02 14:12:41 +01:00
darangi
3245160e99 fix error on master 2021-06-02 14:07:15 +01:00
darangi
929f603b47 remove pr trigger 2021-06-02 14:03:50 +01:00
Musa Ibrahim
a28c7125c3
Merge pull request #22250 from atom/migrate-to-azure-storage
Migrate from Amazon S3 to Azure blob storage
2021-06-02 13:59:52 +01:00
Sadick
9826355da0
Merge pull request #18321 from chfritz/tree-sitter-indentation
Implementing tree-sitter based indentation logic
2021-05-31 21:30:01 +03:00
Christian Fritz
98f30825e5 tree-indenter: Applied fix introduced in sane-indentation for atom 1.40
- Four days of work to get those damn test to run again, just for a two character change to fix the tests.

- Now also added all other, minor changes to sane-indendation over the last five years since the PR for this change was opened.
2021-05-31 02:32:07 +00:00
Sadick
0dd75df540
Merge pull request #22498 from atom/update-desktop.ini
Update atom.desktop.ini
2021-05-28 22:47:56 +03:00
Brenton Horne
8d9b9da671
Update atom.desktop.ini
Categories shouldn't include GNOME, as that's for GNOME core apps.
MimeType should include all default (i.e., with the default bundled
packages) supported file types for the editor.
2021-05-28 18:24:55 +03:00
darangi
8fb0761333 reset ci configs to default 2021-05-27 17:05:52 +01:00
darangi
483bdf86fe temporary enable release branch build
add migration branch to list of triggers

revert pr trigger

set isReleaseBranch and isSignedZipBranch to true, this is temporary

fix lint

alter config files

set release branch to false

add @azure/storage-blob
2021-05-27 17:00:18 +01:00
Sadick
a3d4f9cdbd
Merge pull request #22478 from atom/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.16.3 to 4.16.6
2021-05-25 11:35:36 +03:00
dependabot[bot]
eb4a3ae019
Bump browserslist from 4.16.3 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 00:46:52 +00:00
Sadick
9a84b67e27
Merge pull request #22475 from atom/bufferRangeForScopeAtPosition-documentation
Document TextEditor::bufferRangeForScopeAtBufferPosition
2021-05-24 19:23:55 +03:00
sadick254
59b467eb19
Fix linting 2021-05-24 18:12:38 +03:00
Chris J. Shull
aa766c24ad
s/bufferRangeForScopeAtBufferPosition/bufferRangeForScopeAtPosition/ 2021-05-24 17:32:37 +03:00
Chris J. Shull
9f9de12aa1
fix trailing spaces 2021-05-24 17:32:05 +03:00
Chris J. Shull
7d4b5864e9
Document TextEditor::bufferRangeForScopeAtBufferPosition
Also rename from "bufferRangeForScopeAtPosition" to match similar method names.
2021-05-24 17:32:02 +03:00
Sadick
ea4cbb7e84
Merge pull request #11786 from Connormiha/master
fix spec toShow()
2021-05-24 07:23:46 +03:00
Sadick
e940971c34
Merge pull request #22448 from mfonville/fixdependencies-readme
Update readme install libraries instructions
2021-05-21 23:32:52 +03:00
Sadick
ede1f916c5
Merge pull request #16206 from atom/as-enable-editor-keymaps-outside-workspace-on-linux-and-win32
Enable default editor keymaps for editors located outside atom-workspace
2021-05-21 23:13:10 +03:00
mfonville
b9dee1966e
Add libasound2 and libgbm1, remove python notice 2021-05-21 18:47:57 +02:00