Skip to content

Commit bedb0df

Browse files
committed
Updated README & repo notes to reflect repo name change
1 parent f9d0249 commit bedb0df

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Apex Dynamic SOQL & SOSL Library
1+
# Nebula Query & Search
22
A lightweight Apex library for easily building dynamic SOQL queries & SOSL searches<br /><br />
3+
[![Travis CI](https://img.shields.io/travis/jongpie/NebulaLogger/master.svg)](https://travis-ci.org/jongpie/NebulaLogger)
4+
35
<a href="https://githubsfdeploy.herokuapp.com" target="_blank">
46
<img alt="Deploy to Salesforce" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
57
</a>

src/classes/Soql.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/******************************************************************************************************
2+
* This file is part of the Nebula Framework project, released under the MIT License. *
3+
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
4+
******************************************************************************************************/
15
public class Soql implements Comparable {
26

37
public enum Aggregate { AVG, COUNT, COUNT_DISTINCT, MAX, MIN, SUM }

src/classes/Soql_Tests.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/******************************************************************************************************
2+
* This file is part of the Nebula Framework project, released under the MIT License. *
3+
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
4+
******************************************************************************************************/
15
@isTest
26
private class Soql_Tests {
37

src/classes/Sosl.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/******************************************************************************************************
2+
* This file is part of the Nebula Framework project, released under the MIT License. *
3+
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
4+
******************************************************************************************************/
15
public class Sosl {
26

37
public enum ArticleReporting { TRACKING, VIEWSTAT }

src/classes/Sosl_Tests.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/******************************************************************************************************
2+
* This file is part of the Nebula Framework project, released under the MIT License. *
3+
* See LICENSE file or go to https://github.com/jongpie/NebulaQueryAndSearch for full license details. *
4+
******************************************************************************************************/
15
@isTest
26
private class Sosl_Tests {
37

0 commit comments

Comments
 (0)