You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ assignees: ''
7
7
8
8
---
9
9
10
-
> **Before posting a new question, please read the documentation](https://github.com/lequal/i-CodeCNES/wiki) and check [existing issues](https://github.com/lequal/i-CodeCNES/issues)**
10
+
> **Before posting a new question, please read the documentation](https://github.com/cnescatlab/i-CodeCNES/wiki) and check [existing issues](https://github.com/cnescatlab/i-CodeCNES/issues)**
11
11
12
12
**Describe what you need to know**
13
13
A clear and concise description of what your question is.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ What types of changes does your code introduce to i-Code?
22
22
23
23
> _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
24
24
25
-
-[ ] I have read the [CONTRIBUTING](https://github.com/lequal/i-CodeCNES/blob/master/CONTRIBUTING.md) doc
26
-
-[ ] I agree with the [CODE OF CONDUCT](https://github.com/lequal/i-CodeCNES/blob/master/CONTRIBUTING.md)
25
+
-[ ] I have read the [CONTRIBUTING](https://github.com/cnescatlab/i-CodeCNES/blob/master/CONTRIBUTING.md) doc
26
+
-[ ] I agree with the [CODE OF CONDUCT](https://github.com/cnescatlab/i-CodeCNES/blob/master/CONTRIBUTING.md)
27
27
-[ ] Lint and unit tests pass locally with my changes
28
28
-[ ] SonarCloud and Travis CI tests pass with my changes
29
29
-[ ] I have added tests that prove my fix is effective or that my feature works
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at L-lequal@cnes.fr. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at catlab@cnes.fr. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
38
39
39
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to i-Code CNES
2
2
First off, thanks for taking the time to contribute!
3
-
The following is a set of guidelines for contributing to i-Code Cnes, which are hosted in the [Lequal Organization](https://github.com/lequal) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
3
+
The following is a set of guidelines for contributing to i-Code Cnes, which are hosted in the [CATLab Organization](https://github.com/cnescatlab) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
4
4
5
5
#### Table Of Contents
6
6
+[Code of Conduct](#code-of-conduct)
@@ -11,7 +11,7 @@ The following is a set of guidelines for contributing to i-Code Cnes, which are
11
11
*[Git Commit Messages](#git-commit-messages)
12
12
13
13
## Code of Conduct
14
-
This project and everyone participating in it is governed by the [Lequal Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [L-lequal@cnes.fr](mailto:L-lequal@cnes.fr).
14
+
This project and everyone participating in it is governed by the [CATLab Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [catlab@cnes.fr](mailto:catlab@cnes.fr).
15
15
16
16
## How Can I Contribute?
17
17
@@ -32,7 +32,7 @@ Explain the problem and include additional details to help maintainers reproduce
32
32
33
33
Provide more context by answering these questions:
34
34
***Did the problem start happening recently** (e.g. after updating to a new version of the plugin or SonarQube) or was this always a problem?
35
-
* If the problem started happening recently, **can you reproduce the problem in an older version?** What's the most recent version in which the problem doesn't happen? You can download older versions from [the releases page](https://github.com/lequal/i-CodeCNES/releases).
35
+
* If the problem started happening recently, **can you reproduce the problem in an older version?** What's the most recent version in which the problem doesn't happen? You can download older versions from [the releases page](https://github.com/cnescatlab/i-CodeCNES/releases).
36
36
***Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.
37
37
38
38
Include details about your configuration and environment:
@@ -72,7 +72,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com
72
72
73
73
All contributions are welcome. They are made via a *pull request* on the branch `dev` which is the branch of the next version.
74
74
75
-
* pull request with **major** changes must be approved by at least one maintainer of each team and the LEQUAL.
75
+
* pull request with **major** changes must be approved by at least one maintainer of each team and the CNES CatLab.
76
76
77
77
* pull requests with **minor** changes must be approved by at least one organization's member.
i-Code CNES is a static code analysis tool to help developers write code compliant with CNES coding rules for Fortran 77, Fortran 90 and Shell.
10
10
11
-
All the information on CNES standards coverage, and rules availabilities and limitations can be read in the [documentation](https://github.com/lequal/i-CodeCNES/wiki).
11
+
All the information on CNES standards coverage, and rules availabilities and limitations can be read in the [documentation](https://github.com/cnescatlab/i-CodeCNES/wiki).
12
12
13
13
## Quick start
14
-
- Download latest i-Code version on [GitHub Releases](https://github.com/lequal/i-CodeCNES/releases).
14
+
- Download latest i-Code version on [GitHub Releases](https://github.com/cnescatlab/i-CodeCNES/releases).
15
15
- Unzip i-Code archive where you need it.
16
16
- Add `icode` to your path.
17
17
- Grant `icode` execution permission.
@@ -30,7 +30,7 @@ This is the common GUI application for i-Code.
30
30
##### i-Code plugin for Eclipse
31
31
The Eclipse plugin for i-Code allows to use i-Code from Eclipse IDE.
32
32
##### i-Code plugin for SonarQube
33
-
The SonarQube plugin for i-Code allows to use i-Code through SonarQube analysis. Please refer to [sonar-icode-cnes-plugin](https://github.com/lequal/sonar-icode-cnes-plugin) for more details.
33
+
The SonarQube plugin for i-Code allows to use i-Code through SonarQube analysis. Please refer to [sonar-icode-cnes-plugin](https://github.com/cnescatlab/sonar-icode-cnes-plugin) for more details.
If you need to add some new feature, the easiest way is to implment your own plugin by forking [icode-custom-plugin-example](https://github.com/lequal/icode-custom-plugin-example) and its dedicated [Developer Guide](https://github.com/lequal/icode-custom-plugin-example/wiki/Developer-guide).
80
+
If you need to add some new feature, the easiest way is to implment your own plugin by forking [icode-custom-plugin-example](https://github.com/cnescatlab/icode-custom-plugin-example) and its dedicated [Developer Guide](https://github.com/cnescatlab/icode-custom-plugin-example/wiki/Developer-guide).
81
81
82
82
## Changelog
83
83
84
+
#### Release 4.1.1
85
+
###### Fixed bugs
86
+
-[x]**BUG #221** > Too many open files
87
+
84
88
#### Release 4.1.0
85
89
86
90
###### New features
@@ -110,17 +114,17 @@ If you need to add some new feature, the easiest way is to implment your own plu
110
114
- Update packaging of i-Code #165
111
115
- Update CI #145
112
116
- Reintegrate RCP as a submodule using i-Code Core #165
113
-
- This 4.0.0 version integrate a whole new architecture described in https://github.com/lequal/i-CodeCNES/wiki
117
+
- This 4.0.0 version integrate a whole new architecture described in https://github.com/cnescatlab/i-CodeCNES/wiki
114
118
-`icode-core`: contains core feature to build analyzer
115
119
-`icode-library`: contains the minimal classes to run i-Code analyzers in a Java application
116
120
-`icode-app`: a standalone command line version of i-Code analyzer
117
121
-`icode-ide`: contains the i-Code IDE version and Eclipse plugin
118
122
-`*-language`, `*-rules` and `*-metrics`: contain analyzer for several languages: Shell, Fortran, ...
119
-
- The new documentation is available as a wiki https://github.com/lequal/i-CodeCNES/wiki
120
-
- A `Developer Guide` is now available here: https://github.com/lequal/icode-custom-plugin-example/wiki/Developer-guide
123
+
- The new documentation is available as a wiki https://github.com/cnescatlab/i-CodeCNES/wiki
124
+
- A `Developer Guide` is now available here: https://github.com/cnescatlab/icode-custom-plugin-example/wiki/Developer-guide
121
125
- Users are able to add custom plugins by putting their `jar` files into `icode/plugins/` directory
122
126
- Bug about recursive analysis is fixed and users can now simply analyze a directory, e.g.: `icode .`
123
-
- The continuous integration was enhanced with Travis(https://travis-ci.org/lequal/i-CodeCNES) and SonarCloud(https://sonarcloud.io/dashboard?id=lequal_i-CodeCNES)
127
+
- The continuous integration was enhanced with Travis(https://travis-ci.org/cnescatlab/i-CodeCNES) and SonarCloud(https://sonarcloud.io/dashboard?id=lequal_i-CodeCNES)
124
128
- The contributing page and issue templates were updated
125
129
- Eclipse RCP was removed from core features of i-Code
126
130
- Some other minor enhancements and fixes
@@ -200,28 +204,28 @@ If you need to add some new feature, the easiest way is to implment your own plu
200
204
* Improvements of analysis failure notifications #50
201
205
* XML and CSV export improvements #69#19
202
206
203
-
*Minor fixes and other enhancements : [milestone 3.0.0](https://github.com/lequal/i-CodeCNES/milestone/1).*
207
+
*Minor fixes and other enhancements : [milestone 3.0.0](https://github.com/cnescatlab/i-CodeCNES/milestone/1).*
Bugs and feature requests: https://github.com/lequal/i-CodeCNES/issues
220
+
Bugs and feature requests: https://github.com/cnescatlab/i-CodeCNES/issues
217
221
218
222
### How to contribute
219
223
If you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.
220
224
221
225
If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.
222
226
223
227
### License
224
-
Copyright 2019 LEQUAL.
228
+
Copyright 2022 CATLab.
225
229
226
230
This software is licensed under the terms in the file named "LICENSE" in this directory.
0 commit comments