@@ -122,18 +122,18 @@ To fetch information from Github, you have to:
122122
1231232. Select the object type you want to synchronize and its Gthub name
124124
125- |image |
125+ |sync_organization |
126126
1271273. Once done for your organization(s), go to 'Github' / 'Github
128128 Commnunity' / 'Organizations'
129129
130- |image1 |
130+ |github_organization_kanban |
131131
1321324. Optionally, once organization is created, you can create series for
133133 your projects. Go to 'Github' / 'Organizations' / click on your
134134 organization / 'Organization Series' Tabs
135135
136- |image2 |
136+ |github_organization_series |
137137
138138Select branches to download
139139---------------------------
@@ -148,13 +148,13 @@ only main branches (releases):
1481482. In the 'Settings' tab, set the URL of the 'External Services' you use
149149 for Continuous Integration and Coverage.
150150
151- |image3 |
151+ |github_organization_external_services |
152152
1531533. Once done, click on buttons 'Syncs', to synchronize repositories,
154154 teams and members. (This process can take a while depending of your
155155 size)
156156
157- |image4 |
157+ |github_organization_sync_buttons |
158158
159159Team / members synchronization
160160------------------------------
@@ -163,17 +163,17 @@ You can synchronize members teams:
163163
1641641. Go to 'Teams' / tree view / 'Actions' / 'Update from Github'.
165165
166- |image5 |
166+ |github_team_kanban |
167167
1681682. In each team, you can see the members list and the role of the
169169 members
170170
171- |image6 |
171+ |github_team_partner_kanban |
172172
1731733. In each team, you can see the repositories list but not the
174174 permissions of the team. (See 'Known Issues' Section)
175175
176- |image7 |
176+ |github_team_repository_kanban |
177177
178178Repositories synchronization
179179----------------------------
@@ -182,12 +182,12 @@ You can synchronize the branches of your repositories:
182182
1831831. Go to 'Repositories' / tree view / 'Actions' / 'Update from Github'
184184
185- |image8 |
185+ |github_repository_kanban |
186186
1871872. In each repository, you can see the main branches list and the size
188188 of code source.
189189
190- |image9 |
190+ |github_repository_branch_kanban |
191191
192192Fetching the source code
193193------------------------
@@ -197,12 +197,12 @@ Finally, you can download locally the source code of all your branches:
1971971. Go to 'Repository Branches' / tree view / 'Actions' / 'Download and
198198 Analyse Source Code'.
199199
200- |image10 |
200+ |wizard_download_analyze |
201201
2022022. In the tree view you can update manually source code or refresh
203203 analysis.
204204
205- |image11 |
205+ |github_repository_branch_list |
206206
207207Analysis source code
208208--------------------
@@ -257,14 +257,14 @@ Odoo
257257 4. Later on, a synchronization will be performed, to create the
258258 according team in the Odoo instance.
259259
260- |image12 |
260+ |wizard_create_team |
261261
2622622. Repositories:
263263
264264 1. Go to 'Settings' / 'Create Team in Github'.
265265 2. Set the information and click on Create in Github.
266266
267- |image13 |
267+ |wizard_create_repository |
268268
269269Note
270270----
@@ -285,33 +285,33 @@ This module provides several reports
285285
286286**Branches by Serie **
287287
288- |image14 |
288+ |reporting_branches_by_serie |
289289
290290**Sizes by Serie **
291291
292- |image15 |
292+ |reporting_sizes_by_serie |
293293
294294**Repository branch analysis rule **
295295
296- |image16 |
297-
298- .. |image | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/sync_organization.png
299- .. |image1 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_kanban.png
300- .. |image2 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_series.png
301- .. |image3 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_external_services.png
302- .. |image4 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_sync_buttons.png
303- .. |image5 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_team_kanban.png
304- .. |image6 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_team_partner_kanban.png
305- .. |image7 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_team_repository_kanban.png
306- .. |image8 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_kanban.png
307- .. |image9 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_branch_kanban.png
308- .. |image10 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/wizard_download_analyze.png
309- .. |image11 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_branch_list.png
310- .. |image12 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/wizard_create_team.png
311- .. |image13 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/wizard_create_repository.png
312- .. |image14 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/reporting_branches_by_serie.png
313- .. |image15 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/reporting_sizes_by_serie.png
314- .. |image16 | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_branch_rule_info_report.png
296+ |github_repository_branch_rule_info_report |
297+
298+ .. |sync_organization | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/sync_organization.png
299+ .. |github_organization_kanban | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_kanban.png
300+ .. |github_organization_series | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_series.png
301+ .. |github_organization_external_services | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_external_services.png
302+ .. |github_organization_sync_buttons | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_organization_sync_buttons.png
303+ .. |github_team_kanban | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_team_kanban.png
304+ .. |github_team_partner_kanban | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_team_partner_kanban.png
305+ .. |github_team_repository_kanban | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_team_repository_kanban.png
306+ .. |github_repository_kanban | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_kanban.png
307+ .. |github_repository_branch_kanban | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_branch_kanban.png
308+ .. |wizard_download_analyze | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/wizard_download_analyze.png
309+ .. |github_repository_branch_list | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_branch_list.png
310+ .. |wizard_create_team | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/wizard_create_team.png
311+ .. |wizard_create_repository | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/wizard_create_repository.png
312+ .. |reporting_branches_by_serie | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/reporting_branches_by_serie.png
313+ .. |reporting_sizes_by_serie | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/reporting_sizes_by_serie.png
314+ .. |github_repository_branch_rule_info_report | image :: https://raw.githubusercontent.com/OCA/interface-github/17.0/github_connector/static/description/github_repository_branch_rule_info_report.png
315315
316316Known issues / Roadmap
317317======================
0 commit comments