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

feat: Check if Include folders/files do exists (in case they are removed) #1718

Open
wants to merge 30 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f6bf5bc
Check if Include folders/files do exists (in case they are removed)
rafaelhdr May 9, 2024
d4556ca
Update CHANGES
rafaelhdr May 9, 2024
5f3a8c7
PEP8 convention
rafaelhdr May 9, 2024
e07d5a1
PEP8 convention
rafaelhdr May 9, 2024
ce4d761
PEP8 convention
rafaelhdr May 9, 2024
27fe2da
refactor code from review
rafaelhdr May 9, 2024
27ac817
PEP8 snake case
rafaelhdr May 9, 2024
4f36503
fixes missing self
rafaelhdr May 9, 2024
9cb8348
PEP8 snake convention
rafaelhdr May 9, 2024
7472f54
PEP8 blank lines
rafaelhdr May 9, 2024
287d129
Merge branch 'dev' into check-included-do-exists
buhtz May 10, 2024
5161ccd
Merge branch 'dev' into check-included-do-exists
buhtz May 12, 2024
45aa011
move warning about missing snapshots for after mounting
rafaelhdr May 20, 2024
c2941ba
display error message on include
rafaelhdr May 20, 2024
6668487
Merge remote-tracking branch 'bit/dev' into check-included-do-exists
rafaelhdr May 20, 2024
205ee49
Merge branch 'dev' into check-included-do-exists
buhtz Jun 18, 2024
03c1050
Merge branch 'dev' into check-included-do-exists
buhtz Jun 28, 2024
bb5969c
document and rename has_missing_includes
rafaelhdr Jul 26, 2024
5416356
Merge remote-tracking branch 'bit/dev' into check-included-do-exists
rafaelhdr Aug 4, 2024
42b5e06
Merge branch 'dev' into check-included-do-exists
buhtz Oct 3, 2024
1f9d888
Merge branch 'dev' into check-included-do-exists
buhtz Nov 28, 2024
3ac5526
Update common/snapshots.py
rafaelhdr Jan 7, 2025
8004348
Update qt/app.py
rafaelhdr Jan 7, 2025
31b7424
review fixes
Jan 7, 2025
7dd5b74
Merge remote-tracking branch 'bit-team/dev' into check-included-do-ex…
Jan 7, 2025
6ab37ec
Update qt/app.py
rafaelhdr Jan 18, 2025
c78c229
move CHANGE to the first section
Jan 18, 2025
309498b
Merge branch 'dev' into check-included-do-exists
buhtz Jan 18, 2025
50bf4bd
Merge branch 'dev' into check-included-do-exists
buhtz Jan 21, 2025
6423a87
Merge branch 'dev' into check-included-do-exists
buhtz Feb 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move CHANGE to the first section
Rafael Hurpia da Rocha committed Jan 18, 2025
commit c78c229d90ea0afc0bb9f85552b08e0c1c5427f3
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ Version 1.6.0-dev (development of upcoming release)
* Changed: Completed license information to conform the REUSE.software and SPDX standards.
* Breaking Change: Auto-remove rules "Free inodes" and "Free space" disabled by default (#1976)
* Feature: Toolbar context menu to display the buttons in different combinations with icons and text (#1105) (@mooresamuel)
* Fix bug: Check if Include folders/files do exists (in case they are removed) (#1586) (@rafaelhdr)

Version 1.5.3 (2024-11-13)
* Doc: User manual (build with MkDocs) (#1838) (Kosta Vukicevic @stcksmsh)
@@ -41,7 +42,6 @@ Version 1.5.2 (2024-08-06)
* Build(translation): Language helper script processing syntax checks on po-files

Version 1.5.1 (2024-07-27)
* Fix bug: Check if Include folders/files do exists (in case they are removed) (#1586) (@rafaelhdr)
* Fix: Use correct port to ping SSH Proxy (#1815)

Version 1.5.0 (2024-07-26)