@grnsft/if 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/.github/ISSUE_TEMPLATE/agenda.md +4 -3
  2. package/.github/ISSUE_TEMPLATE/bug-report.md +32 -0
  3. package/.github/ISSUE_TEMPLATE/dev-ticket.md +44 -0
  4. package/.github/ISSUE_TEMPLATE/sprint-planning.md +39 -0
  5. package/.github/ISSUE_TEMPLATE/sprint-retro.md +41 -0
  6. package/coverage/clover.xml +147 -1128
  7. package/coverage/coverage-final.json +9 -26
  8. package/coverage/lcov-report/config/config.ts.html +3 -66
  9. package/coverage/lcov-report/config/index.html +16 -16
  10. package/coverage/lcov-report/config/index.ts.html +3 -3
  11. package/coverage/lcov-report/config/strings.ts.html +90 -21
  12. package/coverage/lcov-report/index.html +26 -221
  13. package/coverage/lcov-report/lib/index.html +40 -10
  14. package/coverage/lcov-report/lib/models-universe.ts.html +475 -0
  15. package/coverage/lcov-report/lib/observatory.ts.html +187 -0
  16. package/coverage/lcov-report/lib/supercomputer.ts.html +553 -0
  17. package/coverage/lcov-report/util/args.ts.html +25 -10
  18. package/coverage/lcov-report/util/errors.ts.html +157 -0
  19. package/coverage/lcov-report/util/index.html +16 -46
  20. package/coverage/lcov-report/util/yaml.ts.html +22 -16
  21. package/coverage/lcov.info +249 -2019
  22. package/examples/impls/case-studies/ntt-data-on-premise.yaml +42 -0
  23. package/package.json +4 -3
  24. package/build/config/config.d.ts +0 -9
  25. package/build/config/config.js +0 -51
  26. package/build/lib/observatory.d.ts +0 -20
  27. package/build/lib/observatory.js +0 -31
  28. package/build/types/model-interface.d.ts +0 -16
  29. package/build/types/model-interface.js +0 -3
  30. package/build/types/process-args.d.ts +0 -7
  31. package/build/types/process-args.js +0 -3
  32. package/build/types/supercomputer.d.ts +0 -4
  33. package/build/types/supercomputer.js +0 -3
  34. package/build/util/args.js +0 -48
  35. package/build/util/errors.d.ts +0 -6
  36. package/build/util/errors.js +0 -22
  37. package/build/util/helpers.js +0 -18
  38. package/src/__mocks__/boavizta/countries.json +0 -138
  39. package/src/__mocks__/boavizta/instance_types.json +0 -625
  40. package/src/__mocks__/boavizta/providers.json +0 -1
  41. package/src/__mocks__/watt-time/data.json +0 -119
  42. package/tsconfig.build.tsbuildinfo +0 -1
  43. package/yarn-error.log +0 -5854
@@ -1,17 +1,18 @@
1
1
  ---
2
2
  name: Agenda
3
- about: The standard agenda template for carbon ql
3
+ about: The standard agenda template for Impact Framework
4
4
  title: "GSF IEF Meeting Agenda yyyy-mm-dd"
5
5
  labels: agenda
6
6
  assignees: ''
7
7
 
8
8
  ---
9
9
 
10
- Time 11:30am (GMT) / 4:00pm (IST) - See the time in your [timezone](https://everytimezone.com/s/e7e219dd)
10
+ Time 10:30am (GMT) / 4:00pm (IST) - See the time in your [timezone](https://everytimezone.com/s/e7e219dd)
11
11
 
12
12
  - Lead – @srini1978 (Microsoft)
13
13
  - Co-Lead @navveenb (Accenture)
14
- - PM – @jawache (GSF)
14
+ - Co-Lead – @jawache (GSF)
15
+ - PM - @jmcook1186 (GSF)
15
16
 
16
17
  ## Antitrust Policy
17
18
  Joint Development Foundation meetings may involve participation by industry competitors, and it is the intention of the Joint Development Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws.
@@ -0,0 +1,32 @@
1
+ Issue tracker is **ONLY** used for reporting bugs.
2
+
3
+ <!--- Provide a general summary of the issue in the Title above -->
4
+
5
+ ## Expected Behavior
6
+ <!--- Tell us what should happen -->
7
+
8
+ ## Actual Behavior
9
+ <!--- Tell us what happens instead of the expected behavior -->
10
+
11
+ ## Ideas for Solution
12
+ <!--- Not required, but suggest a fix/reason for the bug if possible -->
13
+
14
+ ## Steps to Reproduce
15
+ <!--- Provide a link to a live example, or a set of specific instructions to -->
16
+ <!--- reproduce the bug. Include code, if relevant -->
17
+ 1.
18
+ 2.
19
+ 3.
20
+ 4.
21
+
22
+ ## Context (Environment)
23
+ <!--- How has this issue affected you? What are you trying to accomplish? -->
24
+ <!--- Providing context helps us come up with a solution that is most useful in the real world -->
25
+
26
+ <!--- Provide a general summary of the issue in the Title above -->
27
+
28
+ ## Detailed Description
29
+ <!--- Provide a detailed description of the change or addition you are proposing -->
30
+
31
+ ## Possible Implementation
32
+ <!--- Not obligatory, but suggest an idea for implementing addition or change -->
@@ -0,0 +1,44 @@
1
+ ---
2
+ name: Dev-ticket
3
+ about: General developer ticket
4
+ title: "Dev ticket - "
5
+ labels: dev-ticket
6
+ assignees: ''
7
+ ---
8
+
9
+ <!--- Provide a general summary of the issue in the Title above -->
10
+
11
+ ## Story
12
+ <!--- Describe the benefits of this change, ideally in the following format: -->
13
+ <!--- As a < type of user >, I want < some goal > so that < some reason >. -->
14
+
15
+ ## Rationale
16
+ <!--- Provide the relevant background information to udnerstand why this change is needed -->
17
+ <!--- This is where you can provide more details thathelp the reader understand why you want to make this change -->
18
+
19
+ ## Implementation details
20
+ <!--- Explain the steps you will take to implement this change. If you do not have specific steps yet, write your implementation ideas or outline general approach -->
21
+
22
+ ## Priority
23
+ <!--- How urgent is this issue, and why? -->
24
+ <!--- Explain in writing or give a numerical value from 1 (nice-to-have) to 5 (critical) -->
25
+
26
+ ## Scope
27
+ <!--- Which parts of the project/codebase does this affect? -->
28
+ <!--- What are the possibel downstream impacts or side-effects of this change?? -->
29
+
30
+ ## Size
31
+ <!--- How long do you expect this to take? -->
32
+ <!--- How many people/person-hours are required? -->
33
+
34
+ ## What does "done" look like?
35
+ <!--- Explain what needs to happen in order for this to be considered complete -->
36
+
37
+ ## Does this require updaes to documentation or other materials??
38
+ <!--- Are there documentation, website or other media changes required after this change is implemented?. -->
39
+
40
+ ## What testing is required?
41
+ <!--- Describe what tests are required to ensure this change has been delivered as expected -->
42
+
43
+ ## Is this a known/expected update?
44
+ <!--- Has this been discussed with the core team or in a discussion forum? Provide links if possible. -->
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: Sprint planning
3
+ about: The standard template for IF sprint planning
4
+ title: "GSF IEF Sprint planning yyyy-mm-dd"
5
+ labels: sprint planning
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ Time 11:00am - 12:00pm (GMT) every other Monday
11
+
12
+ ## Roll Call
13
+ - [ ]
14
+ Please add 'Attended' to this issue during the meeting to denote attendance.
15
+
16
+ ## Backlog audit
17
+ - [ ]
18
+ What tickets are on the backlog, blocked or still in progress?
19
+
20
+ ## Prioritization
21
+ - [ ]
22
+ What are the most urgent tickets that should be worked on this sprint, and why?
23
+
24
+ ## Readiness check
25
+ - [ ]
26
+ Are the issues `READY`? Do the tickets conform to our dev-ticket template, and do they contain sufficient information to get started?
27
+ Are the issues sized? How much person-power do we have available in the coming sprint?
28
+ Is there a clear and specific definition of done for each issue?
29
+
30
+ ## Assignment
31
+ - [ ]
32
+ Who will work on which issue? What are the deadlines?
33
+
34
+ ## Support
35
+ - [ ]
36
+ What opportunities are there to raise concerns, resize, course correct, ask for support during the coming sprint?
37
+
38
+ ### Discussions and AOB
39
+ - [ ]
@@ -0,0 +1,41 @@
1
+
2
+ ---
3
+ name: Sprint retro
4
+ about: The standard template for IF sprint retrospectives
5
+ title: "GSF IEF Sprint retro yyyy-mm-dd"
6
+ labels: sprint retro
7
+ assignees: ''
8
+
9
+ ---
10
+
11
+ Time 11:00am - 12:00pm (GMT) every other Friday
12
+
13
+ ## Roll Call
14
+ - [ ]
15
+ Please add 'Attended' to this issue during the meeting to denote attendance.
16
+
17
+ ## What went well?
18
+ - [ ]
19
+ What did we ship, what progress did we make, what are we proud of?
20
+
21
+ ## What unexpected issues arose?
22
+ - [ ]
23
+ What issues, delays or otherwise unexpected events did we encounter this week that caused us to diverge from our plan?
24
+
25
+ ## What can be improved?
26
+ - [ ]
27
+ What did we identify as areas for improvement? Any process changes required? Any reflections that can inform how we operate in the next sprint?
28
+
29
+ ## Board
30
+ - [ ]
31
+ Check the board to see what tickets can be closed out or moved to a new column. Any details need adding to tickets?
32
+
33
+ ## Support
34
+ - [ ]
35
+ Any concerns, resizing or course correcting required? Any other support needed arising from the recent sprint?
36
+
37
+ ### Discussions and AOB
38
+ - [ ]
39
+
40
+ ### Actions
41
+ - [ ]