Commit Graph

38313 Commits

Author SHA1 Message Date
sadick254
99f95cd1b7 Remove redudant await 2021-07-28 22:44:33 +03:00
Sadick
6c848e97a0 Merge pull request #22779 from atom/fix-lint
Fix linting issues
2021-07-28 22:32:16 +03:00
sadick254
fadf565b30 Fix linting issues 2021-07-28 22:31:35 +03:00
Musa Ibrahim
ad27d8431b Merge pull request #22578 from icecream17/patch-1
add await to the async isValidGitDirectory
2021-07-28 18:57:33 +01:00
Sadick
6da0f025b1 Merge pull request #22774 from atom/use-custom-elements-on-specs
Use customElement for the specs
2021-07-28 19:00:58 +03:00
sadick254
6deb323384 Use customElement for the specs
document.register element will be deprecated on chrome bundled with
electron 11. This makes it impossible to upgrade
2021-07-28 18:55:15 +03:00
Sadick
5b67c456d7 Merge pull request #22769 from atom/use-custom-elements-atom-test-container-item-element
Use custom elements on TestPanelContainerItemElement
2021-07-28 18:18:13 +03:00
sadick254
89597affff Use custom elements on TestPanelContainerItemElement 2021-07-27 20:50:13 +03:00
Hubot
d6b1c04a98 1.60.0-dev 2021-07-26 12:55:52 -04:00
Sadick
2c640c4a8e Merge pull request #22755 from atom/use-custom-element-workspace-element
Use custom element on workspace-element
2021-07-24 08:38:48 +03:00
sadick254
e362a8f0f7 Use custom element on workspace-element
document.registerElement is being deprecated which will make upgrading
to later versions of electron imposible
2021-07-23 21:07:34 +03:00
sadick254
fea499155d Revert "1.60.0-dev"
This reverts commit f35fc3d348.
2021-07-22 22:45:21 +03:00
Sadick
84a026fe20 Merge pull request #22750 from atom/use-custom-elements-pane-container
Use custom element on pane container element
2021-07-21 08:35:57 +03:00
sadick254
5799920e37 Spec cleanup
Remove unnecessary return statements
2021-07-20 22:27:18 +03:00
sadick254
2a1e10a9f9 Use custom elements on pane container element
document.registerElement is being deprecated which will make upgrading
to later versions of electron imposible
2021-07-20 22:17:35 +03:00
Sadick
91c3a694df Merge pull request #22749 from atom/migrate-to-custom-elements-styles-element
Migrate styles element to custom elements
2021-07-20 20:04:41 +03:00
sadick254
80888a979e Migrate to custom elements
document.registerElement will be deprecated which will make moving to
later electrons imposible.
2021-07-20 17:15:27 +03:00
Sadick
f9f0aa3fd6 Merge pull request #22717 from icecream17/try-removing-marked
Try removing marked
2021-07-19 19:28:45 +03:00
Sadick
311309a111 Merge pull request #22738 from atom/migrate-to-ubuntu-latest
Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
2021-07-19 19:18:39 +03:00
Sadick
b074765522 Merge pull request #22741 from mfonville/migrate-to-ubuntu-latest
For glibc compatibility use Ubuntu 18.04 as environment
2021-07-19 18:45:56 +03:00
Sadick
c44c52325c Merge pull request #22733 from atom/decaffeinate
Decaffeinate elements
2021-07-19 18:31:45 +03:00
mfonville
ce27104239 For glibc compatibility use Ubuntu 18.04 as environment 2021-07-16 23:09:10 +02:00
sadick254
d53957a98b Decaffeinate pane-resize-handle-element 2021-07-16 23:36:18 +03:00
sadick254
3833de37fe Decaffeinate pane-axis-element 2021-07-16 22:10:06 +03:00
Sadick
b83ee79e79 Merge pull request #22737 from eltociear/patch-4
Fix typo in tree-sitter-language-mode-spec.js
2021-07-16 19:20:12 +03:00
sadick254
27ab77394f Ubuntu 16.04 LTS environment is deprecated
It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.

https://github.com/actions/virtual-environments/issues/3287.

e
 On branch migrate-to-ubuntu-latest
2021-07-16 19:16:09 +03:00
sadick254
c5a37677ed Fix package-lock.json 2021-07-16 18:43:32 +03:00
Ikko Ashimine
a9724cb915 Fix typo in tree-sitter-language-mode-spec.js
targetting -> targeting
2021-07-16 23:42:54 +09:00
sadick254
747b9cbffb Decaffeinate styles element 2021-07-15 22:13:42 +03:00
steven nguyen
ee72d3519f Use marked version 1.2.0 2021-07-15 11:51:57 -05:00
icecream17
0ede4a6ec1 Actually run npm install instead of naive change 2021-07-14 18:15:20 -05:00
Sadick
79d468145c Merge pull request #22697 from hwittenborn/master
Fixed command to install Atom dependencies on Ubuntu
2021-07-14 08:00:54 +03:00
steven nguyen
b38bf4d846 Remove unused import marked 2021-07-11 13:51:28 -05:00
steven nguyen
02b1062ca5 Remove marked 2021-07-11 13:46:58 -05:00
steven nguyen
0119a8c052 Remove marked 2021-07-11 13:46:05 -05:00
Hunter Wittenborn
f5f73d2911 Update README.md
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-09 04:05:11 -05:00
Sadick
5676dfc5d7 Merge pull request #22597 from juggernautjp/fix/not-update-menu-with-i18n
Fix/not update menu with i18n (#22594)
2021-07-08 11:31:05 +03:00
Hunter Wittenborn
481feaea2c Fixed numbered list in APT command 2021-07-06 03:56:44 -05:00
Hunter Wittenborn
722ff36bac Moved APT command to separate line 2021-07-06 03:56:03 -05:00
Hunter Wittenborn
f41d857bef Fixed command to install APT dependencies 2021-07-06 03:55:08 -05:00
juggernautjp
12d857c3e9 Delete the comment, specified by icecream17. 2021-07-06 06:21:06 +09:00
sibaki_girls
93f652b339 Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:03:45 +09:00
sibaki_girls
f471ab2dbb Update src/menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:03:29 +09:00
sibaki_girls
ab7c5809db Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:03:02 +09:00
sibaki_girls
74dedc268e Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:56 +09:00
sibaki_girls
4bc1b8a779 Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:51 +09:00
sibaki_girls
9a66074706 Update src/main-process/application-menu.js
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:40 +09:00
sibaki_girls
31c91de00d Update src/context-menu-manager.coffee
Co-authored-by: Sadick <sadickjunior@gmail.com>
2021-07-04 04:02:26 +09:00
Sadick
c430678a76 Merge pull request #22688 from atom/dependabot/npm_and_yarn/color-string-1.5.5
Bump color-string from 1.5.4 to 1.5.5
2021-07-02 23:18:22 +03:00
dependabot[bot]
725e8ca98f Bump color-string from 1.5.4 to 1.5.5
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 19:25:42 +00:00