All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:30, 7 November 2020 Sven the Barbarian talk contribs created page Service - User Contact Manager (Created page with "= Overview = Manages the available contact methods and their handler services, records each users available contact methods. = Repository = ... = DynamoDB tables = == S...")
- 12:57, 7 November 2020 Sven the Barbarian talk contribs created page Standard MsgOut Config (Created page with "= Overview = All messages sent to MsgOut SNS queue for a service must hardcode its configuration, this is used by the Service - Message Config Manager|Message Config Manage...")
- 10:24, 7 November 2020 Sven the Barbarian talk contribs created page Service - Notification Manager (Created page with "= Overview = Consolidates and sends notifications to any number of services. = Repository = https://bitbucket.org/stb_working/notification-manager/src/master/ Category:...")
- 10:10, 7 November 2020 Sven the Barbarian talk contribs created page Service - Message Config Manager (Created page with "= Overview = Maintians a record of the configuration for every message from every service in the project. = Repository = https://bitbucket.org/stb_working/message-config-ma...")
- 10:07, 7 November 2020 Sven the Barbarian talk contribs created page Service - Activity Switchboard (Created page with "= Overview = Receives every message sent within the projects serverless flow and allows services to register hooks that check for value matches within the message, then notif...")
- 07:26, 7 November 2020 Sven the Barbarian talk contribs created page 2020-11-07 - DynamoDB Conditional Expressions to Protect Against Race Conditions (Created page with "= Overview = If we query a record from the database, perform logic, then update that record, there is the chance other processes made changes to the record in the time betwee...")
- 12:44, 6 November 2020 Sven the Barbarian talk contribs created page Git development (Created page with "= Overview = Standard and suggested workflow for developers to contribute to project. == Workflow goals == * Keep full history of commits * Group feature/fixes together so...")
- 11:20, 6 November 2020 Sven the Barbarian talk contribs created page Repository structure (Created page with "= Overview = Standard file and folder for each backend microservice. = Root directory = == app == The ''app'' folder holds all logic for the service, the files inside this...")
- 13:10, 4 November 2020 Sven the Barbarian talk contribs created page 2020-11-04 - Search Result Main - Pass Processing to Sort Result Main (Created page with "Service - Search Result Main = During Receive request = /SearchResults/searchresult_main/app/endpoint/Main.js If sortField set in request, invoke 2020-11-04 - Sort Re...")
- 12:28, 4 November 2020 Sven the Barbarian talk contribs created page Standard Config Table Per Service (Created page with "= Overview = Any service that stores configuration values for its operation uses a standard Config DynamoDB table = DynamoDB structure = == Config == === Fields === ; con...")
- 11:55, 4 November 2020 Sven the Barbarian talk contribs deleted page 2020-11-04 - Search Result Main - Functions (incorrect page made)
- 11:55, 4 November 2020 Sven the Barbarian talk contribs created page 2020-11-04 - Sort Result Main - Functions (Created page with "= Lambda Functions = == XXX == <syntaxhighlight lang="JavaScript"> /** * Starts integration test/s * @param {string} [event.serviceName] - Only initiate tests where initia...")
- 11:49, 4 November 2020 Sven the Barbarian talk contribs created page 2020-11-04 - Search Result Main - Functions (Created page with "= Lambda Functions = == XXX == <syntaxhighlight lang="JavaScript"> /** * Starts integration test/s * @param {string} [event.serviceName] - Only initiate tests where initia...")
- 10:14, 4 November 2020 Sven the Barbarian talk contribs created page Service - Sort Result Main (Created page with "= Overview = Generic service that handles sorted results that come from the Service - Search Result Main service. Sorted results are stored/cached so subsequent requests...")
- 09:15, 4 November 2020 Sven the Barbarian talk contribs created page 2020-10-01 - Integration Test Config - Functions (Created page with "= Lambda Functions = == getIntegrationTests == <syntaxhighlight lang="JavaScript"> /** * Returns an array of integration test configs * @param {string} [serviceName] - Onl...")
- 08:39, 4 November 2020 Sven the Barbarian talk contribs created page 2020-10-01 - Integration Testing - Lambda Functions (Created page with "= Lambda Functions = == initiateTest == <syntaxhighlight lang="JavaScript"> /** * Starts integration test/s * @param {string} [event.serviceName] - Only initiate tests whe...")
- 10:05, 12 October 2020 Sven the Barbarian talk contribs created page 2020-10-12 - Search Result Main add hooks (Created page with "Service - Search Result Main has some tasks which must be performed by Service - Search Result (handlers), for example DigData, these are hardcoded into the Search Res...")
- 10:00, 12 October 2020 Sven the Barbarian talk contribs created page Service - Search Result (handlers) (Created page with "= Overview = Handler service for each type of search, a support service for Service - Search Result Main. = Example Repositories = https://bitbucket.org/stb_vit/searchr...")
- 09:58, 12 October 2020 Sven the Barbarian talk contribs created page Service - Search Result Main (Created page with "= Overview = Generic service that handles search result requests, feeding work to Service - Search Result (handlers). = Repository = https://bitbucket.org/stb_vit/searc...")
- 06:58, 8 September 2020 Sven the Barbarian talk contribs created page 2019-01-01 - SearchResult variant product sample input request (Created page with "<syntaxhighlight lang="JSON"> { "Records": [ { "body": { "filter_type": "variant", "type": "group", "elements": [ {...")
- 00:06, 3 September 2020 Sven the Barbarian talk contribs created page Syntax - Backend services (Created page with "= Overview = Syntax for services and code used in backend services deployed to AWS = Node code formatting = == Indentation == * 2 spaces * no tabs == New lines == * \n (...")
- 09:06, 9 August 2020 Sven the Barbarian talk contribs created page 2019-01-01 - Hexagonal Architecture pattern (Created page with "Split communication with other services into their own adaptors, so can insert tests for just the wiring (communication process), or just the logic (separating the logic outpu...")
- 09:01, 9 August 2020 Sven the Barbarian talk contribs created page Category:Working documents (Created page with "Messy working documents for reference only.")
- 08:38, 9 August 2020 Sven the Barbarian talk contribs created page 2019-01-01 - Mocking AWS resources in local test environment (Created page with "= Local Environment = Originally was looking at setting up environment that would allow requests to pass between locally deployed services to test workflows (mainly SNS>SQS>L...")
- 08:14, 9 August 2020 Sven the Barbarian talk contribs deleted page Test Environment Overview (Change Page Capitalization)
- 08:13, 9 August 2020 Sven the Barbarian talk contribs created page Test environment overview (Created page with "= Test environments = There are three test environments to plan for: == Local == For example when a developer clones one repository to their loca...")
- 08:11, 9 August 2020 Sven the Barbarian talk contribs deleted page Deploy Service Stack - User Authentication (Change Page Capitalization)
- 08:11, 9 August 2020 Sven the Barbarian talk contribs created page Deploy service stack - User Authentication (Created page with "The User Authentication stack sets up services needed to allow user account creation and access control to the different endpoints and actions for the project. It is normally...")
- 08:10, 9 August 2020 Sven the Barbarian talk contribs created page Category:Deploy instructions (Created page with "Combinations of services that are naturally deployed together.")
- 08:09, 9 August 2020 Sven the Barbarian talk contribs created page Category:NPM modules (Created page with "Code submitted to NPM library for use with multiple {{ProjectNameShort}} services.")
- 08:07, 9 August 2020 Sven the Barbarian talk contribs deleted page NPM Module - izara-middleware (Change Page Capitalization)
- 08:07, 9 August 2020 Sven the Barbarian talk contribs created page NPM module - izara-middleware (Created page with "= Overview = Code that is shared by all services, including middleware code that executes at the beginning and end of each Lambda function and supporting code. = Middleware...")
- 08:05, 9 August 2020 Sven the Barbarian talk contribs deleted page Production Environment Deployed on AWS (Change Page Capitalization)
- 08:05, 9 August 2020 Sven the Barbarian talk contribs created page Production environment deployed on AWS (Created page with "= Overview = Tests that run within the production environment do not change state such as records in databases. = Integration tests = Integration tests use the same system...")
- 08:04, 9 August 2020 Sven the Barbarian talk contribs deleted page Test Environment Deployed on AWS (Change Page Capitalization)
- 08:04, 9 August 2020 Sven the Barbarian talk contribs created page Test environment deployed on AWS (Created page with "= Overview = All services that are part of the multi-service workflow being tested are deployed to AWS, normally with seeded data ready for tests. = Integration tests = Int...")
- 08:01, 9 August 2020 Sven the Barbarian talk contribs deleted page Local Test Environment (Change Page Capitalization)
- 08:00, 9 August 2020 Sven the Barbarian talk contribs created page Local test environment (Created page with "= Overview = Each repository is a micro-service that performs has responsibility for one part of the Izara Project, although each is meant to be used as part of a network of...")
- 07:58, 9 August 2020 Sven the Barbarian talk contribs created page Category:Backend services (Created page with "Backend services are deployed on AWS.")
- 07:53, 9 August 2020 Sven the Barbarian talk contribs deleted page NPM Module - izara-testing (Change Page Capitalization)
- 07:52, 9 August 2020 Sven the Barbarian talk contribs created page NPM module - izara-testing (Created page with "= Overview = Code shared by multiple repositories used for testing, can by npm installed using --save-dev setting, only used in local environments. The module has the follow...")
- 07:44, 9 August 2020 Sven the Barbarian talk contribs deleted page Design Concepts (Change Page Capitalization)
- 07:43, 9 August 2020 Sven the Barbarian talk contribs created page Design concepts (Created page with "= Backend Services = see all * Service - Permission Handler * Service - RBAC * Service - User Account * Service - Integration T...")
- 07:35, 5 August 2020 Sven the Barbarian talk contribs created page Test Environment Deployed on AWS (Created page with "= Overview = All services that are part of the multi-service workflow being tested are deployed to AWS, normally with seeded data ready for tests. = Integration Tests = Int...")
- 07:35, 5 August 2020 Sven the Barbarian talk contribs created page Production Environment Deployed on AWS (Created page with "= Overview = Tests that run within the production environment do not change state such as records in databases. = Integration Tests = Integration tests use the same system...")
- 07:24, 5 August 2020 Sven the Barbarian talk contribs created page NPM Module - izara-middleware (Created page with "= Overview = Code that is shared by all services, including middleware code that executes at the beginning and end of each Lambda function and supporting code. = Middleware...")
- 04:39, 2 August 2020 Sven the Barbarian talk contribs created page Local Test Environment (Created page with "= Overview = Each repository is a micro-service that performs has responsibility for one part of the Izara Project, although each is meant to be used as part of a network of...")
- 04:00, 2 August 2020 Sven the Barbarian talk contribs created page NPM Module - izara-testing (Created page with "= Overview = Code shared by multiple repositories used for testing, can by npm installed using --save-dev setting, is only used in local environments. = TestLog = Functions...")
- 02:30, 2 August 2020 Sven the Barbarian talk contribs created page Service - Integration Testing (Created page with "= Overview = Service that pulls integration tests from the Integration Test Config Service, invokes each test and monitors the steps exe...")
- 02:27, 2 August 2020 Sven the Barbarian talk contribs created page Service - Integration Test Config (Created page with "= Overview = This service is intended to be used both for offline local unit testing individual services, and for multi-step/multi-service deployed integration tests. Using...")