Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add check-for-updates chkbox in install wizard #1348

Merged

Conversation

rtaneja1
Copy link
Contributor

@rtaneja1 rtaneja1 commented Jul 2, 2019

Show Check for Updates in Windows and Linux Installer wizards -
Screen Shot 2019-07-03 at 2 01 54 PM

@neilcsmith-net neilcsmith-net merged commit 18564ad into apache:master Jul 3, 2019
@rtaneja1 rtaneja1 deleted the installer-show-checkforupdates branch July 29, 2019 08:22
@mbien mbien mentioned this pull request Jul 5, 2024
mbien added a commit to mbien/netbeans that referenced this pull request Jul 6, 2024
 - Hide check-for-updates step from the (windows) installer again
   since it is a no-op with the current NB release model
 - reverts apache#1348 without changing codepaths outside the checkbox
   logic to reduce risks of other side effects
 - can be re-enabled using a property
mbien added a commit to mbien/netbeans that referenced this pull request Jul 8, 2024
 - Hide check-for-updates step from the (windows) installer again
   since it is a no-op with the current NB release model
 - reverts apache#1348 without changing codepaths outside the checkbox
   logic to reduce risks of other side effects
 - can be re-enabled using a property
petrovic-d added a commit to petrovic-d/netbeans that referenced this pull request Jul 10, 2024
Get java version from Maven projects

Util for checking if extension command is available

Move file

Get java version from installation path

Project abstraction with methos to retreive java version

Initial position of breakpoints view is next to navigator

Always open expression evaluator view

PHP: removed built-in type real
  - deleted the built-in type real
    (php does not have a built-in real type: https://www.php.net/manual/en/language.types.intro.php
    Also see the warning under "Scalar Types": https://www.php.net/manual/en/language.types.declarations.php)
  - fixed broken tests
  - new tests added
  - fixes generation of return type real instead of float for a method when overriding a base class method with an autocomplete
  - fixes generation of return type real instead of float for a function in phpDoc

Fix "Fix Imports" [apacheGH-7546]

- apache#7546
- Compare segments of namespace names to avoid adding incorrect items
- Add a unit test

Reduce redundant cast warnings. These happen as a side result of code cleanup..

Reduce warnings that look like this:

   [repeat] /home/bwalker/src/netbeans/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/util/LogManager.java:271: warning: [cast] redundant cast to LogViewer
   [repeat]         contextLog = (LogViewer)contextLogViewers.get(moduleID);
   [repeat]                      ^Cleanup redundant casts. These are a side effect of work done doing code cleanup.

Fix unit tests

- Use `checkCompletionOnlyDocumentation` test method because there are functions that have the same prefix

Micronaut: Clear symbol cache on ClasspathInfo changes.

Remove downloader from NBI

 - the download manager relied on suspend/resume/stop from
   java.lang.Thread which were deprecated since Java 1.2
 - JDK 23 removes suspend/resume, others are already no-ops
 - fixing this would require a completely different approach,
   and since NBI is no longer maintained and in the process
   to be replaced by nbpackage this is th easiest option

Remove redundant code

Remove new lines

Await on NbLanguageClient

Removed unused code

Reduce number of resolve(undefined)

Explicitly set xml2js parser to be sync

Shorten array element check

Recursively search for subprojects

Reference github issue inside comment

Use vscode.Uri.file

Modify regex to support whitespaces between identifiers, literals and symbols

Use vscode.Uri.parse

Removed explicit check for the command as no longer needed

Add licence header

NBI: disable update check again

 - Hide check-for-updates step from the (windows) installer again
   since it is a no-op with the current NB release model
 - reverts apache#1348 without changing codepaths outside the checkbox
   logic to reduce risks of other side effects
 - can be re-enabled using a property

Docker - Load images

Docker images don't load because `VirtualSize` attribute was removed from Docker Engine in v1.44.

---

Using `getOrDefault` for the `Created`, `Size` and `VirtualSize` attributes.

Using `Size` as default value to `VirtualSize`.

Annotating the `VirtualSize` attribute as deprecated

CI: start testing on 23-ea

 - move from 22 to 23-ea (all except java hints which would require
   nb-javac 23)
 - merge APISupport job into another job

JDK 23 related test fixes

 - '-proc:full' is now required for annotation processing
 - java.lang.Thread finally lost a few methods

Improving multistep infrastructure, command for uploading cloud assets to config map
petrovic-d added a commit to petrovic-d/netbeans that referenced this pull request Jul 10, 2024
Get java version from Maven projects

Util for checking if extension command is available

Move file

Get java version from installation path

Project abstraction with methos to retreive java version

Initial position of breakpoints view is next to navigator

Always open expression evaluator view

PHP: removed built-in type real
  - deleted the built-in type real
    (php does not have a built-in real type: https://www.php.net/manual/en/language.types.intro.php
    Also see the warning under "Scalar Types": https://www.php.net/manual/en/language.types.declarations.php)
  - fixed broken tests
  - new tests added
  - fixes generation of return type real instead of float for a method when overriding a base class method with an autocomplete
  - fixes generation of return type real instead of float for a function in phpDoc

Fix "Fix Imports" [apacheGH-7546]

- apache#7546
- Compare segments of namespace names to avoid adding incorrect items
- Add a unit test

Reduce redundant cast warnings. These happen as a side result of code cleanup..

Reduce warnings that look like this:

   [repeat] /home/bwalker/src/netbeans/enterprise/tomcat5/src/org/netbeans/modules/tomcat5/util/LogManager.java:271: warning: [cast] redundant cast to LogViewer
   [repeat]         contextLog = (LogViewer)contextLogViewers.get(moduleID);
   [repeat]                      ^Cleanup redundant casts. These are a side effect of work done doing code cleanup.

Fix unit tests

- Use `checkCompletionOnlyDocumentation` test method because there are functions that have the same prefix

Micronaut: Clear symbol cache on ClasspathInfo changes.

Remove downloader from NBI

 - the download manager relied on suspend/resume/stop from
   java.lang.Thread which were deprecated since Java 1.2
 - JDK 23 removes suspend/resume, others are already no-ops
 - fixing this would require a completely different approach,
   and since NBI is no longer maintained and in the process
   to be replaced by nbpackage this is th easiest option

Remove redundant code

Remove new lines

Await on NbLanguageClient

Removed unused code

Reduce number of resolve(undefined)

Explicitly set xml2js parser to be sync

Shorten array element check

Recursively search for subprojects

Reference github issue inside comment

Use vscode.Uri.file

Modify regex to support whitespaces between identifiers, literals and symbols

Use vscode.Uri.parse

Removed explicit check for the command as no longer needed

Add licence header

NBI: disable update check again

 - Hide check-for-updates step from the (windows) installer again
   since it is a no-op with the current NB release model
 - reverts apache#1348 without changing codepaths outside the checkbox
   logic to reduce risks of other side effects
 - can be re-enabled using a property

Docker - Load images

Docker images don't load because `VirtualSize` attribute was removed from Docker Engine in v1.44.

---

Using `getOrDefault` for the `Created`, `Size` and `VirtualSize` attributes.

Using `Size` as default value to `VirtualSize`.

Annotating the `VirtualSize` attribute as deprecated

CI: start testing on 23-ea

 - move from 22 to 23-ea (all except java hints which would require
   nb-javac 23)
 - merge APISupport job into another job

JDK 23 related test fixes

 - '-proc:full' is now required for annotation processing
 - java.lang.Thread finally lost a few methods

Improving multistep infrastructure, command for uploading cloud assets to config map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants