Commit Graph

38352 Commits

Author SHA1 Message Date
sadick254
b2eeaafc3e Bump electron version 2021-08-18 12:57:37 +03:00
sadick254
0a8684575d Bump packages
- @atom/fuzzy-native@1.2.1
- @atom/nsfw@1.0.28",
- atom-keymap@8.2.15",
- first-mate@7.4.3",
- pathwatcher@8.1.2",
2021-08-18 12:57:37 +03:00
Sadick
d6c3cdc979 Merge pull request #22867 from atom/text-editor-element
Use custom element on text editor element
2021-08-18 12:56:15 +03:00
sadick254
510d04bffe Use custom element on text editor element 2021-08-18 12:55:00 +03:00
Sadick
7df9cdb0a8 Merge pull request #22865 from atom/revert-timeout-on-ci
Revert timeout increase on CI.
2021-08-16 20:53:15 +03:00
sadick254
133a7062ca Revert timeout increase on CI.
We now have a retry mechanism. There is now no need to make the wait
period longer
2021-08-16 20:51:35 +03:00
Sadick
cde092ee40 Merge pull request #22751 from atom/use-custom-element-on-pane-element
Use custom element on pane-element
2021-08-13 10:51:39 +03:00
sadick254
7074840e2d Fix go-to-line package failing spec 2021-08-13 08:55:18 +03:00
sadick254
fd1f34ffe9 Attach workspace element to the dom
The tests were failing due to nodes not being found on the DOM.
2021-08-13 08:55:18 +03:00
sadick254
ae937eca35 Use custom element on pane-element
document.registerElement is being deprecated which will make upgrading
to later versions of electron imposible
2021-08-13 08:55:18 +03:00
Sadick
e57462395d Merge pull request #22851 from atom/bump-tree-view
Bump tree-view
2021-08-13 08:52:20 +03:00
sadick254
8a18c4bea5 Bump tree-view 2021-08-13 06:54:11 +03:00
Musa Ibrahim
d6149bfd48 Merge pull request #22850 from atom/fix-octokit-header
Fixes Deprecated Authentication Style-2
2021-08-13 00:15:44 +01:00
darangi
66e671862b change authentication method again 2021-08-13 00:12:47 +01:00
Musa Ibrahim
0419c854f8 Merge pull request #22849 from atom/fix-octokit-header
Fixes Deprecated Authentication Style
2021-08-12 20:17:00 +01:00
darangi
62bab604c8 change authentication method 2021-08-12 19:04:50 +01:00
Sadick
5e474d9c38 Merge pull request #22840 from atom/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-11 19:42:10 +03:00
dependabot[bot]
8cdcd0e7ab Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 15:16:50 +00:00
Sadick
74ba66ecae Merge pull request #22841 from atom/dependabot/npm_and_yarn/packages/about/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
2021-08-11 18:13:01 +03:00
dependabot[bot]
460cd7b2eb Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 19:26:13 +00:00
Sadick
9c76dd190f Merge pull request #22834 from atom/bump-tabs
Bump tabs@0.110.2
2021-08-09 08:30:08 +03:00
sadick254
486a6ef8fe Bump tabs@0.110.2 2021-08-09 08:19:16 +03:00
Sadick
00ff9f9e92 Merge pull request #22818 from atom/bump-tabs
Bump tabs
2021-08-06 20:35:32 +03:00
sadick254
3e43fec5c6 Bump tabs 2021-08-06 20:29:17 +03:00
Sadick
014748e3e3 Merge pull request #22817 from atom/bump-keybindng-resolver
Bump keybinding-resolver@0.39.1
2021-08-06 19:44:32 +03:00
sadick254
d4ef91761f Bump keybinding-resolver@0.39.1 2021-08-06 19:42:45 +03:00
Sadick
dbb2167bc5 Merge pull request #22814 from atom/bumb-notifications
Bump notifications@0.72.1
2021-08-05 22:15:12 +03:00
sadick254
0470fad3a0 Bump notifications@0.72.1 2021-08-05 21:24:16 +03:00
Sadick
fe246c07f3 Merge pull request #22787 from atom/use-custom-elements-on-pane-resize-handle
Use custom element on pane resize-handle element
2021-08-04 07:30:11 +03:00
sadick254
848526643b Use custom element on pane resize-handle element 2021-08-03 23:22:54 +03:00
Sadick
26be5d8439 Merge pull request #22800 from joaotmartins/update-tree-view
Updates tree-view package to v0.229.0
2021-08-03 22:10:47 +03:00
Joao Martins
63414c6f66 Updates tree-view package to v0.229.0 2021-08-01 22:02:53 +01:00
Sadick
f37fc2a31a Merge pull request #22789 from atom/use-custom-element-on-text-editor-element-spec
Use custom elements on text editor element spec
2021-07-29 20:37:40 +03:00
sadick254
fc5286fdca Use custom elements on text editor element spec 2021-07-29 20:37:12 +03:00
Sadick
5723092079 Merge pull request #22785 from atom/use-custom-element-on-pane-axis
Use customElement on pane axis
2021-07-29 11:52:47 +03:00
sadick254
894a78aa3d Use customElements 2021-07-29 07:30:53 +03:00
Sadick
fa422133ef Merge pull request #22780 from atom/use-custom-element-on-pane-container-element
Use custom elements on pane container element
2021-07-29 00:01:25 +03:00
sadick254
d1f3d4e3bb Use custom elements on pane container element 2021-07-29 00:00:54 +03:00
Sadick
f564fbc80f Merge pull request #22781 from atom/fix-lint
Remove redudant await
2021-07-28 22:46:17 +03:00
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