Skip to content

Commit e43f3e6

Browse files
removed all instances of previous project name
1 parent 2f8b7e1 commit e43f3e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MAGE Web Service & Web App
22

3-
The **M**obile **A**wareness **G**EOINT **E**nvironment, or [MAGE](https://ngageoint.github.io/MAGE) platform, provides
3+
The [MAGE](https://ngageoint.github.io/MAGE) platform, provides
44
mobile situational awareness and data collection capabilities. This project comprises the ReST API web service the MAGE
55
client apps use to submit and fetch MAGE data, as well as the browser-based web app. The MAGE web app provides user
66
interfaces to view and edit MAGE observations similar to the MAGE mobile apps, and additionally provides the

service/functionalTests/config/testConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api": {
3-
"name": "MAGE (Mobile Awareness GEOINT Environment)",
3+
"name": "MAGE",
44
"version": {
55
"major": 6,
66
"minor": 1,

service/functionalTests/testRecordings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var nock = require('nock');
22

33
nock('http://localhost:4242')
44
.get('/api')
5-
.reply(200, {"name":"MAGE (Mobile Awareness GEOINT Environment)","version":{"major":3,"minor":1,"micro":0},"authentication":{"strategy":"local","passwordMinLength":14},"provision":{"strategy":"uid"},"locationServices":true,"apk":{"version":"4.0.0","supportedVersions":["4.0","5.1"]}}, { 'x-powered-by': 'Express',
5+
.reply(200, {"name":"MAGE","version":{"major":3,"minor":1,"micro":0},"authentication":{"strategy":"local","passwordMinLength":14},"provision":{"strategy":"uid"},"locationServices":true,"apk":{"version":"4.0.0","supportedVersions":["4.0","5.1"]}}, { 'x-powered-by': 'Express',
66
'content-type': 'application/json; charset=utf-8',
77
'content-length': '271',
88
etag: 'W/"10f-bbd6642a"',

service/src/docs/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
title: MAGE (Mobile Awareness GEOINT Environment) API
3+
title: MAGE API
44
description: MAGE API
55
contact:
66
name: MAGE Support

0 commit comments

Comments
 (0)